0.0.1 • Published 9 years ago
duniter-debug v0.0.1
duniter-debug

A module providing blockchain debugging tools.
Features
Database comparison
node run.js --mdb dbA reset data
node run.js --mdb dbA sync gtest.duniter.org 10900
node run.js --mdb dbB reset data
node run.js --mdb dbB sync some.other.node 10900
bash compare dbA dbB m_index meldExplanations:
- first, create a new database
dbAfrom the synchronization of gtest.duniter.org:10900 - second, create a new database
dbBfrom the synchronization of some.other.node:10900 - third, compare the resulting table
m_indexfrom these 2 databases withmeldsoftware.
Notes:
- you could replace
m_indexwith one ofc_index,i_index,s_index - you could replace
meldwithdiffor whatever comparison program available on your machine
0.0.1
9 years ago