Git Product home page Git Product logo

willcl-ark / bitcoin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitcoin/bitcoin

0.0 0.0 1.0 236.44 MB

Bitcoin Core integration/staging tree

Home Page: https://bitcoincore.org/en/download

License: MIT License

Shell 1.04% Makefile 0.84% M4 1.20% C 10.98% Python 19.94% C++ 64.82% QMake 0.01% HTML 0.12% Objective-C++ 0.03% Assembly 0.16% Scheme 0.12% CMake 0.33% Sage 0.33% Cap'n Proto 0.01% Java 0.01% Dockerfile 0.03% Rust 0.04%

bitcoin's People

Contributors

achow101 avatar ajtowns avatar dongcarl avatar fanquake avatar furszy avatar gavinandresen avatar glozow avatar gmaxwell avatar hebasto avatar instagibbs avatar jamesob avatar jnewbery avatar jonasschnelli avatar jonatack avatar kallewoof avatar laanwj avatar luke-jr avatar meshcollider avatar morcos avatar non-github-bitcoin avatar practicalswift avatar promag avatar ryanofsky avatar sdaftuar avatar sipa avatar sjors avatar thebluematt avatar thestack avatar theuni avatar vasild avatar

Watchers

 avatar  avatar

bitcoin's Issues

Demo Good First Issue

Motivation

Help beginners use the getnewaddress RPC

Possible solution

Add more RPC helptext to the getnewaddress RPC

Useful Skills

Basic understanding of Bitcoin Core RPC interface

Guidance for new contributors

Want to work on this issue?

For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.

Demo bug report with all fields filled

Is there an existing issue for this?

  • I have searched the existing issues

Current behaviour

Bitcoind crashed when I sent a transaction

Expected behaviour

It should send the transaction successfully without crashing

Steps to reproduce

  1. Ran bitcoind using bitcoind -signet
  2. Loaded my wallet bitcoin-cli -signet loadwallet test-wallet
  3. Get a new address and send funds to it:
set ADDR bitcoin-cli -signet getnewaddress
bitcoin-cli $ADDR 0.12345

Relevant log output

2023-02-02T10:56:43Z Using wallet /home/will/.bitcoin/signet/wallets/test-descriptor
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Fee Calculation: Fee:319 Bytes:313 Tgt:6 (requested 6) Reason:"Conservative Double Target longer horizon" Decay 0.99931: Estimation: (1000 - 1e+99) 100.00% 322.7/(322.7 0 mem 0.0 out) Fail: (0 - 1000) 100.00% 12.5/(12.5 0 mem 0.0 out)
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Fee Calculation: Fee:319 Bytes:313 Tgt:6 (requested 6) Reason:"Conservative Double Target longer horizon" Decay 0.99931: Estimation: (1000 - 1e+99) 100.00% 322.7/(322.7 0 mem 0.0 out) Fail: (0 - 1000) 100.00% 12.5/(12.5 0 mem 0.0 out)
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Fee non-grouped = 319, grouped = 319, using grouped
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] CommitTransaction:
CTransaction(hash=8d5663cbbd, ver=2, vin.size=4, vout.size=1, nLockTime=128394)
    CTxIn(COutPoint(f83a26996e, 0), scriptSig=, nSequence=4294967293)
    CTxIn(COutPoint(f83a26996e, 1), scriptSig=, nSequence=4294967293)
    CTxIn(COutPoint(75cc63e509, 0), scriptSig=, nSequence=4294967293)
    CTxIn(COutPoint(62c00e9c53, 0), scriptSig=, nSequence=4294967293)
    CScriptWitness(3044022002c31173131b8667a683833b4b4d086d87bead07c0fbecc47fa8f20ee6d21dca022030936f4631b12f36e1a7baf5365424ea621e27faa26ee8be8022bef2db628afa01, 034f75f02321b4198daa82f4b8f015e0ed34124e7448e0e535e51453d28909cf9d)
    CScriptWitness(30440220173c91e25232ba3bf0d99985efd5090111331d7fb7be33eb444500f76481b3680220644c79631aef1f0a732f83cb53ca744846bc5ee8f359b265e480e1f35481aba601, 02468672317c85db836d8423b4525d3060ffc921dad180da276cdda589affffc50)
    CScriptWitness(304402203d16ab99f6757f6501770bbd507cc428043ce297ae024c6dd45f1eb3fccd805002203d8e67af5b0249bd5532cb9c419b9a49f2bd83d8699f99203ee9ab6ee98a3f6b01, 02fc88cc1e184f884cb51c0a763c81fd94269e419581be5c5677263f4505456434)
    CScriptWitness(3044022057a70f6bf91f50771f1b242777e16ca953902582eefe3c5105346d1a3a93862f022011ee4a784ef2712df77cef98cd66f95205e6167234bf0a0b3434193e594cd57501, 02f5c4de536a6feb6af4980e96ce2063efcc60f512500c7d654b5512679bc1b0f8)
    CTxOut(nValue=0.00099258, scriptPubKey=001495bef267760c4a81dddcdb53e5)
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] AddToWallet 8d5663cbbdd63580324a60439d696427cd4db78078fbab7e2b77d0a8bb8dd48a  newupdate
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] Submitting wtx 8d5663cbbdd63580324a60439d696427cd4db78078fbab7e2b77d0a8bb8dd48a to mempool for relay
2023-02-02T10:58:58Z [/home/will/.bitcoin/signet/wallets/test-descriptor] AddToWallet 8d5663cbbdd63580324a60439d696427cd4db78078fbab7e2b77d0a8bb8dd48a

Aborted (core dumped)

How did you obtain Bitcoin Core

Compiled from source

What version of Bitcoin Core are you using?

[email protected]

Operating system and version

Ubuntu 22.10

Machine specifications

Intel i7, 64GB RAM, NVMe SSD

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

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

Demo GUI issue

Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo

  • I still think this issue should be opened here

Report

I really think this should be opened here because the core of the issue is the way Bitcoin Core returns data via it's interface with the node ...

Demo feature request with all fields filled

Please describe the feature you'd like to see added.

I'd like to see an address index added

Is your feature related to a problem, if so please describe it.

Currently I can't query Bitcoin Core on an arbitrary address for the current balance and historical transactions

Describe the solution you'd like

Ideally a new index and RPC endpoint would be added

Describe any alternatives you've considered

Using an Electrum Server running on top of Bitcoin Core

Please leave any additional context

I think many other people would use this

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.