Skip to content

Commit

Permalink
chore: prepare node for testnet-4
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Aug 29, 2019
1 parent ea6da0b commit 600b872
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_node"
version = "0.3.2"
version = "0.4.0"
authors = ["Witnet Foundation <info@witnet.foundation>"]
workspace = ".."
description = "node component"
Expand Down
9 changes: 4 additions & 5 deletions witnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
# https://docs.witnet.io/configuration/toml-file/
[connections]
server_addr = "0.0.0.0:21337"
#known_peers = ["52.166.178.145:21337"]
known_peers = ["127.0.0.1:21337"]
known_peers = ["52.166.178.145:21337"]
outbound_limit = 1
bootstrap_peers_period_seconds = 15

[storage]
db_path = ".witnet-rust-testnet-3"
db_path = ".witnet-rust-testnet-4"

[consensus_constants]
checkpoints_period = 30
checkpoint_zero_timestamp = 1560643200
genesis_hash = "00000000000000000000000000000000000000007769746e65742d302e332e31"
checkpoint_zero_timestamp = 1567036800
genesis_hash = "00000000000000000000000000000000000000007769746e65742d302e342e30"

[log]
level = "debug"

0 comments on commit 600b872

Please sign in to comment.