diff --git a/404.html b/404.html index a5b52993..0a5f0edb 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
You can follow the instructions here https://docs.counterparty.io/docs/basics/manual-installation/ to install them.
+You also need to install the following Python packages using pip:
+$ pip3 install rich sh
Use the regtestnode.py
script:
$ python3 counterpartcore/test/regtest/regtestnode.py
$ python3 counterpartycore/test/regtest/regtestnode.py
This script does the following:
$ curl [http://localhost:24000/v2/](http://localhost:24000/v2/)
$ bitcoin-cli -regtest -rpcuser rpc -rpcpassword rpc -getinfo
$ curl http://localhost:24000/v2/
$ bitcoin-cli -regtest -rpcuser rpc -rpcpassword rpc -getinfo
If you need a server containing sample data you can use:
-$ python3 counterpartcore/test/regtest/testscenarios.py serve
$ python3 counterpartycore/test/regtest/testscenarios.py serve
This script performs the same operations as regtestnode.py
but also executes all scenario transactions found in counterpartcore/test/regtest/scenarios
.
You can use curl
and bitcoin-cli
or the tools/xcpcli.py
tool.
diff --git a/docs/advanced/how-to/sentry-integration/index.html b/docs/advanced/how-to/sentry-integration/index.html
index 0b43e2b1..8fbb9e85 100644
--- a/docs/advanced/how-to/sentry-integration/index.html
+++ b/docs/advanced/how-to/sentry-integration/index.html
@@ -4,7 +4,7 @@