Advertisement
Guest User

Solo Mining Fedoracoin (MystPhysX)

a guest
Dec 21st, 2013
2,555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. 1. Download https://mega.co.nz/#!kVFjhKJI!C1uEBl4kEcug3BBq-sv-8n9Qq94iNyqE88xkPvvU_Do and extract it anywhere.
  2.  
  3. 2. create a batch file called start.bat (http://www.wikihow.com/Write-a-Batch-File) in the same folder as above and put these lines in it and save:
  4.  
  5. cmd.exe
  6. fedoracoind.exe --daemon
  7.  
  8. 3.run that batch file once, cmd should open display some stuff and then close.
  9.  
  10. 4. navigate here on your computer "C:\Users\<username here>\AppData\Roaming\FedoraCoin" while replacing <username here> with your username.
  11.  
  12. 5. Create a new batch file and put these lines in it and save (or download here:https://dl.dropboxusercontent.com/u/60507461/fedoracoin.conf)
  13.  
  14. rpcuser=fedoracoinrpc
  15. rpcpassword=x
  16. addnode=207.12.89.21
  17. addnode=mystphysx.no-ip.biz
  18.  
  19. 6. run the batch file from step 3 again, a command prompt should open and stay open.
  20.  
  21. 7. open another instance of cmd and type "fedoracoind getinfo" without the quotes, you should see something like this if you did it right: http://i.imgur.com/kEGcBVN.png notice the connections value? It should be about 2-3.
  22.  
  23. 8. point your favorite miner to localhost (127.0.0.1) with port 22888, username fedoracoinrpc and password x
  24.  
  25. 9. If you don't have a miner then google for one. I recommend CUDAMiner for Nvidia, cgminer for AMD.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement