mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
Fixed bitcoin server & modules
This commit is contained in:
parent
6d9d2fe824
commit
290ed823c1
5 changed files with 48 additions and 44 deletions
19
src/system/modules/bitcoin/config/bitcoin.conf
Normal file
19
src/system/modules/bitcoin/config/bitcoin.conf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
server=1
|
||||
|
||||
mempoolfullrbf=1
|
||||
v2transport=1
|
||||
|
||||
rpcauth=
|
||||
|
||||
rpcbind=127.0.0.1
|
||||
rpcallowip=127.0.0.1
|
||||
|
||||
dnsseed=0
|
||||
|
||||
bind=127.0.0.1
|
||||
proxy=127.0.0.1:9050
|
||||
|
||||
listen=1
|
||||
listenonion=1
|
||||
torcontrol=127.0.0.1:9051
|
||||
torenablecircuit=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue