Author

Topic: [ANN] CehhGold PoW ERC20 Store of Value (Read 414 times)

newbie
Activity: 26
Merit: 0
July 26, 2018, 05:39:36 AM
#13
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?

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.
jr. member
Activity: 504
Merit: 3
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?

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?
newbie
Activity: 26
Merit: 0
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?

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!
jr. member
Activity: 504
Merit: 3
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?
newbie
Activity: 26
Merit: 0
July 25, 2018, 02:28:46 PM
#9
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.
full member
Activity: 560
Merit: 128
July 25, 2018, 08:59:33 AM
#8
Here you write. "I am pleased to announce the deployment of CehhGold, the direct, improved successor to CehhCoin.

I took the best from CehhCoin, added what is missing, and made it gold. "But without giving any detailed information, do you think that everyone knows and loves CehhCoin? Information is presented in a more presentable form, white paper, honest and happy faces of the team.
jr. member
Activity: 504
Merit: 3
July 25, 2018, 08:47:07 AM
#7
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?
newbie
Activity: 26
Merit: 0
July 25, 2018, 04:46:35 AM
#6
Hello, sir,
whether to mine in order to get the CEHHGOLD token?
is there another way that I can get tokens for free, if there are any please provide complete information.
I really want to join even if I just want to help expand the network

This token was created with the spirit of no pre-mine allocation or ICO. It is a merit-centered crypto. Mining isn't hard. It's designed such that anyone can solo-mine without getting anything.
member
Activity: 336
Merit: 10
July 24, 2018, 11:53:56 PM
#5
Hello, sir,
whether to mine in order to get the CEHHGOLD token?
is there another way that I can get tokens for free, if there are any please provide complete information.
I really want to join even if I just want to help expand the network
member
Activity: 694
Merit: 10
In Nervos we trust.
July 24, 2018, 11:44:07 PM
#4
Russian translation reserved
legendary
Activity: 1848
Merit: 1018
July 24, 2018, 01:12:00 AM
#3
Ok
newbie
Activity: 210
Merit: 0
July 23, 2018, 11:13:21 PM
#2
Good luck.
I like CEHHGOLD idea.
Yet, I'll wait and see for future updates.
PM me if you need translational or promotional services.
newbie
Activity: 26
Merit: 0
July 23, 2018, 10:55:56 PM
#1

 $$$$$$\            $$\       $$\        $$$$$$\            $$\       $$\
$$  __$$\           $$ |      $$ |      $$  __$$\           $$ |      $$ |
$$ /  \__| $$$$$$\  $$$$$$$\  $$$$$$$\  $$ /  \__| $$$$$$\  $$ | $$$$$$$ |
$$ |      $$  __$$\ $$  __$$\ $$  __$$\ $$ |$$$$\ $$  __$$\ $$ |$$  __$$ |
$$ |      $$$$$$$$ |$$ |  $$ |$$ |  $$ |$$ |\_$$ |$$ /  $$ |$$ |$$ /  $$ |
$$ |  $$\ $$   ____|$$ |  $$ |$$ |  $$ |$$ |  $$ |$$ |  $$ |$$ |$$ |  $$ |
\$$$$$$  |\$$$$$$$\ $$ |  $$ |$$ |  $$ |\$$$$$$  |\$$$$$$  |$$ |\$$$$$$$ |
 \______/  \_______|\__|  \__|\__|  \__| \______/  \______/ \__| \_______|

Token address: 0xAb8ea41e0D433E89fC4aa564ef46667c08587A2E
Symbol: CEHH+
Decimals: 18





I am pleased to announce the deployment of CehhGold, the direct, improved successor of CehhCoin.

I took the best from CehhCoin, added what it was missing, and made it gold.

What has changed? I'm publishing CehhGold along with its miner. Furthermore, the mining reward was vastly improved. Let me explain.

Unlike CehhCoin, CehhGold aims to become expensive this time around. CehhCoin gave every address a random amount between 0 and 255 CEHH. CehhGold instead uses a reward system more similar to a standard blockchain's. The amount of CehhGold an address has is capped at 50. Addresses with the format 0x______________________FFFFFFFFFFFFFFFFFF have 50 CEHH+. For each bit less than that, the address holds half the reward. You will have to look hard to get even a few units!



Once again: I am not paying to list this token anywhere. There are no translations to be made, unless you do it for free. This is a community effort.
Jump to:
© 2020, Bitcointalksearch.org