Post
Topic
Board Bitcoin Technical Support
Re: 2 transactions stuck blockchain.info
by
tanga
on 27/12/2017, 08:52:40 UTC
How did you manage to do this?!?!

I've been trying https://pool.viabtc.com/tools/txaccelerator/ for days now, but all I get is "Submissions are beyond limit. Please try later."
Synchronize your clock with a time server, submit your txid at 1 second past the whole hour.

I use this on a (Linux) console (it shows the time 5 times per second):
Code:
while test 1; do date; sleep 0.2; done
If I click "Submit for FREE" at 10:00:01, it's added to the queue at 10:00:02.
This usually works for me.

Thanks, thats a neat trick. Got the code working on my mac terminal. How far out do you refresh the page because of the Captcha? (I assume it times out)?

Edit: ahh just tried again at xx:00:01 , no luck Undecided