https://www.virustotal.com/#/file/9addcdc2f4cd323a7df45dc3edef60d7eb0dab779835479a61062ffa6208faeb/detectionResult 1/61
ATTENTION --- WE NEED PUBLIC POOLShere are some known facts:
-fair distribution, no premine
-only 42 million coins
-yearly decline of production by ~7.1%
-masternodes (1000 coins needed)
-private-send, insta-send
-anonymous japanese developer
-all the dash featuresLocal Wallet Mining Instructions:edit your stabcoin.conf
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=9668
daemon=1
server=1
gen=0
and do one of the two following ways:
01: Manual Mining
enter the debug console in your wallet and type "generate 1" without the quotes ""
02: Automatic Mining
create a .bat file with the following content in your wallets folder and launch it.
:mining
stap-cli.exe generate 1
timeout /t 80 /nobreak
goto mining