What's the point of testnet if nobody can actually test stuff?
The same, as it is for many other altcoins: to mine it, and sell for BTCs:
https://altquick.com/exchange/market/BitcoinTestnet4They listed even signet:
https://altquick.com/exchange/market/BitcoinSignetWhich means, that the time, when testnets were worthless, is gone. Use regtest, if you really want to test things. They won't list a coin, where six blocks per second can be produced.
Might consider pointing my rented RTX 3050 at some pool with a GPU miner software and mine myself if this continues.
Then try testnet5:
https://github.com/bitcoin/bips/blob/master/bip-0095.mdConnected topic:
https://bitcointalk.org/index.php?topic=5586192.0I know about signet, don't tell me to use it though because Electrum doesn't support it.
You can use even mainnet as a testnet, if you really need it. Your Electrum client will trust the data you feed it with. It is only an SPV client: you don't even need a real chain to make things tick; it would work as well in a pseudo-chain setup, with valid merkle trees. Also, if you start a fake mainnet chain, and mine things on top of block zero, then everything would work as well.
I'm actually starting to miss testnet3
Nobody stops you from using it. You can even use zero satoshis to test things, because why not. Everything is possible, if you can detach your client from the original test network, and mine a valid block on your CPU, after 20 minutes, no matter if you use testnet3 or testnet4. When you reconnect, all of these coins will be reorged, but well: do you want to test things, or do you want to have coins, which are accepted by other people? By being publicly accessible, all test coins gained non-zero value. Use regtest or a custom network, if you want to have truly worthless test coins.