Bitcoin Forum
May 26, 2024, 09:50:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Blockchain receive api delays  (Read 816 times)
BTCPerDay (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
February 29, 2016, 09: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
BTCPerDay (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
March 08, 2016, 11: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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!