ecbtln / xcp-gui

A GUI and standalone, cross-platform app for the counterparty exchange protocol built atop bitcoin
MIT License
0 stars 0 forks source link

Add in error handling for when the app first starts up #5

Closed ecbtln closed 10 years ago

ecbtln commented 10 years ago
ecbtln commented 10 years ago

for verifying the bit coin block chain, use

rpc.getblockcount()

and then for checking the total number of blocks check this site https://blockchain.info/q/getblockcount

Then for counterpartyd, use the get_running_info() call. and check if the db_caught_up boolean keys as well as the `last_block``keys

ecbtln commented 10 years ago

This is done, but it is not pretty, need to work on cleaning this up in the future now with a nicely formatted startup page