How to install the wallet on Linux

  • This Guide is works for Ubuntu 16.06:

    1. Open the terminal


    2. Make a system update and upgrade

    sudo apt-get update & sudo apt-get upgrade


    3.Install dependencies (if not already installes)

    sudo apt-get install software-properties-common


    4.Add a new repository

    sudo add-apt-repository ppa:bitcoin/bitcoin



    The system will say that the repository is outdated and there could be problems but you can ignore that

    Press Enter


    5. After adding a new repository you must run a update

    sudo apt-get update


    6.Now you must install all required dependencies

    sudo apt-get install unzip nano git build-essential libtool autotools-dev autoconf automake libssl-dev libboost-all-dev libdb4.8-dev libdb4.8++-dev libminiupnpc-dev libqt4-dev libprotobuf-dev protobuf-compiler libqrencode-dev


    and


    sudo apt-get install git qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libdb++-dev libminiupnpc-dev libqrencode-dev


    7.1 If you are working on Ubuntu Desktop you can download the jumpcoin-qt (https://github.com/Jumperbilli…es/download/1/jumpcoin-qt), then right-click the jumpcoin-qt and allow running it as programm. Now just double click the jumpcoin-qt and it should run


    7.2If you want to use the Wallet on a Server only with the command line you must clone the repository with the jumpcoind

    git clone https://github.com/Jumperbillijumper/jumpcoin.git


    enter the downloaded folder

    cd jumpcoin


    mark the jumpcoind as programm

    chmod 777 jumpcoind


    And then run the jumpcoind

    ./jumpcoind

  • Riggie1000

    Hat den Titel des Themas von „How to install the Wallet on Linux“ zu „How to install the wallet on Linux“ geändert.