Skip to content

Linux_Client

hevnsnt edited this page Jun 14, 2016 · 8 revisions

How to I use the ⏣SKC Wallet###

In order to run the wallet on the Linux platform, you will need to compile it yourself. Luckily this is not as difficult as that sounds. The instructions below show how to get it running on Debian/Jessie.

debian/jessie

  • sudo apt-get install qt4-qmake libqt4-dev build-essential libssl-dev libdb++-dev libminiupnpc-dev libboost-all-dev libcurl4-openssl-dev git qt-sdk libminiupnpc-dev libssl-dev libdb++-dev
  • git clone https://github.com/SecKC/SecKCoin.git
  • cd seckcoin/
  • qmake "USE_UPNP=-"
  • cd seckcoin/src
  • make -f makefile.unix USE_UPNP=-

Neo-Node Info

  • addnode=104.154.95.66:1337
  • addnode=107.178.223.6:1337

Clone this wiki locally