File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ plugin = database_api account_history_api condenser_api
26
26
# shared-file-dir = "blockchain"
27
27
28
28
# Size of the shared memory file. Default: 54G
29
- shared-file-size = 70G
29
+ shared-file-size = 300G
30
30
31
31
# Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
32
32
# checkpoint =
@@ -65,10 +65,10 @@ market-history-track-time = 604800
65
65
p2p-user-agent = Graphene Reference Implementation
66
66
67
67
# The local IP and port to listen for incoming http connections.
68
- # webserver-http-endpoint =
68
+ webserver-http-endpoint = 0.0.0.0:8091
69
69
70
70
# The local IP and port to listen for incoming websocket connections.
71
- # webserver-ws-endpoint =
71
+ webserver-ws-endpoint = 0.0.0.0:8091
72
72
73
73
# Number of threads used to handle queries. Default: 32.
74
74
webserver-thread-pool-size = 32
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ market-history-track-time = 604800
75
75
p2p-user-agent = Graphene Reference Implementation
76
76
77
77
# The local IP and port to listen for incoming http connections.
78
- # webserver-http-endpoint =
78
+ webserver-http-endpoint = 0.0.0.0:8091
79
79
80
80
# The local IP and port to listen for incoming websocket connections.
81
- # webserver-ws-endpoint =
81
+ webserver-ws-endpoint = 0.0.0.0:8091
82
82
83
83
# Number of threads used to handle queries. Default: 32.
84
84
webserver-thread-pool-size = 256
@@ -93,4 +93,4 @@ enable-stale-production = false
93
93
# witness =
94
94
95
95
# WIF PRIVATE KEY to be used by one or more witnesses or miners
96
- # private-key =
96
+ # private-key =
Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ market-history-track-time = 604800
65
65
p2p-user-agent = Graphene Reference Implementation
66
66
67
67
# The local IP and port to listen for incoming http connections.
68
- # webserver-http-endpoint =
68
+ webserver-http-endpoint = 0.0.0.0:8091
69
69
70
70
# The local IP and port to listen for incoming websocket connections.
71
- # webserver-ws-endpoint =
71
+ webserver-ws-endpoint = 0.0.0.0:8091
72
72
73
73
# Number of threads used to handle queries. Default: 32.
74
74
webserver-thread-pool-size = 256
You can’t perform that action at this time.
0 commit comments