fjahr / test_chain_init

MIT License
3 stars 1 forks source link

Testnet3 blocks #1

Open carnhofdaki opened 1 month ago

carnhofdaki commented 1 month ago

Hello!

Here is an archive containing a few more than needed Testnet3 blocks (784) to help in archeology. testnet3.tar.gz

~/.bitcoin $ tar cvzf testnet3.tar.gz testnet3
testnet3/
testnet3/blocks/
testnet3/blocks/rev00000.dat
testnet3/blocks/xor.dat
testnet3/blocks/blk00000.dat
~/.bitcoin $ tar tvf testnet3.tar.gz 
drwxr-xr-x chronos/chronos         0 2024-10-26 15:30:42 testnet3/
drwx------ chronos/chronos         0 2024-10-26 15:28:12 testnet3/blocks/
-rw------- chronos/chronos   1048576 2024-10-26 15:27:50 testnet3/blocks/rev00000.dat
-rw------- chronos/chronos         8 2024-10-26 14:59:55 testnet3/blocks/xor.dat
-rw------- chronos/chronos  16777216 2024-10-26 15:07:26 testnet3/blocks/blk00000.dat

Tested with bitcoincore.org release binaries on a random x86_64 Linux (openFyde, a ChromiumOS distro)

~/.bitcoin $ bitcoind -version
Bitcoin Core version v28.0.0
Copyright (C) 2009-2024 The Bitcoin Core developers

Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org/> for further information about the software.
The source code is available from <https://github.com/bitcoin/bitcoin>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
or <https://opensource.org/licenses/MIT>

To use it, simply extract the attached file in ~/.bitcoin and run bitcoind

cd
cd .bitcoin
mv testnet3 testnet3-oldxyt
tar xf testnet3.tar.gz
bitcoind -testnet -noconnect -reindex -stopatheight=546

My log file of the last line follows: testnet3-784-log.txt

carnhofdaki commented 1 month ago

To be more specific, following blocks (up to 546 only) contain more than one transaction:

381,383,384,385,387,388,389,390,392,394,398,399,400,401,402,404,405,406,408,410,411,412,413,415,417,420,421,422,423,425,426,427,429,430,433,434,435,438,441,442,443,444,445,446,447,448,449,450,451,453,454,455,456,457,458,460,461,462,463,464,465,466,467,468,469,470,473,474,476,477,479,480,481,482,483,484,485,486,487,488,489,491,492,493,496,499,500,501,502,504,505,507,509,510,511,514,515,516,517,519,520,521,522,523,524,526,528,530,532,538,542,546

carnhofdaki commented 3 weeks ago

Here is the linearized data file suitable for use with -loadblock=. It is much smaller and no extra XOR file is needed (which is a v28.0 feature).

testnet3-mini.zip

By the way this is work in progress, but I use this issue to track work on it. It is actually not an issue with this repo but a PR may come out if this eventually (and maybe even by someone else).