under below is our spec for new MTNC
### Masternode Collateral
500,000 MTNC
### Block
Block Time: 2 Minutes
Block Size: 2 Megabytes
### Algorithm
NeoScrypt
### Block Rewards
******** blockValue * 70 / 100;
(nHeight <= 1000 && > 1) {
nSubsidy = 250 * COIN;
(nHeight < 103680 && nHeight > 1000) {
nSubsidy = 700 * COIN;
(nHeight < 207360 && nHeight >= 103680) {
nSubsidy = 600 * COIN;
(nHeight < 311040 && nHeight >= 207360) {
nSubsidy = 500 * COIN;
(nHeight < 414720 && nHeight >= 311040) {
nSubsidy = 400 * COIN;
(nHeight < 518400 && nHeight >= 414720) {
nSubsidy = 350 * COIN;
(nHeight < 622080 && nHeight >= 518400) {
nSubsidy = 300 * COIN;
(nHeight < 725760 && nHeight >= 622080) {
nSubsidy = 250 * COIN;
(nHeight < 829440 && nHeight >= 725760) {
nSubsidy = 200 * COIN;
{nHeight >= 829440
nSubsidy = 150 * COIN;
}
**Super blocks:**
15 super blocks for every 21600 blocks , reward: 2000
### Ports
+ rpc port= 11185
+ p2p port= 11186
+ Testnet rpc port= 61475
+ Testnet p2p port = 61474
and we need community to support it. thanks
ps: we still waiting for feedback from cryptopia. we will update github asap.
А вот собственно конкретика про новую цепь. NeoScrypt - не знаю, насколько лучше алгоритм. Мастернода - 500.000 MTNC ... Интересно, сколько всего будет первоначально. Здесь статья про алгоритм -
https://bitgid.com/neoscrypt/