-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
73 lines (51 loc) · 2.11 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
65
66
67
68
69
70
71
72
73
[chain]
# Gas limit to set per transaction
gas = 200000
# Gas adjustment factor
gas_adjustment = 1.05
# Gas prices to determine the transaction fee
gas_prices = "0.1udvpn"
# The network chain ID
id = "sentinelhub-2"
# Comma separated Tendermint RPC addresses for the chain
rpc_addresses = "https://rpc.sentinel.co:443,https://rpc-sentinel.busurnode.com:443"
# Timeout seconds for querying the data from the RPC server
rpc_query_timeout = "30"
# Timeout seconds for broadcasting the transaction through RPC server
rpc_tx_timeout = "60"
# Calculate the transaction fee by simulating it
simulate_and_execute = true
[handshake]
# Enable Handshake DNS resolver
enable = true
# Number of peers
peers = 8
[keyring]
# Underlying storage mechanism for keys
backend = "test"
# Name of the key with which to sign
from = "operator"
[node]
# Time interval between each set_sessions operation
interval_set_sessions = "10s"
# Time interval between each update_sessions transaction
interval_update_sessions = "1h55m0s"
# Time interval between each set_status transaction
interval_update_status = "55m0s"
# IPv4 address to replace the public IPv4 address with
ipv4_address = ""
# API listen-address
listen_on = "0.0.0.0:8585"
# Name of the node
moniker = "sina5"
# Prices for one gigabyte of bandwidth provided
gigabyte_prices = "47794ibc/31FEE1A2A9F9C01113F90BD0BBCCE8FD6BBB8585FAF109A2101827DD1D5B95B8,8368ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477,1073502ibc/B1C0DDB14F25279A2026BC8794E12B259F8BDA546A3C5132CCAEE4431CE36783,111582ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518,15342624udvpn"
# Prices for one hour
hourly_prices = "18480ibc/31FEE1A2A9F9C01113F90BD0BBCCE8FD6BBB8585FAF109A2101827DD1D5B95B8,770ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477,1871892ibc/B1C0DDB14F25279A2026BC8794E12B259F8BDA546A3C5132CCAEE4431CE36783,18897ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518,7600000udvpn"
# Public URL of the node
remote_url = "https://45.90.46.28:8585"
# Type of node
type = "wireguard"
[qos]
# Limit max number of concurrent peers
max_peers = 250