Post
Topic
Board Announcements (Altcoins)
Re: ★[Ann][Bounties] CaiShen Coin Scrypt Adaptive-N [KGW][NO-ASICS][Low Energy]★
by
vitarian
on 29/03/2014, 01:40:47 UTC
This might be a dumb question....but...will we be able to solomine at the beginning?  If so, how would one do it?

Thanks!

It's a little late to be trying to figure this out 1/2 before a launch.  Just remember google is your friend!!!

No, not to late. It only takes a few minutes to figure it out:

1) Download wallet, run it, then close down
2) For windows, go to RUN and type: $appdata%, and open the Caishen appdata folder
3) Create a .conf file (should be titled "caishen.conf") that looks like this:
   rpcuser=CHOOSEYOURSELFANDREMEMBER
   rpcpassword=SAMEASABOVE
   rpcallowip=127.0.0.1
   rpcport= (will be released at launch)
   server=1
   addnode=
4) Save .conf file in the Caishen appdata foler, then run the wallet and sync it to the network
5) Point your miner to 127.0.0.1: -u CHOOSEYOURSELFANDREMEMBER -p SAMEASABOVE

For example, if your .conf file looked like this:
   rpcuser=hasher1
   rpcpassword=x
   rpcallowip=127.0.0.1
   rpcport=28920

Then your .bat file for cgminer will looke like this:
*/cgminer --scrypt --o 127.0.0.1:28920 -u hasher1 -p x