All Projects → moncho → warpwallet

moncho / warpwallet

Licence: MIT License
A deterministic Bitcoin wallet generator for the command line

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to warpwallet

python-simple-brainwallet
A brainwallet refers to the concept of storing Bitcoins in one's own mind by memorization of a passphrase
Stars: ✭ 28 (+55.56%)
Mutual labels:  brainwallet
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (+33.33%)
Mutual labels:  bitcoin-wallet
Btcbf
Bitcoin private key brute force tool, written in python. Also can be used as a bitcoin wallet generator.
Stars: ✭ 91 (+405.56%)
Mutual labels:  bitcoin-wallet
Valets
Command line wallets generator (Bitcoin, Bitcoin cash, Ethereum, Ethereum classic, Dash, Zcash, Dogecoin, Litecoin, Navcoin, Vertcoin, Reddcoin, Emercoin)
Stars: ✭ 46 (+155.56%)
Mutual labels:  bitcoin-wallet
VisualBTC
Visual bitcoin private key generator - a tool for safe bitcoin private key generation with the physical coin, or create funny "patterns" keys for gifts to your friends.
Stars: ✭ 29 (+61.11%)
Mutual labels:  bitcoin-wallet
bitforce
A tools brute force BTC
Stars: ✭ 24 (+33.33%)
Mutual labels:  bitcoin-wallet
leptin
🔗 Leptin is a PoW blockchain completely built in Nodejs.
Stars: ✭ 57 (+216.67%)
Mutual labels:  bitcoin-wallet
bitcoin-kit-android
Comprehensive Bitcoin development library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Fully compliant with existing standards and BIPs.
Stars: ✭ 102 (+466.67%)
Mutual labels:  bitcoin-wallet
Breadcrumb
Minimalistic Bitcoin toolkit for iOS.
Stars: ✭ 23 (+27.78%)
Mutual labels:  bitcoin-wallet
bitpocket-mobile-app
Mobile app for accepting bitcoin payments at the point of sale (Bitcoin POS).
Stars: ✭ 26 (+44.44%)
Mutual labels:  bitcoin-wallet
go-crypto-wallet
Cryptocurrency wallet for trading for Bitcoin, Bitcoin cash, Ethereum, ERC20, Ripple
Stars: ✭ 59 (+227.78%)
Mutual labels:  bitcoin-wallet
paper-store
Cold store small files on paper as QR codes -- PGP keys, Bitcoin keys, Tox keys or any other small files in general.
Stars: ✭ 28 (+55.56%)
Mutual labels:  bitcoin-wallet
bitaddress
Command line bitcoin wallet generator
Stars: ✭ 24 (+33.33%)
Mutual labels:  bitcoin-wallet
ckcc-protocol
Python library and command line tool for communicating with your Coldcard over USB
Stars: ✭ 48 (+166.67%)
Mutual labels:  bitcoin-wallet
sifir-mobile-wallet
Sifir Mobile Bitcoin Wallet
Stars: ✭ 22 (+22.22%)
Mutual labels:  bitcoin-wallet
arcbit-web
arcbit - web wallet http://arcbit.io
Stars: ✭ 31 (+72.22%)
Mutual labels:  bitcoin-wallet
Trezor.Net
Cross platform C# library for talking to the Trezor hardwarewallet
Stars: ✭ 38 (+111.11%)
Mutual labels:  bitcoin-wallet
lara-block-io
A Laravel Package/Facade for the Block.io API
Stars: ✭ 22 (+22.22%)
Mutual labels:  bitcoin-wallet
ergvein
Multiplatform BTC wallet with client side filters
Stars: ✭ 35 (+94.44%)
Mutual labels:  bitcoin-wallet
moonshine
Moonshine is a homebrewed, open-source, non-custodial, Bitcoin wallet for iOS & Android.
Stars: ✭ 56 (+211.11%)
Mutual labels:  bitcoin-wallet

GitHub license Build Status codecov Go Report Card

Warpwallet

warpwallet is a deterministic bitcoin address generator for the command line.

The address-generation algorithm has been implemented as described in Keybase/warp. All credit for the algorithm goes to the original authors.

Demo

asciicast

Disclaimer

Handle with care, if you intend to use this tool for generating a Bitcoin wallet, make sure you understand the risks of using brain wallets.

Said that, I am fairly confident that the implementation faithfully matches the original implementation (all tests created for the original tool have been added and are passing). So, if you think that the original tool is a safe way to generate a Bitcoin wallet address, this tool should be safe for usage as well.

Installation

Precompiled binaries can be found on the releases page. Select the one for your OS and arch.

Warpwallet may also be compiled from source wherever there is a Go compiler. Just clone the project and make build.

Usage

Run warpwallet on a terminal, it will ask for a passphrase and a salt, then it will generate a private key on WIF format and the corresponding version 1 Bitcoin public address.

Why

I thought it would be cool to run warpwallet on a terminal.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].