fix example command lines to be .exe / windows specific

This commit is contained in:
cryptonote-social 2020-07-31 07:49:26 -07:00
parent 6a229bfa14
commit 9018847be7

View File

@ -59,12 +59,12 @@ Usernames
If you don't already have a username established with the pool, you can create one by simply
specifying -user=your-wallet-id.your-chosen-username, e.g.:
./csminer -user=888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.donate-monero-org
csminer.exe -user=888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.donate-monero-org
Once you've submitted at least one share, the wallet address is permanently associated with the
username and you can login with the username alone, e.g.:
./csminer -user=get-monero-org
csminer.exe -user=get-monero-org
Implementation