90% of the posts are from you. Bumping the thread will not make this more interesting.
Oh! So sorry, will try to avoid posting excessively!
BETA is now Live!
Will you write the manuals for Ubuntu once you have compiled the source? I am familiar with Windows but not Linux and I do not know how to install.
Could you compile for Windows? (For the BETA)
For Ubuntu, this is the way:
sudo apt-add-repository ppa:i2p-maintainers/i2p
sudo apt-get update
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \
build-essential libboost-dev libboost-system-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb++-dev libminiupnpc-dev i2p git libtool autoconf
Then download from
https://github.com/laptoptip/fastr/releases/tag/10 (THIS IS THE SECP256k1 - Don't USE LATEST, Doesn't work)
Unzip it and then type this
./autogen.sh
./configure
make
./tests
sudo make install
git clone https://github.com/laptoptip/crave
cd crave
qmake "USE_UPNP=1"
chmod +x *
make
and then launch it
./crave-qt