Skip to content

Commit

Permalink
fixing files
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroWa3l committed Oct 14, 2023
1 parent 5f07bda commit 639af14
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```bash
# The Ergo Node Service (part of systemd)
# file: /etc/systemd/system/ergo-node.service

Expand Down Expand Up @@ -25,3 +26,4 @@ RestartSec =10

[Install]
WantedBy =multi-user.target
```
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```bash
ergo {
node {
mining = false
Expand Down Expand Up @@ -38,3 +39,4 @@ scorex {
# nodeName = "my-ergo-node"
}
}
```
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```bash
ergo {
node {
mining = false
Expand Down Expand Up @@ -44,3 +45,4 @@ scorex {
# nodeName = "my-ergo-node"
}
}
```
4 changes: 2 additions & 2 deletions docs/ergo-developer-guides/part2-ergo-full-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sudo nano ergo.conf
```
Note: sudo is super user do (admin privileges). Nano is command line to touch and edit the ergo.conf file. You will now be inside the ergo.conf file. If the file didn't exist, it was just now created.

Copy and paste the contents of the [Reference ergo.conf example file](/example_ergo_config_file.txt) into a separate text file:
Copy and paste the contents of the [Reference ergo.conf example file](./example_ergo_config_file.md) into a separate text file:

ergo {
node {
Expand Down Expand Up @@ -159,7 +159,7 @@ You'll need to make the following updates:
- declared address - update
- nodeName - update

For light weight full node using bootstrapping and NiPoPow, see [example_ergo_config_file_light.txt](/example_ergo_config_file_light.txt)
For light weight full node using bootstrapping and NiPoPow, see [example_ergo_config_file_light](./example_ergo_config_file_light.md)

Give it a go and run it! Ctrl+X to overwrite and Yes enter to save.

Expand Down

0 comments on commit 639af14

Please sign in to comment.