Skip to content

Durins coin v0.12.2.0

Latest
Compare
Choose a tag to compare
@DurinsMine DurinsMine released this 20 Jun 11:10
· 20 commits to master since this release

Added win 64 binary - (fixed) no longer need to run bat to connect to seed node

To compile on Ubuntu
Building durinscoin -

Make sure you have all the dependencies installed

sudo apt install build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libcurl4-openssl-dev libgtest-dev libreadline-dev libminiupnpc-dev libzmq3-dev
git clone --recursive -b v0.12.2.0 https://github.com/durinsmine/durinscoin;
cd durinscoin;
make release;
cd build/release/bin;ls;

Start the daemon

./durinsd --add-exclusive-node 54.37.159.163 --add-exclusive-node 54.38.78.18

#  --add-exclusive-node 54.37.159.163 --add-exclusive-node 54.38.78.18 optional if cannot connect to node

(If you have already compiled before)
To get the latest commits -

cd durinscoin; 
git pull;
cd build/release;
rm -r !(bin);
#bin contains wallet files and compiled binaries but we must remove cached make files from release folder to compile latest code
cd; cd durinscoin; make release;cd build/release/bin;ls

To get the latest stable release -

cd durinscoin; 
git checkout -b v0.12.2.0;
cd build/release;
rm -r !(bin); 
#bin contains wallet files and compiled binaries but we must remove cached make files from release folder to compile latest code
cd; cd durinscoin; make release;cd build/release/bin;ls

Start the daemon

./durinsd --add-exclusive-node 54.37.159.163 --add-exclusive-node 54.38.78.18

#  --add-exclusive-node 54.37.159.163 --add-exclusive-node 54.38.78.18 optional if cannot connect to node

Start the wallet

./durins-wallet-cli