mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 00:19:15 +00:00
Rename mempoolspace to mempool
This commit is contained in:
parent
4a7b5e1f53
commit
0a72fda484
|
@ -1,8 +1,8 @@
|
|||
# MempoolSpace service
|
||||
# Mempool service
|
||||
# /etc/systemd/system/mempoolspace.service
|
||||
|
||||
[Unit]
|
||||
Description=MempoolSpace
|
||||
Description=Mempool
|
||||
Wants=www.service docker_images.service
|
||||
After=www.service docker_images.service
|
||||
|
||||
|
|
|
@ -44,8 +44,8 @@ while true; do
|
|||
echo $WEBSSH2_UPGRADE_URL > $WEBSSH2_UPGRADE_URL_FILE
|
||||
fi
|
||||
|
||||
# Upgrade mempool.space
|
||||
echo "Checking for new mempool.space..."
|
||||
# Upgrade mempool
|
||||
echo "Checking for new mempool..."
|
||||
MEMPOOLSPACE_UPGRADE_URL=https://github.com/mempool-space/mempool.space/archive/8835c399e9b00c2579ed0bbd72f8cca4c5823dad.zip
|
||||
MEMPOOLSPACE_UPGRADE_URL_FILE=/mnt/hdd/mynode/settings/mempoolspace_url
|
||||
CURRENT=""
|
||||
|
|
|
@ -33,7 +33,7 @@ ufw allow 3000 comment 'allow LndHub'
|
|||
ufw allow 3002 comment 'allow BTC RPC Explorer'
|
||||
#ufw allow 3004 comment 'allow LND Admin'
|
||||
ufw allow 3010 comment 'allow RTL'
|
||||
ufw allow 4080 comment 'allow Mempool.Space'
|
||||
ufw allow 4080 comment 'allow Mempool'
|
||||
ufw allow 5353 comment 'allow Avahi'
|
||||
ufw allow 8899 comment 'allow Whirlpool'
|
||||
ufw allow 50001 comment 'allow Electrum Server'
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<p><b>LndHub</b><br/> <a href="https://github.com/BlueWallet/LndHub">https://github.com/BlueWallet/LndHub</a></p>
|
||||
<p><b>Lndmanage</b><br/> <a href="https://github.com/bitromortac/lndmanage">https://github.com/bitromortac/lndmanage</a></p>
|
||||
<p><b>Loop</b><br/> <a href="https://github.com/lightninglabs/loop">https://github.com/lightninglabs/loop</a></p>
|
||||
<p><b>Mempool.Space</b><br/> <a href="https://github.com/mempool-space/mempool.space">https://github.com/mempool-space/mempool.space</a></p>
|
||||
<p><b>Mempool</b><br/> <a href="https://github.com/mempool-space/mempool.space">https://github.com/mempool-space/mempool.space</a></p>
|
||||
<p><b>RTL</b><br/> <a href="https://github.com/Ride-The-Lightning/RTL">https://github.com/Ride-The-Lightning/RTL</a></p>
|
||||
<p><b>Samourai Dojo</b><br/> <a href="https://github.com/Samourai-Wallet/samourai-dojo">https://github.com/Samourai-Wallet/samourai-dojo</a></p>
|
||||
<p><b>Samourai Whirlpool</b><br/> <a href="https://github.com/Samourai-Wallet/Whirlpool">https://github.com/Samourai-Wallet/Whirlpool</a></p>
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
<div class="app_tile">
|
||||
<div class="app_status_icon {% if product_key_skipped %}gray{% else %} {{mempoolspace_status_color}} {% endif %}"></div>
|
||||
<div class="app_logo"><img class="app_logo_icon" src="{{ url_for('static', filename="images/mempoolspace.png")}}"/></div>
|
||||
<div class="app_title">Mempool.Space</div>
|
||||
<div class="app_title">Mempool</div>
|
||||
<div class="app_status">{{ mempoolspace_status }}</div>
|
||||
<div class="app_contents">
|
||||
{% if product_key_skipped %}
|
||||
|
|
|
@ -668,7 +668,7 @@
|
|||
<div id="btcpayserver_status" style='text-align: left; font-size: 12px; width: 800px; display: none;'><pre>{{btcpayserver_status_log}}</pre></div>
|
||||
<div class="divider"></div>
|
||||
|
||||
<div class="settings_block_subheader">Mempool.Space Status</div>
|
||||
<div class="settings_block_subheader">Mempool Status</div>
|
||||
<div class="settings_block_subheader_status">
|
||||
<div class="settings_block_subheader_status_icon {{ mempoolspace_status_color }}"></div>
|
||||
{{ mempoolspace_status }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user