mirror of
https://github.com/boolnetwork/mining-scripts.git
synced 2026-02-21 19:47:22 +08:00
22 lines
640 B
TOML
22 lines
640 B
TOML
# local msg_pool server port.
|
|
msg_pool_port = 18720
|
|
# local node url for watcher
|
|
node_ws_url = "ws://138.91.116.52:9945"
|
|
# local database url for data storage.
|
|
db_url = "http://localhost:18710"
|
|
# local database token for database usage.
|
|
db_token = ""
|
|
# local sgx key server url
|
|
key_server_url = "https://localhost:18730"
|
|
# used to generate LocalKeyStore, used to get AccountId in substrate.
|
|
identity = "0x5fb92d6e98884f76de468fa3f6278f8807c48bebc13595d45af5bdc4da702133"
|
|
# seconds per block
|
|
block_time = 3
|
|
# blocks per epoch
|
|
epoch_duration = 200
|
|
|
|
[network_config]
|
|
port = 48700
|
|
boot_nodes = []
|
|
share_peer_interval = 30
|
|
only_global_ips = true |