aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAntoine A <>2022-03-09 11:53:09 +0100
committerAntoine A <>2022-03-09 11:53:09 +0100
commit7e7e391dd80ac43e49cd25998e46a6012b1767d4 (patch)
treecebf859c9d75008d81f13d93ac23615436ca25dc /docs
parentc96993db49c23c56ad3120db51a59a398a50aa7f (diff)
downloaddepolymerization-7e7e391dd80ac43e49cd25998e46a6012b1767d4.tar.gz
depolymerization-7e7e391dd80ac43e49cd25998e46a6012b1767d4.tar.bz2
depolymerization-7e7e391dd80ac43e49cd25998e46a6012b1767d4.zip
Improve documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/presentation.tex14
-rw-r--r--docs/taler-btc-full.conf2
-rw-r--r--docs/taler-btc-min.conf2
-rw-r--r--docs/taler-eth-full.conf2
-rw-r--r--docs/taler-eth-min.conf2
5 files changed, 11 insertions, 11 deletions
diff --git a/docs/presentation.tex b/docs/presentation.tex
index b168121..d1ecbc5 100644
--- a/docs/presentation.tex
+++ b/docs/presentation.tex
@@ -155,9 +155,9 @@
\begin{frame}{Challenges}
\begin{block}{Taler Metadata}
\begin{itemize}
- \item Metadata are required to link a wallet to credits and
- allow merchant to link deposits to debits
- \item Putting metadata in blockchain transactions can be tricky
+ \item Metadata are required to link a wallet to credits and
+ allow merchant to link deposits to debits
+ \item Putting metadata in blockchain transactions can be tricky
\end{itemize}
\end{block}
\begin{block}{Blockchain based cryptocurrencies}
@@ -233,8 +233,8 @@
\caption{Bitcoin average transaction fee over 6 months {\tiny (ychart)}}
}
\end{figure}
- \only<1>{When we trigger a debit with a fee too small, it may no be
- confirmed in timely fashion.}
+ \only<1>{When we trigger a debit with a fee too small, it may not be
+ confirmed in a timely fashion.}
\only<2>{However, transaction fees are unpredictable.}
\end{frame}
@@ -483,8 +483,8 @@
\end{frame}
\begin{frame}{Conclusion}
- Blockchains can be used as a settlement layer for GNU Taler
- with Depolymerizer.
+ Blockchains can be used as a settlement layer for GNU Taler
+ with Depolymerizer.
\begin{itemize}
\item [$-$] Trust exchange operator or auditors
diff --git a/docs/taler-btc-full.conf b/docs/taler-btc-full.conf
index 915f279..0419b26 100644
--- a/docs/taler-btc-full.conf
+++ b/docs/taler-btc-full.conf
@@ -6,7 +6,7 @@ CURRENCY = BITCOINBTC
BASE_URL = http://test.com
[depolymerizer-bitcoin]
-DB_URL = postgres://%2Fvar%2Frun%2Fpostgresql/btc-wire
+DB_URL = postgres://%2Fvar%2Frun%2Fpostgresql/btc-wire?user=depolymerization
PAYTO = payto://bitcoin/bc1qcr40fzphnh4mcwlv65kvdam4dxq977t2rn54qx
AUTH_METHOD = basic
AUTH_TOKEN = YWRtaW46cGFzc3dvcmQ=
diff --git a/docs/taler-btc-min.conf b/docs/taler-btc-min.conf
index 328a3cc..27b66a7 100644
--- a/docs/taler-btc-min.conf
+++ b/docs/taler-btc-min.conf
@@ -6,6 +6,6 @@ CURRENCY = BITCOINBTC
BASE_URL = http://test.com
[depolymerizer-bitcoin]
-DB_URL = postgres://%2Fvar%2Frun%2Fpostgresql/btc-wire
+DB_URL = postgres://%2Fvar%2Frun%2Fpostgresql/btc-wire?user=depolymerization
PAYTO = payto://bitcoin/bc1qcr40fzphnh4mcwlv65kvdam4dxq977t2rn54qx
AUTH_METHOD = none
diff --git a/docs/taler-eth-full.conf b/docs/taler-eth-full.conf
index 9729a26..6ab3861 100644
--- a/docs/taler-eth-full.conf
+++ b/docs/taler-eth-full.conf
@@ -6,7 +6,7 @@ CURRENCY = ETHEREUMETH
BASE_URL = http://test.com
[depolymerizer-ethereum]
-DB_URL = postgres://%2Fvar%2Frun%2Fpostgresql/eth-wire
+DB_URL = postgres://%2Fvar%2Frun%2Fpostgresql/eth-wire?user=depolymerization
PAYTO = payto://ethereum/425870d7b77ad5665ca982ff85c398222a70fe7c
AUTH_METHOD = basic
AUTH_TOKEN = YWRtaW46cGFzc3dvcmQ=
diff --git a/docs/taler-eth-min.conf b/docs/taler-eth-min.conf
index 2616bad..3af848d 100644
--- a/docs/taler-eth-min.conf
+++ b/docs/taler-eth-min.conf
@@ -6,6 +6,6 @@ CURRENCY = ETHEREUMETH
BASE_URL = http://test.com
[depolymerizer-ethereum]
-DB_URL = postgres://%2Fvar%2Frun%2Fpostgresql/eth-wire
+DB_URL = postgres://%2Fvar%2Frun%2Fpostgresql/eth-wire?user=depolymerization
PAYTO = payto://ethereum/425870d7b77ad5665ca982ff85c398222a70fe7c
AUTH_METHOD = none