diff --git a/resources/production/accounts.csv b/resources/production/accounts.csv index 6a51c8ec8a..c94d551aaf 100644 --- a/resources/production/accounts.csv +++ b/resources/production/accounts.csv @@ -1,7 +1,6 @@ -01054c929d687267a30341c759b4a9cab1238cb2de65546be43dad479c50745724,100000000000000000000000000000000000,0 -018b15761be0c527117c79b87ca013b014a4628f01e382902a139529406723d86b,1000000000000000000000,10000000000 -018267d68f8d249b1430551ecc7b4c176d66f2ba2bf98d5547e7c3accc99375e53,1000000000000000000000,10000000000 -013e6da85e28215de8c7510b572b9869abe5865c0ded45b5533ace1e7f51110138,1000000000000000000000,0 -0186d42bacf67a4b6c5042edba6bc736769171ca3320f7b0040ab9265aca13bbee,1000000000000000000000,0 -01bdda22721033ae556e92ccf1034f8d14f24c3794fa7befaa831bcae98f9f1e9b,1000000000000000000000,0 -01329cc15cb92fca5d5ce6d7fcc881010161547f452e2caad4dff565708b00b8c7,1000000000000000000000,0 \ No newline at end of file +01054c929d687267a30341c759b4a9cab1238cb2de65546be43dad479c50745724,10000000000000000000000000000000000000,0 +013f774a58f4d40bd9b6cce7e306e53646913860ef2a111d00f0fe7794010c4012,1000000000000000000000000,10000000000000000 +01d62fc9b894218bfbe8eebcc4a28a1fc4cb3a5c6120bb0027207ba8214439929e,1000000000000000000000000,10000000000000000 +018b15761be0c527117c79b87ca013b014a4628f01e382902a139529406723d86b,1000000000000000000000000,0 +01524a5f3567d7b5ea17ca518c9d0320fb4a75a28a5eab58d06c755c388f20a19f,1000000000000000000000000,0 +018267d68f8d249b1430551ecc7b4c176d66f2ba2bf98d5547e7c3accc99375e53,1000000000000000000000,0 diff --git a/resources/production/chainspec.toml b/resources/production/chainspec.toml index ceb1361417..5a93e01979 100644 --- a/resources/production/chainspec.toml +++ b/resources/production/chainspec.toml @@ -7,7 +7,7 @@ name = 'casper-delta' # see finality_threshold_percent below) of validator nodes must be up and running to start the blockchain. This # timestamp is also used in seeding the pseudo-random number generator used in contract-runtime for computing genesis # post-state hash. -timestamp = '2020-12-10T17:00:00Z' +timestamp = '2020-12-18T21:30:00Z' # Protocol version at genesis. protocol_version = '1.0.0' # Path (absolute, or relative to this chainspec.toml) to the file containing wasm bytecode for installing the mint @@ -25,7 +25,7 @@ auction_installer_path = '/etc/casper/wasm/auction_install.wasm' # Path (absolute, or relative to this chainspec.toml) to the CSV file containing initial account balances and bonds. accounts_path = '/etc/casper/accounts.csv' # Number of slots available in validator auction. -validator_slots = 100 +validator_slots = 200 # Amount of auction delay auction_delay = 3 # The delay for the payout of funds, in eras. If a withdraw request is included in a block in era N diff --git a/resources/production/config-example.toml b/resources/production/config-example.toml index 90c8c25ef1..8efec4ca1f 100644 --- a/resources/production/config-example.toml +++ b/resources/production/config-example.toml @@ -16,7 +16,7 @@ chainspec_config_path = '/etc/casper/chainspec.toml' [logging] # Output format. Possible values are 'text' or 'json'. -format = 'text' +format = 'json' # Colored output. Has no effect if format = 'json'. color = false @@ -47,7 +47,7 @@ public_address = ':0' # Address to bind to for listening. # If port is set to 0, a random port will be used. -bind_address = '0.0.0.0:34553' +bind_address = '0.0.0.0:35000' # Addresses to connect to in order to join the network. # @@ -57,7 +57,7 @@ bind_address = '0.0.0.0:34553' # # Multiple addresses can be given and the node will attempt to connect to each, requiring at least # one connection. -known_addresses = ['54.177.84.9:34553', '18.144.69.216:34553', '13.57.251.65:34553'] +known_addresses = ['54.67.67.33:35000'] # The interval (in milliseconds) between each fresh round of gossiping the node's public address. gossip_interval = 120_000 @@ -126,7 +126,7 @@ broadcast_channel_size = 100 # If the folder doesn't exist, it and any required parents will be created. # # If unset, the path must be supplied as an argument via the CLI. -path = '/root/.local/share/casper-node' +path = '/var/lib/casper/casper-node' # Maximum size of the database to use for the block store. # diff --git a/resources/production/validation.md5 b/resources/production/validation.md5 index e19194ba00..9f5474e077 100644 --- a/resources/production/validation.md5 +++ b/resources/production/validation.md5 @@ -1,2 +1,2 @@ -7562c32ae6c92f1d1e4f12409ee1bc8d accounts.csv -39cdbb54bb89acb9a8fe6ab48cb07e51 chainspec.toml +1ce492ebe9a768f86df7016469862d0c accounts.csv +bb8b5d88407111b9ca61a05b9d92d4e3 chainspec.toml