Post
Topic
Board Announcements (Altcoins)
Re: [ANN]❁ KORE Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay No ICO
by
Toda da Hodla
on 07/12/2017, 14:07:49 UTC
Hello All,

Been banging my head against a brick wall for 4/5 hours...... trying to install the wallet on linux.

Could anyone be so kind as to point me in the direction of linux wallet instruction from scratch please?
ie no existing wallet.dat

Many Thanks,

TDH.

http://kore.life/wallets/



from link...........
Follow the Guides for Swapping the Old Chain KoreCoin Wallet.dat to the New KORE Chain to enable Bittrex transfers.
STEP 1: Start Terminal Locally & Update Libraries
STEP 2: GitHub Wallet Install
STEP 3: CD to Directory & Autogen
STEP 4: Install the Wallet & Copy Wallet.dat
STEP 5: Start the Wallet & Config File

Will this generate a wallet.dat?
I've just followed these instructions by Mike :-

Linux:
Download required libraries:
sudo apt-get install software-properties-common -y

echo|sudo apt-add-repository ppa:bitcoin/bitcoin

sudo apt-get update && apt-­get upgrade ­-y

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev libcurl4-nss-dev bsdmainutils libboost-all-dev libdb4.8-dev libdb4.8++-dev libminiupnpc-dev libzmq3-dev protobuf-compiler libqrencode-dev libsqlite3-dev libprotobuf-dev libasound2-dev uuid-dev libuuid1 libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools liblog4cplus-dev libavdevice-dev libsndio-dev libjack-dev libavformat-dev  libopencore-amrnb-dev libopencore-amrwb-dev libswscale-dev libopus-dev libavcodec-dev libspeexdsp-dev libspeex-dev libsdl-dev libsdl2-dev libgsm1-dev jq git -y

clone the latest Kore wallet
git clone https://github.com/Kore-Core/kore.git

cd to kore directory
cd kore

run the autogen shell and configure the wallet
./autogen.sh && ./configure

install the wallet
sudo make install

copy your wallet.dat file
mkdir ~/.kore
cp ~/.korecoindata/wallet.dat ~/.kore/wallet.dat

start your new wallet.

kore-qt
---------------------------------------------------------------


But no wallet.dat generated?

There was no kore directory in the github image also.