mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
Cargo.toml: features updates, util/time.rs: replaced worldtime api request with jsonrpc request towards network nodes, darkfid: configuration check for new clock check impl, contrib/localnet + script/consensu_simulation: added new config args, faucted: removed unnessesary clock check, src/error.rs: new ConfigInvalid error and removed NTP error
This commit is contained in:
@@ -35,6 +35,7 @@ do
|
||||
-v \
|
||||
--consensus \
|
||||
--consensus-p2p-seed tcp://127.0.0.1:6000 \
|
||||
--consensus-seed-rpc tcp://127.0.0.1:6010 \
|
||||
--sync-p2p-seed tcp://127.0.0.1:6020 \
|
||||
--consensus-p2p-accept tcp://127.0.0.1:600$i \
|
||||
--consensus-p2p-external tcp://127.0.0.1:600$i \
|
||||
@@ -65,6 +66,7 @@ LOG_TARGETS="!sled,!net" ./darkfid \
|
||||
-v \
|
||||
--consensus \
|
||||
--consensus-p2p-seed tcp://127.0.0.1:6000 \
|
||||
--consensus-seed-rpc tcp://127.0.0.1:6010 \
|
||||
--sync-p2p-seed tcp://127.0.0.1:6020 \
|
||||
--consensus-p2p-accept tcp://127.0.0.1:600$bound \
|
||||
--consensus-p2p-external tcp://127.0.0.1:600$bound \
|
||||
|
||||
Reference in New Issue
Block a user