Hi there,
I've started using abe(initial check right now

), had to quit app and rerun it and after using ctrl-c i lack one record :
mysql> SELECT count(*) FROM `block` WHERE block_id=116245;
+----------+
| count(*) |
+----------+
| 1 |
+----------+
1 row in set (0.00 sec)
mysql> SELECT count(*) FROM `block` WHERE block_id=116246;
+----------+
| count(*) |
+----------+
| 0 |
+----------+
1 row in set (0.00 sec)
mysql> SELECT count(*) FROM `block` WHERE block_id=116247;
+----------+
| count(*) |
+----------+
| 1 |
+----------+
1 row in set (0.00 sec)
commit should prevent that, right? i am ussing InnoDB.
Is here any possibility to recheck for missing data? EDIT: commits are only for tx's so maybe just wrong id given while selecting last block in app after starting it? like 116247 instead of 116246 while having 116245 put in mysqlDb?
Another thing - when i have bitcoin running - can i rerun app to check for new blocks, or i have to stop bitcoin?
and most important: how is this tool different from Bitcointools ? i am new to this tools, was using crappy json-rpc methods given in bitcoind : p