Skip to content

Commit

Permalink
Merge pull request #13 from klaytn/11th-add
Browse files Browse the repository at this point in the history
update contents
  • Loading branch information
markyim-kaia authored Feb 1, 2024
2 parents 9e79f73 + b434826 commit e712e0f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions content/40_configure_network/10_node_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,23 @@ NO_DISCOVER=0 # setting 1 to disable discovery
BOOTNODES="kni://b286e4140aea469992146c299f8915e34d59a014c29a045de41e578014761114176f42dece34a54ce1e37f92ab981fe1bb14e54fe23576e1182778c40e6272a2@ston146.cypress.klaytn.net:32323?ntype=bn,kni://a6b61ee786952e3f8b681867d2535485622e80d0b9b7b89f26b2c631e59a4246b5f879487fbde7c324c3308ece0cdb1d7738430bdffce4f7f8c4f5a09eef80a3@ston738.cypress.klaytn.net:32323?ntype=bn,kni://b25838727eb6b4631c8f8910b4f6376fe28041f251ee21129078a61d18d62d0dc2601be5a97eab8bdb5772309f861fddb7192935483813ef20e5716a34266f16@ston903.cypress.klaytn.net:32323?ntype=bn"
{{< /highlight >}}

##### 2) For PN, your configuration should be modified as shown below.
##### 2) For PN1, your configuration should be modified as shown below.
{{< highlight html >}}
$ egrep "^NETWORK|NO_DISCOVER|BOOTNODES" /etc/kpnd/conf/kpnd.conf
NETWORK="cypress"
NETWORK="baobab"
NETWORK_ID=
NO_DISCOVER=1 # setting 1 to disable discovery
BOOTNODES=""
{{< /highlight >}}

##### 3) For PN2, your configuration should be modified as shown below.
{{< highlight html >}}
$ egrep "^NETWORK|NO_DISCOVER|BOOTNODES|ADDITIONAL" /etc/kpnd/conf/kpnd.conf
NETWORK="baobab"
NETWORK_ID=
NO_DISCOVER=1 # setting 1 to disable discovery
BOOTNODES=
BOOTNODES=""
ADDITIONAL="--state.live-pruning"
{{< /highlight >}}
{{< line_break >}}

Expand Down

0 comments on commit e712e0f

Please sign in to comment.