Skip to content

diMarcoDEV/SynchrotronCoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solo Mining Guide

  1. Run the wallet or build the deamon, if you need help look at /doc.

  2. Edit your synchrotroncoin.conf, its located near by your wallet.dat, if it is not in (.)SynchrotronCoinV2 directory, you have to create this file by yourself.

add the following lines to your .conf file:

    rpcuser=yourusername   
    rpcpassword=yourpassword 
    server=1
  1. Download CPU Miner, for Windows you can use for example this one : https://github.com/tpruvot/cpuminer-multi/releases/download/v1.3.1-multi/cpuminer-multi-rel1.3.1-x64.zip

  2. Edit your .bat file to this: cpuminer-gw64-corei7 -a scrypt -o http://127.0.0.1:22222/ -u yourusername -p yourpassword pause

  3. Run the .bat file and you should start mining. Dont forget that your wallet has to run all the time you want to mine.

About

Proof-of-Stake Payment Solution

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.0%
  • Python 2.0%
  • Assembly 1.9%
  • HTML 1.8%
  • C 1.2%
  • QMake 0.5%
  • Other 1.6%