Update readme.md

This commit is contained in:
Sai Raj 2022-03-23 00:55:34 +05:30 committed by GitHub
parent 638475466d
commit 5245aeac14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ This will Start the container and a terminal will pop up.
Now run the following code to start the CPU miner..
```bash
minerd -o stratum+tcp://rm-pool.duckdns.org:3333 -a scrypt -u <user>.<worker> -p <workerpassword>
./minerd -o stratum+tcp://rm-pool.duckdns.org:3333 -a scrypt -u <user>.<worker> -p <workerpassword>
```