Skip to content
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

testnet.programmingbitcoin.com isn't responding anymore #245

Open
tindandelion opened this issue May 26, 2022 · 8 comments
Open

testnet.programmingbitcoin.com isn't responding anymore #245

tindandelion opened this issue May 26, 2022 · 8 comments

Comments

@tindandelion
Copy link

tindandelion commented May 26, 2022

As of now, May 26th, I can't reach testnet.programmingbitcoin.com on port 18333 anymore. The server isn't responding.

@maestrovt
Copy link

I have the same issue as of 8/7/2022. If I run the first example in Chapter 7, the code fails due to testnet.programmingbitcoin.com returning "502 Bad Gateway".

ValueError: unexpected response: <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.21.6</center>
</body>
</html>

@fedetaladriz
Copy link

I have the same problem. @tindandelion @maestrovt Did you guys manage to solve it?

@maestrovt
Copy link

@fedetaladriz No, not yet. I have reached out to Jimmy, no response as yet, I will post here if I get an answer.

@tindandelion
Copy link
Author

For my experiments with Bitcoin protocol, I ended up using another gateway: testnet-seed.bluematt.me, port 18333

@fedetaladriz
Copy link

I managed to solve it for the mainnet (mainnet.programmingbitcoin.com) following this example. The testnet seems to be not working.

@nicolafiorillo
Copy link

For those who still need it: https://blockchain.info/rawtx/{tx_ID}?cors=true&format=hex

@SDZZGNDRC
Copy link

I managed to solve it for the mainnet (mainnet.programmingbitcoin.com) following this example. The testnet seems to be not working.

The mainnet mainnet.programmingbitcoin.com seems to be not working now too.

@nicolafiorillo
Copy link

I managed to solve it for the mainnet (mainnet.programmingbitcoin.com) following this example. The testnet seems to be not working.

The mainnet mainnet.programmingbitcoin.com seems to be not working now too.

Use blockstream.info as alternative:
https://github.com/Blockstream/esplora/blob/master/API.md
https://github.com/Blockstream/esplora/blob/master/API.md#post-tx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants