btcpayserver-docker icon indicating copy to clipboard operation
btcpayserver-docker copied to clipboard

Litecoin c-lightning docker keeps restarting after 1 second

Open mpuz opened this issue 3 years ago • 5 comments

Describe the bug btcpayserver_clightning_litecoin container keeps restarting after adding lightning to previously installed BTCPAY Server with xs pruning option. bitcoin lightning running ok

To Reproduce the bug Steps to reproduce the reported bug:

  1. install btcpay server using docker on VPS with 80 gig space without lightning enabled and xs pruning enabled

  2. wait for blocks to synch

  3. add env variable for =clightning then . ./btcpay-setup.sh -i

  4. all containers run good except litecoin lightning

Expected behavior

Screenshots

Your BTCPay Environment (please complete the following information):

  • BTCPay Server Version:
  • Deployment Method:
  • Browser:

Logs (if applicable)

network=litecoin added in /root/.lightning/config
Waiting /root/.nbxplorer/ltc_fully_synched to be created...
The chain is fully synched
Waiting /var/lib/tor/hidden_services/c-lightning-ltc/hostname to be created by tor...
announce-addr=.................................................................onion:9735 added to /root/.lightning/config
rpc-file=/root/.lightning/lightning-rpc added to /root/.lightning/config
C-Lightning starting, listening on port 9735
bcli: 
Could not connect to bitcoind using bitcoin-cli. Is bitcoind running?

Make sure you have bitcoind running and that bitcoin-cli is able to connect to bitcoind.

You can verify that your Bitcoin Core installation is ready for use by running:

    $ litecoin-cli -datadir=/etc/litecoin -rpcconnect=litecoind echo 'hello world'

2021-03-07T15:23:47.665Z INFO plugin-bcli: Killing plugin: Plugin exited before completing handshake.
The Bitcoin backend died.```

<!--
Basic logs can be found in Server Settings > Logs. 
More logs https://docs.btcpayserver.org/Troubleshooting/#2-looking-through-the-logs
-->

**Setup Parameters**

<!--
If you're reporting a deployment issue run `. btcpay-setup.sh -i` and paste the setup parameters here with your private information removed or obscured.
-->

BTCPAY_PROTOCOL=https
BTCPAY_HOST=myhost
BTCPAY_ADDITIONAL_HOSTS=
BTCPAY_ANNOUNCEABLE_HOST=myhost
REVERSEPROXY_HTTP_PORT=80
REVERSEPROXY_HTTPS_PORT=443
REVERSEPROXY_DEFAULT_HOST=none
BTCPAY_IMAGE=
ACME_CA_URI=production
NBITCOIN_NETWORK=mainnet
LETSENCRYPT_EMAIL=
LIGHTNING_ALIAS=
BTCPAY_SSHTRUSTEDFINGERPRINTS=
BTCPAY_SSHKEYFILE=/datadir/host_id_rsa
BTCPAY_SSHAUTHORIZEDKEYS=/datadir/host_authorized_keys
BTCPAY_HOST_SSHAUTHORIZEDKEYS=/root/.ssh/authorized_keys
LIBREPATRON_HOST=
ZAMMAD_HOST=
BTCTRANSMUTER_HOST=
BTCPAY_CRYPTOS=btc;ltc
WOOCOMMERCE_HOST=
TOR_RELAY_NICKNAME=
TOR_RELAY_EMAIL=
EPS_XPUB=


**Additional context**

<!--
Add any other context about the problem here.
-->

mpuz avatar Mar 07 '21 15:03 mpuz

Reporting this on behalf of the user on Mattermost who had lite coin container restarting.

abf0c49899dc   btcpayserver/litecoin:0.17.1-1                          "/entrypoint.sh lite…"   32 minutes ago   Restarting (1) 59 seconds ago                                                                           btcpayserver_litecoind

We should probably transfer this issue to docker repo if in someone from LTC community wakes up and wants to fix it.

021-03-31T20:06:45Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:06:45Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:06:45Z Using RdRand as an additional entropy source
2021-03-31T20:06:45Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:06:45Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:06:45Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:06:45Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:06:45Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:06:45Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:06:45Z Using 2 threads for script verification
2021-03-31T20:06:45Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:06:45Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:06:45Z HTTP: creating work queue of depth 16
2021-03-31T20:06:45Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:06:45Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:06:45Z HTTP: starting 4 worker threads
2021-03-31T20:06:45Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:06:45Z init message: Verifying wallet(s)...
2021-03-31T20:06:45Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:06:45Z Using wallet wallet.dat
2021-03-31T20:06:45Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:06:45Z scheduler thread start
2021-03-31T20:06:45Z Cache configuration:
2021-03-31T20:06:45Z * Using 2.0MiB for block index database
2021-03-31T20:06:45Z * Using 8.0MiB for chain state database
2021-03-31T20:06:45Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:06:45Z init message: Loading block index...
2021-03-31T20:06:45Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:06:46Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:06:46Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:06:46Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:06:46Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:06:46Z Aborted block database rebuild. Exiting.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:06:46Z Shutdown: In progress...
2021-03-31T20:06:46Z scheduler thread interrupt
2021-03-31T20:06:46Z Shutdown: done
2021-03-31T20:06:50Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:06:50Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:06:50Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:06:50Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:06:50Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:06:50Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:06:50Z Using RdRand as an additional entropy source
2021-03-31T20:06:50Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:06:50Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:06:50Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:06:50Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:06:50Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:06:50Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:06:50Z Using 2 threads for script verification
2021-03-31T20:06:50Z scheduler thread start
2021-03-31T20:06:50Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:06:50Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:06:50Z HTTP: creating work queue of depth 16
2021-03-31T20:06:50Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:06:50Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:06:50Z HTTP: starting 4 worker threads
2021-03-31T20:06:50Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:06:50Z init message: Verifying wallet(s)...
2021-03-31T20:06:50Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:06:50Z Using wallet wallet.dat
2021-03-31T20:06:50Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:06:50Z Cache configuration:
2021-03-31T20:06:50Z * Using 2.0MiB for block index database
2021-03-31T20:06:50Z * Using 8.0MiB for chain state database
2021-03-31T20:06:50Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:06:50Z init message: Loading block index...
2021-03-31T20:06:50Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:06:50Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:06:50Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:06:50Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:06:50Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:06:50Z Aborted block database rebuild. Exiting.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:06:50Z Shutdown: In progress...
2021-03-31T20:06:50Z scheduler thread interrupt
2021-03-31T20:06:50Z Shutdown: done
2021-03-31T20:06:59Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:06:59Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:06:59Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:06:59Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:06:59Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:06:59Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:06:59Z Using RdRand as an additional entropy source
2021-03-31T20:06:59Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:06:59Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:06:59Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:06:59Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:06:59Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:06:59Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:06:59Z Using 2 threads for script verification
2021-03-31T20:06:59Z scheduler thread start
2021-03-31T20:06:59Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:06:59Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:06:59Z HTTP: creating work queue of depth 16
2021-03-31T20:06:59Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:06:59Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:06:59Z HTTP: starting 4 worker threads
2021-03-31T20:06:59Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:06:59Z init message: Verifying wallet(s)...
2021-03-31T20:06:59Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:06:59Z Using wallet wallet.dat
2021-03-31T20:06:59Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:06:59Z Cache configuration:
2021-03-31T20:06:59Z * Using 2.0MiB for block index database
2021-03-31T20:06:59Z * Using 8.0MiB for chain state database
2021-03-31T20:06:59Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:06:59Z init message: Loading block index...
2021-03-31T20:06:59Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:07:00Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:07:00Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:07:00Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:07:00Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:07:00Z Aborted block database rebuild. Exiting.
2021-03-31T20:07:00Z Shutdown: In progress...
2021-03-31T20:07:00Z scheduler thread interrupt
2021-03-31T20:07:00Z Shutdown: done
2021-03-31T20:07:15Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:07:15Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:07:15Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:07:15Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:07:15Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:07:15Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:07:15Z Using RdRand as an additional entropy source
2021-03-31T20:07:15Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:07:15Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:07:15Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:07:15Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:07:15Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:07:15Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:07:15Z Using 2 threads for script verification
2021-03-31T20:07:15Z scheduler thread start
2021-03-31T20:07:15Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:07:15Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:07:15Z HTTP: creating work queue of depth 16
2021-03-31T20:07:15Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:07:15Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:07:15Z HTTP: starting 4 worker threads
2021-03-31T20:07:15Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:07:15Z init message: Verifying wallet(s)...
2021-03-31T20:07:15Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:07:15Z Using wallet wallet.dat
2021-03-31T20:07:15Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:07:15Z Cache configuration:
2021-03-31T20:07:15Z * Using 2.0MiB for block index database
2021-03-31T20:07:15Z * Using 8.0MiB for chain state database
2021-03-31T20:07:15Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:07:15Z init message: Loading block index...
2021-03-31T20:07:15Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:07:15Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:07:15Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:07:15Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:07:15Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:07:15Z Aborted block database rebuild. Exiting.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:07:15Z Shutdown: In progress...
2021-03-31T20:07:15Z scheduler thread interrupt
2021-03-31T20:07:15Z Shutdown: done
2021-03-31T20:07:42Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:07:42Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:07:42Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:07:42Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:07:42Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:07:42Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:07:42Z Using RdRand as an additional entropy source
2021-03-31T20:07:42Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:07:42Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:07:42Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:07:42Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:07:42Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:07:42Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:07:42Z Using 2 threads for script verification
2021-03-31T20:07:42Z scheduler thread start
2021-03-31T20:07:43Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:07:43Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:07:43Z HTTP: creating work queue of depth 16
2021-03-31T20:07:43Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:07:43Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:07:43Z HTTP: starting 4 worker threads
2021-03-31T20:07:43Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:07:43Z init message: Verifying wallet(s)...
2021-03-31T20:07:43Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:07:43Z Using wallet wallet.dat
2021-03-31T20:07:43Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:07:43Z Cache configuration:
2021-03-31T20:07:43Z * Using 2.0MiB for block index database
2021-03-31T20:07:43Z * Using 8.0MiB for chain state database
2021-03-31T20:07:43Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:07:43Z init message: Loading block index...
2021-03-31T20:07:43Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:07:44Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:07:44Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:07:44Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:07:44Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:07:44Z Aborted block database rebuild. Exiting.
2021-03-31T20:07:44Z Shutdown: In progress...
2021-03-31T20:07:44Z scheduler thread interrupt
2021-03-31T20:07:44Z Shutdown: done
2021-03-31T20:08:38Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:08:38Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:08:38Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:08:38Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:08:38Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:08:38Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:08:38Z Using RdRand as an additional entropy source
2021-03-31T20:08:38Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:08:38Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:08:38Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:08:38Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:08:38Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:08:38Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:08:38Z Using 2 threads for script verification
2021-03-31T20:08:38Z scheduler thread start
2021-03-31T20:08:38Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:08:38Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:08:38Z HTTP: creating work queue of depth 16
2021-03-31T20:08:38Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:08:38Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:08:38Z HTTP: starting 4 worker threads
2021-03-31T20:08:38Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:08:38Z init message: Verifying wallet(s)...
2021-03-31T20:08:38Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:08:38Z Using wallet wallet.dat
2021-03-31T20:08:38Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:08:38Z Cache configuration:
2021-03-31T20:08:38Z * Using 2.0MiB for block index database
2021-03-31T20:08:38Z * Using 8.0MiB for chain state database
2021-03-31T20:08:38Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:08:38Z init message: Loading block index...
2021-03-31T20:08:38Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:08:38Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:08:38Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:08:38Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:08:38Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:08:38Z Aborted block database rebuild. Exiting.
2021-03-31T20:08:38Z Shutdown: In progress...
2021-03-31T20:08:38Z scheduler thread interrupt
2021-03-31T20:08:38Z Shutdown: done
2021-03-31T20:09:40Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:09:40Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:09:40Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:09:40Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:09:40Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:09:40Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:09:40Z Using RdRand as an additional entropy source
2021-03-31T20:09:41Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:09:41Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:09:41Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:09:41Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:09:41Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:09:41Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:09:41Z Using 2 threads for script verification
2021-03-31T20:09:41Z scheduler thread start
2021-03-31T20:09:41Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:09:41Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:09:41Z HTTP: creating work queue of depth 16
2021-03-31T20:09:41Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:09:41Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:09:41Z HTTP: starting 4 worker threads
2021-03-31T20:09:41Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:09:41Z init message: Verifying wallet(s)...
2021-03-31T20:09:41Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:09:41Z Using wallet wallet.dat
2021-03-31T20:09:41Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:09:41Z Cache configuration:
2021-03-31T20:09:41Z * Using 2.0MiB for block index database
2021-03-31T20:09:41Z * Using 8.0MiB for chain state database
2021-03-31T20:09:41Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:09:41Z init message: Loading block index...
2021-03-31T20:09:41Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:09:41Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:09:41Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:09:41Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:09:41Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:09:41Z Aborted block database rebuild. Exiting.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:09:41Z Shutdown: In progress...
2021-03-31T20:09:41Z scheduler thread interrupt
2021-03-31T20:09:41Z Shutdown: done
2021-03-31T20:10:43Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:10:43Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:10:43Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:10:43Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:10:43Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:10:43Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:10:43Z Using RdRand as an additional entropy source
2021-03-31T20:10:44Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:10:44Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:10:44Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:10:44Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:10:44Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:10:44Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:10:44Z Using 2 threads for script verification
2021-03-31T20:10:44Z scheduler thread start
2021-03-31T20:10:44Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:10:44Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:10:44Z HTTP: creating work queue of depth 16
2021-03-31T20:10:44Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:10:44Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:10:44Z HTTP: starting 4 worker threads
2021-03-31T20:10:44Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:10:44Z init message: Verifying wallet(s)...
2021-03-31T20:10:44Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:10:44Z Using wallet wallet.dat
2021-03-31T20:10:44Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:10:44Z Cache configuration:
2021-03-31T20:10:44Z * Using 2.0MiB for block index database
2021-03-31T20:10:44Z * Using 8.0MiB for chain state database
2021-03-31T20:10:44Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:10:44Z init message: Loading block index...
2021-03-31T20:10:44Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:10:44Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:10:44Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:10:44Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:10:44Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:10:44Z Aborted block database rebuild. Exiting.
2021-03-31T20:10:44Z Shutdown: In progress...
2021-03-31T20:10:44Z scheduler thread interrupt
2021-03-31T20:10:44Z Shutdown: done
2021-03-31T20:11:47Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:11:47Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:11:47Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:11:47Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:11:47Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:11:47Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:11:47Z Using RdRand as an additional entropy source
2021-03-31T20:11:47Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:11:47Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:11:47Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:11:47Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:11:47Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:11:47Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:11:47Z Using 2 threads for script verification
2021-03-31T20:11:47Z scheduler thread start
2021-03-31T20:11:47Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:11:47Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:11:47Z HTTP: creating work queue of depth 16
2021-03-31T20:11:47Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:11:47Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:11:47Z HTTP: starting 4 worker threads
2021-03-31T20:11:47Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:11:47Z init message: Verifying wallet(s)...
2021-03-31T20:11:47Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:11:47Z Using wallet wallet.dat
2021-03-31T20:11:47Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:11:47Z Cache configuration:
2021-03-31T20:11:47Z * Using 2.0MiB for block index database
2021-03-31T20:11:47Z * Using 8.0MiB for chain state database
2021-03-31T20:11:47Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:11:47Z init message: Loading block index...
2021-03-31T20:11:47Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:11:47Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:11:47Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:11:47Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:11:47Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:11:47Z Aborted block database rebuild. Exiting.
2021-03-31T20:11:47Z Shutdown: In progress...
2021-03-31T20:11:47Z scheduler thread interrupt
2021-03-31T20:11:47Z Shutdown: done
2021-03-31T20:12:49Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:12:49Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:12:49Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:12:49Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:12:49Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:12:49Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:12:49Z Using RdRand as an additional entropy source
2021-03-31T20:12:49Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:12:49Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:12:49Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:12:49Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:12:49Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:12:49Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:12:49Z Using 2 threads for script verification
2021-03-31T20:12:49Z scheduler thread start
2021-03-31T20:12:49Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:12:49Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:12:49Z HTTP: creating work queue of depth 16
2021-03-31T20:12:49Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:12:49Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:12:49Z HTTP: starting 4 worker threads
2021-03-31T20:12:49Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:12:49Z init message: Verifying wallet(s)...
2021-03-31T20:12:49Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:12:49Z Using wallet wallet.dat
2021-03-31T20:12:49Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:12:49Z Cache configuration:
2021-03-31T20:12:49Z * Using 2.0MiB for block index database
2021-03-31T20:12:49Z * Using 8.0MiB for chain state database
2021-03-31T20:12:49Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:12:49Z init message: Loading block index...
2021-03-31T20:12:49Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:12:49Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:12:49Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:12:49Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:12:49Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:12:49Z Aborted block database rebuild. Exiting.
2021-03-31T20:12:49Z Shutdown: In progress...
2021-03-31T20:12:49Z scheduler thread interrupt
2021-03-31T20:12:49Z Shutdown: done
2021-03-31T20:13:51Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:13:51Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:13:51Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:13:51Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:13:51Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:13:51Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:13:51Z Using RdRand as an additional entropy source
2021-03-31T20:13:51Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:13:51Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:13:51Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:13:51Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:13:51Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:13:51Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:13:51Z Using 2 threads for script verification
2021-03-31T20:13:51Z scheduler thread start
2021-03-31T20:13:51Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:13:51Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:13:51Z HTTP: creating work queue of depth 16
2021-03-31T20:13:51Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:13:51Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:13:51Z HTTP: starting 4 worker threads
2021-03-31T20:13:51Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:13:51Z init message: Verifying wallet(s)...
2021-03-31T20:13:51Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:13:51Z Using wallet wallet.dat
2021-03-31T20:13:51Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:13:51Z Cache configuration:
2021-03-31T20:13:51Z * Using 2.0MiB for block index database
2021-03-31T20:13:51Z * Using 8.0MiB for chain state database
2021-03-31T20:13:51Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:13:51Z init message: Loading block index...
2021-03-31T20:13:51Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:13:52Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:13:52Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:13:52Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:13:52Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:13:52Z Aborted block database rebuild. Exiting.
2021-03-31T20:13:52Z Shutdown: In progress...
2021-03-31T20:13:52Z scheduler thread interrupt
2021-03-31T20:13:52Z Shutdown: done
2021-03-31T20:14:54Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:14:54Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:14:54Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:14:54Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:14:54Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:14:54Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:14:54Z Using RdRand as an additional entropy source
2021-03-31T20:14:54Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:14:54Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:14:54Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:14:54Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:14:54Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:14:54Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:14:54Z Using 2 threads for script verification
2021-03-31T20:14:54Z scheduler thread start
2021-03-31T20:14:54Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:14:54Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:14:54Z HTTP: creating work queue of depth 16
2021-03-31T20:14:54Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:14:54Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:14:54Z HTTP: starting 4 worker threads
2021-03-31T20:14:54Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:14:54Z init message: Verifying wallet(s)...
2021-03-31T20:14:54Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:14:54Z Using wallet wallet.dat
2021-03-31T20:14:54Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:14:54Z Cache configuration:
2021-03-31T20:14:54Z * Using 2.0MiB for block index database
2021-03-31T20:14:54Z * Using 8.0MiB for chain state database
2021-03-31T20:14:54Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:14:54Z init message: Loading block index...
2021-03-31T20:14:54Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:14:54Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:14:54Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:14:54Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:14:54Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:14:54Z Aborted block database rebuild. Exiting.
2021-03-31T20:14:54Z Shutdown: In progress...
2021-03-31T20:14:54Z scheduler thread interrupt
2021-03-31T20:14:54Z Shutdown: done
2021-03-31T20:15:56Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:15:56Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:15:56Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:15:56Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:15:56Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:15:56Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:15:56Z Using RdRand as an additional entropy source
2021-03-31T20:15:56Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:15:56Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:15:56Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:15:56Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:15:56Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:15:56Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:15:56Z Using 2 threads for script verification
2021-03-31T20:15:56Z scheduler thread start
2021-03-31T20:15:56Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:15:56Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:15:56Z HTTP: creating work queue of depth 16
2021-03-31T20:15:56Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:15:56Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:15:56Z HTTP: starting 4 worker threads
2021-03-31T20:15:56Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:15:56Z init message: Verifying wallet(s)...
2021-03-31T20:15:56Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:15:56Z Using wallet wallet.dat
2021-03-31T20:15:56Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:15:56Z Cache configuration:
2021-03-31T20:15:56Z * Using 2.0MiB for block index database
2021-03-31T20:15:56Z * Using 8.0MiB for chain state database
2021-03-31T20:15:56Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:15:56Z init message: Loading block index...
2021-03-31T20:15:56Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:15:57Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:15:57Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:15:57Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:15:57Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:15:57Z Aborted block database rebuild. Exiting.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:15:57Z Shutdown: In progress...
2021-03-31T20:15:57Z scheduler thread interrupt
2021-03-31T20:15:57Z Shutdown: done
2021-03-31T20:16:58Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:16:58Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:16:58Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:16:58Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:16:58Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:16:58Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:16:58Z Using RdRand as an additional entropy source
2021-03-31T20:16:58Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:16:58Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:16:58Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:16:58Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:16:58Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:16:58Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:16:58Z Using 2 threads for script verification
2021-03-31T20:16:58Z scheduler thread start
2021-03-31T20:16:58Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:16:58Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:16:58Z HTTP: creating work queue of depth 16
2021-03-31T20:16:58Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:16:58Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:16:58Z HTTP: starting 4 worker threads
2021-03-31T20:16:58Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:16:58Z init message: Verifying wallet(s)...
2021-03-31T20:16:58Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:16:58Z Using wallet wallet.dat
2021-03-31T20:16:58Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:16:59Z Cache configuration:
2021-03-31T20:16:59Z * Using 2.0MiB for block index database
2021-03-31T20:16:59Z * Using 8.0MiB for chain state database
2021-03-31T20:16:59Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:16:59Z init message: Loading block index...
2021-03-31T20:16:59Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:16:59Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:16:59Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:16:59Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:16:59Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:16:59Z Aborted block database rebuild. Exiting.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:16:59Z Shutdown: In progress...
2021-03-31T20:16:59Z scheduler thread interrupt
2021-03-31T20:16:59Z Shutdown: done
2021-03-31T20:18:01Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:18:01Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:18:01Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:18:01Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:18:01Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:18:01Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:18:01Z Using RdRand as an additional entropy source
2021-03-31T20:18:01Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:18:01Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:18:01Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:18:01Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:18:01Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:18:01Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:18:01Z Using 2 threads for script verification
2021-03-31T20:18:01Z scheduler thread start
2021-03-31T20:18:01Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:18:01Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:18:01Z HTTP: creating work queue of depth 16
2021-03-31T20:18:01Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:18:01Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:18:01Z HTTP: starting 4 worker threads
2021-03-31T20:18:01Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:18:01Z init message: Verifying wallet(s)...
2021-03-31T20:18:01Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:18:01Z Using wallet wallet.dat
2021-03-31T20:18:01Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:18:01Z Cache configuration:
2021-03-31T20:18:01Z * Using 2.0MiB for block index database
2021-03-31T20:18:01Z * Using 8.0MiB for chain state database
2021-03-31T20:18:01Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:18:01Z init message: Loading block index...
2021-03-31T20:18:01Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:18:02Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:18:02Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:18:02Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:18:02Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:18:02Z Aborted block database rebuild. Exiting.
2021-03-31T20:18:02Z Shutdown: In progress...
2021-03-31T20:18:02Z scheduler thread interrupt
2021-03-31T20:18:02Z Shutdown: done
2021-03-31T20:19:03Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:19:03Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:19:03Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:19:03Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:19:03Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:19:03Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:19:03Z Using RdRand as an additional entropy source
2021-03-31T20:19:03Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:19:03Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:19:03Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:19:03Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:19:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:19:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:19:03Z Using 2 threads for script verification
2021-03-31T20:19:03Z scheduler thread start
2021-03-31T20:19:04Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:19:04Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:19:04Z HTTP: creating work queue of depth 16
2021-03-31T20:19:04Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:19:04Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:19:04Z HTTP: starting 4 worker threads
2021-03-31T20:19:04Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:19:04Z init message: Verifying wallet(s)...
2021-03-31T20:19:04Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:19:04Z Using wallet wallet.dat
2021-03-31T20:19:04Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:19:04Z Cache configuration:
2021-03-31T20:19:04Z * Using 2.0MiB for block index database
2021-03-31T20:19:04Z * Using 8.0MiB for chain state database
2021-03-31T20:19:04Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:19:04Z init message: Loading block index...
2021-03-31T20:19:04Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:19:04Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:19:04Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:19:04Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:19:04Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:19:04Z Aborted block database rebuild. Exiting.
2021-03-31T20:19:04Z Shutdown: In progress...
2021-03-31T20:19:04Z scheduler thread interrupt
2021-03-31T20:19:04Z Shutdown: done
2021-03-31T20:20:05Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:20:05Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:20:05Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:20:05Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:20:05Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:20:05Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:20:05Z Using RdRand as an additional entropy source
2021-03-31T20:20:06Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:20:06Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:20:06Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:20:06Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:20:06Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:20:06Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:20:06Z Using 2 threads for script verification
2021-03-31T20:20:06Z scheduler thread start
2021-03-31T20:20:06Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:20:06Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:20:06Z HTTP: creating work queue of depth 16
2021-03-31T20:20:06Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:20:06Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:20:06Z HTTP: starting 4 worker threads
2021-03-31T20:20:06Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:20:06Z init message: Verifying wallet(s)...
2021-03-31T20:20:06Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:20:06Z Using wallet wallet.dat
2021-03-31T20:20:06Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:20:06Z Cache configuration:
2021-03-31T20:20:06Z * Using 2.0MiB for block index database
2021-03-31T20:20:06Z * Using 8.0MiB for chain state database
2021-03-31T20:20:06Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:20:06Z init message: Loading block index...
2021-03-31T20:20:06Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:20:06Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:20:06Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:20:06Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:20:06Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:20:06Z Aborted block database rebuild. Exiting.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:20:06Z Shutdown: In progress...
2021-03-31T20:20:06Z scheduler thread interrupt
2021-03-31T20:20:06Z Shutdown: done
2021-03-31T20:21:08Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:21:08Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:21:08Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:21:08Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:21:08Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:21:08Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:21:08Z Using RdRand as an additional entropy source
2021-03-31T20:21:08Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:21:08Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:21:08Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:21:08Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:21:08Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:21:08Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:21:08Z Using 2 threads for script verification
2021-03-31T20:21:08Z scheduler thread start
2021-03-31T20:21:08Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:21:08Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:21:08Z HTTP: creating work queue of depth 16
2021-03-31T20:21:08Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:21:08Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:21:08Z HTTP: starting 4 worker threads
2021-03-31T20:21:08Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:21:08Z init message: Verifying wallet(s)...
2021-03-31T20:21:08Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:21:08Z Using wallet wallet.dat
2021-03-31T20:21:08Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:21:08Z Cache configuration:
2021-03-31T20:21:08Z * Using 2.0MiB for block index database
2021-03-31T20:21:08Z * Using 8.0MiB for chain state database
2021-03-31T20:21:08Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:21:08Z init message: Loading block index...
2021-03-31T20:21:08Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:21:08Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:21:08Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:21:08Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:21:08Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:21:08Z Aborted block database rebuild. Exiting.
2021-03-31T20:21:08Z Shutdown: In progress...
2021-03-31T20:21:08Z scheduler thread interrupt
2021-03-31T20:21:08Z Shutdown: done
2021-03-31T20:22:10Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:22:10Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:22:10Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:22:10Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:22:10Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:22:10Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:22:10Z Using RdRand as an additional entropy source
2021-03-31T20:22:10Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:22:10Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:22:10Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:22:10Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:22:10Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:22:10Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:22:10Z Using 2 threads for script verification
2021-03-31T20:22:10Z scheduler thread start
2021-03-31T20:22:10Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:22:10Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:22:10Z HTTP: creating work queue of depth 16
2021-03-31T20:22:10Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:22:10Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:22:10Z HTTP: starting 4 worker threads
2021-03-31T20:22:10Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:22:10Z init message: Verifying wallet(s)...
2021-03-31T20:22:10Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:22:10Z Using wallet wallet.dat
2021-03-31T20:22:10Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:22:10Z Cache configuration:
2021-03-31T20:22:10Z * Using 2.0MiB for block index database
2021-03-31T20:22:10Z * Using 8.0MiB for chain state database
2021-03-31T20:22:10Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:22:10Z init message: Loading block index...
2021-03-31T20:22:10Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:22:11Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:22:11Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:22:11Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:22:11Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:22:11Z Aborted block database rebuild. Exiting.
2021-03-31T20:22:11Z Shutdown: In progress...
2021-03-31T20:22:11Z scheduler thread interrupt
2021-03-31T20:22:11Z Shutdown: done
2021-03-31T20:23:12Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:23:12Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:23:12Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:23:12Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:23:12Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:23:12Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:23:12Z Using RdRand as an additional entropy source
2021-03-31T20:23:12Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:23:12Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:23:12Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:23:12Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:23:12Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:23:12Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:23:12Z Using 2 threads for script verification
2021-03-31T20:23:12Z scheduler thread start
2021-03-31T20:23:12Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:23:12Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:23:12Z HTTP: creating work queue of depth 16
2021-03-31T20:23:12Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:23:12Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:23:12Z HTTP: starting 4 worker threads
2021-03-31T20:23:12Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:23:12Z init message: Verifying wallet(s)...
2021-03-31T20:23:12Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:23:12Z Using wallet wallet.dat
2021-03-31T20:23:12Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:23:12Z Cache configuration:
2021-03-31T20:23:12Z * Using 2.0MiB for block index database
2021-03-31T20:23:12Z * Using 8.0MiB for chain state database
2021-03-31T20:23:12Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:23:12Z init message: Loading block index...
2021-03-31T20:23:12Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:23:13Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:23:13Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:23:13Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:23:13Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:23:13Z Aborted block database rebuild. Exiting.
2021-03-31T20:23:13Z Shutdown: In progress...
2021-03-31T20:23:13Z scheduler thread interrupt
2021-03-31T20:23:13Z Shutdown: done
2021-03-31T20:24:14Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:24:14Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:24:14Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:24:14Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:24:14Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:24:14Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:24:14Z Using RdRand as an additional entropy source
2021-03-31T20:24:14Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:24:14Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:24:14Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:24:14Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:24:14Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:24:14Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:24:14Z Using 2 threads for script verification
2021-03-31T20:24:14Z scheduler thread start
2021-03-31T20:24:14Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:24:14Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:24:14Z HTTP: creating work queue of depth 16
2021-03-31T20:24:14Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:24:14Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:24:14Z HTTP: starting 4 worker threads
2021-03-31T20:24:14Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:24:14Z init message: Verifying wallet(s)...
2021-03-31T20:24:14Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:24:14Z Using wallet wallet.dat
2021-03-31T20:24:14Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:24:14Z Cache configuration:
2021-03-31T20:24:14Z * Using 2.0MiB for block index database
2021-03-31T20:24:14Z * Using 8.0MiB for chain state database
2021-03-31T20:24:14Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:24:14Z init message: Loading block index...
2021-03-31T20:24:14Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:24:15Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:24:15Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:24:15Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:24:15Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:24:15Z Aborted block database rebuild. Exiting.
2021-03-31T20:24:15Z Shutdown: In progress...
2021-03-31T20:24:15Z scheduler thread interrupt
2021-03-31T20:24:15Z Shutdown: done
2021-03-31T20:25:16Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:25:16Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:25:16Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:25:16Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:25:16Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:25:16Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:25:16Z Using RdRand as an additional entropy source
2021-03-31T20:25:16Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:25:16Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:25:16Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:25:16Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:25:16Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:25:16Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:25:16Z Using 2 threads for script verification
2021-03-31T20:25:16Z scheduler thread start
2021-03-31T20:25:16Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:25:16Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:25:16Z HTTP: creating work queue of depth 16
2021-03-31T20:25:16Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:25:16Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:25:16Z HTTP: starting 4 worker threads
2021-03-31T20:25:16Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:25:16Z init message: Verifying wallet(s)...
2021-03-31T20:25:16Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:25:16Z Using wallet wallet.dat
2021-03-31T20:25:16Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:25:17Z Cache configuration:
2021-03-31T20:25:17Z * Using 2.0MiB for block index database
2021-03-31T20:25:17Z * Using 8.0MiB for chain state database
2021-03-31T20:25:17Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:25:17Z init message: Loading block index...
2021-03-31T20:25:17Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:25:17Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:25:17Z You can use -debug=leveldb to get more complete diagnostic messages
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:25:17Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:25:17Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:25:17Z Aborted block database rebuild. Exiting.
2021-03-31T20:25:17Z Shutdown: In progress...
2021-03-31T20:25:17Z scheduler thread interrupt
2021-03-31T20:25:17Z Shutdown: done
2021-03-31T20:26:18Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:26:18Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:26:18Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:26:18Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:26:18Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:26:18Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:26:18Z Using RdRand as an additional entropy source
2021-03-31T20:26:18Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:26:18Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:26:18Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:26:18Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:26:18Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:26:18Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:26:18Z Using 2 threads for script verification
2021-03-31T20:26:18Z scheduler thread start
2021-03-31T20:26:18Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:26:18Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:26:18Z HTTP: creating work queue of depth 16
2021-03-31T20:26:18Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:26:18Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:26:18Z HTTP: starting 4 worker threads
2021-03-31T20:26:18Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:26:18Z init message: Verifying wallet(s)...
2021-03-31T20:26:18Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:26:18Z Using wallet wallet.dat
2021-03-31T20:26:18Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:26:19Z Cache configuration:
2021-03-31T20:26:19Z * Using 2.0MiB for block index database
2021-03-31T20:26:19Z * Using 8.0MiB for chain state database
2021-03-31T20:26:19Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:26:19Z init message: Loading block index...
2021-03-31T20:26:19Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:26:19Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:26:19Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:26:19Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:26:19Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:26:19Z Aborted block database rebuild. Exiting.
2021-03-31T20:26:19Z Shutdown: In progress...
2021-03-31T20:26:19Z scheduler thread interrupt
2021-03-31T20:26:19Z Shutdown: done
2021-03-31T20:27:21Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:27:21Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:27:21Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:27:21Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:27:21Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:27:21Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:27:21Z Using RdRand as an additional entropy source
2021-03-31T20:27:21Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:27:21Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:27:21Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:27:21Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:27:21Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:27:21Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:27:21Z Using 2 threads for script verification
2021-03-31T20:27:21Z scheduler thread start
2021-03-31T20:27:21Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:27:21Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:27:21Z HTTP: creating work queue of depth 16
2021-03-31T20:27:21Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:27:21Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:27:21Z HTTP: starting 4 worker threads
2021-03-31T20:27:21Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:27:21Z init message: Verifying wallet(s)...
2021-03-31T20:27:21Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:27:21Z Using wallet wallet.dat
2021-03-31T20:27:21Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:27:21Z Cache configuration:
2021-03-31T20:27:21Z * Using 2.0MiB for block index database
2021-03-31T20:27:21Z * Using 8.0MiB for chain state database
2021-03-31T20:27:21Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:27:21Z init message: Loading block index...
2021-03-31T20:27:21Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:27:22Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:27:22Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:27:22Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:27:22Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:27:22Z Aborted block database rebuild. Exiting.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:27:22Z Shutdown: In progress...
2021-03-31T20:27:22Z scheduler thread interrupt
2021-03-31T20:27:22Z Shutdown: done
2021-03-31T20:28:23Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:28:23Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:28:23Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:28:23Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:28:23Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:28:23Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:28:23Z Using RdRand as an additional entropy source
2021-03-31T20:28:23Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:28:23Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:28:23Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:28:23Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:28:23Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:28:23Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:28:23Z Using 2 threads for script verification
2021-03-31T20:28:23Z scheduler thread start
2021-03-31T20:28:23Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:28:23Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:28:23Z HTTP: creating work queue of depth 16
2021-03-31T20:28:23Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:28:23Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:28:23Z HTTP: starting 4 worker threads
2021-03-31T20:28:23Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:28:23Z init message: Verifying wallet(s)...
2021-03-31T20:28:23Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:28:23Z Using wallet wallet.dat
2021-03-31T20:28:23Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:28:23Z Cache configuration:
2021-03-31T20:28:23Z * Using 2.0MiB for block index database
2021-03-31T20:28:23Z * Using 8.0MiB for chain state database
2021-03-31T20:28:23Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:28:23Z init message: Loading block index...
2021-03-31T20:28:23Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:28:24Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:28:24Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:28:24Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:28:24Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:28:24Z Aborted block database rebuild. Exiting.
2021-03-31T20:28:24Z Shutdown: In progress...
2021-03-31T20:28:24Z scheduler thread interrupt
2021-03-31T20:28:24Z Shutdown: done
2021-03-31T20:29:25Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:29:25Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:29:25Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:29:25Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:29:25Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:29:25Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:29:25Z Using RdRand as an additional entropy source
2021-03-31T20:29:25Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:29:25Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:29:25Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:29:25Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:29:25Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:29:25Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:29:25Z Using 2 threads for script verification
2021-03-31T20:29:25Z scheduler thread start
2021-03-31T20:29:25Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:29:25Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:29:25Z HTTP: creating work queue of depth 16
2021-03-31T20:29:25Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:29:25Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:29:25Z HTTP: starting 4 worker threads
2021-03-31T20:29:25Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:29:25Z init message: Verifying wallet(s)...
2021-03-31T20:29:25Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:29:25Z Using wallet wallet.dat
2021-03-31T20:29:25Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:29:26Z Cache configuration:
2021-03-31T20:29:26Z * Using 2.0MiB for block index database
2021-03-31T20:29:26Z * Using 8.0MiB for chain state database
2021-03-31T20:29:26Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:29:26Z init message: Loading block index...
2021-03-31T20:29:26Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:29:27Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:29:27Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:29:27Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:29:27Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:29:27Z Aborted block database rebuild. Exiting.
2021-03-31T20:29:27Z Shutdown: In progress...
2021-03-31T20:29:27Z scheduler thread interrupt
2021-03-31T20:29:27Z Shutdown: done
2021-03-31T20:30:28Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:30:28Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:30:28Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:30:28Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:30:28Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:30:28Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:30:28Z Using RdRand as an additional entropy source
2021-03-31T20:30:28Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:30:28Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:30:28Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:30:28Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:30:28Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:30:28Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:30:28Z Using 2 threads for script verification
2021-03-31T20:30:28Z scheduler thread start
2021-03-31T20:30:28Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:30:28Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:30:28Z HTTP: creating work queue of depth 16
2021-03-31T20:30:28Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:30:28Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:30:28Z HTTP: starting 4 worker threads
2021-03-31T20:30:28Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:30:28Z init message: Verifying wallet(s)...
2021-03-31T20:30:28Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:30:28Z Using wallet wallet.dat
2021-03-31T20:30:28Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:30:28Z Cache configuration:
2021-03-31T20:30:28Z * Using 2.0MiB for block index database
2021-03-31T20:30:28Z * Using 8.0MiB for chain state database
2021-03-31T20:30:28Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:30:28Z init message: Loading block index...
2021-03-31T20:30:28Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:30:29Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:30:29Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:30:29Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:30:29Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:30:29Z Aborted block database rebuild. Exiting.
2021-03-31T20:30:29Z Shutdown: In progress...
2021-03-31T20:30:29Z scheduler thread interrupt
2021-03-31T20:30:29Z Shutdown: done
2021-03-31T20:31:31Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:31:31Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:31:31Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:31:31Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:31:31Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:31:31Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:31:31Z Using RdRand as an additional entropy source
2021-03-31T20:31:31Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:31:31Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:31:31Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:31:31Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:31:31Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:31:31Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:31:31Z Using 2 threads for script verification
2021-03-31T20:31:31Z scheduler thread start
2021-03-31T20:31:31Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:31:31Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:31:31Z HTTP: creating work queue of depth 16
2021-03-31T20:31:31Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:31:31Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:31:31Z HTTP: starting 4 worker threads
2021-03-31T20:31:31Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:31:31Z init message: Verifying wallet(s)...
2021-03-31T20:31:31Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:31:31Z Using wallet wallet.dat
2021-03-31T20:31:31Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:31:31Z Cache configuration:
2021-03-31T20:31:31Z * Using 2.0MiB for block index database
2021-03-31T20:31:31Z * Using 8.0MiB for chain state database
2021-03-31T20:31:31Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:31:31Z init message: Loading block index...
2021-03-31T20:31:31Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:31:31Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:31:31Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:31:31Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:31:31Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:31:31Z Aborted block database rebuild. Exiting.
2021-03-31T20:31:31Z Shutdown: In progress...
2021-03-31T20:31:31Z scheduler thread interrupt
2021-03-31T20:31:31Z Shutdown: done
2021-03-31T20:32:34Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:32:34Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:32:34Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:32:34Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:32:34Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:32:34Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:32:34Z Using RdRand as an additional entropy source
2021-03-31T20:32:34Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:32:34Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:32:34Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:32:34Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:32:34Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:32:34Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:32:34Z Using 2 threads for script verification
2021-03-31T20:32:34Z scheduler thread start
2021-03-31T20:32:34Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:32:34Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:32:34Z HTTP: creating work queue of depth 16
2021-03-31T20:32:34Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:32:34Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:32:34Z HTTP: starting 4 worker threads
2021-03-31T20:32:34Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:32:34Z init message: Verifying wallet(s)...
2021-03-31T20:32:34Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:32:34Z Using wallet wallet.dat
2021-03-31T20:32:34Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:32:34Z Cache configuration:
2021-03-31T20:32:34Z * Using 2.0MiB for block index database
2021-03-31T20:32:34Z * Using 8.0MiB for chain state database
2021-03-31T20:32:34Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:32:34Z init message: Loading block index...
2021-03-31T20:32:34Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:32:34Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:32:34Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:32:34Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:32:34Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:32:34Z Aborted block database rebuild. Exiting.
2021-03-31T20:32:34Z Shutdown: In progress...
2021-03-31T20:32:34Z scheduler thread interrupt
2021-03-31T20:32:34Z Shutdown: done
2021-03-31T20:33:35Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:33:35Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:33:35Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:33:35Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:33:35Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:33:35Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:33:35Z Using RdRand as an additional entropy source
2021-03-31T20:33:35Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:33:35Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:33:35Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:33:35Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:33:35Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:33:35Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:33:35Z Using 2 threads for script verification
2021-03-31T20:33:35Z scheduler thread start
2021-03-31T20:33:35Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:33:35Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:33:35Z HTTP: creating work queue of depth 16
2021-03-31T20:33:35Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:33:35Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:33:35Z HTTP: starting 4 worker threads
2021-03-31T20:33:35Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:33:35Z init message: Verifying wallet(s)...
2021-03-31T20:33:35Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:33:35Z Using wallet wallet.dat
2021-03-31T20:33:35Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:33:35Z Cache configuration:
2021-03-31T20:33:35Z * Using 2.0MiB for block index database
2021-03-31T20:33:35Z * Using 8.0MiB for chain state database
2021-03-31T20:33:35Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:33:35Z init message: Loading block index...
2021-03-31T20:33:35Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:33:36Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:33:36Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:33:36Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:33:36Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:33:36Z Aborted block database rebuild. Exiting.
2021-03-31T20:33:36Z Shutdown: In progress...
2021-03-31T20:33:36Z scheduler thread interrupt
2021-03-31T20:33:36Z Shutdown: done
2021-03-31T20:34:37Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:34:37Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:34:37Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:34:37Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:34:37Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:34:37Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:34:37Z Using RdRand as an additional entropy source
2021-03-31T20:34:37Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:34:37Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:34:37Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:34:37Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:34:37Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:34:37Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:34:37Z Using 2 threads for script verification
2021-03-31T20:34:37Z scheduler thread start
2021-03-31T20:34:37Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:34:37Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:34:37Z HTTP: creating work queue of depth 16
2021-03-31T20:34:37Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:34:37Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:34:37Z HTTP: starting 4 worker threads
2021-03-31T20:34:37Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:34:37Z init message: Verifying wallet(s)...
2021-03-31T20:34:37Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:34:37Z Using wallet wallet.dat
2021-03-31T20:34:37Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:34:37Z Cache configuration:
2021-03-31T20:34:37Z * Using 2.0MiB for block index database
2021-03-31T20:34:37Z * Using 8.0MiB for chain state database
2021-03-31T20:34:37Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:34:37Z init message: Loading block index...
2021-03-31T20:34:37Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:34:37Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:34:37Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:34:37Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:34:37Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:34:37Z Aborted block database rebuild. Exiting.
2021-03-31T20:34:37Z Shutdown: In progress...
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:34:37Z scheduler thread interrupt
2021-03-31T20:34:37Z Shutdown: done
2021-03-31T20:35:39Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:35:39Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:35:39Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:35:39Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:35:39Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:35:39Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:35:39Z Using RdRand as an additional entropy source
2021-03-31T20:35:39Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:35:39Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:35:39Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:35:39Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:35:39Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:35:39Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:35:39Z Using 2 threads for script verification
2021-03-31T20:35:39Z scheduler thread start
2021-03-31T20:35:39Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:35:39Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:35:39Z HTTP: creating work queue of depth 16
2021-03-31T20:35:39Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:35:39Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:35:39Z HTTP: starting 4 worker threads
2021-03-31T20:35:39Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:35:39Z init message: Verifying wallet(s)...
2021-03-31T20:35:39Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:35:39Z Using wallet wallet.dat
2021-03-31T20:35:39Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:35:39Z Cache configuration:
2021-03-31T20:35:39Z * Using 2.0MiB for block index database
2021-03-31T20:35:39Z * Using 8.0MiB for chain state database
2021-03-31T20:35:39Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:35:39Z init message: Loading block index...
2021-03-31T20:35:39Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:35:39Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:35:39Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:35:39Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:35:39Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:35:39Z Aborted block database rebuild. Exiting.
2021-03-31T20:35:39Z Shutdown: In progress...
2021-03-31T20:35:39Z scheduler thread interrupt
2021-03-31T20:35:39Z Shutdown: done
2021-03-31T20:36:40Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:36:40Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:36:40Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:36:40Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:36:40Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:36:40Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:36:40Z Using RdRand as an additional entropy source
2021-03-31T20:36:40Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:36:40Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:36:40Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:36:40Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:36:40Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:36:40Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:36:40Z Using 2 threads for script verification
2021-03-31T20:36:40Z scheduler thread start
2021-03-31T20:36:40Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:36:40Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:36:40Z HTTP: creating work queue of depth 16
2021-03-31T20:36:40Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:36:40Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:36:40Z HTTP: starting 4 worker threads
2021-03-31T20:36:40Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:36:40Z init message: Verifying wallet(s)...
2021-03-31T20:36:40Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:36:40Z Using wallet wallet.dat
2021-03-31T20:36:40Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:36:40Z Cache configuration:
2021-03-31T20:36:40Z * Using 2.0MiB for block index database
2021-03-31T20:36:40Z * Using 8.0MiB for chain state database
2021-03-31T20:36:40Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:36:40Z init message: Loading block index...
2021-03-31T20:36:40Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:36:41Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:36:41Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:36:41Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:36:41Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:36:41Z Aborted block database rebuild. Exiting.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:36:41Z Shutdown: In progress...
2021-03-31T20:36:41Z scheduler thread interrupt
2021-03-31T20:36:41Z Shutdown: done
2021-03-31T20:37:42Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:37:42Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:37:42Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:37:42Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:37:42Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:37:42Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:37:42Z Using RdRand as an additional entropy source
2021-03-31T20:37:42Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:37:42Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:37:42Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:37:42Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:37:42Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:37:42Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:37:42Z Using 2 threads for script verification
2021-03-31T20:37:42Z scheduler thread start
2021-03-31T20:37:42Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:37:42Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:37:42Z HTTP: creating work queue of depth 16
2021-03-31T20:37:42Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:37:42Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:37:42Z HTTP: starting 4 worker threads
2021-03-31T20:37:42Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:37:42Z init message: Verifying wallet(s)...
2021-03-31T20:37:42Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:37:42Z Using wallet wallet.dat
2021-03-31T20:37:42Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:37:42Z Cache configuration:
2021-03-31T20:37:42Z * Using 2.0MiB for block index database
2021-03-31T20:37:42Z * Using 8.0MiB for chain state database
2021-03-31T20:37:42Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:37:42Z init message: Loading block index...
2021-03-31T20:37:42Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:37:43Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:37:43Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:37:43Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:37:43Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:37:43Z Aborted block database rebuild. Exiting.
2021-03-31T20:37:43Z Shutdown: In progress...
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:37:43Z scheduler thread interrupt
2021-03-31T20:37:43Z Shutdown: done
2021-03-31T20:38:44Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:38:44Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:38:44Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:38:44Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:38:44Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:38:44Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:38:44Z Using RdRand as an additional entropy source
2021-03-31T20:38:44Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:38:44Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:38:44Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:38:44Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:38:44Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:38:44Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:38:44Z Using 2 threads for script verification
2021-03-31T20:38:44Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:38:44Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:38:44Z HTTP: creating work queue of depth 16
2021-03-31T20:38:44Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:38:44Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:38:44Z HTTP: starting 4 worker threads
2021-03-31T20:38:44Z scheduler thread start
2021-03-31T20:38:44Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:38:44Z init message: Verifying wallet(s)...
2021-03-31T20:38:44Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:38:44Z Using wallet wallet.dat
2021-03-31T20:38:44Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:38:44Z Cache configuration:
2021-03-31T20:38:44Z * Using 2.0MiB for block index database
2021-03-31T20:38:44Z * Using 8.0MiB for chain state database
2021-03-31T20:38:44Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:38:44Z init message: Loading block index...
2021-03-31T20:38:44Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:38:45Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:38:45Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:38:45Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:38:45Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:38:45Z Aborted block database rebuild. Exiting.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:38:45Z Shutdown: In progress...
2021-03-31T20:38:45Z scheduler thread interrupt
2021-03-31T20:38:45Z Shutdown: done
2021-03-31T20:39:46Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:39:46Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:39:46Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:39:46Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:39:46Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:39:46Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:39:46Z Using RdRand as an additional entropy source
2021-03-31T20:39:46Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:39:46Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:39:46Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:39:46Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:39:46Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:39:46Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:39:46Z Using 2 threads for script verification
2021-03-31T20:39:46Z scheduler thread start
2021-03-31T20:39:46Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:39:46Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:39:46Z HTTP: creating work queue of depth 16
2021-03-31T20:39:46Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:39:46Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:39:46Z HTTP: starting 4 worker threads
2021-03-31T20:39:46Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:39:46Z init message: Verifying wallet(s)...
2021-03-31T20:39:46Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:39:46Z Using wallet wallet.dat
2021-03-31T20:39:46Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:39:46Z Cache configuration:
2021-03-31T20:39:46Z * Using 2.0MiB for block index database
2021-03-31T20:39:46Z * Using 8.0MiB for chain state database
2021-03-31T20:39:46Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:39:46Z init message: Loading block index...
2021-03-31T20:39:46Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:39:47Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:39:47Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:39:47Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:39:47Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:39:47Z Aborted block database rebuild. Exiting.
2021-03-31T20:39:47Z Shutdown: In progress...
2021-03-31T20:39:47Z scheduler thread interrupt
2021-03-31T20:39:47Z Shutdown: done
2021-03-31T20:40:48Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:40:48Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:40:48Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:40:48Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:40:48Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:40:48Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:40:48Z Using RdRand as an additional entropy source
2021-03-31T20:40:48Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:40:48Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:40:48Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:40:48Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:40:48Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:40:48Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:40:48Z Using 2 threads for script verification
2021-03-31T20:40:48Z scheduler thread start
2021-03-31T20:40:48Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:40:48Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:40:48Z HTTP: creating work queue of depth 16
2021-03-31T20:40:48Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:40:48Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:40:48Z HTTP: starting 4 worker threads
2021-03-31T20:40:48Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:40:48Z init message: Verifying wallet(s)...
2021-03-31T20:40:48Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:40:48Z Using wallet wallet.dat
2021-03-31T20:40:48Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:40:49Z Cache configuration:
2021-03-31T20:40:49Z * Using 2.0MiB for block index database
2021-03-31T20:40:49Z * Using 8.0MiB for chain state database
2021-03-31T20:40:49Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:40:49Z init message: Loading block index...
2021-03-31T20:40:49Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:40:49Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:40:49Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:40:49Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:40:49Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:40:49Z Aborted block database rebuild. Exiting.
2021-03-31T20:40:49Z Shutdown: In progress...
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:40:49Z scheduler thread interrupt
2021-03-31T20:40:49Z Shutdown: done
2021-03-31T20:41:51Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:41:51Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:41:51Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:41:51Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:41:51Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:41:51Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:41:51Z Using RdRand as an additional entropy source
2021-03-31T20:41:51Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:41:51Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:41:51Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:41:51Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:41:51Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:41:51Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:41:51Z Using 2 threads for script verification
2021-03-31T20:41:51Z scheduler thread start
2021-03-31T20:41:51Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:41:51Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:41:51Z HTTP: creating work queue of depth 16
2021-03-31T20:41:51Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:41:51Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:41:51Z HTTP: starting 4 worker threads
2021-03-31T20:41:51Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:41:51Z init message: Verifying wallet(s)...
2021-03-31T20:41:51Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:41:51Z Using wallet wallet.dat
2021-03-31T20:41:51Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:41:51Z Cache configuration:
2021-03-31T20:41:51Z * Using 2.0MiB for block index database
2021-03-31T20:41:51Z * Using 8.0MiB for chain state database
2021-03-31T20:41:51Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:41:51Z init message: Loading block index...
2021-03-31T20:41:51Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:41:51Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:41:51Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:41:51Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:41:51Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:41:51Z Aborted block database rebuild. Exiting.
2021-03-31T20:41:51Z Shutdown: In progress...
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:41:51Z scheduler thread interrupt
2021-03-31T20:41:51Z Shutdown: done
2021-03-31T20:42:53Z Litecoin Core version v0.17.1 (release build)
2021-03-31T20:42:53Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2021-03-31T20:42:53Z Assuming ancestors of block a601455787cb65ffc325dda4751a99cf01d1567799ec4b04f45bb05f9ef0cbde have valid signatures.
2021-03-31T20:42:53Z Setting nMinimumChainWork=0000000000000000000000000000000000000000000001488d32719b8eb30150
2021-03-31T20:42:53Z Prune configured to target 25000MiB on disk for block and undo files.
2021-03-31T20:42:53Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
2021-03-31T20:42:53Z Using RdRand as an additional entropy source
2021-03-31T20:42:53Z Default data directory /home/bitcoin/.litecoin
2021-03-31T20:42:53Z Using data directory /home/bitcoin/.litecoin
2021-03-31T20:42:53Z Using config file /home/bitcoin/.litecoin/litecoin.conf
2021-03-31T20:42:53Z Using at most 125 automatic connections (1048576 file descriptors available)
2021-03-31T20:42:53Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-31T20:42:53Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-31T20:42:53Z Using 2 threads for script verification
2021-03-31T20:42:53Z libevent: getaddrinfo: address family for nodename not supported
2021-03-31T20:42:53Z Binding RPC on address :: port 43782 failed.
2021-03-31T20:42:53Z HTTP: creating work queue of depth 16
2021-03-31T20:42:53Z No rpcpassword set - using random cookie authentication.
2021-03-31T20:42:53Z Generated RPC authentication cookie /home/bitcoin/.litecoin/.cookie
2021-03-31T20:42:53Z HTTP: starting 4 worker threads
2021-03-31T20:42:53Z Using wallet directory /home/bitcoin/.litecoin
2021-03-31T20:42:53Z init message: Verifying wallet(s)...
2021-03-31T20:42:53Z scheduler thread start
2021-03-31T20:42:53Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2021-03-31T20:42:53Z Using wallet wallet.dat
2021-03-31T20:42:53Z BerkeleyEnvironment::Open: LogDir=/home/bitcoin/.litecoin/database ErrorFile=/home/bitcoin/.litecoin/db.log
2021-03-31T20:42:53Z Cache configuration:
2021-03-31T20:42:53Z * Using 2.0MiB for block index database
2021-03-31T20:42:53Z * Using 8.0MiB for chain state database
2021-03-31T20:42:53Z * Using 40.0MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2021-03-31T20:42:53Z init message: Loading block index...
2021-03-31T20:42:53Z Opening LevelDB in /home/bitcoin/.litecoin/blocks/index
2021-03-31T20:42:53Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:42:53Z You can use -debug=leveldb to get more complete diagnostic messages
2021-03-31T20:42:53Z Fatal LevelDB error: Corruption: checksum mismatch: /home/bitcoin/.litecoin/blocks/index/001414.log
2021-03-31T20:42:53Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
: Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2021-03-31T20:42:53Z Aborted block database rebuild. Exiting.
2021-03-31T20:42:53Z Shutdown: In progress...
2021-03-31T20:42:53Z scheduler thread interrupt
2021-03-31T20:42:53Z Shutdown: done
root@btc:~#

pavlenex avatar Mar 31 '21 20:03 pavlenex

I'm also getting this restart cycle (on a Raspberry Pi 4, so arm64v8), with a log similar to the first one listed above:

Could not connect to bitcoind using bitcoin-cli. Is bitcoind running?

Make sure you have bitcoind running and that bitcoin-cli is able to connect to bitcoind.

You can verify that your Bitcoin Core installation is ready for use by running:

$ litecoin-cli -datadir=/etc/litecoin -rpcconnect=litecoind echo 'hello world'

2022-02-08T00:20:30.390Z INFO plugin-bcli: Killing plugin: Plugin exited before completing handshake. The Bitcoin backend died.

The btcpayserver_litecoind is running just fine (been up for over 12 hours already, and is fully synced).

ksdhans avatar Feb 08 '22 00:02 ksdhans

Running the litecoin-cli command-line within the btcpayserver_litecoind container works, so that container appears to be working as it should. I can't test it from the btcpayserver_clightning_litecoin container, because it's in a continual restart loop.

ksdhans avatar Feb 08 '22 03:02 ksdhans

Could the issue be a version disparity? The clightning dockerfile is using Litecoin v0.14.2, whereas btcpayserver_litecoind is using v0.18.1-1. That would be a problem if Litecoin's RPC protocol changed...

Based on: https://raw.githubusercontent.com/btcpayserver/lightning/basedon-v0.10.2/contrib/linuxarm64v8.Dockerfile which is referred to in: https://github.com/btcpayserver/btcpayserver-docker/blob/df53db8def035dc19ce17430b7a8a3f2b51cf662/contrib/build-all-images.sh

ksdhans avatar Feb 08 '22 03:02 ksdhans

I've tested updating the Litecoin version, and no longer have continual container resets on my system. See the pull request linked above for an example of the changes (which I've only done for arm64v8).

ksdhans avatar Feb 08 '22 11:02 ksdhans