Top "Bitcoin" questions

GENERAL BITCOIN QUESTIONS CAN BE ASKED ON https://bitcoin.

Get bitcoin historical data

I want to do my own bitcoin chart. Would you know any reliable way to retrieve bitcoins historical price data? …

bitcoin
Byte array to Hex string conversion in javascript

I have a byte array of the form [4,-101,122,-41,-30,23,-28,3,..] which I want to convert in the form 6…

javascript arrays bitcoin data-conversion
RegEx to match Bitcoin addresses?

I am trying to come up with a regular expression to match Bitcoin addresses according to these specs: A Bitcoin …

regex bitcoin
How do I generate a QR code for a Bitcoin address with amount?

The closest I've gotten is from blockchain.info https://blockchain.info/qr?data=1Agb153xWsbqS9vt8gP4vBFKHkAchLMdSX&size=200 …

bitcoin
How do I make bitcoind listen on 0.0.0.0:8332?

I'm running bitcoind on one machine and would like to control it from another (using python and the JSON RPC …

bitcoin
Bitcoin address form validation JavaScript and PHP

I've seen a few Bitcoin Address form validation scripts for various languages, but surprisingly can't really find anything for two …

javascript php validation bitcoin
Parsing JSON data from a remote server

I was wondering if there was any way to make a Parser in PHP in which gets the values from …

php json parsing bitcoin
BitCoin: how quickly are transactions verified?

I am curious if BitCoin transfers can occur in real-time. The example I am thinking of is much like paying …

financial bitcoin
How to create a genesis block of my altercoin?

I create my new altercoin,but when I first run it,it already shows:"No block source available 5 week(s) …

bitcoin
Get BTC prices on Google Sheets from Google Finance

I'm trying to get data from Google Finance in Google Sheets with this formula: =GoogleFinance("CURRENCY:BTC") But I'm getting …

google-sheets bitcoin google-finance