How to retrieve unclaimed BTC for wallets whose private key is lost

1

How to retrieve unclaimed BTC for wallets whose private key is lost Kindly share details

Sandeep Gupta

Posted 2018-02-28T18:14:40.633

Reputation: 11

Question was closed 2019-02-15T02:35:08.457

2You need a private key to send the coins away. If you don't have the private key, you can't send the coins.ndsvw 2018-02-28T18:32:55.050

Answers

2

If you lose the private key for some address that contains bitcoins, then you will never be able to spend those bitcoins. The private key is required in order to spend, and there is no known way to work backwards to discover the private key for an account.

If the private key is lost, the bitcoins become un-spendable.

chytrik

Posted 2018-02-28T18:14:40.633

Reputation: 10 276

1

Bitcoins are unspendable without the private key (as chytrik already stated). That being said, several wallets implement BIP032 which allows you to recover those private keys. It uses a "seed" (usually shown as several words) to initialize the wallet. Then the creation of the private keys is deterministic. With this seed you would be able to "recover" your private key and therefore the unspent BTC.

DIDoS

Posted 2018-02-28T18:14:40.633

Reputation: 111