Add PyBlock v0.9.7.3

This commit is contained in:
Taylor Helsper 2021-05-23 22:54:02 -05:00
parent ae494b19a4
commit 319e1b934b
5 changed files with 20 additions and 14 deletions

View File

@ -869,6 +869,12 @@ if should_install_app "pyblock" ; then
pip3 install -r requirements.txt
deactivate
# Copy default settings files
cp -f /usr/share/pyblock/bclock.conf bclock.conf
cp -f /usr/share/pyblock/blndconnect.conf blndconnect.conf
chown bitcoin:bitcoin bclock.conf
chown bitcoin:bitcoin blndconnect.conf
echo $PYBLOCK_VERSION > $PYBLOCK_VERSION_FILE
fi
fi

Binary file not shown.

Binary file not shown.

View File

@ -398,19 +398,19 @@ def initialize_applications():
# homepage_order=41,
# is_premium=False
# ))
# apps.append(create_application(
# name="PyBlock",
# short_name="pyblock",
# requires_lightning=True,
# app_tile_default_status_text="Blockchain Info",
# app_tile_button_text="Info",
# app_tile_button_href="/pyblock",
# can_uninstall=True,
# can_enable_disable=False,
# show_on_homepage=True,
# homepage_order=42,
# is_premium=False
# ))
apps.append(create_application(
name="PyBlock",
short_name="pyblock",
requires_lightning=True,
app_tile_default_status_text="Blockchain Info",
app_tile_button_text="Info",
app_tile_button_href="/pyblock",
can_uninstall=True,
can_enable_disable=False,
show_on_homepage=True,
homepage_order=42,
is_premium=False
))
apps.append(create_application(
name="Balance of Satoshis",
short_name="bos",

View File

@ -35,7 +35,7 @@
<li><pre>sudo mynode-pyblock</pre></li>
</ul>
<li>Enter your myNode password when prompted.</li>
<li>The first time running PyBlock, you will be prompted for various node information.</li>
<li>The first time running PyBlock, you may be prompted for various node information.</li>
<ul>
<li>For more information on filling it out, see the PyBlock <a href="https://github.com/curly60e/pyblock" target="_blank">GitHub page</a>.</li>
</ul>