willcl-ark / bitcoin

Bitcoin Core integration/staging tree
https://bitcoincore.org/en/download
MIT License
0 stars 1 forks source link

Demo bug report with all fields filled and long debug output pasted directly #2

Closed willcl-ark closed 1 year ago

willcl-ark commented 1 year ago

Steps to reproduce

  1. What actions do you take?
  2. Have you set any run-time or compile-time configuration options?
  3. More steps…

Start Bitcoin Core and try to make a transaction with bitcoin-cli.

No special options

Outcome

What did you expect?

It should send a transaction

What happened instead?

It crashed

Relevant log output

2022-12-01T11:44:31Z Bitcoin Core version v24.99.0-e334f7a54592 (debug build)
2022-12-01T11:44:31Z Signet derived magic (message start): 0a03cf40
2022-12-01T11:44:31Z Using the 'x86_shani(1way,2way)' SHA256 implementation
2022-12-01T11:44:31Z Using RdSeed as an additional entropy source
2022-12-01T11:44:31Z Using RdRand as an additional entropy source
2022-12-01T11:44:31Z Default data directory /home/will/.bitcoin
2022-12-01T11:44:31Z Using data directory /home/will/.bitcoin/signet
2022-12-01T11:44:31Z Config file: /home/will/.bitcoin/bitcoin.conf
2022-12-01T11:44:31Z Config file arg: daemon="1"
2022-12-01T11:44:31Z Config file arg: discover="1"
2022-12-01T11:44:31Z Config file arg: listen="1"
2022-12-01T11:44:31Z Config file arg: server="1"
2022-12-01T11:44:31Z Config file arg: [regtest] rpcpassword=****
2022-12-01T11:44:31Z Config file arg: [regtest] rpcport="18443"
2022-12-01T11:44:31Z Config file arg: [regtest] rpcuser=****
2022-12-01T11:44:31Z Config file arg: [signet] blocksdir="/media/will/crucial1/.bitcoin"
2022-12-01T11:44:31Z Config file arg: [signet] daemon="1"
2022-12-01T11:44:31Z Config file arg: [signet] debug="1"
2022-12-01T11:44:31Z Config file arg: [signet] listen="1"
2022-12-01T11:44:31Z Config file arg: [signet] rpcpassword=****
2022-12-01T11:44:31Z Config file arg: [signet] rpcuser=****
2022-12-01T11:44:31Z Config file arg: [signet] server="1"
2022-12-01T11:44:31Z Config file arg: [signet] wallet="/home/will/.bitcoin/signet/wallets/test-descriptor"
2022-12-01T11:44:31Z Config file arg: [test] blocksdir="/media/will/crucial1/.testnet"
2022-12-01T11:44:31Z Config file arg: [test] dbcache="16384"
2022-12-01T11:44:31Z Config file arg: [test] rpcpassword=****
2022-12-01T11:44:31Z Config file arg: [test] rpcuser=****
2022-12-01T11:44:31Z Command-line arg: signet=""
2022-12-01T11:44:31Z Using at most 125 automatic connections (1024 file descriptors available)
2022-12-01T11:44:31Z Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements
2022-12-01T11:44:31Z Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements
2022-12-01T11:44:31Z Script verification uses 15 additional threads
2022-12-01T11:44:31Z [lock] Enter: lock contention m_mutex, ./checkqueue.h:78 started
2022-12-01T11:44:31Z [lock] Enter: lock contention m_mutex, ./checkqueue.h:78 completed (1μs)
2022-12-01T11:44:31Z [lock] Enter: lock contention m_mutex, ./checkqueue.h:78 started
2022-12-01T11:44:31Z [lock] Enter: lock contention m_mutex, ./checkqueue.h:78 completed (1μs)
2022-12-01T11:44:31Z scheduler thread start
2022-12-01T11:44:31Z [http] Allowing HTTP connections from: 127.0.0.0/8 ::1/128 
2022-12-01T11:44:31Z [libevent:debug] event_add: event: 0x564edf81b680 (fd 10), EV_READ    call 0x7f58cc179620
2022-12-01T11:44:31Z [libevent:debug] Epoll ADD(1) on fd 10 okay. Old events were 0; read change was 1 (add); write change was 0 (none); close change was 0 (none)
2022-12-01T11:44:31Z Binding RPC on address ::1 port 38332
2022-12-01T11:44:31Z [libevent:debug] event_add: event: 0x564edf81c1e8 (fd 11), EV_READ    call 0x7f58cc17eb70
2022-12-01T11:44:31Z [libevent:debug] Epoll ADD(1) on fd 11 okay. Old events were 0; read change was 1 (add); write change was 0 (none); close change was 0 (none)
2022-12-01T11:44:31Z [libevent:debug] Bound to port 38332 - Awaiting connections ... 
2022-12-01T11:44:31Z Binding RPC on address 127.0.0.1 port 38332
2022-12-01T11:44:31Z [libevent:debug] event_add: event: 0x564edf81c968 (fd 12), EV_READ    call 0x7f58cc17eb70
2022-12-01T11:44:31Z [libevent:debug] Epoll ADD(1) on fd 12 okay. Old events were 0; read change was 1 (add); write change was 0 (none); close change was 0 (none)
2022-12-01T11:44:31Z [libevent:debug] Bound to port 38332 - Awaiting connections ... 
2022-12-01T11:44:31Z [http] Initialized HTTP server
2022-12-01T11:44:31Z [http] creating work queue of depth 16
2022-12-01T11:44:31Z [rpc] Starting RPC
2022-12-01T11:44:31Z [rpc] Starting HTTP RPC server
2022-12-01T11:44:31Z Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcauth for rpcauth auth generation.
2022-12-01T11:44:31Z [http] Registering HTTP handler for / (exactmatch 1)
2022-12-01T11:44:31Z [http] Registering HTTP handler for /wallet/ (exactmatch 0)
2022-12-01T11:44:31Z [http] Starting HTTP server
2022-12-01T11:44:31Z [http] starting 4 worker threads
2022-12-01T11:44:31Z [http] Entering http event loop
2022-12-01T11:44:31Z Using wallet directory /home/will/.bitcoin/signet/wallets
2022-12-01T11:44:31Z init message: Verifying wallet(s)…
2022-12-01T11:44:31Z Using SQLite Version 3.37.2
2022-12-01T11:44:31Z Using wallet /home/will/.bitcoin/signet/wallets/test-descriptor
2022-12-01T11:44:31Z Using /16 prefix for IP bucketing
2022-12-01T11:44:31Z init message: Loading P2P addresses…
2022-12-01T11:44:31Z Error: Invalid or corrupt peers.dat (Invalid network magic number). If you believe this is a bug, please report it to https://github.com/bitcoin/bitcoin/issues. As a workaround, you can move the file ("/home/will/.bitcoin/signet/peers.dat") out of the way (rename, move, or delete) to have a new one created on the next start.
2022-12-01T11:44:31Z [http] Interrupting HTTP server
2022-12-01T11:44:31Z [rpc] Interrupting HTTP RPC server
2022-12-01T11:44:31Z [rpc] Interrupting RPC
2022-12-01T11:44:31Z Shutdown: In progress...
2022-12-01T11:44:31Z [rpc] Stopping HTTP RPC server
2022-12-01T11:44:31Z [http] Unregistering HTTP handler for / (exactmatch 1)
2022-12-01T11:44:31Z [http] Unregistering HTTP handler for /wallet/ (exactmatch 0)
2022-12-01T11:44:31Z [rpc] Stopping RPC
2022-12-01T11:44:31Z [rpc] RPC stopped.
2022-12-01T11:44:31Z [http] Stopping HTTP server
2022-12-01T11:44:31Z [http] Waiting for HTTP worker threads to exit
2022-12-01T11:44:31Z [libevent:debug] event_del: 0x564edf81c1e8 (fd 11), callback 0x7f58cc17eb70
2022-12-01T11:44:31Z [libevent:debug] Epoll DEL(1) on fd 11 okay. Old events were 2; read change was 2 (del); write change was 0 (none); close change was 0 (none)
2022-12-01T11:44:31Z [libevent:debug] epoll_dispatch: epoll_wait reports 1
2022-12-01T11:44:31Z [libevent:debug] event_active: 0x564edf81b680 (fd 10), res 2, callback 0x7f58cc179620
2022-12-01T11:44:31Z [libevent:debug] event_process_active: event: 0x564edf81b680, EV_READ   call 0x7f58cc179620
2022-12-01T11:44:31Z [libevent:debug] event_del: 0x564edf81c968 (fd 12), callback 0x7f58cc17eb70
2022-12-01T11:44:31Z [libevent:debug] Epoll DEL(1) on fd 12 okay. Old events were 2; read change was 2 (del); write change was 0 (none); close change was 0 (none)
2022-12-01T11:44:31Z [libevent:debug] epoll_dispatch: epoll_wait reports 1
2022-12-01T11:44:31Z [libevent:debug] event_active: 0x564edf81b680 (fd 10), res 2, callback 0x7f58cc179620
2022-12-01T11:44:31Z [libevent:debug] event_process_active: event: 0x564edf81b680, EV_READ   call 0x7f58cc179620
2022-12-01T11:44:31Z [http] Waiting for HTTP event thread to exit
2022-12-01T11:44:31Z [libevent:debug] event_base_loop: no events registered.
2022-12-01T11:44:31Z [http] Exited http event loop
2022-12-01T11:44:31Z [libevent:debug] event_del: 0x564edf81b680 (fd 10), callback 0x7f58cc179620
2022-12-01T11:44:31Z [libevent:debug] Epoll DEL(1) on fd 10 okay. Old events were 2; read change was 2 (del); write change was 0 (none); close change was 0 (none)
2022-12-01T11:44:31Z [libevent:debug] event_base_free_: 0 events freed
2022-12-01T11:44:31Z [http] Stopped HTTP server
2022-12-01T11:44:31Z scheduler thread exit
2022-12-01T11:44:31Z Shutdown: done

2022-12-01T11:51:42Z Bitcoin Core version v24.99.0rc4-51151cc4f1bc (debug build)
2022-12-01T11:51:42Z Signet derived magic (message start): 0a03cf40
2022-12-01T11:51:42Z Using the 'x86_shani(1way,2way)' SHA256 implementation
2022-12-01T11:51:42Z Using RdSeed as an additional entropy source
2022-12-01T11:51:42Z Using RdRand as an additional entropy source
2022-12-01T11:51:42Z Default data directory /home/will/.bitcoin
2022-12-01T11:51:42Z Using data directory /home/will/.bitcoin/signet
2022-12-01T11:51:42Z Config file: /home/will/.bitcoin/bitcoin.conf
2022-12-01T11:51:42Z Config file arg: daemon="1"
2022-12-01T11:51:42Z Config file arg: discover="1"
2022-12-01T11:51:42Z Config file arg: listen="1"
2022-12-01T11:51:42Z Config file arg: server="1"

2022-12-01T11:51:42Z Config file arg: [regtest] rpcpassword=****
2022-12-01T11:51:42Z Config file arg: [regtest] rpcport="18443"
2022-12-01T11:51:42Z Config file arg: [regtest] rpcuser=****
2022-12-01T11:51:42Z Config file arg: [signet] blocksdir="/media/will/crucial1/.bitcoin"
2022-12-01T11:51:42Z Config file arg: [signet] daemon="1"
2022-12-01T11:51:42Z Config file arg: [signet] debug="1"
2022-12-01T11:51:42Z Config file arg: [signet] listen="1"
2022-12-01T11:51:42Z Config file arg: [signet] rpcpassword=****
2022-12-01T11:51:42Z Config file arg: [signet] rpcuser=****
2022-12-01T11:51:42Z Config file arg: [signet] server="1"
2022-12-01T11:51:42Z Config file arg: [signet] wallet="/home/will/.bitcoin/signet/wallets/test-descriptor"
2022-12-01T11:51:42Z Config file arg: [test] blocksdir="/media/will/crucial1/.testnet"
2022-12-01T11:51:42Z Config file arg: [test] dbcache="16384"
2022-12-01T11:51:42Z Config file arg: [test] rpcpassword=****
2022-12-01T11:51:42Z Config file arg: [test] rpcuser=****
2022-12-01T11:51:42Z Command-line arg: signet=""
2022-12-01T11:51:42Z Using at most 125 automatic connections (1024 file descriptors available)
2022-12-01T11:51:42Z Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements
2022-12-01T11:51:42Z Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements
2022-12-01T11:51:42Z Script verification uses 15 additional threads
2022-12-01T11:51:42Z scheduler thread start
2022-12-01T11:51:42Z [http] Allowing HTTP connections from: 127.0.0.0/8 ::1/128 
2022-12-01T11:51:42Z [libevent:debug] event_add: event: 0x557bfefd9cc0 (fd 10), EV_READ    call 0x7fb7a66a6620
2022-12-01T11:51:42Z [libevent:debug] Epoll ADD(1) on fd 10 okay. Old events were 0; read change was 1 (add); write change was 0 (none); close change was 0 (none)
2022-12-01T11:51:42Z [http] Binding RPC on address ::1 port 38332
2022-12-01T11:51:42Z [libevent:debug] event_add: event: 0x557bfefda3c8 (fd 11), EV_READ    call 0x7fb7a66abb70
2022-12-01T11:51:42Z [libevent:debug] Epoll ADD(1) on fd 11 okay. Old events were 0; read change was 1 (add); write change was 0 (none); close change was 0 (none)
2022-12-01T11:51:42Z [libevent:debug] Bound to port 38332 - Awaiting connections ... 
2022-12-01T11:51:42Z [http] Binding RPC on address 127.0.0.1 port 38332
2022-12-01T11:51:42Z [libevent:debug] event_add: event: 0x557bfefda4c8 (fd 12), EV_READ    call 0x7fb7a66abb70
2022-12-01T11:51:42Z [libevent:debug] Epoll ADD(1) on fd 12 okay. Old events were 0; read change was 1 (add); write change was 0 (none); close change was 0 (none)
2022-12-01T11:51:42Z [libevent:debug] Bound to port 38332 - Awaiting connections ... 
2022-12-01T11:51:42Z [http] Initialized HTTP server
2022-12-01T11:51:42Z [http] creating work queue of depth 16
2022-12-01T11:51:42Z [rpc] Starting RPC
2022-12-01T11:51:42Z [rpc] Starting HTTP RPC server
2022-12-01T11:51:42Z Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcauth for rpcauth auth generation.
2022-12-01T11:51:42Z [http] Registering HTTP handler for / (exactmatch 1)
2022-12-01T11:51:42Z [http] Registering HTTP handler for /wallet/ (exactmatch 0)
2022-12-01T11:51:42Z [http] Starting HTTP server
2022-12-01T11:51:42Z [http] starting 4 worker threads
2022-12-01T11:51:42Z [http] Entering http event loop
2022-12-01T11:51:42Z Using wallet directory /home/will/.bitcoin/signet/wallets
2022-12-01T11:51:42Z init message: Verifying wallet(s)…
2022-12-01T11:51:42Z Using SQLite Version 3.37.2
2022-12-01T11:51:42Z Using wallet /home/will/.bitcoin/signet/wallets/test-descriptor
2022-12-01T11:51:42Z Using /16 prefix for IP bucketing
2022-12-01T11:51:42Z init message: Loading P2P addresses…
2022-12-01T11:51:42Z Creating peers.dat because the file was not found ("/home/will/.bitcoin/signet/peers.dat")
2022-12-01T11:51:42Z init message: Loading banlist…
2022-12-01T11:51:42Z [net] Loaded 0 banned node addresses/subnets  0ms
2022-12-01T11:51:42Z [net] setting try another outbound peer=false
2022-12-01T11:51:42Z SetNetworkActive: true
2022-12-01T11:51:42Z [estimatefee] Reading estimates: 190 buckets counting confirms up to 48 blocks
2022-12-01T11:51:42Z [estimatefee] Reading estimates: 190 buckets counting confirms up to 12 blocks
2022-12-01T11:51:42Z [estimatefee] Reading estimates: 190 buckets counting confirms up to 1008 blocks
2022-12-01T11:51:42Z Cache configuration:
2022-12-01T11:51:42Z * Using 2.0 MiB for block index database
2022-12-01T11:51:42Z * Using 8.0 MiB for chain state database
2022-12-01T11:51:42Z * Using 440.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2022-12-01T11:51:42Z init message: Loading block index…
2022-12-01T11:51:42Z Assuming ancestors of block 000000d1a0e224fa4679d2fb2187ba55431c284fa1b74cbc8cfda866fd4d2c09 have valid signatures.
2022-12-01T11:51:42Z Setting nMinimumChainWork=000000000000000000000000000000000000000000000000000001291fc22898
2022-12-01T11:51:42Z Switching active chainstate to Chainstate [ibd] @ height -1 (null)
2022-12-01T11:51:42Z [leveldb] LevelDB using max_open_files=1000 (default=1000)
2022-12-01T11:51:42Z Opening LevelDB in /home/will/.bitcoin/signet/blocks/index
2022-12-01T11:51:42Z [leveldb:debug] Recovering log #107
2022-12-01T11:51:42Z [leveldb:debug] Level-0 table #109: started
2022-12-01T11:51:42Z [leveldb:debug] Level-0 table #109: 12272 bytes OK
2022-12-01T11:51:42Z [leveldb:debug] Delete type=3 #105
2022-12-01T11:51:42Z [leveldb:debug] Delete type=0 #107
2022-12-01T11:51:42Z Opened LevelDB successfully
2022-12-01T11:51:42Z [leveldb:debug] Compacting 4@0 + 1@1 files
2022-12-01T11:51:42Z Using obfuscation key for /home/will/.bitcoin/signet/blocks/index: 0000000000000000
2022-12-01T11:51:42Z [leveldb:debug] Generated table #111@0: 4229 keys, 605490 bytes
2022-12-01T11:51:42Z [leveldb:debug] Compacted 4@0 + 1@1 files => 605490 bytes
2022-12-01T11:51:42Z [leveldb:debug] compacted to: files[ 0 1 1 0 0 0 0 ]
2022-12-01T11:51:44Z LoadBlockIndexDB: last block file = 4
2022-12-01T11:51:44Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=10160, size=57729075, heights=108171...119313, time=2022-09-15...2022-12-01)
2022-12-01T11:51:44Z Checking all blk files are present...
2022-12-01T11:51:45Z [leveldb] LevelDB using max_open_files=1000 (default=1000)
2022-12-01T11:51:45Z Opening LevelDB in /home/will/.bitcoin/signet/chainstate
2022-12-01T11:51:45Z [leveldb:debug] Recovering log #760
2022-12-01T11:51:45Z [leveldb:debug] Level-0 table #772: started
2022-12-01T11:51:45Z [leveldb:debug] Level-0 table #772: 47992 bytes OK
2022-12-01T11:51:45Z [leveldb:debug] Delete type=3 #759
2022-12-01T11:51:45Z [leveldb:debug] Delete type=0 #760
2022-12-01T11:51:45Z Opened LevelDB successfully
2022-12-01T11:51:45Z Using obfuscation key for /home/will/.bitcoin/signet/chainstate: 9e297a4f20fd3ecb
2022-12-01T11:51:45Z Loaded best chain: hashBestChain=00000072d3d0525ef68027c9c844ae7e869056a4fae696158dec994bf78e2181 height=119313 date=2022-12-01T11:30:29Z progress=0.999986
2022-12-01T11:51:45Z init message: Verifying blocks…
2022-12-01T11:51:45Z Verifying last 6 blocks at level 3
2022-12-01T11:51:45Z [0%]...[16%]...[33%]...[50%]...[66%]...[83%]...[99%]...[DONE].
2022-12-01T11:51:45Z No coin database inconsistencies in last 6 blocks (8 transactions)
2022-12-01T11:51:45Z  block index            2222ms
2022-12-01T11:51:45Z Using SQLite Version 3.37.2
2022-12-01T11:51:45Z Using wallet /home/will/.bitcoin/signet/wallets/test-descriptor
2022-12-01T11:51:45Z init message: Loading wallet…
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Wallet file version = 10500, last client version = 249900
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Setting spkMan to active: id = adf1d406aa4a741e75b4d7c75092da40c95cc184b853ead478dfd02098482057, type = legacy, internal = false
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Setting spkMan to active: id = cf07b58d1c8ac3893aba1abb0dc05feef3a9169318024ad54c9ee90fd2921280, type = p2sh-segwit, internal = false
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Setting spkMan to active: id = 2295b7686d6a29432cbb03f31ca5bdcd23e22f646768e6ceabd258106878175f, type = bech32, internal = false
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Setting spkMan to active: id = e1d90c7371f32533ff2db1847ccbc2d9bc4f7e6ee64f7e1a3771a60e92d95964, type = bech32m, internal = false
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Setting spkMan to active: id = 2ab8410b58639f9ae00c3e590ee82b9236c872f6a1e66a7803a05e7283a99fd1, type = legacy, internal = true
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Setting spkMan to active: id = ded6ad73ececbd006d09ef15319bab30187f1e4828b330324584d18b63e3b15d, type = p2sh-segwit, internal = true
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Setting spkMan to active: id = b51440a0c755c032f1a1b20fbe9efbb373bf58e64641211949f286107ae5b160, type = bech32, internal = true
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Setting spkMan to active: id = 25b79b2e95a1efcca1ba56bbe82f7187b2ad777739baa445f37ddda01b916b2c, type = bech32m, internal = true
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Keys: 8 plaintext, 0 encrypted, 0 w/ metadata, 8 total. Unknown wallet records: 0
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Wallet completed loading in             545ms
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] setKeyPool.size() = 8000
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] mapWallet.size() = 4
2022-12-01T11:51:45Z [/home/will/.bitcoin/signet/wallets/test-descriptor] m_address_book.size() = 5
2022-12-01T11:51:45Z Setting NODE_NETWORK on non-prune mode
2022-12-01T11:51:45Z block tree size = 119314
2022-12-01T11:51:45Z nBestHeight = 119313
2022-12-01T11:51:45Z loadblk thread start
2022-12-01T11:51:45Z [lock] Enter: lock contention cs_args, util/system.cpp:1095 started
2022-12-01T11:51:45Z [lock] Enter: lock contention cs_args, util/system.cpp:1095 completed (4μs)
2022-12-01T11:51:45Z [lock] Enter: lock contention cs_args, util/system.cpp:1095 started
2022-12-01T11:51:45Z [libevent:debug] event_add: event: 0x557c00c55df0 (fd 24), EV_READ    call 0x7fb7a66a6620
2022-12-01T11:51:45Z [libevent:debug] Epoll ADD(1) on fd 24 okay. Old events were 0; read change was 1 (add); write change was 0 (none); close change was 0 (none)
2022-12-01T11:51:45Z [lock] Enter: lock contention cs_args, util/system.cpp:1095 completed (5μs)
2022-12-01T11:51:45Z Imported mempool transactions from disk: 0 succeeded, 0 failed, 0 expired, 0 already there, 0 waiting for initial broadcast
2022-12-01T11:51:45Z loadblk thread exit
2022-12-01T11:51:45Z torcontrol thread start
2022-12-01T11:51:45Z [lock] Enter: lock contention cs_args, util/system.cpp:1095 started
2022-12-01T11:51:45Z [lock] Enter: lock contention cs_args, util/system.cpp:1095 completed (54μs)
2022-12-01T11:51:45Z Bound to 127.0.0.1:38334
2022-12-01T11:51:45Z Bound to [::]:38333
2022-12-01T11:51:45Z Bound to 0.0.0.0:38333
2022-12-01T11:51:45Z Loaded 2 addresses from "anchors.dat"
2022-12-01T11:51:45Z [libevent:debug] event_add: event: 0x7fb730001940 (fd -1), EV_READ    call 0x7fb7a669bd70
2022-12-01T11:51:45Z [libevent:debug] event_add: event: 0x7fb7300019c0 (fd -1),  EV_WRITE   call 0x7fb7a669c500
2022-12-01T11:51:45Z 2 block-relay-only anchors will be tried for connections.
2022-12-01T11:51:45Z init message: Starting network threads…
2022-12-01T11:51:45Z [libevent:debug] event_del: 0x7fb730001940 (fd -1), callback 0x7fb7a669bd70
2022-12-01T11:51:45Z [libevent:debug] event_del: 0x7fb7300019c0 (fd -1), callback 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] event_add: event: 0x7fb730001940 (fd 28), EV_READ    call 0x7fb7a669bd70
2022-12-01T11:51:45Z [libevent:debug] Epoll ADD(1) on fd 28 okay. Old events were 0; read change was 1 (add); write change was 0 (none); close change was 0 (none)
2022-12-01T11:51:45Z [libevent:debug] event_add: event: 0x7fb7300019c0 (fd 28),  EV_WRITE   call 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] Epoll MOD(5) on fd 28 okay. Old events were 2; read change was 0 (none); write change was 1 (add); close change was 0 (none)
2022-12-01T11:51:45Z [libevent:debug] event_add: event: 0x7fb7300019c0 (fd 28),  EV_WRITE   call 0x7fb7a669c500
2022-12-01T11:51:45Z dnsseed thread start
2022-12-01T11:51:45Z net thread start
2022-12-01T11:51:45Z [tor] Reading cached private key from /home/will/.bitcoin/signet/onion_v3_private_key
2022-12-01T11:51:45Z [libevent:debug] epoll_dispatch: epoll_wait reports 1
2022-12-01T11:51:45Z [libevent:debug] event_active: 0x7fb7300019c0 (fd 28), res 4, callback 0x7fb7a669c500
2022-12-01T11:51:45Z Loading addresses from DNS seed seed.signet.bitcoin.sprovoost.nl.
2022-12-01T11:51:45Z addcon thread start
2022-12-01T11:51:45Z init message: Done loading
2022-12-01T11:51:45Z [libevent:debug] event_process_active: event: 0x7fb7300019c0,  EV_WRITE  call 0x7fb7a669c500
2022-12-01T11:51:45Z opencon thread start
2022-12-01T11:51:45Z msghand thread start
2022-12-01T11:51:45Z [tor] Successfully connected!
2022-12-01T11:51:45Z [lock] Enter: lock contention m_mutex, random.cpp:415 started
2022-12-01T11:51:45Z [lock] Enter: lock contention m_mutex, random.cpp:415 completed (5μs)
2022-12-01T11:51:45Z [libevent:debug] event_del: 0x7fb7300019c0 (fd 28), callback 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] Epoll MOD(1) on fd 28 okay. Old events were 6; read change was 0 (none); write change was 2 (del); close change was 0 (none)
2022-12-01T11:51:45Z [libevent:debug] epoll_dispatch: epoll_wait reports 1
2022-12-01T11:51:45Z [libevent:debug] event_active: 0x7fb730001940 (fd 28), res 2, callback 0x7fb7a669bd70
2022-12-01T11:51:45Z [libevent:debug] event_process_active: event: 0x7fb730001940, EV_READ   call 0x7fb7a669bd70
2022-12-01T11:51:45Z [tor] Connected to Tor version 0.4.6.10
2022-12-01T11:51:45Z [tor] Supported authentication method: COOKIE
2022-12-01T11:51:45Z [tor] Supported authentication method: SAFECOOKIE
2022-12-01T11:51:45Z [tor] Using SAFECOOKIE authentication, reading cookie authentication from /run/tor/control.authcookie
2022-12-01T11:51:45Z [libevent:debug] event_add: event: 0x7fb7300019c0 (fd 28),  EV_WRITE   call 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] Epoll MOD(5) on fd 28 okay. Old events were 2; read change was 0 (none); write change was 1 (add); close change was 0 (none)
2022-12-01T11:51:45Z [libevent:debug] epoll_dispatch: epoll_wait reports 1
2022-12-01T11:51:45Z [libevent:debug] event_active: 0x7fb7300019c0 (fd 28), res 4, callback 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] event_process_active: event: 0x7fb7300019c0,  EV_WRITE  call 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] event_del: 0x7fb7300019c0 (fd 28), callback 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] Epoll MOD(1) on fd 28 okay. Old events were 6; read change was 0 (none); write change was 2 (del); close change was 0 (none)
2022-12-01T11:51:45Z [libevent:debug] epoll_dispatch: epoll_wait reports 1
2022-12-01T11:51:45Z [libevent:debug] event_active: 0x7fb730001940 (fd 28), res 2, callback 0x7fb7a669bd70
2022-12-01T11:51:45Z [libevent:debug] event_process_active: event: 0x7fb730001940, EV_READ   call 0x7fb7a669bd70
2022-12-01T11:51:45Z [tor] SAFECOOKIE authentication challenge successful
2022-12-01T11:51:45Z [tor] AUTHCHALLENGE ServerHash d5d0a8aec30ad5b88e78c2f39bca4f45d834393424ac8525516bb2ac3200003d ServerNonce ca52758b76a5de6aea6ea27eece9879bfbbb4592cdc523617802568b7bad7351
2022-12-01T11:51:45Z [libevent:debug] event_add: event: 0x7fb7300019c0 (fd 28),  EV_WRITE   call 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] Epoll MOD(5) on fd 28 okay. Old events were 2; read change was 0 (none); write change was 1 (add); close change was 0 (none)
2022-12-01T11:51:45Z [libevent:debug] epoll_dispatch: epoll_wait reports 1
2022-12-01T11:51:45Z [libevent:debug] event_active: 0x7fb7300019c0 (fd 28), res 4, callback 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] event_process_active: event: 0x7fb7300019c0,  EV_WRITE  call 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] event_del: 0x7fb7300019c0 (fd 28), callback 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] Epoll MOD(1) on fd 28 okay. Old events were 6; read change was 0 (none); write change was 2 (del); close change was 0 (none)
2022-12-01T11:51:45Z [libevent:debug] epoll_dispatch: epoll_wait reports 1
2022-12-01T11:51:45Z [libevent:debug] event_active: 0x7fb730001940 (fd 28), res 2, callback 0x7fb7a669bd70
2022-12-01T11:51:45Z [libevent:debug] event_process_active: event: 0x7fb730001940, EV_READ   call 0x7fb7a669bd70
2022-12-01T11:51:45Z [tor] Authentication successful
2022-12-01T11:51:45Z [libevent:debug] event_add: event: 0x7fb7300019c0 (fd 28),  EV_WRITE   call 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] Epoll MOD(5) on fd 28 okay. Old events were 2; read change was 0 (none); write change was 1 (add); close change was 0 (none)
2022-12-01T11:51:45Z [libevent:debug] epoll_dispatch: epoll_wait reports 1
2022-12-01T11:51:45Z [libevent:debug] event_active: 0x7fb7300019c0 (fd 28), res 4, callback 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] event_process_active: event: 0x7fb7300019c0,  EV_WRITE  call 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] event_del: 0x7fb7300019c0 (fd 28), callback 0x7fb7a669c500
2022-12-01T11:51:45Z [libevent:debug] Epoll MOD(1) on fd 28 okay. Old events were 6; read change was 0 (none); write change was 2 (del); close change was 0 (none)
2022-12-01T11:51:45Z [libevent:debug] epoll_dispatch: epoll_wait reports 1
2022-12-01T11:51:45Z [libevent:debug] event_active: 0x7fb730001940 (fd 28), res 2, callback 0x7fb7a669bd70
2022-12-01T11:51:45Z [libevent:debug] event_process_active: event: 0x7fb730001940, EV_READ   call 0x7fb7a669bd70
2022-12-01T11:51:45Z [tor] Get SOCKS port command yielded 127.0.0.1:9050
2022-12-01T11:51:45Z [tor] Configuring onion proxy for 127.0.0.1:9050
2022-12-01T11:51:45Z [tor] ADD_ONION successful
2022-12-01T11:51:45Z [tor] Got service ID am3lpey7n7nqrab66z26hqjepbk536sqxrw3ergndrqsnsoaz5m2jfid, advertising service am3lpey7n7nqrab66z26hqjepbk536sqxrw3ergndrqsnsoaz5m2jfid.onion:38333
2022-12-01T11:51:45Z [tor] Cached service private key to /home/will/.bitcoin/signet/onion_v3_private_key
2022-12-01T11:51:45Z AddLocal(am3lpey7n7nqrab66z26hqjepbk536sqxrw3ergndrqsnsoaz5m2jfid.onion:38333,4)
2022-12-01T11:51:46Z [addrman] Added 45.33.47.11:38333 mapped to AS0 to new[292][20]
2022-12-01T11:51:46Z [addrman] Added 178.128.221.177:38333 mapped to AS0 to new[777][32]
2022-12-01T11:51:46Z [addrman] Added 34.213.35.16:38333 mapped to AS0 to new[75][61]
2022-12-01T11:51:46Z [addrman] Added 31.14.40.18:38333 mapped to AS0 to new[816][42]
2022-12-01T11:51:46Z [addrman] Added 34.125.100.29:38333 mapped to AS0 to new[138][50]
2022-12-01T11:51:46Z [addrman] Added 178.128.107.160:38333 mapped to AS0 to new[777][11]
2022-12-01T11:51:46Z [addrman] Added 108.161.223.181:38333 mapped to AS0 to new[238][35]
2022-12-01T11:51:46Z [addrman] Added 147.182.229.68:38333 mapped to AS0 to new[104][6]
2022-12-01T11:51:46Z [addrman] Added 172.105.179.233:38333 mapped to AS0 to new[104][57]
2022-12-01T11:51:46Z [addrman] Added 103.16.128.63:38333 mapped to AS0 to new[459][24]
2022-12-01T11:51:46Z [addrman] Added 68.183.225.231:38333 mapped to AS0 to new[305][8]
2022-12-01T11:51:46Z [addrman] Added [2602:ffc5:20::1:51d2]:38333 mapped to AS0 to new[292][16]
2022-12-01T11:51:46Z [addrman] Added [2604:a880:4:1d0::352:6000]:38333 mapped to AS0 to new[383][0]
2022-12-01T11:51:46Z [addrman] Added [2a01:4f8:c010:b76b::1]:38333 mapped to AS0 to new[909][15]
2022-12-01T11:51:46Z [addrman] Added [2a01:4f9:c011:4b8f::1]:38333 mapped to AS0 to new[383][36]
2022-12-01T11:51:46Z [addrman] Added 15 addresses (of 15) from isyyfqeilwfacqmd.internal: 0 tried, 15 new
2022-12-01T11:51:46Z Loading addresses from DNS seed 178.128.221.177
2022-12-01T11:51:46Z [net] Trying to make an anchor connection to 95.217.106.33:28333
2022-12-01T11:51:46Z [net:debug] trying connection 95.217.106.33:28333 lastseen=189.0hrs
2022-12-01T11:51:46Z Loading addresses from DNS seed v7ajjeirttkbnt32wpy3c6w3emwnfr3fkla7hpxcfokr3ysd3kqtzmqd.onion:38333
2022-12-01T11:51:46Z 15 addresses found from DNS seeds
2022-12-01T11:51:46Z dnsseed thread exit
2022-12-01T11:51:46Z [net] Added connection peer=0
2022-12-01T11:51:46Z [net] sending version (103 bytes) peer=0
2022-12-01T11:51:46Z [net] send version message: version 70016, blocks=119313, txrelay=0, peer=0
2022-12-01T11:51:46Z [net:debug] trying connection 178.128.221.177 lastseen=0.0hrs
2022-12-01T11:51:46Z [net] received: version (102 bytes) peer=0
2022-12-01T11:51:46Z [net] sending wtxidrelay (0 bytes) peer=0
2022-12-01T11:51:46Z [net] sending sendaddrv2 (0 bytes) peer=0
2022-12-01T11:51:46Z [net] sending verack (0 bytes) peer=0
2022-12-01T11:51:46Z [net] receive version message: /Satoshi:22.0.0/: version 70016, blocks=119313, us=77.100.20.178:60150, txrelay=1, peer=0
2022-12-01T11:51:46Z [net] added time data, samples 2, offset +0 (+0 minutes)
2022-12-01T11:51:46Z [net] received: wtxidrelay (0 bytes) peer=0
2022-12-01T11:51:46Z [net] received: sendaddrv2 (0 bytes) peer=0
2022-12-01T11:51:46Z [net] received: verack (0 bytes) peer=0
2022-12-01T11:51:46Z New outbound peer connected: version: 70016, blocks=119313, peer=0 (block-relay-only)
2022-12-01T11:51:46Z [net] sending sendcmpct (9 bytes) peer=0
2022-12-01T11:51:46Z [net] sending ping (8 bytes) peer=0
2022-12-01T11:51:46Z [net] sending getheaders (933 bytes) peer=0
2022-12-01T11:51:46Z [net] initial getheaders (119312) to peer=0 (startheight:119313)
2022-12-01T11:51:46Z [net] received: sendheaders (0 bytes) peer=0
2022-12-01T11:51:46Z [net] received: sendcmpct (9 bytes) peer=0
2022-12-01T11:51:46Z [net] received: sendcmpct (9 bytes) peer=0
2022-12-01T11:51:46Z [net] received: ping (8 bytes) peer=0
2022-12-01T11:51:46Z [net] sending pong (8 bytes) peer=0
2022-12-01T11:51:46Z [net] received: addrv2 (16 bytes) peer=0
2022-12-01T11:51:46Z [net] ignoring addrv2 message from block-relay-only peer=0
2022-12-01T11:51:46Z [net] received: getheaders (933 bytes) peer=0
2022-12-01T11:51:46Z [net] getheaders 119313 to end from peer=0
2022-12-01T11:51:46Z [net] sending headers (82 bytes) peer=0
2022-12-01T11:51:46Z [net] received: feefilter (8 bytes) peer=0
2022-12-01T11:51:46Z [net] received: feefilter of 0.00001000 BTC/kvB from peer=0
2022-12-01T11:51:46Z [net] received: pong (8 bytes) peer=0
2022-12-01T11:51:46Z [net] received: headers (82 bytes) peer=0
2022-12-01T11:51:46Z Leaving InitialBlockDownload (latching to false)
2022-12-01T11:51:46Z [net] sending sendheaders (0 bytes) peer=0
2022-12-01T11:51:46Z [net] Added connection peer=1
2022-12-01T11:51:46Z [net] sending version (103 bytes) peer=1
2022-12-01T11:51:46Z [net] send version message: version 70016, blocks=119313, txrelay=1, peer=1
2022-12-01T11:51:46Z [net] received: version (103 bytes) peer=1
2022-12-01T11:51:46Z [net] sending wtxidrelay (0 bytes) peer=1
2022-12-01T11:51:46Z [net] sending sendaddrv2 (0 bytes) peer=1
2022-12-01T11:51:46Z [net] sending verack (0 bytes) peer=1
2022-12-01T11:51:46Z [net] ProcessMessages: advertising address am3lpey7n7nqrab66z26hqjepbk536sqxrw3ergndrqsnsoaz5m2jfid.onion:38333
2022-12-01T11:51:46Z [net] sending getaddr (0 bytes) peer=1
2022-12-01T11:51:46Z [addrman] Moved 178.128.221.177:38333 mapped to AS0 to tried[155][1]
2022-12-01T11:51:46Z [net] receive version message: /Satoshi:22.99.0/: version 70016, blocks=119313, us=77.100.20.178:53372, txrelay=1, peer=1
2022-12-01T11:51:46Z [net] added time data, samples 3, offset +0 (+0 minutes)
2022-12-01T11:51:46Z [net] received: wtxidrelay (0 bytes) peer=1
2022-12-01T11:51:46Z [net] received: sendaddrv2 (0 bytes) peer=1
2022-12-01T11:51:46Z [net] received: verack (0 bytes) peer=1
2022-12-01T11:51:46Z New outbound peer connected: version: 70016, blocks=119313, peer=1 (addr-fetch)
2022-12-01T11:51:46Z [net] sending sendcmpct (9 bytes) peer=1
2022-12-01T11:51:46Z [net] sending ping (8 bytes) peer=1
2022-12-01T11:51:46Z [net] Advertising address am3lpey7n7nqrab66z26hqjepbk536sqxrw3ergndrqsnsoaz5m2jfid.onion:38333 to peer=1
2022-12-01T11:51:46Z [net] sending addrv2 (44 bytes) peer=1
2022-12-01T11:51:46Z [net] sending getheaders (933 bytes) peer=1
2022-12-01T11:51:46Z [net] initial getheaders (119312) to peer=1 (startheight:119313)
2022-12-01T11:51:46Z [net] sending feefilter (8 bytes) peer=1
2022-12-01T11:51:47Z [net] Trying to make an anchor connection to 192.248.175.110:38333
2022-12-01T11:51:47Z [net:debug] trying connection 192.248.175.110:38333 lastseen=190.0hrs
2022-12-01T11:51:47Z [net] Added connection peer=2
2022-12-01T11:51:47Z [net] sending version (103 bytes) peer=2
2022-12-01T11:51:47Z [net] send version message: version 70016, blocks=119313, txrelay=0, peer=2
2022-12-01T11:51:47Z [net:debug] trying connection v7ajjeirttkbnt32wpy3c6w3emwnfr3fkla7hpxcfokr3ysd3kqtzmqd.onion:38333 lastseen=0.0hrs
2022-12-01T11:51:47Z [net] SOCKS5 connecting v7ajjeirttkbnt32wpy3c6w3emwnfr3fkla7hpxcfokr3ysd3kqtzmqd.onion
2022-12-01T11:51:47Z [proxy] SOCKS5 sending proxy authentication 0:0
2022-12-01T11:51:47Z [net] received: sendheaders (0 bytes) peer=1
2022-12-01T11:51:47Z [net] received: sendcmpct (9 bytes) peer=1
2022-12-01T11:51:47Z [net] received: sendcmpct (9 bytes) peer=1
2022-12-01T11:51:47Z [net] received: ping (8 bytes) peer=1
2022-12-01T11:51:47Z [net] sending pong (8 bytes) peer=1
2022-12-01T11:51:47Z [net] received: getheaders (933 bytes) peer=1
2022-12-01T11:51:47Z [net] getheaders 119313 to end from peer=1
2022-12-01T11:51:47Z [net] sending headers (82 bytes) peer=1
2022-12-01T11:51:47Z [net] received: version (102 bytes) peer=2
2022-12-01T11:51:47Z [net] sending wtxidrelay (0 bytes) peer=2
2022-12-01T11:51:47Z [net] sending sendaddrv2 (0 bytes) peer=2
2022-12-01T11:51:47Z [net] sending verack (0 bytes) peer=2
2022-12-01T11:51:47Z [net] receive version message: /Satoshi:22.0.0/: version 70016, blocks=119313, us=77.100.20.178:47828, txrelay=1, peer=2
2022-12-01T11:51:47Z [net] added time data, samples 4, offset +0 (+0 minutes)
2022-12-01T11:51:47Z [net] received: wtxidrelay (0 bytes) peer=2
2022-12-01T11:51:47Z [net] received: sendaddrv2 (0 bytes) peer=2
2022-12-01T11:51:47Z [net] received: verack (0 bytes) peer=2
2022-12-01T11:51:47Z New outbound peer connected: version: 70016, blocks=119313, peer=2 (block-relay-only)
2022-12-01T11:51:47Z [net] sending sendcmpct (9 bytes) peer=2
2022-12-01T11:51:47Z [net] sending ping (8 bytes) peer=2
2022-12-01T11:51:47Z [net] sending getheaders (933 bytes) peer=2
2022-12-01T11:51:47Z [net] initial getheaders (119312) to peer=2 (startheight:119313)
2022-12-01T11:51:47Z [net] received: sendheaders (0 bytes) peer=2
2022-12-01T11:51:47Z [net] received: sendcmpct (9 bytes) peer=2
2022-12-01T11:51:47Z [net] received: sendcmpct (9 bytes) peer=2
2022-12-01T11:51:47Z [net] received: ping (8 bytes) peer=2
2022-12-01T11:51:47Z [net] sending pong (8 bytes) peer=2
2022-12-01T11:51:47Z [net] received: addrv2 (16 bytes) peer=2
2022-12-01T11:51:47Z [net] ignoring addrv2 message from block-relay-only peer=2
2022-12-01T11:51:47Z [net] received: getheaders (933 bytes) peer=2
2022-12-01T11:51:47Z [net] getheaders 119313 to end from peer=2
2022-12-01T11:51:47Z [net] sending headers (82 bytes) peer=2
2022-12-01T11:51:47Z [net] received: feefilter (8 bytes) peer=2
2022-12-01T11:51:47Z [net] received: feefilter of 0.00001000 BTC/kvB from peer=2
2022-12-01T11:51:47Z [net] received: pong (8 bytes) peer=2
2022-12-01T11:51:47Z [net] received: headers (82 bytes) peer=2
2022-12-01T11:51:47Z [net] sending sendheaders (0 bytes) peer=2
2022-12-01T11:51:47Z [net] received: feefilter (8 bytes) peer=1
2022-12-01T11:51:47Z [net] received: feefilter of 0.00001000 BTC/kvB from peer=1
2022-12-01T11:51:47Z [net] received: addrv2 (2955 bytes) peer=1
2022-12-01T11:51:47Z [net] Received addr: 158 addresses (158 processed, 0 rate-limited) from peer=1
2022-12-01T11:51:47Z [addrman] Added 35.91.6.59:38333 mapped to AS0 to new[543][54]
2022-12-01T11:51:47Z [addrman] Added 45.134.213.200:38333 mapped to AS0 to new[280][41]
2022-12-01T11:51:47Z [addrman] Added [2001:470:67:601:ed0e:e0a5:895f:79a3]:38333 mapped to AS0 to new[22][51]
2022-12-01T11:51:47Z [addrman] Added [2600:1700:b360:c6f0:cd99:71b9:15aa:e286]:38333 mapped to AS0 to new[634][3]
2022-12-01T11:51:47Z [addrman] Added 54.148.243.185:38333 mapped to AS0 to new[553][51]
2022-12-01T11:51:47Z [addrman] Added 178.128.107.160:38333 mapped to AS0 to new[553][55]
2022-12-01T11:51:47Z [addrman] Added [2a0b:f4c0:16c:7::1]:38333 mapped to AS0 to new[813][41]
2022-12-01T11:51:47Z [addrman] Added 194.110.112.42:38333 mapped to AS0 to new[234][30]
2022-12-01T11:51:47Z [addrman] Added 84.170.235.84:38333 mapped to AS0 to new[955][37]
2022-12-01T11:51:47Z [addrman] Added 18.166.228.180:38333 mapped to AS0 to new[147][12]
2022-12-01T11:51:47Z [addrman] Added 198.54.128.94:38333 mapped to AS0 to new[847][27]
2022-12-01T11:51:47Z [addrman] Added [2001:ac8:9a:17::b54e]:38333 mapped to AS0 to new[468][51]
2022-12-01T11:51:47Z [addrman] Added 185.255.131.183:38333 mapped to AS0 to new[456][44]
2022-12-01T11:51:47Z [addrman] Added [2001:861:8b40:db00:d0fa:dfcc:d3ea:d127]:18333 mapped to AS0 to new[486][7]
2022-12-01T11:51:47Z [addrman] Added [2601:646:a180:5330:d8a3:5229:7dc2:5c14]:38333 mapped to AS0 to new[864][53]
2022-12-01T11:51:47Z [addrman] Added 136.144.237.250:38333 mapped to AS0 to new[883][17]
2022-12-01T11:51:47Z [addrman] Added 31.14.40.19:38333 mapped to AS0 to new[813][63]
2022-12-01T11:51:47Z [addrman] Added [2a02:6ea0:cc1f:1::b61e]:38333 mapped to AS0 to new[337][17]
2022-12-01T11:51:47Z [addrman] Added [2604:5500:9065:ff00:7d24:b62e:33a0:6389]:38333 mapped to AS0 to new[777][24]
2022-12-01T11:51:47Z [addrman] Added 107.189.12.188:8335 mapped to AS0 to new[847][25]
2022-12-01T11:51:47Z [addrman] Added 86.187.228.142:38333 mapped to AS0 to new[994][50]

What version of Bitcoin Core are you using?

v24.0.1

Host operating system and version

Ubuntu 22.10

Host machine specifications

Intel i7, 64GB RAM, NVMe SSD

kouloumos commented 1 year ago

Looks nice! Is there a way to make the "Relevant log output" render with a click-to-expand button? I think it would make the issue easier to read. Maybe an option could be to add the collapsable markdown code template as an initial value of the field.

willcl-ark commented 1 year ago

Ooooh that would be nice! I will investigate, but dunno if you can interleave a yaml object inside a markdown one...

willcl-ark commented 1 year ago

(BTW I'm still changing the template a little bit on the input side, going to focus on the actual output afterwards :P)