someone could help me install the wallet on Linux and mine.
Do you want to solo mine? Have you ever compiled a wallet on linux before?
Here is what you need to do:
Open a terminal and first install the dependencies:
sudo apt-get update
sudo apt-get install build-essential libssl-dev libboost-all-dev libdb5.1 libdb5.1-dev libdb5.1++-dev libtool git ntp make g++ gcc autoconf cpp ngrep iftop sysstat autotools-dev pkg-config libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
Then clone the git repo and compile the wallet:
git clone https://github.com/Nevacoin/nevacoin.git && cd nevacoin && qmake && make
If you just copy and paste the commands above you should have no problems. In the end you will have "nevacoin-qt" in the nevacoin folder, just dubble click it and it will run the wallet.
If you have any issues you can PM me.
thats IF you have a debian based system - like ubuntu ...
redhat based systems - like fedora or centos - are much more difficult ... believe me - i build these wallets on my fedora 23 x64 systems ...
in any case - i will compile and test the new code soon @krile .. im very ill at the moment and it seems to be getting worse - so ill only pop in the office when im able - as ive been having a LOT of staking rejects in my wallet ... hopefully monday ill be well enough to work through the day ...
your philosiphy and mine are very similar ( as ive been the same with development for granite and now ozziecoin ( just recently took over - or adopted ) ) ... slow and steady ...
tanx for keeping at it mate ...
#crysx