gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: document p2p push


From: gnunet
Subject: [taler-docs] branch master updated: document p2p push
Date: Sun, 10 Mar 2024 20:26:58 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 528e9af0 document p2p push
528e9af0 is described below

commit 528e9af0603abbba9b46b7eec0bd46933ae7bdbb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 10 19:26:49 2024 +0100

    document p2p push
---
 taler-wallet.rst | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 1d1a3991..4a975340 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -192,6 +192,53 @@ Manual withdrawing
       --amount EUR:5
 
 
+P2P push payments
+-----------------
+
+The following code generates a P2P push transaction over 1 CHF
+with an expiration time of 30 days (assuming the wallet has a
+sufficient balance):
+
+.. code-block:: console
+
+  $ taler-wallet-cli p2p initiate-push-debit \
+      --purse-expiration="30 d" \
+      --summary="The summary" \
+      CHF:1
+
+The final URL can then be found in the transaction list:
+
+.. code-block:: console
+
+  $ taler-wallet-cli transactions
+
+Background wallet
+-----------------
+
+A wallet can be launched in the background:
+
+.. code-block:: console
+
+  $ taler-wallet-cli advanced serve &
+
+You can then run various Taler operations faster against
+this one persistent instance:
+
+.. code-block:: console
+
+  $ taler-wallet-cli --wallet-connection=wallet-core.sock ...
+
+Here ``...`` needs to be changed to the commando to run.
+Make sure to run
+
+.. code-block:: console
+
+  $ taler-wallet-cli --wallet-connection=wallet-core.sock \
+      run-until-done
+
+to wait for pending transactions to complete.
+
+
 Testing an exchange deployment
 ------------------------------
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]