​
REGISTER TO THE POOL - https://pool.bitgrin.dev/​
IMPORTANT NOTE --> Don't use ANY DOT in the usernames, only UNDERSCORE
Following and update an underscore have been set to enable WORKERS NAME.
​
2. SELECTING THE MINING SOFTWARE
No need to look far, there are 2 top mining software
BMINER --> https://www.bminer.me/releases/ have 2% dev fees - best performance on C31
GMINER --> https://github.com/develsoftware/GMinerRelease/releases have 2% dev fees
3. SETTING UP THE MINING SOFTWARE
GMINER - Create a .BAT FILE - I call it miner_bitgrin
​
And here how it looks
miner.exe --algo cuckaroo29 --server stratum.pool.bitgrin.dev --port 3333 --user YOURPOOLID --pass YOURPOOLPASSWORD --ssl 0
This is that simple ! IF YOU WANT C31 - just replace cuckaroo29 with --algo grin31
DON'T USE --algo grin29 which is for cuckarood29 after grin fork
--------------------------------------------------------------------------------------------------------------------------------------------------------
BMINER - Same, create a .BAT file, which I called here bitgrin
And here how it looks
@echo OFF
REM Change the following address to your GRIN addr.
SET ADDRESS=bminergrin
SET USERNAME=YOURPOOLID
SET POOL=stratum.pool.bitgrin.dev:3333​
SET SCHEME=cuckaroo29
SET PWD=YOURPOOLPASSWORD
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%:%PWD%@%POOL% -intensity 10
That is all ! IF YOU WANT C31 - just replace cuckaroo29 with cuckatoo31
EXAMPLE :
@echo OFF
REM Change the following address to your GRIN addr.
SET ADDRESS=bminergrin
SET [email protected]_comxxxyourpoolID
SET POOL=stratum.pool.bitgrin.dev:3333​
SET SCHEME=cuckatoo31
SET PWD=xxxxxxxyourpoolpasword
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%:%PWD%@%POOL% -intensity 10
--------------------------------------------------------------------------------------------------------------------------------------------------------
As for OC I generally use +60 core +500 MEM 70-75% TDP - If it crash lower memory.
​
4. MONITOR FROM THE POOL
For this last one you can withdraw directly to exchange (Vinex,...) using Online Wallet / Port
IF YOU WANT TO WITHDRAW TO KINGFISH WALLET this is VERY SIMPLE TASK !
Open Kingfish wallet wait for full sync (It is not mandatory, but I prefer to do it when I am full sync)
In KINGFISH, just select MINE TAB, enter you pool ID AND PWD and click on REQUEST PAYMENT
Your fund will be in your wallet in less than 5 secondes !
​
​
​
​
​