Skip to content

csbitcoin/sidecoin

 
 

Repository files navigation

Sidecoin

Build Status

Bitcoin sidecar

The sidecar to Bitcoin's motorcycle.

Sidecoin is a fork of Bitcoin v. 0.9.1 that allows you to take a snapshot of Bitcoin's current distribution and load it into a new blockchain. Want to know more? Check out our whitepaper!

Our Bitcoin snapshot.

Ports:

- P2P port: 6543 (16543 for testnet)
- RPC port: 6544 (16544 for testnet)

Installation

If you're on a somewhat recent version of Ubuntu, you can install using:

$ ./install.sh

OS X Build Instructions

Use brew to get boost.

Install using:

./autogen.sh
sudo ./configure --with-boost=/usr/local/Cellar/boost/1.55.0_2/ --with-incompatible-bdb --with-qt
make

Make the sidecoin directory in /Users/username/Library/Application\ Support/Sidecoin

Copy the sidecoin.conf file to that directory. Then create a directory in that directory called balances and place the balances.txt file inside.

Questions? Email Joey (joey@augur.net) or Jack (jack@augur.net).

About

The sidecar to Bitcoin's motorcycle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.1%
  • Python 2.9%
  • C 2.8%
  • Shell 1.5%
  • HTML 1.5%
  • Roff 0.5%
  • Other 0.7%