AltcoinBlockchainScolcoin

How to Create a Scolcoin Core digital wallet LINUX PC

== Linux 14.04 Wallet Scolcoin Core

First must download:

https://github.com/scolcoin/scolcoin/releases/download/walletlinux14.04/scolcoin-qt

https://github.com/scolcoin/scolcoin/releases/download/bootstrap2/Scolcoin.zip

Ubuntu 14.04. It is for the same or lower version.

sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools software-properties-common build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev libminiupnpc-dev qrencode libqrencode-dev git automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++ gcc

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev

———/// COMPILAR QT ////————-

qmake «USE_QRCODE=1»
make -j 2 // -j 2

Steps:

  1. Close your wallet.
  2. Make a backup of the folder “$HOME/.scolcoin/”.
  3. Remove the folder “$HOME/.scolcoin/”. (minus the wallet.dat file)
  4. Unzip the File scolcoin.zip or scolcoin.rar
  5. copy all the files and folders from the tablet and paste them into “$HOME/.scolcoin/”
  6. leave the wallet.dat file or your backup in “$HOME/.scolcoin/”
  7. Start your wallet.
  8. Wait last blocks.

== Linux 16.04 Wallet Scolcoin Core

Ubuntu 16.04 for Equal or Superior Versions

sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools software-properties-common build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev libminiupnpc-dev qrencode libqrencode-dev git automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++ gcc

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev

———/// COMPILAR QT ////————-

qmake «USE_QRCODE=1»
make -j 2 // -j 2

https://github.com/scolcoin/scolcoin/releases/download/walletlinux16.04/scolcoin-qt.Ubuntu16.04S

https://github.com/scolcoin/scolcoin/releases/download/bootstrap2/Scolcoin.zip

  1. Close your wallet.
  2. Make a backup of the folder “$HOME/.scolcoin/”.
  3. Remove the folder “$HOME/.scolcoin/”. (minus the wallet.dat file)
  4. Unzip the File scolcoin.zip or scolcoin.rar
  5. copy all the files and folders from the tablet and paste them into “$HOME/.scolcoin/”
  6. leave the wallet.dat file or your backup in “$HOME/.scolcoin/”
  7. Start your wallet.
  8. Wait last blocks
Tags

Related Articles

Close