pointbiz / bitaddress.org

JavaScript Client-Side Bitcoin Wallet Generator

Home Page:https://www.bitaddress.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i had lost privite key

fjykp123 opened this issue · comments

i had generated 100 bitcoin addresses with Bulk Wallet on bitaddress.org. now i forgot privite key.but i have 100 bitcoin addresss.Can i get privite key back?

lost a private key, then lost all the coins. Private keys can not be restored

@fjykp123 Addresses are public, there is nothing you can do with only addresses. The entire Bitcoin system would be broken if there was a way to get the private key from the address. Sorry.

Please close this.

@fjykp123 Addresses are public, there is nothing you can do with only addresses. The entire Bitcoin system would be broken if there was a way to get the private key from the address. Sorry.

Please close this.

Is there a relationship between 100 addresses? Maybe there are all use one seed?

@fjykp123 No, every address would be seperate unless you already know the original seed used to generate them. This is intentional.

ฉันจะสร้างคีร์ส่วนตัวได้อย่างไร

commented

now i forgot privite key

In the ideal situation the private key is not something you may forget, because it's not intended to be remembered.

Maybe you lost it? Or forget the password you are using for encrypting the keys?

Are you sure you lost the private keys? They are in the same line (on the second row) where is the public key (when using the "Bulk Wallet" feature).

It's looking like this (don't use those private keys and addresses!):

1,"18stFDD7zmfDxg3ncJQKs47itvpCrvuFxS","KzeVExMxC6sSLSDAbn6TAnVB99qvUUQRWNuosx2iD6WFuTSDx1SG"
2,"1NFYNwsMFTe83si1URA7LxLe6jasx2wfFW","L53tWoMU3BexxQwpYxSGxwN3mV5sGFLvrxetk1bNXvVV8KWHJDq3"
3,"16kfKTka1yMmRGqhakqcYTJxexExWqgsAV","L1gAxJmt3zLGjAYTNGvd4QgVMyrxGUwnsFzNJvpxDbx7NivrHwEh"
4,"1ASReymAVcg1j2x3PRXHAExfGGbaPHF7sY","KzAZxqSVgCVrA1AYsPzHd6XubMexbRJL2WKAW3x1Gys6R9XGav88"

In this example 18stFDD7zmfDxg3ncJQKs47itvpCrvuFxS is the public key and KzeVExMxC6sSLSDAbn6TAnVB99qvUUQRWNuosx2iD6WFuTSDx1SG is the corresponding private key.

(I made them invalid by changing them just in case.)