The key is creating the spreadcoin.conf file.
It should reside in ...\Appdata\Roaming\Spreadcoin folder.
content of my file:
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:
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
And how would i send my hash to the same wallet from my 2nd computer through the internet ?