Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) | Logo Contest
by
tbearhere
on 27/11/2014, 20:08:00 UTC
The key is creating the spreadcoin.conf file.
It should reside in ...\Appdata\Roaming\Spreadcoin folder.

content of my file:
Code:
daemon=1
listen=1
server=1
rpcuser=your_username
rpcpassword=your_password
rpcallowip=127.0.0.1
rpcport=37333

then you need to start your miner with the correct credentials and settings:
spreadminer.bat content:
Code:
spreadminer -o http://127.0.0.1:37333 -u your_username -p your_password

Port number can be different of course, but it needs to be unused by another app in your system.

Regards,
Andy

thank you  Smiley
And how would i send my hash to the same wallet from my 2nd computer through the internet ?