FrankBuss / brainwallet

Rust command line program for Bitcoin brainwallet as implemented at https://www.bitaddress.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brainwallet

Rust command line program for Bitcoin brainwallet as implemented at https://www.bitaddress.org.

To run it, first install Rust, e.g. from https://rustup.rs.

Then you can build it with cargo build --release. Then you can run it like this:

./target/release/brainwallet compressed 123456789012345
Bitcoin Address: 1FCGr3TqJ59vjRsZtSLvaTSANeGz81gc7Y
Private Key (Wallet Import Format): L4oxMgPbBytmiTZz5mRFghQ3E6ixzUiAbP4gZeKXWadKhXyLGoVw

About

Rust command line program for Bitcoin brainwallet as implemented at https://www.bitaddress.org

License:BSD 2-Clause "Simplified" License


Languages

Language:Rust 100.0%