Bitcoin Forum

Economy => Web Wallets => Topic started by: BTCPerDay on February 29, 2016, 09:33:19 AM



Title: Blockchain receive api delays
Post by: BTCPerDay on February 29, 2016, 09:33:19 AM
Hiho mates.
I got strange trouble with blockchain's receive api v2.
Someone make transfer with HD temporary address generated by API.
After confirmation it triggers callback very well.
Everything seems fine but cash is never comes to my wallet.
It stucks in temporary wallet.
Same with callback log. Is empty but im using their API for months.
I didnt receive money from 23 Feb - Today
Anyone got have issues?

I wrote to Blockchain helpdesk but they told me to use v2 API  >:(
Im being mad because i can not see my money (a lot of money)
I made transfer from another wallet using api and money disapeard too.
Configuration is good for sure because before 23 Feb everything work well


Title: Re: Blockchain receive api delays
Post by: BTCPerDay on March 08, 2016, 11:09:14 AM
Solved

I had to put this script into Blockchain Website via console:

Code:
for (i=0;i<1000;i++){
Blockchain.MyWallet.wallet.importLegacyAddress(Blockchain.MyWallet.wallet._getPrivateKey(0,"M/0/"+i));
}

This is issued with BIP44