Skip to content
Snippets Groups Projects
Commit 004ff6be authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] New chain configs

parent 62ad01e0
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ name=ZeroChain ...@@ -5,10 +5,10 @@ name=ZeroChain
consensus=dag-poa consensus=dag-poa
[files] [files]
storage=/opt/kelvin-node/var/lib/kelvin-testnet/chain-0.dap_chain storage_dir=/opt/kelvin-node/var/lib/kelvin-testnet/
[dag] [dag]
subchains_limit=1 is_single_line=true
[dag-poa] [dag-poa]
auth_certs_prefix=kelvin.testnet.root auth_certs_prefix=kelvin.testnet.root
......
[chain]
id=0x0000000000000001
shard_id=0x0000000000000000
name=Cells-0
consensus=blocks-pos
[files]
storage=/opt/kelvin-node/var/lib/kelvin-testnet/chain-cells-0.dap_chain
[chain]
id=0x0000000000000001
shard_id=0x0000000000000000
name=Plasma-0
consensus=dag-pos
[dag]
subchains_limit=0
[dag-pos]
hold_coins=1.0
[files]
storage=/opt/kelvin-node/var/lib/kelvin-testnet/chain-plasma-0.dap_chain
[chain]
id=0x0000000000000001
name=Plasma
consensus=dag-pos
[dag]
is_single_line=false
# Proof-of-State consensus config
[dag-pos]
# Tokens hold and hold_value must be equel size
# KLVNT - test token, SHT1 - shit token 1
tokens_hold=[KLVNT,SHT1]
# 1000 coins for both
tokens_hold_value=[1000000000000000,1000000000000000]
[files]
storage=/opt/kelvin-node/var/lib/kelvin-testnet/chain-plasma.dap_chain
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment