Post
Topic
Board Development & Technical Discussion
Re: btcd: a bitcoind alternative written in Go
by
T-rage_11
on 30/10/2014, 02:06:59 UTC
Can you subscribe to new unconfirmed transactions with btcd ?

Yes.  See https://github.com/conformal/btcd/wiki/JSON-RPC-API#WSExtMethods.  In particular the notifynewtransactions method.

I want to connect to my btcd-server with javascript
Code:




WebSocket Test



WebSocket Test




http://www.websocket.org/echo.html

Can I disable the RPC-CERTIFICATES or how can I connect with Javascript over TLS?