Maintenance
Starting the Zetrix Service
./ztx startStopping the Zetrix Service
./ztx stopQuerying the Zetrix Service Status
./ztx statusQuerying the Detailed System Status
curl 127.0.0.1:18002/getModulesStatus{
"glue_manager":{
"cache_topic_size":0,
"ledger_upgrade":{
"current_states":null,
"local_state":null
},
"system":{
"current_time":"2017-07-20 10:32:22", //Current system time
"process_uptime":"2017-07-20 09:35:06", //When zetrix is started
"uptime":"2017-05-14 23:51:04"
},
"time":"0 ms",
"transaction_size":0
},
"keyvalue_db":Object{...},
"ledger_db":Object{...},
"ledger_manager":{
"account_count":2316, //Total accounts
"hash_type":"sha256",
"ledger_sequence":12187,
"time":"0 ms",
"tx_count":1185 //Total transactions
},
"peer_manager":Object{...},
"web server":Object{...}
}Clearing Database

Creating a Hard Fork

Updating the configure file
Last updated