Post
Topic
Board Web Wallets
Re: Blockchain receive api delays
by
BTCPerDay
on 08/03/2016, 11:09:14 UTC
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