Author

Topic: Blockchain receive api delays (Read 815 times)

newbie
Activity: 28
Merit: 0
March 08, 2016, 07:09:14 AM
#2
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
newbie
Activity: 28
Merit: 0
February 29, 2016, 05:33:19 AM
#1
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  Angry
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
Jump to: