The Gemma Core software acts as a wallet and allows anyone to operate a node for the Gemma blockchain and use the KAWPOW hashing method for Proof of Work.
Website: http://gemmacoin.io/
Gemma was designed with a high supply to allow micropayments that are fractions of a penny!
- Addresses start with
G
- Coin Name : Gemma
- Coin ticker : GEMMA
- Algorithm : KawPow
- Default Port : 4682
- Block Time : 60 Seconds
- Max Supply : 840 Billion
- Explorer : https://explorer.gemmacoin.io
The JSON-RPC API provided by Gemma Core is self-documenting and can be browsed with gemma-cli help
, while detailed information for each command can be viewed with gemma-cli help <command>
. Alternatively, see the Bitcoin Core documentation - which implement a similar protocol - to get a browsable version.
Block Rewards Distribution
Starting Block | End Block | Rewards |
1 | 2,100,000 | 190,000 |
2,100,000 | 4,200,000 | 95,000 |
4,200,000 | 6,300,000 | 47,500 |
6,300,000 | 8,400,000 | 23,750 |
8,400,000 | 10,500,000 | 11,875 |
Running a Full Node
Running a full node helps contribute to the Gemma network's security and decentralization by relaying data to other nodes and verifying transactions. If you would like to run a full node, simply download the Gemma Core wallet, let the blockchain fully sync, and ensure your network has port 4682 forwarded to allow incoming connections.
Mainnet Peer Port | 4682 |
Mainnet RPC Port | 2330 |
You can join our community on different social media sites to see what's going on, meet people & discuss, learn about Gemma, or anything else you can think of!
Here are some places to visit:
Gemma Core is released under the terms of the MIT license. See COPYING for more information or see opensource.org