KEMBAR78
Open Source Javascript Client-Side Bitcoin Wallet Generator | PDF | Public Key Cryptography | Cryptography
0% found this document useful (0 votes)
377 views1 page

Open Source Javascript Client-Side Bitcoin Wallet Generator

This document provides an open-source JavaScript client-side Bitcoin wallet generator, detailing how to enter and encrypt a Bitcoin private key. It includes information on various key formats, the corresponding Bitcoin address and public key, and instructions for importing and exporting private keys. Additionally, it offers insights into wallet creation methods and version history.

Uploaded by

gary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
377 views1 page

Open Source Javascript Client-Side Bitcoin Wallet Generator

This document provides an open-source JavaScript client-side Bitcoin wallet generator, detailing how to enter and encrypt a Bitcoin private key. It includes information on various key formats, the corresponding Bitcoin address and public key, and instructions for importing and exporting private keys. Additionally, it offers insights into wallet creation methods and version history.

Uploaded by

gary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

English | Español | Français | ελληνικά | italiano | Deutsch

Česky | Magyar | ⽇本語 | 简体中⽂ | Русский | português

Open Source JavaScript Client-Side Bitcoin Wallet Generator

1% 1% 1% Brain Wallet

1% 1% Wallet Details

Enter Private Key 58c426dfd5ac71c99ae4398c5a2cca30884aa12f13445b444dee36583002cba8 View Details

BIP38 Encrypt?
Print
Key Formats: WIF, WIFC, HEX, B64, B6, MINI, BIP38

Your Bitcoin Private Key is a unique secret number that only you know. It can be
encoded in a number of different formats. Below we show the Bitcoin Address
and Public Key that corresponds to your Private Key as well as your Private Key
in the most popular encoding formats (WIF, WIFC, HEX, B64).
Bitcoin v0.6+ stores public keys in compressed format. The client now also
supports import and export of private keys with importprivkey/dumpprivkey. The
format of the exported private key is determined by whether the address was
generated in an old or new wallet.

Bitcoin Address Bitcoin Address Compressed

1M7pARDPQZJ5UZrGkCm5BmmHBmerigcoZ8 1HH5Ne5hS7oS25LzHZfsR4c4emrRyqVVZS

Public Key (130 characters [0-9A-F]):


0447A6937CBA0F29B3F1215B6113A63CF7FE1722141473D3A1FFB8744FA5F357AB7
33A39E89A07A93619AE5AD2C693DE236401D730CAFFA10ACC89DFBC6310CA29

Public Key (compressed, 66 characters [0-9A-F]):


0347A6937CBA0F29B3F1215B6113A63CF7FE1722141473D3A1FFB8744FA5F357AB

Private Key WIF


51 characters base58, starts with a '5'

5JVNzgqCXvr1vc6fxyKDEyfwVJTiWiJxt3NMyAqDK6PpNLuoB5y
Private Key WIF Compressed
52 characters base58, starts with a 'K' or 'L'

KzCG5cojuWfM5bv2z3ZP2h8sVv4vE9LHeHTHYvPoLroi56if351V
Private Key Hexadecimal Format (64 characters [0-9A-F]):
58C426DFD5AC71C99AE4398C5A2CCA30884AA12F13445B444DEE36583002CBA8
Private Key Base64 (44 characters):
WMQm39Wsccma5DmMWizKMIhKoS8TRFtETe42WDACy6g=

How do I make a wallet using dice? What is B6?

... ≣ Version History (3.3.0)


Donations: 527B 5C82 B1F6 B2DB 72A0
1NiNja1bUmhSoTXozBRBEtR8LeF9TGbZBN ECBF 8749 7B91 6397 4F5A
GitHub Repository (zip) (PGP) (sig)
Copyright bitaddress.org. JavaScript copyrights are included in the source. No warranty.

You might also like