Set bootstrap-daemon-address to auto

get_block_count returns "Internal error" if bootstrap-daemon is active
Use get_height instead.
This commit is contained in:
tecnovert
2020-12-31 14:53:31 +02:00
parent 755583fd1d
commit 2049fcef3d
5 changed files with 48 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ Dependencies:
$ wget -O coincurve-anonswap.zip https://github.com/tecnovert/coincurve/archive/anonswap.zip
$ unzip coincurve-anonswap.zip
$ cd $SWAP_DATADIR/coincurve-anonswap
$ python3 setup.py install --force
$ pip3 install .
$ cd $SWAP_DATADIR
@@ -106,6 +106,7 @@ Start the app
$ basicswap-run --datadir=$SWAP_DATADIR
Open in browser: `http://localhost:12700`
It may take a few minutes to start as the coin daemons are started before the http interface.
Start after installed: