From 4c5eba725d211491126bd77dd17d966110b115ae Mon Sep 17 00:00:00 2001 From: Lennart Jongeneel Date: Tue, 28 Sep 2021 22:02:20 +0200 Subject: [PATCH 1/2] Update INSTALL.rst --- INSTALL.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 123c25d..b54aa6a 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -24,6 +24,13 @@ Download Blocksmurfer and install requirements. $ cd blocksmurfer $ pip install -r requirements.txt +Copy configuration file and update secret key + +.. code-block:: bash + + $ cp config.example.py config.py + $ nano config.py + Now you can test your install and run flask directly .. code-block:: bash @@ -41,8 +48,7 @@ Blocksmurfer should run now on http://localhost:5000 Configuration ------------- -* Copy config.example.py to config.py -* Update secret key! +* Please do not forget to enter a new secret key! * Select the networks you would like to support and update other settings if you like in the configuration Please note: From 7ec42b815d024680a42556f56a622c337f72cddd Mon Sep 17 00:00:00 2001 From: Lennart Jongeneel Date: Tue, 28 Sep 2021 22:04:30 +0200 Subject: [PATCH 2/2] Update INSTALL.rst --- INSTALL.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.rst b/INSTALL.rst index b54aa6a..9b7d307 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -52,6 +52,7 @@ Configuration * Select the networks you would like to support and update other settings if you like in the configuration Please note: + * Remove Blocksmurfer from Bitcoinlib's provider definitions in ./bitcoinlib/providers.json to avoid recursive loops. * In the Bitcoinlib config file (./bitcoinlib/config.ini) you can change the loglevel, log location, timeout for requests and other settings