GENERAL BITCOIN QUESTIONS CAN BE ASKED ON https://bitcoin.
I am trying to subscribe to channel using native WebSocket in vanilla javascript (without using any library) [as I have …
javascript websocket bitcoin subscribeI'm using Redux in my React App, currently only have 1 reducer at the moment for a Portfolio of cryptocurrencies. Just …
javascript reactjs redux react-redux bitcoinwhen I call getwork on my bitcoind server, I get the following: ./bitcoind getwork { "midstate" : "695d56ae173bbd0fd5f51…
sha256 bitcoinHow do I check a balance of a Bitcoin address (any, not necessarily mine), let's say in a Java application (…
bitcoinI am trying to check the balance of a given Bitcoin address by using ONLY the locally stored blockchain (downloaded …
c# .net bitcoin blockchainThis question could go into a bitcoin forum but I am trying to understand from a programming point of view. …
hashtable distributed bitcoin dht blockchainI am writing a bitcoin app and looking to implement a 'cancel' feature. All over reddit are references that if …
bitcoin bitcoindI'm looking for a regex that will validate a base 58 bitcoin private key. I found this one for public addresses: /^[13…
bitcoin