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

  1. Run Sugarchain Wallet
  2. Go to Settings>>Options>>Open Configuration File Opening Configuration file
  3. A text file should have opened
  4. Copy and paste the following into the text file:
server=1
rpcuser=(anything)
rpcpassword=(anything)
rpcallowip=127.0.0.1

Wallet Configuration text file 5. Save and restart wallet

Step 2: Miner Configuration

  1. Download latest cpuminer: https://github.com/cryptozeny/cpuminer-opt-sugarchain/releases
  2. Extract and edit run.bat file (or you can create your own) Editing run.bat
  3. 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)

Miner Configuration 4. Save and close batch file

Step 3: Start Mining!!

  1. Important Make sure wallet is running the whole time when mining
  2. Go to batch file and run
  3. Congrats, you're mining!!! Solo Mining!