Skip to content

d3fault/bitcoin-base58-check-transcoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Forked Bitcoin Core, removed everything EXCEPT the files necessary to perform Base58 Check Encoding/Decoding.
Organized it into a lib (.pri) and created 2x UIs for it (GUI and CLI).

To use the GUI:
#clone this repo
#cd into it
cd src
mkdir buildgui
cd buildgui
qmake ../Base58CheckTranscoderGui.pro
make
./Base58CheckTranscoderGui

To use the CLI:
#clone this repo
#cd into it
cd src
mkdir buildcli
cd buildcli
qmake ../Base58CheckTranscoderCli.pro
make
echo -n "test" | ./Base58CheckTranscoderCli | ./Base58CheckTranscoderCli -d

To use the lib:
Examine either the GUI or the CLI .pro files/projects

Long live Satoshi Nakamoto! Also death to Base64!!!
-d3fault

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.9%
  • C 4.2%
  • QMake 0.9%