mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-14 17:39:16 +00:00
Add PyBlock v0.9.7.3
This commit is contained in:
parent
ae494b19a4
commit
319e1b934b
|
@ -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
|
||||
|
|
BIN
rootfs/standard/usr/share/pyblock/bclock.conf
Normal file
BIN
rootfs/standard/usr/share/pyblock/bclock.conf
Normal file
Binary file not shown.
BIN
rootfs/standard/usr/share/pyblock/blndconnect.conf
Normal file
BIN
rootfs/standard/usr/share/pyblock/blndconnect.conf
Normal file
Binary file not shown.
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user