Solo Mining for Windows - sugarchain-project/Windows-Mining GitHub Wiki
Solo Mining On Windows
This is a tutorial for solo mining on Windows 10
Step 1: Wallet Configuration
- Run Sugarchain Wallet
- Go to Settings>>Options>>Open Configuration File
- A text file should have opened
- Copy and paste the following into the text file:
server=1
rpcuser=(anything)
rpcpassword=(anything)
rpcallowip=127.0.0.1
5. Save and restart wallet
Step 2: Miner Configuration
- Download latest cpuminer: https://github.com/cryptozeny/cpuminer-opt-sugarchain/releases
- Extract and edit run.bat file (or you can create your own)
- Copy and paste the following configuration
cpuminer -a yespower -o http://127.0.0.1:34229 --no-longpoll -u (same as rpcuser) -p (same as rpcpassword) --coinbase-addr=(Your sugarchain address) -t1(add more threads for more hashing power)
4. Save and close batch file
Step 3: Start Mining!!
- Important Make sure wallet is running the whole time when mining
- Go to batch file and run
- Congrats, you're mining!!!