emarkproject / eMark

https://deutsche-emark.org
MIT License
24 stars 36 forks source link

Deutsche eMark [DEM]

Version 2.1.0

Version 2.0.1

A vulnerability introduced in version 1.3 was exploited and wreaked havoc in the DEM-blockchain. This build contains a patch of that vulnerability. In the same time it causes a Hardfork where the chainparameters are slightly changed:

Version 1.6.1

DNS Servers track active eMark nodes in real-time and, when queried, they give back a short list of the best nodes to connect to.

Version 1.6.0

Version 1.5.0

Version 1.4.0: Hardfork 15.05.2016 00.00.00 GMT

A reload the blockchain is necessary. Vesion < 1.4.0 will no longer work.

Version 1.3.0: support LevelDB

(you must reload DB, if you don´t want, version 1.1.0 works fine (BerkleyDB). Download from here) do not use Version 1.2.x. You can loose Coins

eMark specification

Mandatory Wallet Update

from 1415750400; // 12 Nov 2014 00:00:00 GMT

Wallet Version V1.0.x no longer work

Quick install Linux:

eMarkd:

sudo apt-get install git build-essential libssl-dev libdb++-dev libboost-all-dev libprotobuf-dev libqrencode-dev libminiupnpc-dev
git clone https://github.com/emarkproject/eMark
cd eMark/src
make -f makefile.unix
sudo cp eMarkd /usr/bin

Start with: eMarkd

eMark-qt:

sudo apt-get install qt4-dev-tools libboost-dev libboost-thread-dev libboost-program-options-dev libboost-filesystem-dev libboost-system-dev libdb++-dev libminiupnpc-dev libssl-dev
git clone https://github.com/emarkproject/eMark
cd eMark
qmake
make

Start the eMark-QT wallet with:

./eMark-qt