Next scheduled rescrape ... in 16 hours
Version 1
Last scraped
Scraped on 01/09/2025, 13:43:21 UTC
-snip-
But if I want to use my own blockhash value, what do you do? would this work?

testnet4=1
assumevalid=00000000000000000001fbcc91af1dc346662bc536cb4d8713cd992f00794970
AreBased from how it's written, are you pertaining to your bitcoin.conf file?
If so, those options should work but if you want it to apply to testnet4 only, put it under "[testnet4]" line.
Else, mainnet and other test chains will try to read thethat config with hash from the wrong chain.

e.g.:
Code:
chain=testnet4

[testnet4]
assumevalid=00000000000000000001fbcc91af1dc346662bc536cb4d8713cd992f00794970
Original archived Re: How is "skip validation of the transactions until after block" hash selected?
Scraped on 01/09/2025, 13:38:01 UTC
-snip-
But if I want to use my own blockhash value, what do you do? would this work?

testnet4=1
assumevalid=00000000000000000001fbcc91af1dc346662bc536cb4d8713cd992f00794970
Are you pertaining to your bitcoin.conf file?
If so, those options should work but if you want it to apply to testnet4 only, put it under [testnet4] line.
Else, mainnet and other test chains will try to read the config with hash from the wrong chain.

e.g.:
Code:
chain=testnet4

[testnet4]
assumevalid=00000000000000000001fbcc91af1dc346662bc536cb4d8713cd992f00794970