`***************************************************************
blitzversion: 1.8.0
chainnetwork: bitcoin / main
20:00:38 up 11 min, 2 users, load average: 2.28, 1.80, 1.10
*** SETUPPHASE / BOOTSTRAP ***
see logs: cat /home/admin/raspiblitz.log
setupPhase–> done
state–> ready
*** BACKGROUNDSERVICE ***
to monitor Background service call: sudo journalctl -f -u background
*** BLOCKCHAIN (MAINNET) SYSTEMD STATUS ***
● bitcoind.service - Bitcoin daemon
Loaded: loaded (/etc/systemd/system/bitcoind.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2023-01-24 19:51:50 GMT; 8min ago
Process: 5712 ExecStartPre=/home/admin/config.scripts/blitz.systemd.sh log blockchain STARTED (code=exited, status=0/SUCCESS)
Process: 5725 ExecStartPre=/bin/chgrp bitcoin /mnt/hdd/bitcoin (code=exited, status=0/SUCCESS)
Process: 5727 ExecStart=/usr/local/bin/bitcoind -daemonwait -conf=/mnt/hdd/bitcoin/bitcoin.conf -datadir=/mnt/hdd/bitcoin -debuglogfile=/mnt/hdd/bitcoin/debug.log (code=exited, status=0/SUCCESS)
Main PID: 5774 (bitcoind)
Tasks: 18 (limit: 9353)
CPU: 3min 5.927s
CGroup: /system.slice/bitcoind.service
└─5774 /usr/local/bin/bitcoind -daemonwait -conf=/mnt/hdd/bitcoin/bitcoin.conf -datadir=/mnt/hdd/…
Jan 24 19:51:10 raspberrypi systemd[1]: Starting Bitcoin daemon…
Jan 24 19:51:50 raspberrypi systemd[1]: Started Bitcoin daemon.
*** LAST BLOCKCHAIN (MAINNET) ERROR LOGS ***
sudo journalctl -u bitcoind -b --no-pager -n8
– Journal begins at Tue 2023-01-24 06:16:09 GMT, ends at Tue 2023-01-24 20:00:38 GMT. –
Jan 24 19:51:10 raspberrypi systemd[1]: Starting Bitcoin daemon…
Jan 24 19:51:50 raspberrypi systemd[1]: Started Bitcoin daemon.
*** LAST BLOCKCHAIN (MAINNET) 20 INFO LOGS ***
sudo tail -n 20 /mnt/hdd/bitcoin/debug.log
2023-01-24T19:51:50Z addcon thread start
2023-01-24T19:51:50Z Leaving InitialBlockDownload (latching to false)
2023-01-24T19:51:50Z tor: Got service ID hco25rkhrmtdqlwgjv2zkpxftjx6rz7zf5x5xnsjpxduxf7e4jvnfhqd, advertising service hco25rkhrmtdqlwgjv2zkpxftjx6rz7zf5x5xnsjpxduxf7e4jvnfhqd.onion:8333
2023-01-24T19:51:50Z AddLocal(hco25rkhrmtdqlwgjv2zkpxftjx6rz7zf5x5xnsjpxduxf7e4jvnfhqd.onion:8333,4)
2023-01-24T19:51:50Z init message: Done loading
2023-01-24T19:51:56Z New outbound peer connected: version: 70016, blocks=773421, peer=0 (block-relay-only)
2023-01-24T19:52:15Z New outbound peer connected: version: 70016, blocks=773421, peer=1 (block-relay-only)
2023-01-24T19:52:16Z Imported mempool transactions from disk: 13025 succeeded, 0 failed, 0 expired, 0 already there, 0 waiting for initial broadcast
2023-01-24T19:52:16Z loadblk thread exit
2023-01-24T19:52:27Z New outbound peer connected: version: 70016, blocks=773421, peer=2 (outbound-full-relay)
2023-01-24T19:52:37Z New outbound peer connected: version: 70016, blocks=773421, peer=3 (outbound-full-relay)
2023-01-24T19:52:56Z New outbound peer connected: version: 70016, blocks=773421, peer=4 (outbound-full-relay)
2023-01-24T19:53:32Z New outbound peer connected: version: 70016, blocks=773421, peer=5 (outbound-full-relay)
2023-01-24T19:54:01Z New outbound peer connected: version: 70016, blocks=773421, peer=6 (outbound-full-relay)
2023-01-24T19:54:11Z New outbound peer connected: version: 70016, blocks=773421, peer=7 (outbound-full-relay)
2023-01-24T19:55:21Z UpdateTip: new best=00000000000000000005f7a182c661e61449769e3029be0a9b5abdf9ac051ba5 height=773422 version=0x20000000 log2_work=93.965403 tx=799116163 date=‚2023-01-24T19:54:35Z‘ progress=1.000000 cache=9.0MiB(65395txo)
2023-01-24T19:55:35Z New outbound peer connected: version: 70016, blocks=773422, peer=8 (outbound-full-relay)
2023-01-24T19:55:52Z Socks5() connect to cnnmvgqaijmsu3ntgt6oafvomgmkgegwyjw5jrqx7geirxk5ginlxgid.onion:8333 failed: host unreachable
2023-01-24T19:56:01Z New outbound peer connected: version: 70016, blocks=773422, peer=9 (outbound-full-relay)
2023-01-24T19:56:50Z New outbound peer connected: version: 70016, blocks=773422, peer=11 (block-relay-only)
*** LND (MAINNET) SYSTEMD STATUS ***
Unit lnd.service could not be found.
*** LAST LND (MAINNET) ERROR LOGS ***
sudo journalctl -u lnd -b --no-pager -n12
– Journal begins at Tue 2023-01-24 06:16:09 GMT, ends at Tue 2023-01-24 20:00:38 GMT. –
– No entries –
*** LAST 30 LND (MAINNET) INFO LOGS ***
sudo tail -n 30 /mnt/hdd/lnd/logs/bitcoin/mainnet/lnd.log
tail: cannot open ‚/mnt/hdd/lnd/logs/bitcoin/mainnet/lnd.log‘ for reading: No such file or directory
*** CORE LIGHTNING (MAINNET) SYSTEMD STATUS ***
*** BLOCKCHAIN (TESTNET) SYSTEMD STATUS ***
- OFF by config -
*** LND (TESTNET) SYSTEMD STATUS ***
- OFF by config -
*** CORE LIGHTNING (TESTNET) SYSTEMD STATUS ***
*** BLOCKCHAIN (SIGNET) SYSTEMD STATUS ***
- OFF by config -
*** LND (SIGNET) SYSTEMD STATUS ***
- OFF by config -
*** CORE LIGHTNING (SIGNET) SYSTEMD STATUS ***
*** NGINX SYSTEMD STATUS ***
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/nginx.service.d
└─raspiblitz.conf
Active: active (running) since Tue 2023-01-24 19:50:25 GMT; 10min ago
Docs: man:nginx(8)
Main PID: 829 (nginx)
Tasks: 5 (limit: 9353)
CPU: 170ms
CGroup: /system.slice/nginx.service
├─829 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
├─830 nginx: worker process
├─831 nginx: worker process
├─832 nginx: worker process
└─833 nginx: worker process
Jan 24 19:50:23 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server…
Jan 24 19:50:25 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server.
*** LAST NGINX LOGS ***
sudo journalctl -u nginx -b --no-pager -n20
– Journal begins at Tue 2023-01-24 06:16:09 GMT, ends at Tue 2023-01-24 20:00:39 GMT. –
Jan 24 19:50:23 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server…
Jan 24 19:50:25 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server.
→ CHECK CONFIG: sudo nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
- BLITZAPI is not running
- TOUCHSCREEN is OFF by config
- Loop is OFF by config
- LND-RTL is OFF by config
- CL-RTL is OFF by config
- Electrum Rust Server is OFF by config
- LIT is OFF by config
- BTCPayServer is OFF by config
- BTC-RPC-Explorer is OFF by config
- LNbits is OFF by config
- Thunderhub is OFF by config
- SPECTER is OFF by config
- SPHINX is OFF by config
*** MOUNTED DRIVES ***
Filesystem Type Size Used Avail Use% Mounted on
/dev/root ext4 29G 12G 16G 43% /
devtmpfs devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs tmpfs 3.9G 16K 3.9G 1% /dev/shm
tmpfs tmpfs 1.6G 1.1M 1.6G 1% /run
tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs tmpfs 32M 0 32M 0% /var/cache/raspiblitz
/dev/mmcblk0p1 vfat 253M 32M 221M 13% /boot
/dev/sda1 ext4 916G 524G 346G 61% /mnt/hdd
tmpfs tmpfs 787M 16K 787M 1% /run/user/1000
tmpfs tmpfs 787M 16K 787M 1% /run/user/1001
*** DATADRIVE ***
RASPIBLITZ DATA DRIVE Status
BASICS
isMounted=1
isBTRFS=0
hddRaspiData=1
hddRaspiVersion=‚1.8.0‘
isSSD=0
datadisk=‚sda‘
datapartition=‚sda1‘
hddCandidate=‚sda‘
hddPartitionCandidate=‚sda1‘
hddBlocksBitcoin=1
hddBytes=1000203820544
hddGigaBytes=931
hddUsedInfo=‚524G (61%)‘
hddDataFreeBytes=371129769984
hddDataFreeKB=362431416
hddDataFreeGB=345
hddAdapterUSB=‚174c:0825‘
hddAdapterUSAP=1
RAID
isRaid=0
raidCandidate[0]=‚zram0 9 GB zram0‘
raidCandidates=1
SWAP
isSwapExternal=1
SwapExternalPath=‚/mnt/hdd/swapfile‘
*** NETWORK ***
localip=192.168.1.114
localiprange=192.168.1.0/24
dhcp=1
network_device=eth0
*** HARDWARE TEST RESULTS ***
UndervoltageReports in Logs: 0
*** SYSTEM CACHE STATUS ***
system_board=„rp4“
system_vm_vagrant=„0“
system_init_time=„1674589829“
system_cpu_load=" 2.30, 1.80, 1.09"
system_ups_status=„OFF“
system_count_start_lightning=„0“
system_count_longscan=„0“
system_ram_available_mb=„7109“
system_up=„656“
system_count_undervoltage=„0“
system_temp_celsius=„58“
system_temp_fahrenheit=„136“
system_count_start_tui=„0“
system_ram_mb=„7862“
system_ram_gb=„8“
system_ups_battery=„“
system_count_start_blockchain=„1“
ln_default_sync_initial_done=„0“
btc_default_error_short=„“
btc_default_blocks_behind=„0“
btc_default_sync_initial_done=„1“
btc_default_synced=„1“
btc_default_sync_percentage=„100.00“
btc_default_mempool_transactions=„12343“
btc_default_version=„v23.0.0“
btc_default_blocks_headers=„773422“
btc_default_sync_progress=„0.9999986903608143“
btc_default_blocks_data_kb=„500023576“
btc_default_activated=„1“
btc_default_online=„1“
btc_default_port=„8333“
btc_default_ready=„1“
btc_default_error_full=„“
btc_default_blocks_verified=„773422“
btc_default_sync_initialblockdownload=„0“
btc_default_peers=„10“
btc_default_running=„1“
*** LOGFILES ***
Archived and active journals take up 368.0M in the file system.
741M /var/log
*** OPTION: SHARE THIS DEBUG OUTPUT ***
An easy way to share this debug output on GitHub or on a support chat
Use the following command and share the resulting link using termbin.com service and tor proxy:
debug -l
If tor is failing and you don’t mind leaking your ip address to the termbin service, use without tor:
debug -l -n`