tmore docs for merchant script - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit a1f6da390db8203095e984605a61c031cf9435d9 DIR parent 2c138316b7f206e640030330d5fedff0ba9cd0c1 HTML Author: ThomasV <thomasv@gitorious> Date: Sun, 6 Oct 2013 21:37:08 +0200 more docs for merchant script Diffstat: M scripts/merchant/merchant.readme | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) --- DIR diff --git a/scripts/merchant/merchant.readme b/scripts/merchant/merchant.readme t@@ -22,3 +22,15 @@ however, need to manually adjust your "gap limit". In order to use this script, first edit and rename merchant.conf.template to merchant.conf + +to launch it, type: +> python merchant.py + +In another terminal, you may send a request from the command line (it +will send the request to the running daemon via http). For example, +here is a request for 0.1 bitcoins, that requires two confirmations, +and expires in 120 minutes: + +> python merchant.py request 0.1 2 120 + +