-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plan to integrate testnet4 #3750
Comments
as an aside to this, I saw today that the latest version of Sparrow (v1.9.1) has integrated testnet4 https://x.com/SparrowWallet/status/1790312602918126026 |
We'll definitely run it as soon as it is in a release version of Bitcoin Core |
@raphjaph Do you have plans for releasing support for testnet4? Bitcoin Core 28.0 was released recently. |
As soon as I merge #3962 |
@raphjaph I just tried running ord on testnet4 but bitcoind uses port 48332 by default. Setting that to 18332 results in this error:
Might be an issue you'll need to reopen this for. Build hash was: ef2212b |
You'll have to change some parsing logic in the code, we look for |
testnet3 transactions fee are >4000 sats/vB, making it unusable because there are no faucets that give enough sats. Does anyone have a fork of |
you could also try signet. If you drop me a signet address I'll send you some sats |
Oh awesome idea. Thank you! |
since testnet3 is unusable, is there a plan to utilize testnet4 as discussed here: bitcoin/bitcoin#29775 ?
The text was updated successfully, but these errors were encountered: