If your coin has a pre-mine it is a shitcoin.
No exceptions.
@stephanlivera
var shitcoinTest = function(name) { if (name == "Bitcoin") { console.log("Not a shitcoin"); } else { console.log("It's a shitcoin"); }}
shitcoinTest("preminedcoin");
Bitcoin Maston Instance
@stephanlivera
var shitcoinTest = function(name) {
if (name == "Bitcoin") {
console.log("Not a shitcoin");
} else {
console.log("It's a shitcoin");
}
}
shitcoinTest("preminedcoin");