Skip to content

Commit e31f241

Browse files
committed
fix config to add web server port
1 parent 9ffc08a commit e31f241

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

contrib/config-for-ahnode.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugin = database_api account_history_api condenser_api
2626
# shared-file-dir = "blockchain"
2727

2828
# Size of the shared memory file. Default: 54G
29-
shared-file-size = 70G
29+
shared-file-size = 300G
3030

3131
# Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
3232
# checkpoint =
@@ -65,10 +65,10 @@ market-history-track-time = 604800
6565
p2p-user-agent = Graphene Reference Implementation
6666

6767
# The local IP and port to listen for incoming http connections.
68-
# webserver-http-endpoint =
68+
webserver-http-endpoint = 0.0.0.0:8091
6969

7070
# The local IP and port to listen for incoming websocket connections.
71-
# webserver-ws-endpoint =
71+
webserver-ws-endpoint = 0.0.0.0:8091
7272

7373
# Number of threads used to handle queries. Default: 32.
7474
webserver-thread-pool-size = 32

contrib/config-for-docker.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ market-history-track-time = 604800
7575
p2p-user-agent = Graphene Reference Implementation
7676

7777
# The local IP and port to listen for incoming http connections.
78-
# webserver-http-endpoint =
78+
webserver-http-endpoint = 0.0.0.0:8091
7979

8080
# The local IP and port to listen for incoming websocket connections.
81-
# webserver-ws-endpoint =
81+
webserver-ws-endpoint = 0.0.0.0:8091
8282

8383
# Number of threads used to handle queries. Default: 32.
8484
webserver-thread-pool-size = 256
@@ -93,4 +93,4 @@ enable-stale-production = false
9393
# witness =
9494

9595
# WIF PRIVATE KEY to be used by one or more witnesses or miners
96-
# private-key =
96+
# private-key =

contrib/fullnode.config.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ market-history-track-time = 604800
6565
p2p-user-agent = Graphene Reference Implementation
6666

6767
# The local IP and port to listen for incoming http connections.
68-
# webserver-http-endpoint =
68+
webserver-http-endpoint = 0.0.0.0:8091
6969

7070
# The local IP and port to listen for incoming websocket connections.
71-
# webserver-ws-endpoint =
71+
webserver-ws-endpoint = 0.0.0.0:8091
7272

7373
# Number of threads used to handle queries. Default: 32.
7474
webserver-thread-pool-size = 256

0 commit comments

Comments
 (0)