what is the best way to mine this coin? (There ASIC machines for this algorithm)?
In the case of graphics cards, which is the best model, and which speed reaches?
I need to think better in this currency ... LOL
GPU solo mining is best. No ASICS.
Help here
http://spreadcointalk.org/index.php?PHPSESSID=l02o09j5tj9bmh0aeqrn538ec7&board=5.0Also see the OP for links to mining video.
There is a paid for optimized miner which someone around here has which is good if you have NVIDIA.
I think it's
this guy Wolf0, but this guy has one too:
@SP - whatever happened to the spreadminer 10?
Spreadminer 9+ compiled for cuda 8.0 has a small boost on the gtx 1070. I can send the exe to you.
can you send me that too? i was also a donator for the spread algo
also
Maybe try sgminer for linux
https://github.com/girino/spreadcoinx11-sgminerNot sure about this miner:
https://github.com/tsiv/spreadminerbinaries here
https://github.com/tsiv/spreadminer/releasescreate the spreadcoin.conf file.
Find it in ...\Appdata\Roaming\Spreadcoin folder.
content of example 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, but it needs to be unused on your system.