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?
You did get it right! MetaMask doesn't show all the decimal places. You can see your real balance here: https://etherscan.io/token/0xab8ea41e0d433e89fc4aa564ef46667c08587a2e?a=0xc446073e0c00a1138812b3a99a19df3cb8ace70d
To explain why the amounts are low, remember that CehhGold is any-difficulty-mineable. The higher your hashrate, the higher the reward. I've been mining it since I deployed it, and the highest difficulty signature I've gotten is 32. I expect that it will take at least a couple of months before the total supply even hits 1 CehhGold. Talk about scarcity!
ok now I have understood how it works. But this means that
1) I have to mine
2) I receive signatures for various amounts
3) I MANUALLY have to go through ALL The signatures and find the ones with teh highest value
4) I go to your website and transfer that signature to my account using gwei
correct?
1) Yes.
2) Yes.
3) You can use a filtering command like cd ~/CehhGold && cat * | grep \"[3-9][0-9]\". For the next release of the miner will include a filtering UI
4) Yes. Since the signatures can only be used by you, you can use low gas prices, or simply not submit them. You can store them for months and they will still be valid.