see https://github.com/rootzoll/raspiblitz/issues/1171#issuecomment-669027062 from #1171
Hi, in case you haven't started with this yet, there's version 0.6.1 which contains a few bug fixes and would be nice to have instead.
https://github.com/cryptoadvance/specter-desktop/releases/tag/v0.6.1
@ben-kaufman thx, havent yet 0.6.1 sounds good :)
Also merged PR #1481 to add missing library
Update PR merged - moving to final testing.
Specter 0.8.0 is out:
https://github.com/cryptoadvance/specter-desktop/releases/tag/v0.8.0
Update successfully with the UPDATE menu (available in the latest script for RaspiBlitz v1.6.1)
I suggest we should ship with the latest version by default.
鈥婾pdate from Specter v0.5.5 in RaspiBlitz v1.6 paste these command to the RaspiBlitz terminal:
#uninstall聽old聽version
config.scripts/bonus.cryptoadvance-specter.sh聽off
#聽install聽the聽missing聽dependency
sudo聽apt聽install聽-y聽libffi-dev
#聽change聽script聽to聽use聽the聽latest聽version
sed聽-i聽"s#cryptoadvance.specter==*#cryptoadvance.specter==0.8.1#g"聽聽/home/admin/config.scripts/bonus.cryptoadvance-specter.sh
Install Specter from the SERVICES
Edit: updated to v0.8.1
Update Bug Reported: https://github.com/rootzoll/raspiblitz/pull/1566#issuecomment-699681734
@openoms merged #1619 ... did you found any hint of the bug mentioned above while testing.
Nope, but I am way past of updating from 0.5.5.
There were no errors installing v0.8.0 or 0.8.1. Update works too.
We could probably add this entry to the bitcoin.conf:

Should bring some performance gains and have enough space on the 1TB drives.
Any concerns?
checking how long it takes, just started now on my RPi4 4GB + SSD:
$ sudo cat /mnt/hdd/bitcoin/debug.log | grep "block filter"
2020-10-07T19:00:12Z * Using 111.8 MiB for basic block filter index database
2020-10-07T19:00:54Z basic block filter index thread start
2020-10-07T19:00:54Z Syncing basic block filter index with block chain from height 0
2020-10-07T19:01:25Z Syncing basic block filter index with block chain from height 6824
...
2020-10-07T19:03:32Z Syncing basic block filter index with block chain from height 15584
Was about 10 hours in the background rescanning a couple wallets simultaneously.
sudo cat /mnt/hdd/bitcoin/debug.log | grep "block filter"
2020-10-07T19:00:12Z * Using 111.8 MiB for basic block filter index database
2020-10-07T19:00:54Z basic block filter index thread start
2020-10-07T19:00:54Z Syncing basic block filter index with block chain from height 0
...
2020-10-08T05:15:31Z basic block filter index is enabled at height 651757
2020-10-08T05:15:31Z basic block filter index thread exit
Once activated the warning from Specter is gone, so does not need much explanation I think.
Takes 5.5 GB now:
sudo du -hd 2 /mnt/hdd/bitcoin/
91M /mnt/hdd/bitcoin/blocks/index
321G /mnt/hdd/bitcoin/blocks
3.9G /mnt/hdd/bitcoin/chainstate
28G /mnt/hdd/bitcoin/indexes/txindex
5.5G /mnt/hdd/bitcoin/indexes/blockfilter
All funtions of Specter run OK while the additional index is building ... or do we need a info in the status menu, that the "index is still building"?
I did not find any problems while building the index as it works without as well only slightly slower. The warning disappears probably because it is looking in the bitcoin.conf.
Will ask quickly in the Specter TG to be sure.
OK merged the Specter-BlockfilterIndex PR ... installs fine so far. I am see this testing OK. @openoms if you dont get any contradicting info from the specter TG then I will close this issue for the v1.6.1 release.
they said there should be no issue while indexing. Specter queries the bitcoind RPC for everything, that should be able to deal with it.
OK perfect .. closing this issue for v.16.1 release.
Most helpful comment
鈥婾pdate from Specter v0.5.5 in RaspiBlitz v1.6 paste these command to the RaspiBlitz terminal:
Install Specter from the SERVICES
Edit: updated to v0.8.1