Generate Bitcoin Private Key Javascript

Disclaimer

If you leave/refresh the site or press the 'Generate New Address' button then a new private key will be generated and the previously displayed private key will not be retrievable. Your Bitcoin private key should be kept a secret. Whomever you share the private key with has access to spend all the bitcoins associated with that address.

This project was written in May 2013 for educational purposes.

Modern cryptocurrency wallets should use hierarchical deterministic (HD) keys instead.

Introduction

Bitcoin Private Key Database

btckeygenie is a standalone Bitcoin keypair/address generator written in Go.btckeygenie generates an ECDSA secp256k1 keypair, dumps the public key incompressed and uncompressed Bitcoin address, hexadecimal, and base64 formats,and dumps the private key in Wallet Import Format (WIF), Wallet Import FormatCompressed (WIFC), hexadecimal, and base64 formats.

btckeygenie includes a lightweight Go package called btckey to easily generatekeypairs, and convert them between compressed and uncompressed varieties ofBitcoin Address, Wallet Import Format, and raw bytes.

See documentation on btckey here: https://godoc.org/github.com/vsergeev/btckeygenie/btckey

Donations are welcome at 15PKyTs3jJ3Nyf3i6R7D9tfGCY1ZbtqWdv :-)

Generate Bitcoin Private Key Javascript Free

Usage

Generating a new keypair

Importing an existing WIF/WIFC

Help/Usage

Generate Bitcoin Private Key Javascript Code

Installation

To fetch, build, and install btckeygenie to $GOPATH/bin:

License

Generate Bitcoin Private Key Javascript Download

Bitcoin

btckeygenie is MIT licensed. See the included LICENSE file for more details.