Advertisement
Guest User

Spaincoin mining tutorial

a guest
Mar 17th, 2014
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. Hi /r/spaincoin
  2. Here's a few simple steps to follow in order to start mining Spaincoin in a pool. This tutorial assumes that you've already registered with a pool and created a worker, if not, do so now.
  3.  
  4. 1.) Download Spaincoin Wallet
  5. 2.) Let it sync w/ the blockchain
  6. 3.) Download the dogecoin miner package (URL HERE)
  7. 4.) Choose your platform (CPU, AMD, NVidia)
  8. 5.) Extract the folder you chose to your desktop
  9. 6.) Create a file named spaincoin.conf in C:\Users\USERNAME\AppData\Roaming\Spaincoin (The same directory as your wallet.dat)
  10. 7.) Put the following in the file that you just created:
  11. rpcuser=username
  12. rpcpassword=password
  13. rpcallowip=127.0.0.1
  14. rpcport=11491
  15. port=11492
  16. gen=0
  17. server=1
  18. addnode=72.18.213.74:25490
  19. addnode=31.31.72.59:25490
  20. addnode=42.121.58.91:25490
  21. addnode=137.117.185.11:25490
  22. addnode=188.227.250.49:25490
  23. addnode=193.219.117.63:25490
  24. addnode=144.76.197.148:25490
  25. addnode=144.76.107.81:25490
  26. addnode=95.85.49.119:25490
  27. 8.) Go to the folder that you extracted to your desktop from Mining Package.rar
  28. 9.) Set up your launcher batch file (It'll be named something like MineWithAMDGPU.bat, MineWithCPU.bat, etc). It should look something like this:
  29.  
  30. cgminer.exe --scrypt -o stratum+tcp://POOLADDRESS:PORT -u USERNAME.WORKERNAME -p PASSWORD
  31. OR
  32. minerd -a scrypt -t 4 -s 6 -o stratum+tcp://POOLADDRESS:PORTNUMBER -O USERNAME.WORKER:PASSWORD
  33. OR
  34. cudaminer.exe -o stratum+tcp://POOLADDRESS:PORTNUMBER -O USERNAME.WORKER:PASSWORD
  35.  
  36. depending on which platform you chose. Put your pool's connection information in, as your worker's login information, then you're all set!
  37.  
  38. Happy mining, Spaniards!
  39.  
  40. Donate please? :)
  41. SZZJxsA2bPSG8J6EBiustQyiHCTmqgbCYo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement