Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Option to have ini in different directory added
  • Loading branch information
taeguscromis authored Jan 28, 2019
1 parent 2b157aa commit 8073bc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion richlist/chainsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Just rename the settings.ini.sample to settings.ini and put it in the same direc
The executable needs write permissions in that directory. It will be best if you run it as a service.
Set the settings in the ini file accordingly.

You can now also put the settings.ini file somwhere else and star the executable with "-iniFile %path_to_the_file%"

```
[blockchain]
lastblock=Should be set to 1, to start at the chain beggining
Expand Down Expand Up @@ -58,4 +60,4 @@ Now you can start it or stop it with:
- **print log**: journalctl -e -u EtherSync.service
- **reload conf**: systemctl daemon-reload

Not that if you run your own geth RPC you have to have it running and fully synced
Not that if you run your own geth RPC you have to have it running and fully synced

0 comments on commit 8073bc2

Please sign in to comment.