-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
55 lines (43 loc) · 1.42 KB
/
config.ini
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
# EOSIO configuration file
# Chain database size in MB (adjust based on your available RAM)
chain-state-db-size-mb = 24576 #should be lesss than the available RAM
# HTTP server settings
http-server-address = 0.0.0.0:8888
# CORS settings
access-control-allow-origin = *
access-control-allow-headers = Origin, X-Requested-With, Content-Type, Accept
# Plugin settings
plugin = eosio::chain_api_plugin
plugin = eosio::prometheus_plugin
plugin = eosio::db_size_api_plugin # space oocupied by node
# Miscellaneous settings
abi-serializer-max-time-ms = 2000
chain-threads = 8
contracts-console = true
eos-vm-oc-compile-threads = 4
verbose-http-errors = true
http-validate-host = false
http-threads = 6
# Pull API node specific settings
api-accept-transactions = false
# alohaeosprod: GB, London
p2p-peer-address = peer.main.alohaeos.com:9876
# atticlabeosb: UA, Kyiv
p2p-peer-address = eosbp-0.atticlab.net:9876
# aus1genereos: AU, Sydney
p2p-peer-address = p2p.genereos.io:9876
# eos42freedom: DE, Frankfurt
p2p-peer-address = p2p.eos42.io:9876
# eosnationftw: CA, Canada
p2p-peer-address = eos.seed.eosnation.io:9876
# eosphereiobp: CA, Beauharnois
p2p-peer-address = peer1.eosphere.io:9876
# eossupportbp: US, United States
p2p-peer-address = p2p.eossupport.io:9876
enable-account-queries = true
p2p-listen-endpoint = 0.0.0.0:9876
p2p-max-nodes-per-host = 1000
sync-fetch-span = 2000
# Reduced size
read-mode = head
validation-mode = light