need to remove backup files
This commit is contained in:
parent
891137cf57
commit
1c1652cca2
2 changed files with 0 additions and 579 deletions
|
|
@ -1,83 +0,0 @@
|
||||||
# Endpoint for P2P node to listen on
|
|
||||||
p2p-endpoint = 0.0.0.0:9777
|
|
||||||
|
|
||||||
# P2P nodes to connect to on startup (may specify multiple times)
|
|
||||||
# seed-node =
|
|
||||||
|
|
||||||
# JSON array of P2P nodes to connect to on startup
|
|
||||||
# seed-nodes =
|
|
||||||
|
|
||||||
# Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
|
|
||||||
# checkpoint =
|
|
||||||
|
|
||||||
# Endpoint for websocket RPC to listen on
|
|
||||||
rpc-endpoint = 0.0.0.0:8090
|
|
||||||
|
|
||||||
# Endpoint for TLS websocket RPC to listen on
|
|
||||||
# rpc-tls-endpoint =
|
|
||||||
|
|
||||||
# The TLS certificate file for this server
|
|
||||||
# server-pem =
|
|
||||||
|
|
||||||
# Password for this certificate
|
|
||||||
# server-pem-password =
|
|
||||||
|
|
||||||
# File to read Genesis State from
|
|
||||||
genesis-json =genesis.json
|
|
||||||
|
|
||||||
# Block signing key to use for init witnesses, overrides genesis file
|
|
||||||
# dbg-init-key =
|
|
||||||
|
|
||||||
# JSON file specifying API permissions
|
|
||||||
# api-access =
|
|
||||||
|
|
||||||
# Enable block production, even if the chain is stale.
|
|
||||||
enable-stale-production = true
|
|
||||||
|
|
||||||
# Percent of witnesses (0-99) that must be participating in order to produce blocks
|
|
||||||
required-participation = false
|
|
||||||
|
|
||||||
# ID of witness controlled by this node (e.g. "1.6.5", quotes are required, may specify multiple times)
|
|
||||||
# witness-id =
|
|
||||||
|
|
||||||
# IDs of multiple witnesses controlled by this node (e.g. ["1.6.5", "1.6.6"], quotes are required)
|
|
||||||
witness-ids = ["1.6.1", "1.6.2", "1.6.3", "1.6.4", "1.6.5", "1.6.6", "1.6.7", "1.6.8", "1.6.9", "1.6.10", "1.6.11"]
|
|
||||||
|
|
||||||
# Tuple of [PublicKey, WIF private key] (may specify multiple times)
|
|
||||||
private-key = ["TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV","5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"]
|
|
||||||
|
|
||||||
# Account ID to track history for (may specify multiple times)
|
|
||||||
# track-account =
|
|
||||||
|
|
||||||
# Keep only those operations in memory that are related to account history tracking
|
|
||||||
# partial-operations =
|
|
||||||
|
|
||||||
# Maximum number of operations per account will be kept in memory
|
|
||||||
# max-ops-per-account =
|
|
||||||
|
|
||||||
# Track market history by grouping orders into buckets of equal size measured in seconds specified as a JSON array of numbers
|
|
||||||
bucket-size = [15,60,300,3600,86400]
|
|
||||||
|
|
||||||
# How far back in time to track history for each bucket size, measured in the number of buckets (default: 1000)
|
|
||||||
history-per-size = 1000
|
|
||||||
|
|
||||||
# declare an appender named "stderr" that writes messages to the console
|
|
||||||
[log.console_appender.stderr]
|
|
||||||
stream=std_error
|
|
||||||
|
|
||||||
# declare an appender named "p2p" that writes messages to p2p.log
|
|
||||||
[log.file_appender.p2p]
|
|
||||||
filename=logs/p2p/p2p.log
|
|
||||||
# filename can be absolute or relative to this config file
|
|
||||||
|
|
||||||
# route any messages logged to the default logger to the "stderr" logger we
|
|
||||||
# declared above, if they are info level are higher
|
|
||||||
[logger.default]
|
|
||||||
level=info
|
|
||||||
appenders=stderr
|
|
||||||
|
|
||||||
# route messages sent to the "p2p" logger to the p2p appender declared above
|
|
||||||
[logger.p2p]
|
|
||||||
level=info
|
|
||||||
appenders=p2p
|
|
||||||
|
|
||||||
|
|
@ -1,496 +0,0 @@
|
||||||
{
|
|
||||||
"initial_timestamp": "2019-01-02T19:42:12",
|
|
||||||
"max_core_supply": "1000000000000000",
|
|
||||||
"initial_parameters": {
|
|
||||||
"current_fees": {
|
|
||||||
"parameters": [[
|
|
||||||
0,{
|
|
||||||
"fee": 2000000,
|
|
||||||
"price_per_kbyte": 1000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
1,{
|
|
||||||
"fee": 500000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
2,{
|
|
||||||
"fee": 0
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
3,{
|
|
||||||
"fee": 2000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
4,{}
|
|
||||||
],[
|
|
||||||
5,{
|
|
||||||
"basic_fee": 500000,
|
|
||||||
"premium_fee": 200000000,
|
|
||||||
"price_per_kbyte": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
6,{
|
|
||||||
"fee": 2000000,
|
|
||||||
"price_per_kbyte": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
7,{
|
|
||||||
"fee": 300000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
8,{
|
|
||||||
"membership_annual_fee": 200000000,
|
|
||||||
"membership_lifetime_fee": 1000000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
9,{
|
|
||||||
"fee": 50000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
10,{
|
|
||||||
"symbol3": "50000000000",
|
|
||||||
"symbol4": "30000000000",
|
|
||||||
"long_symbol": 500000000,
|
|
||||||
"price_per_kbyte": 10
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
11,{
|
|
||||||
"fee": 50000000,
|
|
||||||
"price_per_kbyte": 10
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
12,{
|
|
||||||
"fee": 50000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
13,{
|
|
||||||
"fee": 50000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
14,{
|
|
||||||
"fee": 2000000,
|
|
||||||
"price_per_kbyte": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
15,{
|
|
||||||
"fee": 2000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
16,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
17,{
|
|
||||||
"fee": 10000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
18,{
|
|
||||||
"fee": 50000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
19,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
20,{
|
|
||||||
"fee": 500000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
21,{
|
|
||||||
"fee": 2000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
22,{
|
|
||||||
"fee": 2000000,
|
|
||||||
"price_per_kbyte": 10
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
23,{
|
|
||||||
"fee": 2000000,
|
|
||||||
"price_per_kbyte": 10
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
24,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
25,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
26,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
27,{
|
|
||||||
"fee": 2000000,
|
|
||||||
"price_per_kbyte": 10
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
28,{
|
|
||||||
"fee": 0
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
29,{
|
|
||||||
"fee": 500000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
30,{
|
|
||||||
"fee": 2000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
31,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
32,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
33,{
|
|
||||||
"fee": 2000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
34,{
|
|
||||||
"fee": 500000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
35,{
|
|
||||||
"fee": 100000,
|
|
||||||
"price_per_kbyte": 10
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
36,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
37,{}
|
|
||||||
],[
|
|
||||||
38,{
|
|
||||||
"fee": 2000000,
|
|
||||||
"price_per_kbyte": 10
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
39,{
|
|
||||||
"fee": 500000,
|
|
||||||
"price_per_output": 500000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
40,{
|
|
||||||
"fee": 500000,
|
|
||||||
"price_per_output": 500000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
41,{
|
|
||||||
"fee": 500000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
42,{}
|
|
||||||
],[
|
|
||||||
43,{
|
|
||||||
"fee": 2000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
44,{}
|
|
||||||
],[
|
|
||||||
45,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
46,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
47,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
48,{
|
|
||||||
"fee": 50000000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
49,{
|
|
||||||
"distribution_base_fee": 0,
|
|
||||||
"distribution_fee_per_holder": 0
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
50,{}
|
|
||||||
],[
|
|
||||||
51,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
52,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
53,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
54,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
55,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
56,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
57,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
58,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
59,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
60,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
61,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
62,{
|
|
||||||
"fee": 1000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
63,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
64,{}
|
|
||||||
],[
|
|
||||||
65,{}
|
|
||||||
],[
|
|
||||||
66,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
67,{}
|
|
||||||
],[
|
|
||||||
68,{
|
|
||||||
"fee": 0
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
69,{}
|
|
||||||
],[
|
|
||||||
70,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
71,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
72,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
73,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
74,{
|
|
||||||
"fee": 100000
|
|
||||||
}
|
|
||||||
],[
|
|
||||||
75,{}
|
|
||||||
],[
|
|
||||||
76,{}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"scale": 10000
|
|
||||||
},
|
|
||||||
"block_interval": 3,
|
|
||||||
"maintenance_interval": 900,
|
|
||||||
"maintenance_skip_slots": 3,
|
|
||||||
"committee_proposal_review_period": 2000,
|
|
||||||
"maximum_transaction_size": 2048,
|
|
||||||
"maximum_block_size": 1228800000,
|
|
||||||
"maximum_time_until_expiration": 86400,
|
|
||||||
"maximum_proposal_lifetime": 2419200,
|
|
||||||
"maximum_asset_whitelist_authorities": 10,
|
|
||||||
"maximum_asset_feed_publishers": 10,
|
|
||||||
"maximum_witness_count": 1001,
|
|
||||||
"maximum_committee_count": 1001,
|
|
||||||
"maximum_authority_membership": 10,
|
|
||||||
"reserve_percent_of_fee": 2000,
|
|
||||||
"network_percent_of_fee": 2000,
|
|
||||||
"lifetime_referrer_percent_of_fee": 3000,
|
|
||||||
"cashback_vesting_period_seconds": 31536000,
|
|
||||||
"cashback_vesting_threshold": 10000000,
|
|
||||||
"count_non_member_votes": true,
|
|
||||||
"allow_non_member_whitelists": false,
|
|
||||||
"witness_pay_per_block": 1000000,
|
|
||||||
"worker_budget_per_day": "50000000000",
|
|
||||||
"max_predicate_opcode": 1,
|
|
||||||
"fee_liquidation_threshold": 10000000,
|
|
||||||
"accounts_per_fee_scale": 1000,
|
|
||||||
"account_fee_scale_bitshifts": 4,
|
|
||||||
"max_authority_depth": 2,
|
|
||||||
"witness_schedule_algorithm": 1,
|
|
||||||
"min_round_delay": 0,
|
|
||||||
"max_round_delay": 600,
|
|
||||||
"min_time_per_commit_move": 0,
|
|
||||||
"max_time_per_commit_move": 600,
|
|
||||||
"min_time_per_reveal_move": 0,
|
|
||||||
"max_time_per_reveal_move": 600,
|
|
||||||
"rake_fee_percentage": 300,
|
|
||||||
"maximum_registration_deadline": 2592000,
|
|
||||||
"maximum_players_in_tournament": 256,
|
|
||||||
"maximum_tournament_whitelist_length": 1000,
|
|
||||||
"maximum_tournament_start_time_in_future": 2419200,
|
|
||||||
"maximum_tournament_start_delay": 604800,
|
|
||||||
"maximum_tournament_number_of_wins": 100,
|
|
||||||
"extensions": {}
|
|
||||||
},
|
|
||||||
"initial_bts_accounts": [],
|
|
||||||
"initial_accounts": [{
|
|
||||||
"name": "init0",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": true
|
|
||||||
},{
|
|
||||||
"name": "init1",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": true
|
|
||||||
},{
|
|
||||||
"name": "init2",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": true
|
|
||||||
},{
|
|
||||||
"name": "init3",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": true
|
|
||||||
},{
|
|
||||||
"name": "init4",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": true
|
|
||||||
},{
|
|
||||||
"name": "init5",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": true
|
|
||||||
},{
|
|
||||||
"name": "init6",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": true
|
|
||||||
},{
|
|
||||||
"name": "init7",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": true
|
|
||||||
},{
|
|
||||||
"name": "init8",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": true
|
|
||||||
},{
|
|
||||||
"name": "init9",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": true
|
|
||||||
},{
|
|
||||||
"name": "init10",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": true
|
|
||||||
},{
|
|
||||||
"name": "nathan",
|
|
||||||
"owner_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"active_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
|
|
||||||
"is_lifetime_member": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"initial_assets": [],
|
|
||||||
"initial_balances": [{
|
|
||||||
"owner": "TESTFAbAx7yuxt725qSZvfwWqkdCwp9ZnUama",
|
|
||||||
"asset_symbol": "TEST",
|
|
||||||
"amount": "1000000000000000"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"initial_vesting_balances": [],
|
|
||||||
"initial_active_witnesses": 11,
|
|
||||||
"initial_witness_candidates": [{
|
|
||||||
"owner_name": "init0",
|
|
||||||
"block_signing_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"
|
|
||||||
},{
|
|
||||||
"owner_name": "init1",
|
|
||||||
"block_signing_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"
|
|
||||||
},{
|
|
||||||
"owner_name": "init2",
|
|
||||||
"block_signing_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"
|
|
||||||
},{
|
|
||||||
"owner_name": "init3",
|
|
||||||
"block_signing_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"
|
|
||||||
},{
|
|
||||||
"owner_name": "init4",
|
|
||||||
"block_signing_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"
|
|
||||||
},{
|
|
||||||
"owner_name": "init5",
|
|
||||||
"block_signing_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"
|
|
||||||
},{
|
|
||||||
"owner_name": "init6",
|
|
||||||
"block_signing_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"
|
|
||||||
},{
|
|
||||||
"owner_name": "init7",
|
|
||||||
"block_signing_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"
|
|
||||||
},{
|
|
||||||
"owner_name": "init8",
|
|
||||||
"block_signing_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"
|
|
||||||
},{
|
|
||||||
"owner_name": "init9",
|
|
||||||
"block_signing_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"
|
|
||||||
},{
|
|
||||||
"owner_name": "init10",
|
|
||||||
"block_signing_key": "TEST6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"initial_committee_candidates": [{
|
|
||||||
"owner_name": "init0"
|
|
||||||
},{
|
|
||||||
"owner_name": "init1"
|
|
||||||
},{
|
|
||||||
"owner_name": "init2"
|
|
||||||
},{
|
|
||||||
"owner_name": "init3"
|
|
||||||
},{
|
|
||||||
"owner_name": "init4"
|
|
||||||
},{
|
|
||||||
"owner_name": "init5"
|
|
||||||
},{
|
|
||||||
"owner_name": "init6"
|
|
||||||
},{
|
|
||||||
"owner_name": "init7"
|
|
||||||
},{
|
|
||||||
"owner_name": "init8"
|
|
||||||
},{
|
|
||||||
"owner_name": "init9"
|
|
||||||
},{
|
|
||||||
"owner_name": "init10"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"initial_worker_candidates": [],
|
|
||||||
"initial_chain_id": "aa34045518f1469a28fa4578240d5f039afa9959c0b95ce3b39674efa691fb21",
|
|
||||||
"immutable_parameters": {
|
|
||||||
"min_committee_member_count": 11,
|
|
||||||
"min_witness_count": 11,
|
|
||||||
"num_special_accounts": 0,
|
|
||||||
"num_special_assets": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue