Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
9376782
Topic
192880
Board
Development & Technical Discussion
Re: btcd: a bitcoind alternative written in Go
by
T-rage_11
on
30/10/2014, 02:06:59 UTC
Quote from: davec on September 26, 2014, 04:54:36 PM
Quote from: T-rage_11 on September 26, 2014, 02:12:30 PM
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?