Skip to content

Releases: BitgesellOfficial/bitgesell

Debian/Ubuntu package for BitGesell

11 Apr 19:39
cdf1295
Compare
Choose a tag to compare
Pre-release

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:

  1. 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

  2. Install BGL-Core:
    apt install ./bglcore_0.1.1-1_amd64.deb

Experimental GPU miner for BGL

11 Apr 12:18
Compare
Choose a tag to compare
Pre-release

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.