Skip to content

Commit

Permalink
docs: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jun 11, 2024
1 parent 50308a4 commit 7a4d5e4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A very simple (and naive) single-threaded CPU miner for Siacoin testnet mining
```yml
services:
walletd:
image: ghcr.io/siafoundation/walletd:master
image: ghcr.io/siafoundation/walletd:master
ports:
- localhost:9980:9980
- 9981: 9981
Expand All @@ -21,7 +21,6 @@ services:
restart: unless-stopped
cpu-miner:
image: ghcr.io/siafoundation/cpuminer:master
command: --addr="addr:000000000000000000000000000000000000000000000000000000000000000089eb0d6a8a69" --http="http://walletd:9980/api" --password="sia is cool"
restart: unless-stopped


command: --addr="addr:000000000000000000000000000000000000000000000000000000000000000089eb0d6a8a69" --http="http://walletd:9980/api" --password="sia is cool"
restart: unless-stopped
```

0 comments on commit 7a4d5e4

Please sign in to comment.