How to increase MEMPOOL size?
Found out.
sudo nano umbrel/app-data/bitcoin/data/bitcoin/bitcoin.conf
and insert line:
maxmempool=1000
(default 300)
2 Likes
I think it’s recently been replaced by the file:
umbrel-bitcoin.conf
hi guys. just figured it out thanks to your comments above. Its as simple as that:
- ssh into umbrel
- sudo nano ./umbrel/app-data/bitcoin/data/bitcoin/umbrel-bitcoin.conf
-insert a new line and save the file:
maxmempool=1000
- restart umbrel.
done
1 Like
Hiya! Also responded here with answer Is there a way we can increase the Memory size in the mempool app?
Glad you got it, as a note umbrel-bitcoin.conf should not be edited, that’s just for UI
any non-UI settings can still be added to bitcoin.conf
1 Like