You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official Verticalcoin Binary Builder for Ubuntu (with Docker)
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.
Build
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
Build QT / Win32 / Win64
Use scripts inside the folders and collect binaries from output path.
Setup
Make sure you have root privilege to install runtime dependencies.