I ran the miner, it finds many valid wallets one after another.
Now what? How to mine?
I don't understand how it works. Valid wallets are appearing one after another. May you guide us in a more detailed way on how to mine this token?
Those are addresses that have CehhGold. Each block has the following format:
✔ Found a valid wallet!
Address: 0x9e9c4ac3e71521a3985e7a8173d5dc78ddf1ffff
Private Key: 0x55eb4bc7c60ab2bbaf9fc1534bf0067b47a59fd03c515997c4fda765da98c6b8
ℹ Signature Information:
Signature: 0x70313600eddff330c70457cd2c00716f6485cb9ae42c60d9ef69933ee4bae2387fa1b12f70263 2497c5dcfc7fd7811821de3729f58e37d3bcfc82627a0d3d0561b
Reward Bit Class: 17
Reward: 1.387e-15 CehhGold
For example, you found address
0x9e9c4ac3e71521a3985e7a8173d5dc78ddf1ffff with private key
0x55eb4bc7c60ab2bbaf9fc1534bf0067b47a59fd03c515997c4fda765da98c6b8. This address holds 1.387e-15 CehhGold, since it is of difficulty 17. If you gave your address with the -a command, then miner signed a message and wrote it:
0x70313600eddff330c70457cd2c00716f6485cb9ae42c60d9ef69933ee4bae2387fa1b12f70263 2497c5dcfc7fd7811821de3729f58e37d3bcfc82627a0d3d0561b. You can easily submit the signature over at
http://cehh.io or manually at
https://etherscan.io/address/0xab8ea41e0d433e89fc4aa564ef46667c08587a2e#writeContract, using the claimWithSignature method.
With the next release of the miner I'll add an option to read and filter your logs. If you want to find out which addresses give you the most CehhGold, go to the logs output directory and use
cat * | grep \"32\" for macOS/Linux or
type * | find \"32\" for Windows (untested). This will write to the console the signatures of difficulty 32. Remember that the higher the difficulty the higher the reward.
Thanks for your reply! But I am still a bit confused. I left the system mining it for about 20 mins. A lot of those "FOUND A VALID WALLET" appeard one after another. I used my ETH address to mine it.
now I am checking using METAMASK and the token contract 0xAb8ea41e0D433E89fC4aa564ef46667c08587A2E but I see no tokens in my account. What did I do wrong?