Skip to content

Typical output

Ladislau Molnar edited this page May 6, 2015 · 7 revisions

The first run

Here is a typical output corresponding to the first run:

BitcoinDatabaseGenerator 1.0
Active threads: 8

Database "BitcoinBlockchain" was created.
Database schema was setup.
Database indexes were disabled.

    File: blk00000.dat. Transferring data completed in   8.843 seconds.
    File: blk00001.dat. Transferring data completed in   6.482 seconds.
    <... lines omitted ...>
    File: blk00263.dat. Transferring data completed in   7.312 seconds.
    File: blk00264.dat. Transferring data completed in   5.097 seconds.

Database indexes were rebuilt successfully in 550.866 seconds.
One stale block was found and deleted in 110.053 seconds
Setting direct links: inputs to source outputs completed in 2631.652 seconds.
Shrinking database files completed in 2.892 seconds.

Processing summary:

                 Block files:            265
                      Blocks:        355,008
                Transactions:     67,680,359
          Transaction Inputs:    171,808,638
         Transaction Outputs:    190,482,445

           Pre transfer time:      0.495 seconds
    Blockchain transfer time:   1849.150 seconds
          Post transfer time:   3295.465 seconds
                  Total time:   5145.110 seconds

    On average a blockchain file was transferred in 6.978 seconds.

Database information:

                 Block Files:            265
                      Blocks:        355,007
                Transactions:     67,678,892
          Transaction Inputs:    171,805,284
         Transaction Outputs:    190,478,394

A subsequent run

Here is a typical output corresponding to a subsequent run:

BitcoinDatabaseGenerator 1.0
Active threads: 8

Database "BitcoinBlockchain" will be updated.
Deleting from database data about blockchain file: blk00264.dat

    File: blk00264.dat. Transferring data completed in   6.614 seconds.

No stale blocks were found. The search took 22.261 seconds.
Setting direct links: inputs to source outputs completed in 75.051 seconds.
Shrinking database files completed in 1.528 seconds.

Processing summary:

                 Block files:              1
                      Blocks:            209
                Transactions:        158,562
          Transaction Inputs:        436,918
         Transaction Outputs:        511,888

           Pre transfer time:     11.613 seconds
    Blockchain transfer time:      6.614 seconds
          Post transfer time:     98.842 seconds
                  Total time:    117.070 seconds

    On average a blockchain file was transferred in 6.614 seconds.

Database information:

                 Block Files:            265
                      Blocks:        355,007
                Transactions:     67,678,892
          Transaction Inputs:    171,805,284
         Transaction Outputs:    190,478,394
Clone this wiki locally