|
|
|
|
|
by jnbiche
3123 days ago
|
|
How would that work? The Bitcoin network runs over TCP/IP, and you can't run raw TCP/IP connection over browsers. I assume there is some kind of bridge server, or supernode, to allow the browser node to connect (via websocket?) to the actual Bitcoin network? |
|
> The default bcoin HTTP server listens on the standard RPC port (8332 for main, 18332 for testnet, 48332 for regtest, and 18556 default for simnet). It exposes a REST json api, as well as a JSON-RPC api.
Seems bcoin doesn't connect you directly, but rather to a node they're running elsewhere.