Skip to content

Commit beb64b4

Browse files
committed
Updated README
1 parent de98aec commit beb64b4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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
1011
sudo bash installnode.sh
1112
```
1213

13-
For your `hostname`, enter your Domain Name or Public IP address.
14+
And follow the instructions.
1415

1516
A log of the install is stored in `/tmp/install.log` if there were any errors.
1617

installnode.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)