Tried to install the latest version from github after removing the old version and it errored out.
System specs:
Ubuntu 16.04.03 64 bit.
Dual Xeon E5-2667 V3 cpu's
64 gigs of ram
Followed this:
"Compiling Linux Wallet on Ubuntu/Debian
Step 1. Install the dependencies.
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils git libboost-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5webkit5-dev libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
Note: If you are on debian, you will also need to apt-get install libcanberra-gtk-module.
Step 2. Clone the git repository and compile the daemon and gui wallet:
git clone
https://github.com/vergecurrency/verge && cd verge && ./autogen.sh && ./configure && make
Note: If you get a "memory exhausted" error, make a swap file. (
https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-16-04)"
And this is the output of the error.
qt/walletmodel.cpp: In member function ‘WalletModel::SendCoinsReturn WalletModel::sendCoins(const QList&)’:
qt/walletmodel.cpp:149:32: error: ‘AT_Stealth’ is not a member of ‘AddressTableModel’
if (rcp.typeInd == AddressTableModel::AT_Stealth)
^
qt/walletmodel.cpp:199:21: error: ‘vecSend’ was not declared in this scope
vecSend.push_back(make_pair(scriptPubKey, rcp.amount));
^
qt/walletmodel.cpp:215:25: error: ‘SecMsgCrypter’ was not declared in this scope
SecMsgCrypter crypter;
^
qt/walletmodel.cpp:216:25: error: ‘crypter’ was not declared in this scope
crypter.SetKey(&secretShared.e[0], &ephem_pubkey[0]);
^
qt/walletmodel.cpp:234:25: error: ‘mapStealthNarr’ was not declared in this scope
mapStealthNarr[pos] = sNarr;
^
qt/walletmodel.cpp:336:32: error: ‘AT_Stealth’ is not a member of ‘AddressTableModel’
if (rcp.typeInd == AddressTableModel::AT_Stealth)
^
Makefile:3289: recipe for target 'qt/qt_libbitcoinqt_a-walletmodel.o' failed
make[1]: *** [qt/qt_libbitcoinqt_a-walletmodel.o] Error 1
make[1]: Leaving directory '/home/me/verge/src'
Makefile:524: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
Now giving this a go:
"Compiling Linux Wallet on Ubuntu/Debian (faster)
sudo rm -Rf ~/VERGE #(if you already have it)
sudo apt-get -y install git && cd ~ && git clone
https://github.com/vergecurrency/VERGE && cd VERGE && sh go.sh"
Edit: That errored out also.
inflating: /home/me/.VERGE/txleveldb/082501.ldb
go.sh: 254: go.sh: VERGE-qt: not found
cp: cannot stat '/home/me/.VERGE/wallet.dat': No such file or directory