Post
Topic
Board Announcements (Altcoins)
[ANN] CehhGold PoW ERC20 Store of Value
by
hiroinu
on 24/07/2018, 02:55:56 UTC

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

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.





Viewing CEHH+ balances:

  • In the case of MEW/MyCrypto, the box to add the custom token is located in the lower right corner.
  • After clicking "Add Custom Token" (See https://imgur.com/QCd5kdg.png),
  • fill in the details with the information of the token:
    Token address: 0xAb8ea41e0D433E89fC4aa564ef46667c08587A2E
    Symbol: CEHH+
    Decimals: 18
  • Save the information and the token amount will show up.








Installing the miner:

  • Make sure you have Node 8 and npm installed.
  • Install the miner with npm install -g cehhgold-miner (macOS sometimes requires sudo npm install -g cehhgold-miner --unsafe-perm)
  • Wait for the packages to download and install. You will see many warning from the web3 packages.
  • Once done, run cehhgold-miner -a YOUR_ADDRESS
  • The miner will start looking for addresses with CehhGold. Once it finds one, it will print the address, the private key, and the signature. These are also logged to the log directory.
  • Save the signatures. I'll create a UI to submit them, but you can get the rewards via etherscan or MEW. (https://etherscan.io/address/0xab8ea41e0d433e89fc4aa564ef46667c08587a2e#writeContract claimWithSignature)