mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-11 21:34:32 +00:00
User-Guides: cleanup monero-wallet-cli entry
Formatting and copypasta.
This commit is contained in:
parent
764ca679bb
commit
67beed6870
1 changed files with 6 additions and 9 deletions
|
@ -44,9 +44,6 @@ may instead give you an integrated address, which is both of these packed into a
|
||||||
|
|
||||||
transfer ADDRESS AMOUNT PAYMENTID
|
transfer ADDRESS AMOUNT PAYMENTID
|
||||||
|
|
||||||
Replace ADDRESS with the address you want to send to, AMOUNT with how many monero you want to send.
|
|
||||||
and PAYMENTID with the payment ID you were given. If the receiving party doesn't need one, just
|
|
||||||
=======
|
|
||||||
Replace `ADDRESS` with the address you want to send to, `AMOUNT` with how many monero you want to send,
|
Replace `ADDRESS` with the address you want to send to, `AMOUNT` with how many monero you want to send,
|
||||||
and `PAYMENTID` with the payment ID you were given. Payment ID's are optional. If the receiving party doesn't need one, just
|
and `PAYMENTID` with the payment ID you were given. Payment ID's are optional. If the receiving party doesn't need one, just
|
||||||
omit it.
|
omit it.
|
||||||
|
@ -70,7 +67,7 @@ If you have your own Monero address, you just need to give your standard address
|
||||||
|
|
||||||
You can find out your address with:
|
You can find out your address with:
|
||||||
|
|
||||||
address
|
address
|
||||||
|
|
||||||
Since Monero is anonymous, you won't see the origin address the funds you receive came from. If you
|
Since Monero is anonymous, you won't see the origin address the funds you receive came from. If you
|
||||||
want to know, for instance to credit a particular customer, you'll have to tell the sender to use
|
want to know, for instance to credit a particular customer, you'll have to tell the sender to use
|
||||||
|
@ -124,7 +121,7 @@ and let you know how much monero this transaction paid to the given address.
|
||||||
|
|
||||||
If you want to get a last chance confirmation when sending a payment:
|
If you want to get a last chance confirmation when sending a payment:
|
||||||
|
|
||||||
set always-confirm-transfers 1
|
set always-confirm-transfers 1
|
||||||
|
|
||||||
|
|
||||||
## How to find a payment to you
|
## How to find a payment to you
|
||||||
|
@ -137,22 +134,22 @@ You can give more than one payment ID too.
|
||||||
|
|
||||||
More generally, you can review incoming and outgoing payments:
|
More generally, you can review incoming and outgoing payments:
|
||||||
|
|
||||||
show_transfers
|
show_transfers
|
||||||
|
|
||||||
You can give an optional height to list only recent transactions, and request
|
You can give an optional height to list only recent transactions, and request
|
||||||
only incoming or outgoing transactions. For example,
|
only incoming or outgoing transactions. For example,
|
||||||
|
|
||||||
show_transfers in 650000
|
show_transfers in 650000
|
||||||
|
|
||||||
will only incoming transfers after block 650000. You can also give a height
|
will only incoming transfers after block 650000. You can also give a height
|
||||||
range.
|
range.
|
||||||
|
|
||||||
If you want to mine, you can do so from the wallet:
|
If you want to mine, you can do so from the wallet:
|
||||||
|
|
||||||
start_mining 2
|
start_mining 2
|
||||||
|
|
||||||
This will start mining on the daemon usin two threads. Note that this is solo mining,
|
This will start mining on the daemon usin two threads. Note that this is solo mining,
|
||||||
and may take a while before you find a block. To stop mining:
|
and may take a while before you find a block. To stop mining:
|
||||||
|
|
||||||
stop_mining
|
stop_mining
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue