Ubuntu How to Mine
Make sure latest Nvidia updates are installed, CUDA 11.2 requires a minimum Nvidia driver version of 528
Run this command to install the latest graphics drivers in Ubuntu
sudo ubuntu-drivers install
After that, Download and Extract the .zip from
Download the .zip from the Github website, extract the files, and then give permission for 1BasedWorkToken.sh to be executable.
Then run 1BasedWorkToken.sh by typing in a Terminal in the miner folder ./1BasedWorkToken.sh
This will install the Dot Net dependicies automatically.
Rerun ./1BasedWorkToken.sh
after dotnet installs to run the miner!
Solo mining requires the miner to supply Ethereum ON Base network to their address with a privateKey and Address for transaction fees.
Click here to bridge funds from another blockchain to Base Blockchain
Example Bridge screenshot
Open the BasedWorkToken.conf file and edit in your privateKey and Public Address.
Insert the address (Base Address) you will be mining from into the "minerAddress" section.
Insert your wallets private key into the "privateKey" section
A seperate private key is suggested for mining, so your main private keys remain confidential.
YOU MUST Supply your address with Ethereum to pay gas costs to mint on the Base blockchain ID: 8453
Click here to add the Base Blockchain to your Metamask
Run the ./1BasedWorkToken.sh
script and you are now mining BWORK Tokens with a GPU on Linux! **Make sure to make 1BasedWorkToken.sh Executable!**
Windows How to Mine
First, download and install these dependencies to mine Based Work Tokens.
D&I - .NET Core 6.0
https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.428-windows-x64-installer
Make sure latest Nvidia updates are installed, CUDA 12.5 requires a minimum Nvidia driver version of 528
https://www.nvidia.com/drivers/beta
After that, Download the .zip and then extract all the files from the .zip
Solo mining requires the miner to supply Ethereum ON Base network to their address with a privateKey and Address for transaction fees.
Click here to bridge funds from another blockchain to Base Blockchain
Example Bridge screenshot
Open the BasedWorkToken.conf file and edit in your privateKey and Public Address.
Insert the address (Base Address) you will be mining from into the "minerAddress" section.
Insert your wallets private key into the "privateKey" section
A seperate private key is suggested for mining, so your main private keys remain confidential.
YOU MUST Supply your address with Ethereum to pay gas costs to mint on the Base blockchain ID: 8453
Click here to add the Base Blockchain to your Metamask
Run the BasedWorkToken_Start.bat script and you are now mining BWORK Tokens with a GPU on Windows!