A modern blockchain built in the image of Bitcoin — with a few quirks of our own. Some say the genesis of something great is never quite perfect...As Satoshi did in the beginning, so did we!
I have decided to release the CLI version of CPM while I continue working on the block explorer and the UI/UX interface. I am almost a week behind, I just want to be sure everything runs smoothly. The block explorer is partially complete on cyphermint.org but more functionality needs to be added, along with search parameters. I am a single developer who has been working on this project for what feels like a lifetime!
cyphermint.py
and genesis_block.json
from the GitHub repositorypython3 cyphermint.py wallet --generate
(keep this safe!)python3 cyphermint.py mine --address <your_address>
💡 Pro Tip: Run as a seed node with --seed
to help the ecosystem grow!
CypherMint proves human weakness in using cryptography. When clues are released at certain intervals, someone will be able to spend the accumulated wealth in the genesis block address. For each block mined, the miner receives 49 CPM and 1 CPM is sent to the genesis block.
🧩 Treasure Hunt: There's a hardcoded 'quirk' in the genesis block. Keep watching cyphermint.org for details!
python3 cyphermint.py wallet
- Show your wallet detailspython3 cyphermint.py balance --address <address>
- Check any wallet balancepython3 cyphermint.py mine --address <address>
- Start miningpython3 cyphermint.py info
- Show blockchain statisticspython3 cyphermint.py send --address <from> --to <to> --amount <value>
- Send CPM