https://distrowatch.com/table.php?distribution=trisquelThis
is pretty much the only Libre distro that works with modern M.2 drives
at least that I got to work anyway. (I tried most all of them)
It is simple really, debian and ubuntu based.
I had not come across the Gnu-Buck yet. Do you own any?
I did not realize chainz cryptoid cost
anything..............................
I got a AMD Nano graphics card I could use, but not really as I would
need to rebuild it for heat issues, but if I can test run it I would
build another computer to host it.........
Seems like your 1 .Onion Gap node worked great for about 1 week, seems
their sensors have already adapted to it. Half-life of anything is very
short...............still works better than not though. I was getting
7-8 connections now down to 4-6 again..............
(I do not endorse GPU mining however due to the required install of proprietary software, of which seems to always crash a computer requireing OS re-install.)
Nope. I don't own any Gnu-Buck's (yet)
If the addnode=.onion is still showing as connected, and your Tor connection is good, the you should be all good. However, I have noticed that network connections with Gapcoin do sometimes dwindle the longer the wallet is connected / online (more recently). Simply restarting the wallet will bring the connections back from around 4-6 to 8+
Do PM me if the service goes offline and I will also check its functioning correctly as regularly as possible.
So, Gapcoin wallet for linux (quick / dirty) guide ...
Crtl + Alt + T
(to open a new terminal window)
wget https://github.com/gapcoin/gapcoin/releases/download/v0.9.2-rev2/gapcoin-rev2-linux.zip
sudo apt-get install unzip nano
mkdir gapcoin && cd gapcoin && mkdir src && cd && unzip gapcoin-rev2-linux.zip -d gapcoin/src && mv gapcoin/src/gapcoin-rev2-linux/64/static/gapcoin-cli gapcoin/src && mv gapcoin/src/gapcoin-rev2-linux/64/static/gapcoind gapcoin/src && mv gapcoin/src/gapcoin-rev2-linux/64/gapcoin-qt gapcoin/src
mkdir ~/.gapcoin
cd ~/.gapcoin && sudo nano gapcoin.conf
gapcoin.conf example;
listen=1
daemon=1
server=1
port=31469
rpcport=31397
rpcuser=gapcoinrpc
rpcpassword=YOURRPCPASSWORD
maxconnections=8
Add the addnode= list from
https://chainz.cryptoid.info/gap/#!network [ node list ] - after maxconnections=8 .
ctrl + x
and then
Y to save.
cd
cd gapcoin/src
./gapcoin-qt
Which should run the QT Gapcoin wallet. If not then you likely need some extra packages, which I'm not going to advise on until awaiting your response (or doing my own testing with that distro etc.,)
If the QT will run then great! If not, then you should be able to run the static build daemon instead.
Again from gapcoin/src with;
./gapcoind
to start and
./gapcoin-cli stop
to stop!
Anyway, you seem to be quite proficient and I assume you were probably trying to build from source and just missed the static binary downloads?