ord
ord copied to clipboard
Using with public node: JSON-RPC error: transport error: unexpected HTTP code: 400
Hi,
I am trying to connect to a public Bitcoin node (chainstack). ".cookie" file has username:password and no new lines.
I get the following error:
c:\Program Files\ord-0.17.1>ord --bitcoin-rpc-url publicbitcoinnodeurl server
error: Failed to connect to Bitcoin Core RPC at `publicbitcoinnodeurl`: JSON-RPC error: transport error: unexpected HTTP code: 400
What am I doing wrong? Or are there node services which I can connect without issues?
Thanks.
make sure the URL is formatted like http://url:port
确保 URL 的格式如下
http://url:port
make sure the URL is formatted like
http://url:port
Hello, I have the same problem https://github.com/ordinals/ord/issues/3597