funkshelper / woodcoin

GNU General Public License v3.0
7 stars 12 forks source link

Woodcoins

This is the ultra-stable backbone full node and wallet for woodcoin, the project aiming to be the longest lived and cheapest public blockchain.

openssl version OpenSSL 1.1.0g 2 Nov 2017

If you have OpenSSL v. 1.0.x please use the "woodcoin-openssl-1.0" version of this repository located here:
http://github.com/funkshelper/woodcoin-openssl-1.0.git

============================================

The Woodcoin block chain is a log structured database.

The money supply is logarithmic.

The unit is log.

Dedicated to Log, Twig, Chip, Woody, and the rest of all y'all.

============================================

Technical Details:

============================================= Build Instructions

You will need these dependencies or equivalent:

sudo apt-get install git build-essential libboost-all-dev libssl-dev qt-sdk libdb-dev libdb++-dev libminiupnpc-dev libqrencode-dev

Get the source with this command:

git clone https://github.com/funkshelper/woodcoin.git

To build woodcoin-qt issue “qmake” and then “make“. qt4 is required, on some systems you may need to issue “export QT_SELECT=qt4” to ensure the proper version is used.

To build woodcoind by itself navigate to /src/ and issue make -f makefile.unix.


Mining (Woodcutting)

To start woodcutting with woodcoind, simply launch it like this:

./woodcoind setgenerate true

For the graphical client, simply go into the debug window (under Help) and type:

setgenerate true

=============================================

Changelog:

Visit Woodcoin.org for more information.