Releases: BitgesellOfficial/bitgesell
Debian/Ubuntu package for BitGesell
Debian package is built for creating nodes.
This is absolutely minimal build, not having graphical (Qt) wallet,
but allowing to bring online a full node with minimal prerequisites.
Installation:
-
Install specific version of BerkeleyDB:
apt install software-properties-common
add-apt-repository ppa:bitcoin/bitcoin
apt-get update
apt-get install libdb4.8-dev libdb4.8++-dev -
Install BGL-Core:
apt install ./bglcore_0.1.1-1_amd64.deb
Experimental GPU miner for BGL
This is small, but working GPU miner from community, based on pretty
old CPU miner with GPU capabilities added. The useful aspect of
it is its small code size, that does not contain multi-coin logic
and other features of modern larger miner software. This means
it can be easily tweaked and modified, good for studying various concepts.
Currently is built for Win, but with small effort a linux port
can be created too.
Sources and Win64 binaries are provided.