diff --git a/richlist/chainsync/README.md b/richlist/chainsync/README.md index 155c44c..22a3487 100644 --- a/richlist/chainsync/README.md +++ b/richlist/chainsync/README.md @@ -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 @@ -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 \ No newline at end of file +Not that if you run your own geth RPC you have to have it running and fully synced