btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.25k stars 2.37k forks source link

testnet4 support #2187

Open jlopp opened 5 months ago

jlopp commented 5 months ago

We're expecting testnet4 to launch in the coming months and be a part of the next Bitcoin Core release. PR is here: https://github.com/bitcoin/bitcoin/pull/29775

nikicat commented 5 months ago

Draft patch for testnet4

marcopeereboom commented 4 months ago

Can we please make this a PR? Or even get it merged. Worst case we'll have to reset it.

jcvernaleo commented 4 months ago

@nikicat Could you make your draft into an actual PR? I'd love to review it and if tests and everything pass I think we are good to get it in to btcd asap. No need to wait that I can see.

jcvernaleo commented 3 months ago

Just fyi, we are actively working on a PR based on this. So stay tuned.

Roasbeef commented 3 months ago

Glanced at the draft patch above from @nikicat, looks like a good start, but is insufficient as testnet4 has entirely consensus rules that don't yet exist on mainnet:

Impa10r commented 3 months ago

Draft patch for testnet4

Hi, @nikicat this draft has wrong genesis hash?

Merkle root etc seems correct...

nikicat commented 3 months ago

Hi @Impa10r , probably it's wrong because AFAIK it changed several times during the discussion of the testnet4 BIP, so you should change it to the one from the BIP. I don't care about it because all I need is RpcClient support for testnet4.

Impa10r commented 3 months ago

@nikicat thanks, no problem. I think I got it running with LND

0xdavid7 commented 4 weeks ago

Currently it doesn't support testnet4 right? Could anyone help me update the status? Thank you

jcvernaleo commented 3 weeks ago

Unfortunately, we are still working on it. We got partway through the difficulty bomb code and some other priorities popped up.

We should have something soon.

0xdavid7 commented 3 weeks ago

Thank you so much 😆

sudores commented 1 day ago

Hello. Is there any updates on adding testnet4 to the btcd?