Difference between revisions of "Bitcoind logs"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
  2023-05-31T04:10:29Z [[Bitcoin Core version]] v25.0.0 (release build)
 
  2023-05-31T04:10:29Z [[Bitcoin Core version]] v25.0.0 (release build)
 +
 +
 +
2023-05-31T05:05:20Z Config file: /path/to/your/[[bitcoin.conf]] (not found, skipping)
 +
2023-05-31T05:05:20Z Command-line arg: datadir="/path/to/yourdata"
 +
 +
 +
2023-05-31T02:05:17Z Command-line arg: conf="[[/root/bitcoin.conf]]"
 +
2023-05-31T02:05:17Z Command-line arg: datadir="/root/bitcoin_data/bitcoind"
 +
2023-05-31T02:05:17Z Command-line arg: [[rpcauth]]=****
 +
  
 
  [[Synchronizing blockheaders]]
 
  [[Synchronizing blockheaders]]
 +
 +
[[Pre-synchronizing blockheaders]]
  
 
  2023-05-30T08:47:20Z [[UpdateTip]]: new best=000000000265db67a09080ac81b197af4a0aa2cbf2e334c80c94a4ea341ca9b8 height=68101 version=0x00000001 log2_work=50.617278 tx=85478 date='2010-07-16T00:02:34Z' progress=0.000102 cache=14.6MiB(77385txo)
 
  2023-05-30T08:47:20Z [[UpdateTip]]: new best=000000000265db67a09080ac81b197af4a0aa2cbf2e334c80c94a4ea341ca9b8 height=68101 version=0x00000001 log2_work=50.617278 tx=85478 date='2010-07-16T00:02:34Z' progress=0.000102 cache=14.6MiB(77385txo)
Line 12: Line 24:
  
 
  [[New outbound peer connected]]
 
  [[New outbound peer connected]]
 +
 +
2023-05-31T05:16:25Z New outbound peer connected: version: 70016, blocks=792200, peer=11 ([[outbound-full-relay]])
  
 
  [[Interrupting HTTP RPC server]]
 
  [[Interrupting HTTP RPC server]]
Line 27: Line 41:
  
 
  2023-05-31T04:10:29Z Binding [[RPC]] on address 0.0.0.0 port [[8332]]
 
  2023-05-31T04:10:29Z Binding [[RPC]] on address 0.0.0.0 port [[8332]]
 +
 +
 +
[[P2P]] peers available. Skipped [[DNS seeding]].
 +
 +
 +
 +
Stop process
 +
2023-05-31T05:28:40Z torcontrol thread exit
 +
2023-05-31T05:28:40Z addcon thread exit
 +
2023-05-31T05:28:40Z opencon thread exit
 +
2023-05-31T05:28:40Z Shutdown: In progress...
 +
2023-05-31T05:28:40Z net thread exit
 +
2023-05-31T05:28:40Z msghand thread exit
 +
2023-05-31T05:28:40Z DumpAnchors: Flush 2 outbound block-relay-only peer addresses to [[anchors.dat]] started
 +
2023-05-31T05:28:40Z DumpAnchors: Flush 2 outbound block-relay-only peer addresses to [[anchors.dat]] completed (0.00s)
 +
2023-05-31T05:28:40Z scheduler thread exit
 +
2023-05-31T05:28:40Z Writing 0 unbroadcast transactions to disk.
 +
2023-05-31T05:28:40Z Dumped mempool: 1.2e-05s to copy, 0.00276s to dump
 +
2023-05-31T05:28:41Z Shutdown: done
 +
 +
== Related ==
 +
* [[bitcoind Ubuntu default boot logs]]
  
 
== See also ==
 
== See also ==

Latest revision as of 05:30, 31 May 2023


2023-05-31T04:10:29Z Bitcoin Core version v25.0.0 (release build)


2023-05-31T05:05:20Z Config file: /path/to/your/bitcoin.conf (not found, skipping)
2023-05-31T05:05:20Z Command-line arg: datadir="/path/to/yourdata"


2023-05-31T02:05:17Z Command-line arg: conf="/root/bitcoin.conf"	
2023-05-31T02:05:17Z Command-line arg: datadir="/root/bitcoin_data/bitcoind"
2023-05-31T02:05:17Z Command-line arg: rpcauth=****


Synchronizing blockheaders
Pre-synchronizing blockheaders
2023-05-30T08:47:20Z UpdateTip: new best=000000000265db67a09080ac81b197af4a0aa2cbf2e334c80c94a4ea341ca9b8 height=68101 version=0x00000001 log2_work=50.617278 tx=85478 date='2010-07-16T00:02:34Z' progress=0.000102 cache=14.6MiB(77385txo)


Warning: Disk space for "/root/bitcoin_data/bitcoind/blocks" may not accommodate the block files. Approximately 540 GB of data will be stored in this directory.


New outbound peer connected
2023-05-31T05:16:25Z New outbound peer connected: version: 70016, blocks=792200, peer=11 (outbound-full-relay)
Interrupting HTTP RPC server
Opened LevelDB successfully
2023-05-31T04:10:35Z Using obfuscation key for /your/datapath/indexes/txindex: 0000000000000000
2023-05-31T04:10:34Z Verification: No coin database inconsistencies in last 6 blocks (318 transactions)


2023-05-31T04:10:29Z Opening LevelDB in /your/datapath/datadir/blocks/index
2023-05-31T04:10:29Z Using wallet directory /your/datapath/datadir
2023-05-31T04:10:29Z Binding RPC on address 0.0.0.0 port 8332


P2P peers available. Skipped DNS seeding.


Stop process

2023-05-31T05:28:40Z torcontrol thread exit
2023-05-31T05:28:40Z addcon thread exit
2023-05-31T05:28:40Z opencon thread exit
2023-05-31T05:28:40Z Shutdown: In progress...
2023-05-31T05:28:40Z net thread exit
2023-05-31T05:28:40Z msghand thread exit
2023-05-31T05:28:40Z DumpAnchors: Flush 2 outbound block-relay-only peer addresses to anchors.dat started
2023-05-31T05:28:40Z DumpAnchors: Flush 2 outbound block-relay-only peer addresses to anchors.dat completed (0.00s)
2023-05-31T05:28:40Z scheduler thread exit
2023-05-31T05:28:40Z Writing 0 unbroadcast transactions to disk.
2023-05-31T05:28:40Z Dumped mempool: 1.2e-05s to copy, 0.00276s to dump
2023-05-31T05:28:41Z Shutdown: done

Related[edit]

See also[edit]

Advertising: