- For
Verticalcoin
team to gather rapid feedback, no symbol is stripped and binary size is large. - If you face a crash, have an issue, or/and want to ask a question, go to [Verticalcoin discord channel](COMING SOON).
- This repository will be kept updated until the official release comes out.
- Make sure you have
docker
installed and running. Then, follow the instruction below.
(Basically copy and paste. Then wait.)
git clone --depth 1 -b vnode https://github.com/DerUntote/verticalcoin-docker
cd verticalcoin-docker/builder && make
# compilation will take a while. Have a cup of coffee.
...
- Once completed, you'll see three executables files.
cd output && ls
verticalcoind
verticalcoin-cli
verticalcoin-tx
- Use scripts inside the folders and collect binaries from output path.
- Make sure you have
root
privilege to install runtime dependencies.
apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:bitcoin/bitcoin -y && \
apt-get update && \
apt-get install -y libboost-all-dev libdb4.8-dev libdb4.8++-dev libminiupnpc-dev libevent-pthreads-2.0-5 libevent-dev libzmq3-dev && \
ldconfig
- Setup Vnode according to the guide.