git.gammaspectra.live/P2Pool/consensus/v3@v3.8.0/testdata/README.md (about)

     1  # p2pool test data
     2  
     3  Test data from upstream p2pool.
     4  
     5  File checksums generated via `$ sha256sum --check *.dat *.gz *.txt` are stored under [testdata.sha256](testdata.sha256)
     6  
     7  ## Sidechain dumps
     8  
     9  ### _old_sidechain_dump.dat_
    10  Dump of the blocks from P2Pool Main, including heights [4952872](https://p2pool.observer/share/4952872) to [522805](https://p2pool.observer/share/522805).
    11  
    12  This was done before P2Pool v2 hardfork and is not compressed.
    13  
    14  ### _old_sidechain_dump_mini.dat_
    15  Dump of the blocks from P2Pool Mini, including heights [2420029](https://mini.p2pool.observer/share/2420029) to [2424349](https://mini.p2pool.observer/share/2424349).
    16  
    17  This was done before P2Pool v2 hardfork and is not compressed.
    18  
    19  Due to a bug before commit on [P2Pool b498084388](https://github.com/SChernykh/p2pool/commit/b4980843884d01fd1070710b2b7c08f5f6faca91) / [consensus c438622558](https://git.gammaspectra.live/P2Pool/consensus/commit/c438622558adf71698335af7a3eca818c540ffe8) several blocks are missing to finish a proper SideChain sync.
    20  
    21  These blocks are included as `old_sidechain_dump_mini_2420027.dat` and `old_sidechain_dump_mini_2420028.dat` as obtained from Observer, and are required to do proper sync.
    22  
    23  ### _sidechain_dump.dat.gz_
    24  Dump of the blocks from P2Pool Main, including heights [4952872](https://p2pool.observer/share/4952872) to [4957203](https://p2pool.observer/share/4957203).
    25  
    26  This was done after P2Pool v2 hardfork and is compressed.
    27  
    28  ### _sidechain_dump_mini.dat.gz_
    29  Dump of the blocks from P2Pool Mini, including heights [4410115](https://mini.p2pool.observer/share/4410115) to [4414446](https://mini.p2pool.observer/share/4414446).
    30  
    31  This was done after P2Pool v2 hardfork and is compressed.
    32  
    33  ### _block.dat_
    34  Dump of the block height [4674483](https://p2pool.observer/share/4674483) from P2Pool Main.
    35  
    36  This was done after P2Pool v2 hardfork.
    37  
    38  ### _mainnet_test2_block.dat_
    39  Dump of the block height [53450](https://p2pool.observer/share/53450) from P2Pool Main.
    40  
    41  This was done before P2Pool v2 hardfork.
    42  
    43  ### _crypto_tests.txt_
    44  Several cryptography tests to verify derivations and transaction key generation