I've released version 0.2.0 of Txbox, which packs a significant new feature. Txbox is now a fully automated Miner API state machine.
When adding transactions to Txbox, you can now set the state to one of:
* `pending` - for incomplete, draft or off-chain only transactions
* `queued` - will be queued up to be pushed directly to your configured miner
* `pushed` - miners will be polled until the transaction is confirmed
Depending on the given state, Txbox will automatically queue and process the
[more]