Releases: BitgesellOfficial/bitgesell
Bitgesell Release 0.1.13
Bitgesell Release 0.1.12
- BTC code synced to March 2024;
- Bug fixes
Bitgesell Release 0.1.11
- 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
Code is synced with Bitcoin Core up to January 2023
Bitgesell Release 0.1.9
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
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
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
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
BGL Core Release 0.1.2
- Updated branding, icons, cosmetic text changes;
- Included builds for Ubuntu/Debian and MacOS;
Installation for Debian/Ubuntu:
-
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
(or just click on deb file in your file manager if using regular Ubuntu desktop)
Build for MacOS X (with Qt wallet enabled)
Build of Bitgesell for MacOS X.