How To Install The Nix Core Wallet On Linux

in #cryptocurrency6 years ago (edited)

Welcome everyone!

Since some people were having troubles with the installation of the Nix Core Wallet on Linux, I decided to record a short video and demonstrate how to do it.

You can find the needed resources here:

The video can be found here:

If you have any further questions, comment down below. If you appreciate the work, you can buy me a coffee here.

Sort:  

Here is a list of all command you need to use to meet the requirements:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential libtool autotools-dev automake pkg-config
sudo apt-get install libssl-dev libevent-dev bsdmainutils libboost-all-dev
sudo apt-get install software-properties-common
sudo apt-get install dirmngr --install-recommends
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev libzmq3-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5
sudo apt-get install qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

nice guide! very helpful, 9/10