Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
8982885
Topic
192880
Board
Development & Technical Discussion
Re: btcd: a bitcoind alternative written in Go
by
davec
on
26/09/2014, 16:54:36 UTC
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.