From 90a1187bf773a12b6ef9fa7fa8ee623315ea84a0 Mon Sep 17 00:00:00 2001 From: Simon B Date: Wed, 29 Nov 2017 03:22:46 +0100 Subject: [PATCH] doc/wallet: replace all [tbd] with some minimal text, partly from `grin help wallet ...` (#391) --- doc/wallet.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/wallet.md b/doc/wallet.md index 10c1aaec..b49dfde1 100644 --- a/doc/wallet.md +++ b/doc/wallet.md @@ -14,7 +14,7 @@ By default Grin will look for these in the current working directory. ## Basic Wallet Commands -`grin wallet --help` will display usage info about the following. +`grin wallet --help` will display usage info about the following. ### grin wallet init @@ -41,16 +41,19 @@ key_id, height, lock_height, status, spendable?, coinbase?, value ### grin wallet listen -(tbd) +Starts a listening wallet server. This is needed for the `grin wallet send -d ` command to work. ### grin wallet send -(tbd) +Builds a transaction to send someone some coins. Creates and outputs a transaction. +- add -d to request a destination wallet from the given server address and port, and then push the transaction to the network +- add -s to choose between selection strategies. If you're experimenting, or the destination is not reliable, it is currently recommendable to use the strategy `smallest` ### grin wallet receive -(tbd) +Replaced by `listen` (see above). The `receive` command might later be recycled to actively accept one or several specific transactions. ### grin wallet burn -[tbd] +*TESTING ONLY*: Burns the provided amount to a known key. Similar to send but burns an output to allow single-party +transactions.