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

live updating / refresh button for UI, rather than being static #6

Closed ecbtln closed 10 years ago

ecbtln commented 10 years ago

maybe have a separate, continuously running thread, that is polling the block chain looking for xcp transactions > block # x, and then incrementing this block as it finds more

ecbtln commented 10 years ago

done with the refresh button, still need to consider the auto updating. perhaps do

get_running_info()

api call to repeatedly check if the last known last block is actually the last block, if not then we trigger an update