Default Branch

ddde92fbd2 · Merge remote-tracking branch 'origin/master' · Updated 2024-12-06 03:52:45 +00:00

Branches

e505067759 · Added support for Native SegWit (Bech32) addresses, which have the prefixes "ltc1" and "bc1". Bitcoinj supports these automatically, as long as fromString() is used instead of fromBase58(), which is already the case. Tested on LTC mainnet, and BTC testnet. · Updated 2021-02-21 12:02:26 +00:00    crowetic

2841
0
Included

45a9654d5e · Renamed the "bindAddress" setting to "bindAddresses". It is now an array of strings, allowing for multiple addresses to be specified in order of importance. Each address is tried in turn until one successfully binds, trying IPv6 first by default and then IPv4. This fixes an issue where the core failed to start on IPv4-only networks unless the bindAddress was manually overridden in Settings.json. This was reported in issue #25, and is also quite commonly reported by new users on Discord. It will now start correctly on both IPv4-only and IPv6-only networks, because it will automatically fall back to an IPv4 bindAddress if the IPv6 one fails to bind. · Updated 2021-02-21 11:39:25 +00:00    crowetic

2842
1

91925cf931 · Change block "minter" signature code, to take effect at some future (undecided) height. · Updated 2021-02-20 12:08:51 +00:00    crowetic

2843
0
Included

e93b262049 · WIP: starting to split into two DBs · Updated 2020-10-06 15:38:22 +00:00    crowetic

2986
1