From 342fd6c1f407cdc336a4d6eb88a590726b02fbb1 Mon Sep 17 00:00:00 2001 From: Don Kingdon Date: Sun, 6 Oct 2024 03:42:25 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 88cedb6..509f125 100644 --- a/README.md +++ b/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" \