What's new:
- Fixed a bug where RPC
listunspent
would not always take the mempool into account correctly.- Oops! This slipped through the cracks because Electron Cash doesn't even use this method. The impact of this bug is minor since this method is only used in plugins like CashFusion, and even then only when blaming due to a bad Fusion (which is a rare event).
- Special thanks to Harry Barber @hlb8122 for catching this!
Pre-compiled binaries for Linux
I have provided two pre-built binaries for Linux:
Fulcrum-1.0.3-x86_64-linux.tar.gz
, which is compiled on anUbuntu 18.10
system.Fulcrum-1.0.3-x86_64-linux-ub16.tar.gz
, which is compiled on a stockUbuntu 16.04
system but with g++ 7.3.0 installed from this ppa source:ppa:jonathonf/gcc-7.3
&ppa:jonathonf/gcc
Both of the above binaries contains Qt5Core
and Qt5Network
statically linked. They still requires libz2
, libstd++
, and the right libc
version as dynamic libs on your system (but those are usually present if you are on a recent system).
If the first binary fails, try the second one (-ub16
), which should work on older systems, hopefully.
See the .asc
files at the bottom for signatures; my gpg public key can be obtained here: https://github.com/Electron-Cash/keys-n-hashes/blob/master/pubkeys/calinkey.txt
Binary builds for macOS and Windows coming soon -- Until then you can always build from source!