forked from bacen/pilotord-kit-onboarding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
64 lines (52 loc) · 1.67 KB
/
config.toml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Every possible CLI should be in this file.
#
# Please use a plausible value, besu has to at least be able to parse it.
# If it is a multi-valued CLI make it a TOML array.
# If it is a number or boolean make it a number or boolean
# All other config options are strings, and must be quoted.
# Node Information
# Customizar
data-path="/caminho/para/a/pasta/data"
genesis-file="/caminho/para/o/arquivo/genesis.json"
logging="INFO"
# DOCKER | KUBERNETES | AUTO | NONE
# Customizar
nat-method="NONE"
min-gas-price=0
# Transaction Pool
tx-pool-retention-hours=999
tx-pool-limit-by-account-percentage=1
tx-pool-max-size=20000
# P2P network
p2p-enabled=true
discovery-enabled=true
#p2p-host="0.0.0.0"
p2p-port=30303
max-peers=25
host-allowlist=["*"]
# JSON-RPC
rpc-http-api=["DEBUG","ETH", "ADMIN", "WEB3", "QBFT", "NET", "EEA", "PRIV", "PERM","TXPOOL","PLUGINS","MINER","TRACE"]
rpc-http-cors-origins=["*"]
rpc-http-enabled=true
rpc-http-max-active-connections=2000
#rpc-http-authentication-enabled=true
#rpc-http-authentication-credentials-file="/etc/auth/auth.toml"
# GRAPHQL-RPC
graphql-http-enabled=false
graphql-http-host="0.0.0.0"
graphql-http-port=8547
graphql-http-cors-origins=["*"]
# WebSockets API
rpc-ws-enabled=false
rpc-ws-host="0.0.0.0"
rpc-ws-port=8546
rpc-ws-api=["DEBUG","ETH", "ADMIN", "WEB3", "QBFT", "NET", "EEA", "PRIV", "PERM"]
rpc-ws-authentication-enabled=false
# Metrics
metrics-enabled=false
metrics-host="0.0.0.0"
metrics-port=9545
# Permissioning (descomentar esses paramêtros quando for habilitar a permissão)
permissions-nodes-contract-enabled=true
permissions-nodes-contract-address="0x3821eC14ECCF3FEe769B22239184A873a1aa2065"
permissions-nodes-contract-version=2