Important Mandatory Update: ***IF you don't have these latest wallets installed we are requesting you update them ASAP.
There are some old wallets out there causing issues with the staking.
1-Windows 2.2.9.1_VoIP Wallet standard:Windows Wallet with updated Peers.dat file so the wallet will sync easier.
https://mega.co.nz/#!lBlGmL7R!UW-lzmtfHa1OeC0dn_D18jq4KXejST32oyeNApQVqOECurrent peers.dat file to get the wallet to connect/sync.
https://mega.nz/#!v4VmzBDS!jyxfdWOb6RJR2PfRyKJsNoPqqNGX9PWSPHd1WpMgRHAPeers & Nodes:NEW:
43ddpe3mgqu6im72.onion
rdglputx5w4hsahq.onion
c7golffjz4qcomts.onion
nvye5tclv4gsp4qz.onion
bqr3uvoqn7afaftn.onion
oxk3k46qpyewkuha.onion
xjmdb3rrlp5mjsor.onion
nelcm3y2yuwkubww.onion
pgtp5zcbhzivkdhy.onion
eldldqcauon5fjye.onion
ygjegzdh56fuielv.onion
fy225sytea4x2d5d.onion
bo5whi6igdfujywm.onion
7qmaqqvbcgkz46wy.onion
dv6eypxco54m2yil.onion
dxtf2khtvtrlt5x3.onion
3qtpdtcoeajm2u6u.onion
56ozxvu5gcljant6.onion
5svpy4wrwtjdoqb6.onion
7kerj4xmvc7pgvf4.onion
gfnmkcixbz7nekgr.onion
xsuhp3s4nwciyopc.onion
ua3np4ut2zxubqow.onion
ap2u6b77yi5esd72.onion
rnwgen4v5vvgyrui.onion
suifi73rcv6xptco.onion
5lxnox7rk77qemdo.onion
uuvjof5votogzak.onion
OLD:
addnode=xjmdb3rrlp5mjsor.onion:28556
addnode=dxtf2khtvtrlt5x3.onion:28556
addnode=oxk3k46qpyewkuha.onion:28556
addnode=266polqfpc22sn4b.onion:28556
addnode=tvmhij7hyrqir5y2.onion:28556
addnode=culqahwoixao4zgp.onion:28556
addnode=copqf7fhnf4ve2pz.onion:28556
addnode=xx37ikzbjib5wdhm.onion:28556
addnode=ua3np4ut2zxubqow.onion:28556
addnode=iqtgfnjunu4ixdqq.onion:28556
addnode=gpy2co2ik7jn7woy.onion:28556
addnode=c7golffjz4qcomts.onion:28556
addnode=5rpb5tuybqdfmtbk.onion:28556
addnode=urc3dssckhvsbswb.onion:28556
addnode=gfnmkcixbz7nekgr.onion:28556
Up to date Bootstrap and instructions Here:
NOTE: Use at your own risk...http://cryptochainer.com/dir/?page_id=881You can also go here for my latest peers.dat file if you don't get any connections:
In the BURST Community...
https://alttech.chat/alttech/channels/koreKoreCoin_OSX_2.2.1.dmg - no VoIP:https://mega.nz/#!LN9UTIiB!keSf4dFGeF0qlMQ5xmXNIAZIpdEl8mwTvtJLmYbLRoI2-For a custom Linux Version go to end of post:
Version: 64 bit Ubuntu Linux 14.04 LTS Trusty
3-KoreCoin Website:
http://korecoin.net/#4-Source Code - GitHub Link:
https://github.com/KoreTeam/KoreCoin5-Please stake some coins to support the Kore Network.
If you are new to Kore PM me for some free coins to stake.
____
Thanks to: "bearishtrader"
"Here is my Ubuntu Linux build of KoreCoin 2.0 staking wallet (no VoIP):
Version: 64 bit Ubuntu Linux 14.04 LTS Trusty"
https://mega.nz/#!Nk110QaT!yuf_cVCyKtXoJufgi3kJk6VcvsC4r92WP4ZMtnBrbeYPrerequisites (Needs boost 1.55, Berkeley db4.8++):
sudo apt-get update
sudo apt-add-repository ppa:bitcoin/bitcoin
sudo apt-add-repository ppa:boost-latest/ppa
sudo apt-get install unzip qt4-qmake libqt4-dev build-essential libboost1.55-all-dev libssl-dev libdb4.8++-dev libminiupnpc-dev libminiupnpc8
sudo apt-get upgrade
unzip korecoin-qt.zip
chmod u+x korecoin-qt
korecoin-qt
Then exit and replace the .KoreCoin/peers.dat with the one above
Re-launch wallet
NOTE:If you get a virus warning we have researched it as a false positive.
https://bitcointalksearch.org/topic/m.14101363
Hi, I have followed the steps, both to start korecoin-qt, as you describe, but it shows me that error even if I install all the dependencies. Even when using: ./korecoin-qtroot@u19757984:~/korecoin-qt# chmod u+x korecoin-qt
root@u19757984:~/korecoin-qt# ./korecoin-qt
./korecoin-qt: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./korecoin-qt)
root@u19757984:~/korecoin-qt# korecoin-qt
Also try to build the korecoind daemon from the repository using: cd korecoin / src make -f makefile.unix, but at the end I also get the following error:root@u19757984:~# cd KoreCoin/src
root@u19757984:~/KoreCoin/src# make -f makefile.unix
cc -c -O2 -pthread -Wextra -Wno-format -Wno-ignored-qualifiers -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/KoreCoin/src -I/root/KoreCoin/src/tor -I/root/KoreCoin/src/obj -DUSE_UPNP=0 -I/root/KoreCoin/src/leveldb/include -I/root/KoreCoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/tor/address.d -o obj/tor/address.o tor/address.c
cc -c -O2 -pthread -Wextra -Wno-format -Wno-ignored-qualifiers -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/KoreCoin/src -I/root/KoreCoin/src/tor -I/root/KoreCoin/src/obj -DUSE_UPNP=0 -I/root/KoreCoin/src/leveldb/include -I/root/KoreCoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/tor/addressmap.d -o obj/tor/addressmap.o tor/addressmap.c
In file included from tor/or.h:98:0,
from tor/addressmap.c:9:
tor/compat_libevent.h:18:25: fatal error: event2/util.h: No such file or directory
#include
^
compilation terminated.
make: *** [obj/tor/addressmap.o] Error 1
root@u19757984:~/KoreCoin/src#
Could I help with this? I am new, I have ubuntu 14.04