mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-11 05:15:28 +00:00
Merge pull request #678 from erciccione/cli-guide
Update info about ringsize in the monero-wallet-cli user guide
This commit is contained in:
commit
10c2c09118
4 changed files with 8 additions and 8 deletions
|
@ -46,9 +46,9 @@ The payment ID is implicit in the integrated address in that case.
|
|||
|
||||
### Specify the number of outputs for a transaction:
|
||||
|
||||
transfer MIXIN ADDRESS AMOUNT
|
||||
transfer RINGSIZE ADDRESS AMOUNT
|
||||
|
||||
Replace `MIXIN` with the number of outputs you wish to use. **If not specified, the default is 4.** It's a good idea to use the default, but you can increase the number if you want to include more outputs. The higher the number, the larger the transaction, and higher fees are needed.
|
||||
Replace `RINGSIZE` with the number of outputs you wish to use. **If not specified, the default is 7.** It's a good idea to use the default, but you can increase the number if you want to include more outputs. The higher the number, the larger the transaction, and higher fees are needed.
|
||||
|
||||
|
||||
## Receiving monero
|
||||
|
|
|
@ -47,9 +47,9 @@ The payment ID is implicit in the integrated address in that case.
|
|||
|
||||
### Specify the number of outputs for a transaction:
|
||||
|
||||
transfer MIXIN ADDRESS AMOUNT
|
||||
transfer RINGSIZE ADDRESS AMOUNT
|
||||
|
||||
Replace `MIXIN` with the number of outputs you wish to use. **If not specified, the default is 4.** It's a good idea to use the default, but you can increase the number if you want to include more outputs. The higher the number, the larger the transaction, and higher fees are needed.
|
||||
Replace `RINGSIZE` with the number of outputs you wish to use. **If not specified, the default is 7.** It's a good idea to use the default, but you can increase the number if you want to include more outputs. The higher the number, the larger the transaction, and higher fees are needed.
|
||||
|
||||
|
||||
## Receiving monero
|
||||
|
|
|
@ -47,9 +47,9 @@ The payment ID is implicit in the integrated address in that case.
|
|||
|
||||
### Specify the number of outputs for a transaction:
|
||||
|
||||
transfer MIXIN ADDRESS AMOUNT
|
||||
transfer RINGSIZE ADDRESS AMOUNT
|
||||
|
||||
Replace `MIXIN` with the number of outputs you wish to use. **If not specified, the default is 4.** It's a good idea to use the default, but you can increase the number if you want to include more outputs. The higher the number, the larger the transaction, and higher fees are needed.
|
||||
Replace `RINGSIZE` with the number of outputs you wish to use. **If not specified, the default is 7.** It's a good idea to use the default, but you can increase the number if you want to include more outputs. The higher the number, the larger the transaction, and higher fees are needed.
|
||||
|
||||
|
||||
## Receiving monero
|
||||
|
|
|
@ -47,9 +47,9 @@ The payment ID is implicit in the integrated address in that case.
|
|||
|
||||
### Specify the number of outputs for a transaction:
|
||||
|
||||
transfer MIXIN ADDRESS AMOUNT
|
||||
transfer RINGSIZE ADDRESS AMOUNT
|
||||
|
||||
Replace `MIXIN` with the number of outputs you wish to use. **If not specified, the default is 4.** It's a good idea to use the default, but you can increase the number if you want to include more outputs. The higher the number, the larger the transaction, and higher fees are needed.
|
||||
Replace `RINGSIZE` with the number of outputs you wish to use. **If not specified, the default is 7.** It's a good idea to use the default, but you can increase the number if you want to include more outputs. The higher the number, the larger the transaction, and higher fees are needed.
|
||||
|
||||
|
||||
## Receiving monero
|
||||
|
|
Loading…
Reference in a new issue