File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Kadena Node Installation
22
3- ** Note** : this guide assumes your machine is running Ubuntu, and that you have
4- ` sudo ` privileges.
3+ ** Note** : this guide assumes your machine is running Ubuntu, that you have
4+ ` sudo ` privileges, that you've bought a proper Domain Name and are pointing it
5+ at the Public IP Address of your machine.
56
67### Installation
78
@@ -10,7 +11,7 @@ wget https://raw.githubusercontent.com/kadena-community/node-setup/master/instal
1011sudo bash installnode.sh
1112```
1213
13- For your ` hostname ` , enter your Domain Name or Public IP address .
14+ And follow the instructions .
1415
1516A log of the install is stored in ` /tmp/install.log ` if there were any errors.
1617
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ chainweb:
126126 # completely independent Chainweb.
127127 chainwebVersion: mainnet01
128128
129+ # The number of requests allowed per second per client to certain endpoints.
130+ # If these limits are crossed, you will receive a 429 HTTP error.
129131 throttling:
130132 local: 0.1
131133 mining: 5
You can’t perform that action at this time.
0 commit comments