adangert / Telescope

A bitcoin cash wallet for the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Research sending lots of 0-conf transactions

adangert opened this issue · comments

currently the API is using bch-insight.com for the API. however in the utxo set when new 0-conf transactions are added, older ones do not go away for at least one confirmation. So the wallet will stop sending funds if there are multiple 0-conf utxo's.

Perhaps a different API would work better. This needs to be looked into. Block-dozer stopped listing utxo's until they get at least 1 conf. This was too slow to be apart of the wallet.

https://bitcoincash.blockexplorer.com/ allows for sending lots of 0-conf transactions.