Skip to content

Releases: BitgesellOfficial/bitgesell

Bitgesell Release 0.1.12

27 May 09:18
Compare
Choose a tag to compare
  • BTC code synced to March 2024;
  • Bug fixes

Bitgesell Release 0.1.11

08 Apr 07:11
e897ddf
Compare
Choose a tag to compare
  • Code is synced with Bitcoin Core up to September 2023
  • Bug fixes and test fixes
    This is updated release of 0.1.11 that should fix the problem of calling getblocktemplate RPC method

Bitgesell Release 0.1.10

18 Apr 10:21
Compare
Choose a tag to compare

Code is synced with Bitcoin Core up to January 2023

Bitgesell Release 0.1.9

19 Dec 17:24
Compare
Choose a tag to compare

Code is synced with Bitcoin Core up to August 2022;
Testnet is online and enabled (use -testnet flag when starting BGLd);

According to codebase updates and trying to stay as compatible as possible,
some OS versions have been upgraded (as BTC did too):

  • Qt now requires Ubuntu 20+ (latest Qt for 18 is 5.9 which is older than required);
  • MacOS minimal versions is 10.15 (Catalina), as homebrew Qt is older than required in Mojave and previous versions;
  • Windows build was compiled with VS2022, check that appropriate Visual C runtime is installed.

Bitgesell Release 0.1.8

05 Apr 14:55
43d3ecd
Compare
Choose a tag to compare

This is a release of BGL Core 0.1.8
BTC code fully synced to 31 Oct 2021 and many test cases were fixed.
New branding (icons, colors) included.
You can build from the source branch release-0.1.8 or use precompiled packages provided.

Bitgesell Release 0.1.7

22 Jul 13:26
Compare
Choose a tag to compare

This is a release of BGL Core 0.1.7 with taproot settings placed for activation on 1st of September.
BTC code fully synced to May 2021 and many test cases were fixed.
Including minor text changes, fixes and build tooling updates.
You can build from the source branch release-0.1.7 or use pre-compiled packages.

BGLCore 0.1.3

01 Dec 08:20
30b5a76
Compare
Choose a tag to compare

Mostly small cosmetic changes, some repackaging:

  • included libdb statically linked for Ubuntu/Debian pkg;
  • static linking/vendoring of boost, libevent, miniupnpc;
  • icons fixes for MacOS X/Windows;
  • text changes, etc.
  • console and Qt versions of Bitgesell packages;

BGLCore 0.1.2

01 Jun 10:04
64c5157
Compare
Choose a tag to compare

BGL Core Release 0.1.2

  • Updated branding, icons, cosmetic text changes;
  • Included builds for Ubuntu/Debian and MacOS;

Installation for Debian/Ubuntu:

  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
    (or just click on deb file in your file manager if using regular Ubuntu desktop)

Build for MacOS X (with Qt wallet enabled)

14 Apr 08:58
cdf1295
Compare
Choose a tag to compare

Build of Bitgesell for MacOS X.

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