节点1配置
run_mode = 0
http_port = "7999"
ws_port = "8999"
log_level = "info"
log_output = "yu.log"
lei_limit = 50000
timeout = 60
[p2p]
p2p_listen_addrs = ["/ip4/127.0.0.1/tcp/8887"]
protocol_id = "yu"
node_key_type = 1
node_key_rand_seed = 1
[kvdb]
kv_type = "bolt"
path = "./yu.db"
[block_chain.chain_db]
sql_db_type = "sqlite"
dsn = "chain.db"
[txpool]
pool_size = 2048
txn_max_size = 1024000