Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ⚡ Peso - A Cryptocurrency for the Blockbace Network
by
nguyenquangminh
on 25/01/2018, 05:56:54 UTC
Anyone have a guide to solo mining this?

If you are on Windows:

1. Download Windows wallet and launch it.
2. Close Windows wallet and navigate to "%appdata%\peso"
3. Create "Peso.conf"
4. Add the following text to the "Peso.conf" file:

rpcuser=user
rpcpassword=password
rpcport=3333
server=1
listen=1
daemon=1

5. Launch Windows wallet again.
6. Wait for blocks to finish downloading.
7. Create batch script for your favorite miner. Example for ccminer below:

ccminer -a x11 -o http://127.0.0.1:3333 -u user -p password

8. Run batch script to start mining.

Edit: spelling is hard.
I dont understand from step 7. Can you pls explain it?
I have to create batch script on the wallet, right?
Or create batch script for my miner, I use D3 miner, can you pls help me more detail?
Thanks