⛏️Mining on Windows

Mining on Windows require Windows 10 Pro version 2004 or higher version. (Build 19041 and above or Windows 11 Pro).

Install WSL

  • Open Command Prompt

  • Type wsl - install on your CMD, then ENTER

Install Docker

Variable Declaration

Execute this script line per line

cd\
set CHAIN_NAME=berylbit
set CHAIN_ID=9012
set NETWORK_ID=9012
set WORKING_DIR=%CHAIN_NAME%-docker 
set CONTAINER_NAME_PREFIX=%CHAIN_NAME%-node 
set BOOTNODE_URL=enode://6c2cc2b8184b5fd75e7ae6c00ae5bfc64e505089ad8fb018306845f5a4d94bd896a38c065f5ae480e456ff8fea4e4429c1f05640539c98ab6de8439a293370c0@45.63.108.190:30303

Genesis .JSON Initiation

Create Mining Wallet Address

get MINING_WALLET_ADDRESS after "Public address of the key:" appear.

Run the Docker

Check Mining Balance

replace with MINING_WALLET_ADDRESS you obtained

Sync Data

Import Mining Wallet to Metamask

Enter into The Docker Desktop CLI. Then open The Terminal

If you don't use this method, type in the previous cmd:

(click TAB button to complete UTC file)

Copy Paste everything from UTC to a new file and rename it with wallet.jsonfile contents should be: {"address":"57xxxxxxxxxblablabla","crypto":{"cipher":"aes-128-ctr.......}})

Install Metamask Add-On in the browser.

Create a new Metamask account, then add the BRB Mainnet network.

Add account, by selecting Json File, then upload wallet.json and wait about 5-7 minutes.

Last updated

Was this helpful?