* [bitcoindev] Does anyone still need testnet3?
@ 2025-03-14 8:52 Sjors Provoost
2025-03-14 9:12 ` 'Andreas Schildbach' via Bitcoin Development Mailing List
0 siblings, 1 reply; 7+ messages in thread
From: Sjors Provoost @ 2025-03-14 8:52 UTC (permalink / raw)
To: Bitcoin Development Mailing List
Dear list,
Testnet 4 was proposed last year in BIP94 [0] and is supported by Bitcoin Core since v28.
To make Bitcoin Core easier to maintain we would like to drop support for Testnet3 in a future release. This will happen no earlier than v30 this fall. The upcoming v29 release still supports it, and will throughout its maintenance period [1].
The network itself can't be deleted, so anyone willing to maintain node software themselves can keep using testnet3 until the end of time.
One of the motivations for introducing testnet4 was that testnet3 became increasing impractical to use due to block storms. So perhaps everyone already moved on to using testnet4 or a signet.
As an aside, it's possible to create a pure proof-of-work permissionless signet without any signatures, by setting the challenge to OP_TRUE. [2]
However, if anyone is still using testnet3 and needs more time to move away from it, please let us know. E.g. as a reply to the list or a comment on the Github issue [3]. This could include libraries, staging environments, testnet wallets, etc.
Although the v29 maintenance window will last for a few years, it's also important to know if dropping testnet3 would prevent you from upgrading to the next major node version. In other words, if migrating away from testnet3 would take you longer than all of 2025.
Although "I don't feel like it" isn't a great technical argument, it's still useful to know what to expect and perhaps others can help.
- Sjors
[0] https://github.com/bitcoin/bips/blob/master/bip-0094.mediawiki
[1] https://bitcoincore.org/en/lifecycle/#maintenance-period
[2] https://github.com/bitcoin/bips/blob/master/bip-0325.mediawiki#specification
[3] https://github.com/bitcoin/bitcoin/issues/31975
--
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/9FAA7EEC-BD22-491E-B21B-732AEA15F556%40sprovoost.nl.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [bitcoindev] Does anyone still need testnet3?
2025-03-14 8:52 [bitcoindev] Does anyone still need testnet3? Sjors Provoost
@ 2025-03-14 9:12 ` 'Andreas Schildbach' via Bitcoin Development Mailing List
2025-03-14 9:31 ` Sjors Provoost
2025-03-21 5:44 ` Melvin Carvalho
0 siblings, 2 replies; 7+ messages in thread
From: 'Andreas Schildbach' via Bitcoin Development Mailing List @ 2025-03-14 9:12 UTC (permalink / raw)
To: Sjors Provoost, Bitcoin Development Mailing List
Hi Sjors,
thanks for asking.
Bitcoinj has just started to implement testnet4, but it's not finished
yet. And the next version 0.18 will probably not be released within 12
months, maybe longer.
By the way, testnet3 works great for us (for testing). I consider block
storms a feature, because it tests our code in rough conditions. We had
planned to support both testnets in the forseeable future.
https://github.com/bitcoinj/bitcoinj/
Then, there is btc-rpc-explorer, a self-hostable block explorer. It
doesn't yet support testnet4. I'm not affiliated to it, I'm just a user.
https://github.com/janoside/btc-rpc-explorer
Cheers,
Andreas
On 14/03/2025 09.52, Sjors Provoost wrote:
> Dear list,
>
> Testnet 4 was proposed last year in BIP94 [0] and is supported by Bitcoin Core since v28.
>
> To make Bitcoin Core easier to maintain we would like to drop support for Testnet3 in a future release. This will happen no earlier than v30 this fall. The upcoming v29 release still supports it, and will throughout its maintenance period [1].
>
> The network itself can't be deleted, so anyone willing to maintain node software themselves can keep using testnet3 until the end of time.
>
> One of the motivations for introducing testnet4 was that testnet3 became increasing impractical to use due to block storms. So perhaps everyone already moved on to using testnet4 or a signet.
>
> As an aside, it's possible to create a pure proof-of-work permissionless signet without any signatures, by setting the challenge to OP_TRUE. [2]
>
> However, if anyone is still using testnet3 and needs more time to move away from it, please let us know. E.g. as a reply to the list or a comment on the Github issue [3]. This could include libraries, staging environments, testnet wallets, etc.
>
> Although the v29 maintenance window will last for a few years, it's also important to know if dropping testnet3 would prevent you from upgrading to the next major node version. In other words, if migrating away from testnet3 would take you longer than all of 2025.
>
> Although "I don't feel like it" isn't a great technical argument, it's still useful to know what to expect and perhaps others can help.
>
> - Sjors
>
> [0] https://github.com/bitcoin/bips/blob/master/bip-0094.mediawiki
> [1] https://bitcoincore.org/en/lifecycle/#maintenance-period
> [2] https://github.com/bitcoin/bips/blob/master/bip-0325.mediawiki#specification
> [3] https://github.com/bitcoin/bitcoin/issues/31975
>
--
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/7c28f8e9-d221-4633-8b71-53b4db07fa78%40schildbach.de.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [bitcoindev] Does anyone still need testnet3?
2025-03-14 9:12 ` 'Andreas Schildbach' via Bitcoin Development Mailing List
@ 2025-03-14 9:31 ` Sjors Provoost
2025-03-21 5:44 ` Melvin Carvalho
1 sibling, 0 replies; 7+ messages in thread
From: Sjors Provoost @ 2025-03-14 9:31 UTC (permalink / raw)
To: Bitcoin Development Mailing List; +Cc: Andreas Schildbach
Hi Andreas,
> By the way, testnet3 works great for us (for testing). I consider block storms a feature, because it tests our code in rough conditions. We had planned to support both testnets in the forseeable future.
>
> https://github.com/bitcoinj/bitcoinj/
The "good" news is that testnet4 has very frequent short reorgs. [0]
It appears that people are trying to CPU mine by exploiting the rule that difficulty drops to 1 after 20 minutes. For every real difficulty block that's mined, they instantly publish 5 or 6 blocks, right up against the rule that blocks can't be more than 2 hours in the future.
Another side-effect of that behavior is that on testnet4 MTP is typically in the future, rather than an hour in the past. Combined with the timewarp attack mitigation rule helped reveal some bugs. [1, 2, 3]
There is a potential counter measure [4] that involves re-orging out those low difficulty blocks, though it's just a hackathon proof-of-concept and not likely to be included in Bitcoin Core itself. If anyone were to run it, you'd get even more reorgs to test :-)
- Sjors
[0] https://fork.observer/?network=4
[1] https://github.com/benjamin-wilson/public-pool/commit/4282233d2f11ceecbd0d142e8292ccc9c37ea999
[2] https://github.com/stratum-mining/stratum/pull/1325
[3] https://github.com/bitcoin/bitcoin/pull/31600
[4] https://github.com/bitcoin/bitcoin/pull/31117
--
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/C899E966-6444-41EC-B977-96CFFCBF936A%40sprovoost.nl.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [bitcoindev] Does anyone still need testnet3?
2025-03-14 9:12 ` 'Andreas Schildbach' via Bitcoin Development Mailing List
2025-03-14 9:31 ` Sjors Provoost
@ 2025-03-21 5:44 ` Melvin Carvalho
2025-03-31 21:23 ` Sanket Kanjalkar
` (2 more replies)
1 sibling, 3 replies; 7+ messages in thread
From: Melvin Carvalho @ 2025-03-21 5:44 UTC (permalink / raw)
To: Andreas Schildbach; +Cc: Sjors Provoost, Bitcoin Development Mailing List
[-- Attachment #1: Type: text/plain, Size: 3877 bytes --]
pá 14. 3. 2025 v 14:01 odesílatel 'Andreas Schildbach' via Bitcoin
Development Mailing List <bitcoindev@googlegroups.com> napsal:
> Hi Sjors,
>
> thanks for asking.
>
> Bitcoinj has just started to implement testnet4, but it's not finished
> yet. And the next version 0.18 will probably not be released within 12
> months, maybe longer.
>
> By the way, testnet3 works great for us (for testing). I consider block
> storms a feature, because it tests our code in rough conditions. We had
> planned to support both testnets in the forseeable future.
>
> https://github.com/bitcoinj/bitcoinj/
>
> Then, there is btc-rpc-explorer, a self-hostable block explorer. It
> doesn't yet support testnet4. I'm not affiliated to it, I'm just a user.
>
> https://github.com/janoside/btc-rpc-explorer
Main issue with testnet3 is getting coins for developers to use it,
especially with high fees.
A neat idea might be to make an app to swap between testnet3 and testnet4
coins. Or even an AMM.
If there's a decent amount of interest in this, I could give it a go.
>
>
> Cheers,
> Andreas
>
>
> On 14/03/2025 09.52, Sjors Provoost wrote:
> > Dear list,
> >
> > Testnet 4 was proposed last year in BIP94 [0] and is supported by
> Bitcoin Core since v28.
> >
> > To make Bitcoin Core easier to maintain we would like to drop support
> for Testnet3 in a future release. This will happen no earlier than v30 this
> fall. The upcoming v29 release still supports it, and will throughout its
> maintenance period [1].
> >
> > The network itself can't be deleted, so anyone willing to maintain node
> software themselves can keep using testnet3 until the end of time.
> >
> > One of the motivations for introducing testnet4 was that testnet3 became
> increasing impractical to use due to block storms. So perhaps everyone
> already moved on to using testnet4 or a signet.
> >
> > As an aside, it's possible to create a pure proof-of-work permissionless
> signet without any signatures, by setting the challenge to OP_TRUE. [2]
> >
> > However, if anyone is still using testnet3 and needs more time to move
> away from it, please let us know. E.g. as a reply to the list or a comment
> on the Github issue [3]. This could include libraries, staging
> environments, testnet wallets, etc.
> >
> > Although the v29 maintenance window will last for a few years, it's also
> important to know if dropping testnet3 would prevent you from upgrading to
> the next major node version. In other words, if migrating away from
> testnet3 would take you longer than all of 2025.
> >
> > Although "I don't feel like it" isn't a great technical argument, it's
> still useful to know what to expect and perhaps others can help.
> >
> > - Sjors
> >
> > [0] https://github.com/bitcoin/bips/blob/master/bip-0094.mediawiki
> > [1] https://bitcoincore.org/en/lifecycle/#maintenance-period
> > [2]
> https://github.com/bitcoin/bips/blob/master/bip-0325.mediawiki#specification
> > [3] https://github.com/bitcoin/bitcoin/issues/31975
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Bitcoin Development Mailing List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to bitcoindev+unsubscribe@googlegroups•com.
> To view this discussion visit
> https://groups.google.com/d/msgid/bitcoindev/7c28f8e9-d221-4633-8b71-53b4db07fa78%40schildbach.de
> .
>
--
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/CAKaEYhLuQDMKXaVhbQ2BrwHdHg7zPBiO-NgH6GhACufoqR2T4A%40mail.gmail.com.
[-- Attachment #2: Type: text/html, Size: 5735 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [bitcoindev] Does anyone still need testnet3?
2025-03-21 5:44 ` Melvin Carvalho
@ 2025-03-31 21:23 ` Sanket Kanjalkar
2025-04-01 5:56 ` Garlo Nicon
[not found] ` <CAExE9c8DHicBYUt-6LfH96rLEW=6gkGxn-smsCY1vnahyPKXpA@mail.gmail.com>
2 siblings, 0 replies; 7+ messages in thread
From: Sanket Kanjalkar @ 2025-03-31 21:23 UTC (permalink / raw)
To: Bitcoin Development Mailing List
[-- Attachment #1.1: Type: text/plain, Size: 1095 bytes --]
Hi Sjors,
Thanks for asking. Block/Cashapp relies on testnet3 and can't migrate to
testnet4 mostly because of lack of lightning LND peers.
I don't think there are any LND Lightning peers on testnet4. We
(Block/Cashapp lightning) use LDK for Lightning, but most of our peers run
LND. LND support for testnet4 was just merged
<https://github.com/lightningnetwork/lnd/pull/9620>, so it’ll likely take
time for the LND community to update node infrastructure.
We want to catch peering, business logic and lightning implementations
interoperability issues in testnet. Even though LDK supports testnet4,
switching now isn’t viable for us until our mainnet LND peers migrate.
Thanks,
Sanket
--
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/8b14f5ad-832e-4f2c-8473-7063ac7de9b1n%40googlegroups.com.
[-- Attachment #1.2: Type: text/html, Size: 1833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [bitcoindev] Does anyone still need testnet3?
2025-03-21 5:44 ` Melvin Carvalho
2025-03-31 21:23 ` Sanket Kanjalkar
@ 2025-04-01 5:56 ` Garlo Nicon
[not found] ` <CAExE9c8DHicBYUt-6LfH96rLEW=6gkGxn-smsCY1vnahyPKXpA@mail.gmail.com>
2 siblings, 0 replies; 7+ messages in thread
From: Garlo Nicon @ 2025-04-01 5:56 UTC (permalink / raw)
To: Bitcoin Development Mailing List
[-- Attachment #1.1: Type: text/plain, Size: 4489 bytes --]
> A neat idea might be to make an app to swap between testnet3 and testnet4
coins. Or even an AMM.
With 1:1 ratio? Because now, on centralized exchanges, you have 300
satoshis per 1 tBTC3, and 25 satoshis per 1 tBTC4. Which means, that 1
tBTC3 would be worth 12 tBTC4.
So, if you create some app, which will use significantly different exchange
rate, then it will be quickly abused.
poniedziałek, 31 marca 2025 o 22:41:55 UTC+2 Melvin Carvalho napisał(a):
>
>
> pá 14. 3. 2025 v 14:01 odesílatel 'Andreas Schildbach' via Bitcoin
> Development Mailing List <bitco...@googlegroups•com> napsal:
>
>> Hi Sjors,
>>
>> thanks for asking.
>>
>> Bitcoinj has just started to implement testnet4, but it's not finished
>> yet. And the next version 0.18 will probably not be released within 12
>> months, maybe longer.
>>
>> By the way, testnet3 works great for us (for testing). I consider block
>> storms a feature, because it tests our code in rough conditions. We had
>> planned to support both testnets in the forseeable future.
>>
>> https://github.com/bitcoinj/bitcoinj/
>>
>> Then, there is btc-rpc-explorer, a self-hostable block explorer. It
>> doesn't yet support testnet4. I'm not affiliated to it, I'm just a user.
>>
>> https://github.com/janoside/btc-rpc-explorer
>
>
> Main issue with testnet3 is getting coins for developers to use it,
> especially with high fees.
>
> A neat idea might be to make an app to swap between testnet3 and testnet4
> coins. Or even an AMM.
>
> If there's a decent amount of interest in this, I could give it a go.
>
>
>>
>>
>> Cheers,
>> Andreas
>>
>>
>> On 14/03/2025 09.52, Sjors Provoost wrote:
>> > Dear list,
>> >
>> > Testnet 4 was proposed last year in BIP94 [0] and is supported by
>> Bitcoin Core since v28.
>> >
>> > To make Bitcoin Core easier to maintain we would like to drop support
>> for Testnet3 in a future release. This will happen no earlier than v30 this
>> fall. The upcoming v29 release still supports it, and will throughout its
>> maintenance period [1].
>> >
>> > The network itself can't be deleted, so anyone willing to maintain node
>> software themselves can keep using testnet3 until the end of time.
>> >
>> > One of the motivations for introducing testnet4 was that testnet3
>> became increasing impractical to use due to block storms. So perhaps
>> everyone already moved on to using testnet4 or a signet.
>> >
>> > As an aside, it's possible to create a pure proof-of-work
>> permissionless signet without any signatures, by setting the challenge to
>> OP_TRUE. [2]
>> >
>> > However, if anyone is still using testnet3 and needs more time to move
>> away from it, please let us know. E.g. as a reply to the list or a comment
>> on the Github issue [3]. This could include libraries, staging
>> environments, testnet wallets, etc.
>> >
>> > Although the v29 maintenance window will last for a few years, it's
>> also important to know if dropping testnet3 would prevent you from
>> upgrading to the next major node version. In other words, if migrating away
>> from testnet3 would take you longer than all of 2025.
>> >
>> > Although "I don't feel like it" isn't a great technical argument, it's
>> still useful to know what to expect and perhaps others can help.
>> >
>> > - Sjors
>> >
>> > [0] https://github.com/bitcoin/bips/blob/master/bip-0094.mediawiki
>> > [1] https://bitcoincore.org/en/lifecycle/#maintenance-period
>> > [2]
>> https://github.com/bitcoin/bips/blob/master/bip-0325.mediawiki#specification
>> > [3] https://github.com/bitcoin/bitcoin/issues/31975
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Bitcoin Development Mailing List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to bitcoindev+...@googlegroups•com.
>>
> To view this discussion visit
>> https://groups.google.com/d/msgid/bitcoindev/7c28f8e9-d221-4633-8b71-53b4db07fa78%40schildbach.de
>> .
>>
>
--
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/51e7808a-45a6-4813-8a42-92c0489fd994n%40googlegroups.com.
[-- Attachment #1.2: Type: text/html, Size: 8496 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [bitcoindev] Does anyone still need testnet3?
[not found] ` <CAExE9c8DHicBYUt-6LfH96rLEW=6gkGxn-smsCY1vnahyPKXpA@mail.gmail.com>
@ 2025-04-01 9:06 ` Sjors Provoost
0 siblings, 0 replies; 7+ messages in thread
From: Sjors Provoost @ 2025-04-01 9:06 UTC (permalink / raw)
To: Bitcoin Development Mailing List; +Cc: Sanket Kanjalkar
[-- Attachment #1: Type: text/plain, Size: 2330 bytes --]
Hi Sanket,
I've heard before from some lightning folks that migrating to testnet4 presents a chicken-egg problem.
If we were to start rotating test networks a frequency of e.g. once every three years, this would become a recurring problem.
Lightning seems to be a special case because it relies heavily on interoperability, and so any move has to be coordinated between multiple parties each with their own priorities.
At the same time Lightning software often needs the latest and greatest Bitcoin Core version e.g. for its new policy features. So sticking to v29 back-ports isn't a long term viable option.
I think it's worth considering for the lightning industry to organize a custom signet, either a 1-of-N with keys distributed among the current players, or unsigned proof-of-work based (more hassle, but future new players may feel more comfortable joining). Such a network can be kept online definitely and its replacement can be more easily coordinated. Another advantage is that soft fork proposals can be tested, similar to how Inquisition does that on the default signet, but at a pace that matches Bolt spec work.
- Sjors
> Op 31 mrt 2025, om 23:15 heeft Sanket Kanjalkar <sanket1729@gmail•com> het volgende geschreven:
>
> Hi Sjors,
> Thanks for asking. Block/Cashapp relies on testnet3 and can't migrate to testnet4 mostly because of lack of lightning LND peers.
> I don't think there are any LND Lightning peers on testnet4. We (Block/Cashapp lightning) use LDK for Lightning, but most of our peers run LND. LND support for testnet4 was just merged <https://github.com/lightningnetwork/lnd/pull/9620>, so it’ll likely take time for the LND community to update node infrastructure.
> We want to catch peering, business logic and lightning implementations interoperability issues in testnet. Even though LDK supports testnet4, switching now isn’t viable for us until our mainnet LND peers migrate.
>
--
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups•com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/4B21A2CA-2224-4BD1-AA5D-C5B2F8859E4B%40sprovoost.nl.
[-- Attachment #2: Type: text/html, Size: 3142 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-04-01 10:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-14 8:52 [bitcoindev] Does anyone still need testnet3? Sjors Provoost
2025-03-14 9:12 ` 'Andreas Schildbach' via Bitcoin Development Mailing List
2025-03-14 9:31 ` Sjors Provoost
2025-03-21 5:44 ` Melvin Carvalho
2025-03-31 21:23 ` Sanket Kanjalkar
2025-04-01 5:56 ` Garlo Nicon
[not found] ` <CAExE9c8DHicBYUt-6LfH96rLEW=6gkGxn-smsCY1vnahyPKXpA@mail.gmail.com>
2025-04-01 9:06 ` Sjors Provoost
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox