Skip to content

v4.1.3

Compare
Choose a tag to compare
@Martin8617 Martin8617 released this 19 Jul 11:58
be66455
  • Defi Desktop Wallet for Raspberry Pi created with Raspberry Pi OS bookworm (64-Bit) as arm64;

Note: It works..., but it takes a lot of time. It's not so slow as with Raspberry Pi 4B 8GB, but still with Raspberry Pi 5 8GB it needs time... Start the app with terminal and in addition check with debug.log to see what it is doing.
I recommend to use the Raspberry Pi without app for operatornode in the cli only.

  • Defi Desktop Wallet for x86_64 Linux PC

Note: Since it gives no official AppImage for Linux PC, I created my own and share it here. This is just a fast shot for whom it may help. I'm going to train myself to support BirthdayResearch in future if needed.

Information copied from BirthdayResearch
Compiled from Source code @Martin8617

What's Changed

Node update to v4.1.3

Optional Upgrade

Highlights

  • -enablesnapshots for implicit LevelDB snapshot on each block. This enables all the RPCs to bypass the global chain lock and to serve requests in parallel. Default is off for now to only take a snapshot when required as we learn from the effects at scale before changing defaults.

Upgrade Notes

  • From v4.1.x: Drop in upgrade.
  • All other older nodes: Fresh sync or bootstrap from snapshots required.
  • For nodes that are being restored from recent snapshot, as with all updates before: -rescan for the wallet txs and additionally -spv_resync for users who hold BTC. If either isn't used, they may not be shown in the wallet until rescanned/resynced.

📓 Protocol Upgrades

Full Changelog: v4.1.2...v4.1.3