How to MineYou can mine with any Ethereum wallet that supports Smart Contracts.
For this example we will use Myetherwallet.com:
1. Open
https://www.myetherwallet.com/2. Click on the "Contracts" tab
3. In the "Contract Address" field insert the BTCM Smart Contract Address: 0x03df4c372a29376d2c8df33a1b5f001cd8d68b0e
4. In the "ABI / JSON Interface" insert the ABI located here:
https://pastebin.com/5Djhmm8n5. Scroll down to the area "Read / Write Contract" select the function "Mine"
6. Load your ETH wallet, Click on "Write", Generate and send the Transaction (Make sure you have some ETH, network Fees apply)
7. If the Mining is successful you will get 1 BTCM (1 BTCM per call).
All Transactions can be verified on the Bitcoinereum block explorer here:
https://etherscan.io/token/0x03df4c372a29376d2c8df33a1b5f001cd8d68b0eThe source code can be verified here:
https://etherscan.io/address/0x03df4c372a29376d2c8df33a1b5f001cd8d68b0e#codeTo verify what's the current reward period check the function RewardStart and RewardEnd, these functions return the start and end of a reward period in Unix format, to convert it to real time use a Unix Time Converter website (Example:
https://www.epochconverter.com/)
Hi Devs Great. It.s easy and it works correctly. Thanks and great work.
Just a question. How much is the gas minimum? Firstly I used standard 21000 but transaction was rejected.