Skip to content
Snippets Groups Projects
Commit 781c7213 authored by inertia's avatar inertia
Browse files

add rc config

parent 391d524d
No related branches found
No related tags found
2 merge requests!61Deploy to Production,!58add rc config
...@@ -161,6 +161,8 @@ Then make the following changes to the generated `config.ini`: ...@@ -161,6 +161,8 @@ Then make the following changes to the generated `config.ini`:
* Enable plugins `chain debug_node p2p webserver block_api chain_api database_api debug_node_api network_broadcast_api` * Enable plugins `chain debug_node p2p webserver block_api chain_api database_api debug_node_api network_broadcast_api`
* Pick a random port for p2p, say `12541` * Pick a random port for p2p, say `12541`
* Edit `shared-file-size` down, say `12G` * Edit `shared-file-size` down, say `12G`
* Edit `rc-account-whitelist` down, say `porter tnman`
* Add `rc-start-at-block` to, say `100000`
* Pick a random port for `webserver-http-endpoint` and set `webserver-ws-endpoint` to the next-highest port. * Pick a random port for `webserver-http-endpoint` and set `webserver-ws-endpoint` to the next-highest port.
To summarize, the *changed* values are: To summarize, the *changed* values are:
...@@ -169,6 +171,8 @@ To summarize, the *changed* values are: ...@@ -169,6 +171,8 @@ To summarize, the *changed* values are:
plugin = chain debug_node p2p webserver block_api chain_api database_api debug_node_api network_broadcast_api plugin = chain debug_node p2p webserver block_api chain_api database_api debug_node_api network_broadcast_api
shared-file-size = 12G shared-file-size = 12G
p2p-endpoint = 0.0.0.0:12541 p2p-endpoint = 0.0.0.0:12541
rc-account-whitelist = porter tnman
rc-start-at-block = 100000
webserver-http-endpoint = 0.0.0.0:18751 webserver-http-endpoint = 0.0.0.0:18751
webserver-ws-endpoint = 0.0.0.0:18752 webserver-ws-endpoint = 0.0.0.0:18752
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment