How to start mining Grin (GRIN)? Pool Mining
GRiN — THE MIMBLEWIMBLE BLOCKCHAIN
#Grin is a privacy-preserving digital currency built openly by developers distributed all over the world.
Grin has no amounts and no addresses. Transactions can be trivially aggregated. To hide the origin of a newly created transaction, it gets relayed among a sub-set of peers before it is widely broadcasted.
Grin is not controlled by any company, foundation or individual. The coin distribution is designed to be as fair as possible, with an emission of 1 GRIN per second.
#Mimblewimble leverages cryptography to allow past transaction data to be removed with no compromise on security. This avoids Grin collapsing under the weight of data having to be kept on chain.
- Enjoy the Code: https://github.com/mimblewimble
- Website: https://grin.mw/
- Reddit: https://www.reddit.com/r/grincoin/
- Discord: https://discord.com/invite/Z3sEfEU
- Telegram: https://t.me/GrinCoin
Now that we know the details about Grin, let’s get to mining some GRIN
Grin (GRIN) Mining Pool: Those who have no idea about mining can easily start mining by watching this video.
Step 1 — Create Grin (GRIN) Wallet Address
Before you Start Mining, you need a wallet address. There are various options for having an GRIN wallet.
Wallet: Grin++
Exchange Wallet: Bittrex, KuCoin, HotBit
Step 2 — Download Mining Software
There are many miner applications where you can mining Grin. Below we have explained in detail how to organize them.
Step 3 — Edit the bat File
lolMiner v1.07+ (Windows, Linux, AMD)
Cuckatoo32: Open mine_grin_32.bat file and copy / paste example below.
lolMiner.exe --coin GRIN-C32 --pool grin.herominers.com:10301 --user YOUR_GRIN_WALLET_ADDRESS --pass YOUR_WORKER_NAME
pause
Bminer v16.3.1+ (Windows, Linux, NVIDIA)
Cuckarooz29: Open mine_grin29.bat file and copy / paste example below.
bminer.exe -uri cuckaroo29z://YOUR_GRIN_WALLET_ADDRESS.YOUR_WORKER_NAME@grin.herominers.com:10301 -nofee
pause
Cuckatoo32: Open mine_grin32.bat file and copy / paste example below.
bminer.exe -uri cuckatoo32://YOUR_GRIN_WALLET_ADDRESS.YOUR_WORKER_NAME@grin.herominers.com:10301 -nofee
pause
NBMiner v31.1+ (Windows, Linux, NVIDIA)
Cuckatoo32: Open mine_grin32.bat file and copy / paste example below.
nbminer -a cuckatoo32 -o stratum+tcp://grin.herominers.com:10301 -u YOUR_GRIN_WALLET_ADDRESS.YOUR_WORKER_NAME
pause
GMiner v2.24+ (Windows, Linux, NVIDIA)
Cuckarooz29: Open mine_grin29.bat file and copy / paste example below.
miner.exe --algo grin29 --server grin.herominers.com:10301 --user YOUR_GRIN_WALLET_ADDRESS --pass YOUR_WORKER_NAME
pause
Cuckatoo32: Open mine_grin32.bat file and copy / paste example below.
miner.exe --algo grin32 --server grin.herominers.com:10301 --user YOUR_GRIN_WALLET_ADDRESS --pass YOUR_WORKER_NAME
pause