This blog is part of the course on how to create your own cryptocurrency. This blog contains all the commands to set up a bitcoin desktop wallet on ubuntu. If you want to understand the complete process of coin building, please go to this of How to create Cryptocurrency if you are not already enrolled. To Enroll directly on the course, please visit this link Create Own Cryptocurrency.
Commands to Setup Bitcoin Desktop Wallet on Ubuntu
Install the build essentials for the desktop wallet
sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git
Install the Cross Compiler Package
sudo apt install g++-mingw-w64-x86-64
Configure the Posix
sudo update-alternatives --config x86_64-w64-mingw32-g++