⚡️2FakTor⚡️
⚡️2FakTor⚡️
Hello guys, what happened with this PR? This is Raspibolt and this guide for Raspberry Pi using its Raspbian official OS. We can take advantage of the Raspberry Pi imager...
> > Should not be closed, it's on my TODO list. > > FYI, configuration tips by @twofactor: https://t.me/raspibolt/11831 > > > Install apt-transport-https package `sudo apt-get install apt-transport-https` Automatically...
> > BTW: My name is @twofaktor laughing > > Haha, ok, fixed! ;) > Error again, is @twofaktor 😁
New PR related! #1064
PR #1064 merged! this issue can be closed!
Some suggestions for the guide. + use "rpccookie" config : `#rpccookie = /path/to/bitcoind/datadir/.cookie` + make "fulcrum" user and add to "bitcoin" group + use SSL (port 50002) instead of 50001...
> > > Some suggestions for the guide. > > > ``` > > > * use "rpccookie" config : > > > ``` > > > > > >...
I updated my suggestions @DanielPX1 !!!
txindex=1 is not necessary in bitcoin.conf, because fullcrum creates its own index database, anyway txindex=1 was already configured in Bitcoin Core section. I would deleted
I wrote directly in code this For me, this lines are not necessary, `rpcuser / rpcpassword` never were mentioned in BTC core section and `rpcport=8332` is by default integrated in...