Post
Topic
Board Project Development
Re: shitcoin verification script v0.1
by
cypherion
on 01/03/2018, 13:19:27 UTC
Yeah, of course. But it is just kidding. Don't worry, in fact the script is a txt file on the server, you can open in your browser and don't need to download it.

I hope the author of this post will forgive me for publish here code "as is":

Code:
/*
svs v0.1 - 2018-02-28

PGP 66 00 8A 65 39 68 AE DC
coincept.net
dbytelad42vmccwz.onion
*/


include(commonsense.lib)
include(science.lib)
include(research.lib)

const $trust = self
const $elements = array(location, liberty, activity, passion, ethos, utility, profession, scalability, security, privacy, community, authenticity, loyalty, authority, policy, interoperability)

function verifyShitcoin($coin) {

$vision = null
$shitcoin = true

for ($elements as $e1) {
for ($elements as $e2) {
if ($e1!=$e2]) $vision.merge(doResearch($trust, $e1+$e2))
}
}

if ((verifyConsensus(doMath($vision))) or ($coin==Dogecoin)) $shitcoin = false

if ($shitcoin) return "shit" else return "not shit"
}

@ECHO ON

input $coin

echo "coin is " + verifyShitcoin($coin)

EOF

There is a feeling this code does not damage.
Have a good time.