Hi,
I’m working on a small project involving bitcoin (to da moon;) transactions so i can connect to bitcoin blockchain via websocket and visualize the data in real time.
Is there a node websocket node that can do it? the whole process is quite straing foward ,
the url for websocket server is
wss://bitcoin.toshi.io
and it just needs the {“subscribe”:“transactions”} message
works on echo test server
http://www.websocket.org/echo.html
but i have no idea how to do it in vvvv
i managed to run it in TouchDesigner but it has websocket node build in.
in vvvv i ended up with connecting to blocks via http
https://toshi.io/docs/#get-address-transactions
but this is not in real time … well it works but i’m still thinking about this websocket pure realtime data flow :)