-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbitnode_console.conf
More file actions
33 lines (27 loc) · 856 Bytes
/
Copy pathbitnode_console.conf
File metadata and controls
33 lines (27 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# BitNode Console Configuration File
#
# This file contains configuration settings for the BitNode Console application.
# It uses INI format with sections and key-value pairs.
#
# For more information, see the documentation at docs/src/configuration.md
[application]
[bitcoind]
rpc_host = "127.0.0.1"
rpc_port = 8332
rpc_user = "bitcoinrpc"
rpc_password = "devpassword"
unit_name = "bitcoind.service"
[rpc]
host = "127.0.0.1"
port = 50051
# Set to 'yourpassword' for development, default is empty and will stop the server from starting
password_hash = "$argon2id$v=19$m=4096,t=3,p=1$Mzk3NGQ1NDBiZmZiYjhhNDY0YWY3MmRjYjIwNDI2YmE$Bzo73djW0DkCVR4prXhqvWB4ViEdJ54h91mU0LCgqPY"
token_secret = "token-super-secret-2653871"
allowed_ips[0] = 127.0.0.1
[tracing]
enabled = true
show_settings_startup = true
level = "trace"
[web]
host = "localhost"
port = 8086