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
Download it from :
Install it after download finished
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
set NODE_ROLE=miner set CONTAINER_IMAGE=berylbit/go-ethereum:0.0.4
Enter into The Docker Desktop CLI. Then open The Terminal
If you don't use this method, type in the previous cmd:
sudo docker exec -it berylbit-node-miner /bin/sh
ls /root/.ethereum/keystore/
cat /root/.ethereum/keystore/UTC...
(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.