Post
Topic
Board Announcements (Altcoins)
Re: [X11] [DASH CLONE] STAPcoin
by
cryptostallion
on 23/09/2017, 12:40:08 UTC
STAP - Burning CPU's everywhere
http://i67.tinypic.com/10s7ls6.jpg
Smiley

https://www.virustotal.com/#/file/9addcdc2f4cd323a7df45dc3edef60d7eb0dab779835479a61062ffa6208faeb/detection

Result 1/61

ATTENTION --- WE NEED PUBLIC POOLS

here 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 features



Local Wallet Mining Instructions:

edit your stabcoin.conf
Code:
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.
Code:
:mining
stap-cli.exe generate 1
timeout /t 80 /nobreak
goto mining