clean up README to reflect new way of creating usernames

This commit is contained in:
cryptonote-social 2020-08-05 10:57:25 -07:00
parent fbe3167b69
commit e3eaecedeb
3 changed files with 9 additions and 9 deletions

View File

@ -57,14 +57,14 @@ ADDITIONAL DETAILS
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.:
specifying your wallet id with the -wallet option along with your selected username, e.g.:
./csminer -user=888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.donate-monero-org
./csminer -user=your-chosen-username -wallet=your-wallet-id
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 -user=your-chosen-username
Implementation

View File

@ -61,14 +61,14 @@ ADDITIONAL DETAILS
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.:
specifying your wallet id with the -wallet option along with your selected username, e.g.:
./csminer -user=888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.donate-monero-org
./csminer -user=your-chosen-username -wallet=your-wallet-id
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 -user=your-chosen-username
Implementation

View File

@ -64,14 +64,14 @@ ADDITIONAL DETAILS
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.:
specifying your wallet id with the -wallet option along with your selected username, e.g.:
csminer.exe -user=888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.donate-monero-org
csminer.exe -user=your-chosen-username -wallet=your-wallet-id
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.exe -user=get-monero-org
csminer.exe -user=your-chosen-username
Implementation