This repository was archived by the owner on Feb 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
144,510 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,19 @@ | ||
# e-Money Production Network | ||
# e-Money Networks | ||
|
||
This repository contains the official genesis file for the [e-Money](https://e-money.com) production network (a.k.a. the e-Money mainnet). | ||
This repository contains the official genesis file for current and historical [e-Money](https://e-money.com) networks. | ||
|
||
If you intend to run a validator, please join our [validator hangout group](https://t.me/joinchat/HBB5elfpWv8rADBFhhjbtg). | ||
|
||
Grants are available for [eligible validators](https://github.com/e-money/grants/). | ||
## Latest Mainnet | ||
|
||
## Next Network | ||
Chain ID: [emoney-2](emoney-2/README.md) | ||
Software: [v0.9.6](https://github.com/e-money/em-ledger/releases/tag/v0.9.6) | ||
Genesis: https://raw.githubusercontent.com/e-money/networks/master/emoney-2/genesis.json | ||
Peers: [emoney-2/PEERS.md](emoney-2/PEERS.md) | ||
|
||
The upgrade to chain-id "emoney-2" is scheduled for 2020-11-04 at 13:00:00 UTC. | ||
## Latest Testnet | ||
|
||
Please see [emoney-2/README.md](emoney-2/README.md) for the latest instructions on preparing for the upgrade. | ||
|
||
|
||
## Current Network | ||
|
||
Chain ID: emoney-2 | ||
Genesis: https://raw.githubusercontent.com/e-money/launch/master/emoney-2/genesis.json | ||
Software: [v0.9.1](https://github.com/e-money/em-ledger/releases/tag/v0.9.1) | ||
Token API: https://api.e-money.com/v1/tokens.json | ||
Explorer: https://e-money.network | ||
|
||
|
||
## Persistent Peers | ||
|
||
``` | ||
# Forbole | ||
[email protected]:26656 | ||
# 01node | ||
[email protected]:26656 | ||
# melea | ||
[email protected]:46656 | ||
# StakeWolf | ||
[email protected]:46656 | ||
# WeStaking | ||
[email protected]:21656 | ||
# ATEAM | ||
[email protected]:26656 | ||
``` | ||
|
||
Validators are encouraged to create a PR and add their nodes above. | ||
Chain ID: [lilmermaid-10](lilmermaid-10/README.md) | ||
Software: [TBD]() | ||
Genesis: https://raw.githubusercontent.com/e-money/networks/master/lilmermaid-10/genesis.json | ||
Peers: [lilmermaid-10/PEERS.md](lilmermaid-10/PEERS.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Persistent Peers | ||
|
||
``` | ||
# Forbole | ||
[email protected]:26656 | ||
# 01node | ||
[email protected]:26656 | ||
# melea | ||
[email protected]:46656 | ||
# StakeWolf | ||
[email protected]:46656 | ||
# WeStaking | ||
[email protected]:21656 | ||
# ATEAM | ||
[email protected]:26656 | ||
``` | ||
|
||
Validators are encouraged to create a PR and add their nodes above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
{ | ||
"genesis_time": "2019-07-30T13:50:40.216804Z", | ||
"chain_id": "lilmermaid-1", | ||
"consensus_params": { | ||
"block": { | ||
"max_bytes": "22020096", | ||
"max_gas": "-1", | ||
"time_iota_ms": "1000" | ||
}, | ||
"evidence": { | ||
"max_age": "100000" | ||
}, | ||
"validator": { | ||
"pub_key_types": [ | ||
"ed25519" | ||
] | ||
} | ||
}, | ||
"app_hash": "", | ||
"app_state": { | ||
"auth": { | ||
"params": { | ||
"max_memo_characters": "256", | ||
"tx_sig_limit": "7", | ||
"tx_size_cost_per_byte": "10", | ||
"sig_verify_cost_ed25519": "590", | ||
"sig_verify_cost_secp256k1": "1000" | ||
} | ||
}, | ||
"bank": { | ||
"send_enabled": true | ||
}, | ||
"supply": { | ||
"supply": { | ||
"total": [] | ||
} | ||
}, | ||
"staking": { | ||
"params": { | ||
"unbonding_time": "259200000000000", | ||
"max_validators": 100, | ||
"max_entries": 7, | ||
"bond_denom": "ungm" | ||
}, | ||
"last_total_power": "0", | ||
"last_validator_powers": null, | ||
"validators": null, | ||
"delegations": null, | ||
"unbonding_delegations": null, | ||
"redelegations": null, | ||
"exported": false | ||
}, | ||
"accounts": [ | ||
{ | ||
"address": "emoney1rm3xtf04d83ez0g62t7fs0tgsmhw8z6x8q4e4k", | ||
"coins": [ | ||
{ | ||
"denom": "ungm", | ||
"amount": "500000000" | ||
} | ||
], | ||
"sequence_number": "0", | ||
"account_number": "0", | ||
"original_vesting": [], | ||
"delegated_free": [], | ||
"delegated_vesting": [], | ||
"start_time": "0", | ||
"end_time": "0", | ||
"module_name": "", | ||
"module_permissions": null | ||
}, | ||
{ | ||
"address": "emoney127teu2esvmqhhcn5hnh29eq7ndh7f3etnsww7v", | ||
"coins": [ | ||
{ | ||
"denom": "ungm", | ||
"amount": "100000000000000000" | ||
} | ||
], | ||
"sequence_number": "0", | ||
"account_number": "0", | ||
"original_vesting": [], | ||
"delegated_free": [], | ||
"delegated_vesting": [], | ||
"start_time": "0", | ||
"end_time": "0", | ||
"module_name": "", | ||
"module_permissions": null | ||
} | ||
], | ||
"genutil": { | ||
"gentxs": [ | ||
{ | ||
"type": "cosmos-sdk/StdTx", | ||
"value": { | ||
"msg": [ | ||
{ | ||
"type": "cosmos-sdk/MsgCreateValidator", | ||
"value": { | ||
"description": { | ||
"moniker": "Validator-0", | ||
"identity": "", | ||
"website": "", | ||
"details": "" | ||
}, | ||
"commission": { | ||
"rate": "0.000000000000000000", | ||
"max_rate": "0.000000000000000000", | ||
"max_change_rate": "0.000000000000000000" | ||
}, | ||
"min_self_delegation": "1", | ||
"delegator_address": "emoney1rm3xtf04d83ez0g62t7fs0tgsmhw8z6x8q4e4k", | ||
"validator_address": "emoneyvaloper1rm3xtf04d83ez0g62t7fs0tgsmhw8z6xqqndtm", | ||
"pubkey": "emoneyvalconspub1zcjduepq3g5ru39tssne7ss3652tvpnrv5hu7zpwarh0k6r8madmrec40slsysl8c9", | ||
"value": { | ||
"denom": "ungm", | ||
"amount": "1000000" | ||
} | ||
} | ||
} | ||
], | ||
"fee": { | ||
"amount": [], | ||
"gas": "0" | ||
}, | ||
"signatures": [ | ||
{ | ||
"pub_key": { | ||
"type": "tendermint/PubKeySecp256k1", | ||
"value": "AsAg99CDePcgATESMWTXlMbHbSrJPFM36uH1Sz1kj2WI" | ||
}, | ||
"signature": "5zUvBxHq4ACz/nNMvMuFL6gRA6hrHldR0havrudndJYKJq2CCf3uk/B19qOSDaI9COuKabqTB505pjrTd7zaRA==" | ||
} | ||
], | ||
"memo": " - " | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.