cryptonomex / graphene

MIT License
1.05k stars 337 forks source link

Duplicate keys in config.ini breaks logging #648

Closed abitmore closed 7 years ago

abitmore commented 8 years ago

If your witness_node doesn't write logs, please check if there is this message while starting witness:

448168ms th_a main.cpp:121 main ] Error parsing logging config from config file xxx/witness_node_data_dir/config.ini, using default config

it probably caused by duplicated keys in config.ini, for example:

checkpoint = [2821600, "002b0de0540f7625fe55baf29583b3f45e8b23e9"]
checkpoint = [2821650, "002b0e12cb488ac912504dd483eaa92991fa3b3e"]
checkpoint = [2821700, "002b0e446a72ada002bfdc65fb4ab5fbd29763a1"]

or

seed-node = "1.2.3.4"
seed-node = "1.2.3.5"
abitmore commented 8 years ago

or

private-key = ["pub1","wif1"]
private-key = ["pub2","wif2"]
abitmore commented 8 years ago

Duplicate of #521

vikramrajkumar commented 7 years ago

This issue was moved to bitshares/bitshares-core#209