Alexandrite - ALEX
- PoW/PoS
- PoW algo: SHA256
- 100 sec for both PoW and PoS block target time
- difficulty retarget each block
- 6 transaction confirmations
- 80 minted block confirmations
- Initial PoW payout will be 1 coin per block.
- Block payout will be adjusted every 1000 blocks, according to the formula.
- Minimum PoW payout will be 0.01 coin/block (will be reached at about 9.07 years).
- Variable PoS payout
1st year 50%
2nd year 20%
3rd year 8%
subsequent years = 3%
- Total coins generated within 10 years are about 1,268,000.
- 4.9% premine for dev support.
Ports:
Conn: 19530
RPC: 19531
payout = exp(-c*[height/1000]) coins
with c = log5/1000 = 0.00160944
payout = 1 coin at first 1000 blocks,
payout will be 0.2 coin at 1,000,000 blocks
payout will be 0.01 coin at 2,861,000 blocks
[/b]