blockchain / service-my-wallet-v3

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

enable-hd-functionalityHello, #386

Open majidkhanhurmaz opened 5 years ago

majidkhanhurmaz commented 5 years ago

{"address":"1HUkkXPp7BV1bD5W7jphzF6WJCjmpxvuHH","warning":"This endpoint has been deprecated, for the best safety and security, use the HD API instead: https://github.com/blockchain/service-my-wallet-v3#enable-hd-functionality"}

this is my output of my coding i want to generate new address but showing me new address with warning

jtormey commented 5 years ago

The current best practice is to use HD wallets for generating addresses, rather than generating new, random addresses. This is because with HD you have a "seed" that allows you to backup your wallet very easily.

If you use the HD accounts API, you will no longer see this warning.