User-Guides: cleanup monero-wallet-cli entry

Formatting and copypasta.
This commit is contained in:
anonimal 2016-10-20 13:22:43 +00:00
parent 764ca679bb
commit 67beed6870
No known key found for this signature in database
GPG key ID: 66A76ECF914409F1

View file

@ -44,9 +44,6 @@ may instead give you an integrated address, which is both of these packed into a
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,
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.
@ -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:
address
address
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
@ -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:
set always-confirm-transfers 1
set always-confirm-transfers 1
## 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:
show_transfers
show_transfers
You can give an optional height to list only recent transactions, and request
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
range.
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,
and may take a while before you find a block. To stop mining:
stop_mining
stop_mining