blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
904 stars 517 forks source link

Wallet version 4 not supported. #516

Open evgeni-eremin opened 3 years ago

evgeni-eremin commented 3 years ago

I've begun to receive this error today. Everything was working before. I am running node service and sending my requests to it. Service v0.26.3, Node v6.4.0

donguyenthanhlan commented 3 years ago

Please refer to this for solution.

fa-sa commented 3 years ago

Hello friends I emailed support and that was their response.

Newly created wallets using Web interface (Wallet version 4) will not be supported by blockchain-wallet-service. You should the service itself to create new wallet.

You may want to enableHD after creating the wallet.

Then you can use all the API listed without any error

evgeni-eremin commented 3 years ago

@donguyenthanhlan @fa-sa I've created wallet as you said with hd=true parameter. It worked for some time, but again "Wallet version 4 not supported" has appeared.

donguyenthanhlan commented 3 years ago

@evgeni-eremin You can log in using web interface and use transfer as usual but do not use feature like security -> ip whitelist or mnemonic backup . It will automatically upgrade your wallet to version 4 which is not supported by the wallet service v3.

bert-w commented 3 years ago

@donguyenthanhlan how are you going to use this API if you cannot whitelist an IP?