mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
added groups and conf file
This commit is contained in:
parent
c647e3d901
commit
6055d81a89
2 changed files with 31 additions and 8 deletions
22
src/system/modules/bitcoin/config/default.nix
Normal file
22
src/system/modules/bitcoin/config/default.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
''
|
||||
server=1
|
||||
daemon=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