mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-12 00:19:17 +00:00
13 lines
519 B
Plaintext
13 lines
519 B
Plaintext
|
SocksPort 0.0.0.0:9050
|
||
|
ControlPort 0.0.0.0:9051
|
||
|
CookieAuthentication 1
|
||
|
CookieAuthFileGroupReadable 1
|
||
|
HashedControlPassword 16:39AF5EEFA4FC1D986022FDFB13663669FE50FB6DE9A3B4FE4FC7D82010 # moneyprintergobrrr
|
||
|
|
||
|
# Bitcoin Core P2P Hidden Service
|
||
|
HiddenServiceDir /data/app-$APP_ID-p2p
|
||
|
HiddenServicePort $APP_BITCOIN_P2P_PORT $APP_BITCOIN_NODE_IP:$APP_BITCOIN_TOR_PORT
|
||
|
|
||
|
# Bitcoin Core RPC Hidden Service
|
||
|
HiddenServiceDir /data/app-$APP_ID-rpc
|
||
|
HiddenServicePort $APP_BITCOIN_RPC_PORT $APP_BITCOIN_NODE_IP:$APP_BITCOIN_RPC_PORT
|