-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Transaction failed with reason: Failover Broadcast Network Providers exhausted, bailing #52
Comments
Sorry for the close and re-open. Checking if this is an issue of sorts? was able to broadcast the contract but not able to "Spend," which appears to be what executes the contract. Tested this on multiple contracts. Don't see documentation for this button though so maybe it is unnecessary or does something different? |
Yep. This is a bug. The app/library is grouping inputs, but with version 2, only one input should be used. I manually stepped the four UTXOs of your test contract forward, hopefully the fix can be pushed within 100 blocks. |
aha - appreciate it! Well, it appears I get payouts but every ~270 confirmations. Not sure what else these would be from, so likely from your manual intervention. |
Ok, so I've tried this twice more, each with one transaction. I can broadcast the transaction but cannot "Spend" it without the above error. Included two more errors below. I'm following instructions to the letter (unless I'm being dumb), so unsure if things change?
|
Is that "Spend" button no longer necessary? Does the broadcast button handle everything? |
ah, sorry, for some clarity, I tried creating three separate contracts, each with one UTXO |
If the parameters of the contracts are the same (period, fee, etc) then it resolves to the same unlocking code, which means they're all on an identical address, they all run in parallel with the same logic. |
So I tried different variations - I actually had three different periods for each, also different sat inputs (one like 4M, one 400k, another similar but not the same 400k). I could be missing something here (and no worries not concerned about the funds!) |
What were the other block periods, and has that time elapsed yet? |
one was 100 blocks, one was 1 block, don't remember the other (maybe 10). So all periods elapsed but don't see the payouts |
Error: Transaction failed with reason: Failover Broadcast Network Providers exhausted, bailing
meep debug --tx=0200000001609fb0df164b47503ef7a7d0557b65e728331caa1f5f05d9f24ff5960549a00d01000000624c6002a00102dc051976a914b690a67edcf49dd1b7ca3b7a7d4966ffa5bf6a3b88ac0164c252a269b275c3519dc0c676547a9600cd537a887602e803a06300cc78a2696e9453799451cdc0c78851cc78a26975677853799400cc78a26975686d7551640000000224040000000000001976a914b690a67edcf49dd1b7ca3b7a7d4966ffa5bf6a3b88ac6daf06000000000023aa20a2850bd698ed0e77ffd014f891884e8c66cdfcd5dcae959ce121ecc85f6ffa068713870c00 --idx=0 --amt=440683 --pkscript=a91408bbd5adccd493ae54c0b7de3a71b9cc4af5f06c87
The text was updated successfully, but these errors were encountered: