Browse Source

Update README.md

master
Don Kingdon 1 year ago committed by GitHub
parent
commit
342fd6c1f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      README.md

10
README.md

@ -108,12 +108,12 @@ It is recommended to bind your DB address on 127.0.0.1 or on internal ip. Also,
sudo nano /etc/systemd/system/geth.service
Copy the following example into the file and alter as needed.
[Unit]
Description=geth
After=network-online.target
[Unit]
description=geth
After=network-online.target
[Service]
ExecStart=/usr/local/bin/geth --etica \
[Service]
ExecStart=/usr/local/bin/geth --etica \
--miner.etherbase "0x183071e172aA5995738F79a762f09FDd83b7D75B" \
--unlock "0x183071e172aA5995738F79a762f09FDd83b7D75B" \
--password "PATH_TO_PASSWORD.TXT_FILE" \

Loading…
Cancel
Save