Bitcoin is a digital peer-to-peer currency with no central authority. It was created in 2009 by Satoshi Nakamoto. Transactions are managed entirely by the network.

learn more… | top users | synonyms

0
votes
0answers
8 views

JScript.NET Exec() StdOut hangs, StdErr 2>&1 and redirect to file tricks not working

Been doing hours of research on this and i'm thoroughly stuck, I'm looking to get the response from sending a command to cmd from JScript.net server-side on my website. Here's how far i've gotten... ...
-1
votes
1answer
22 views

Can I do Bitcoin minning on Linux without a graphic card? [closed]

I just upgraded my Linux Ubuntu to 13.04 and my graphic card is not supported yet (I think is a Intel HD Graphics 4000). I'm looking for a Bitcoin minner but I'm not sure if I can mine it before ...
1
vote
1answer
18 views

createrawtransaction using json rpc

I'm trying to make a raw transaction using bitcoind using json-rpc over http post - {'jsonrpc': '1.0', 'id':'rqid4027056','method': 'createrawtransaction', 'params': ...
-7
votes
0answers
28 views

payment based application using bitpay in php [closed]

I want to develop one payment based application using the bitpay in php . After customer putting the address of customer that time check wheather the amount is available or not in the cust account ...
1
vote
0answers
32 views

iOS BitCoin MtGox Streamming for other channels

I am trying to get ticker from other channels in MtGox There are many public stream channels in it. So, i tried to subscribe them { "channel": "057bdc6b-9f9c-44e4-bc1a-363e4443ce87" ...
-1
votes
1answer
72 views

Bitcoin's total computing speed vs. “super computer” [closed]

I am trying to compare the speed of Bitcoin's network to that of a super computer, say Titan. From Bitcoinwatch.com I found that Bitcoin's Network Hashrate in petaFLOPS is 936.69, and I see from ...
2
votes
0answers
106 views

How can I check a 0-confirmation Bitcoin transaction without having the private key in my wallet?

I am programming a site that accepts Bitcoin payments, but I do not want to hold any private keys on the server. I am using the so-called "lazy API" method where I create private keys and addresses ...
1
vote
0answers
201 views

Pushpoold mmcFE-Litecoin server not running properly

I am starting a LiteCoin mmcFE-pushpool pool for several clubs at my university, and am having some problem. First, we are running on an EC2 instance (Ubuntu), and have mmcFE and pushpull running. I ...
-1
votes
0answers
37 views

bitcoin payment system error

I used the bitcoin payment system from bitcoinphp. Warning: fopen() [function.fopen]: php_network_getaddresses: getaddrinfo failed: No such host is known. Warning: fopen//...@$serveraddress:8332) ...
-1
votes
0answers
44 views

bitcoin OP_CHECKSIG in python

Recovering Bitcoin private keys using weak signatures from the blockchain private key = (z1*s2 - z2*s1)/(r*(s1-s2)) We just need to find z1 and z2! These are the hashes of the outputs to be signed. ...
0
votes
0answers
89 views

Mt.Gox V2 API error

When I try to send an order via the API, I have problem. Another private API works fine, for example getting orders or get info. "result": "error", "error": "Identification required to access ...
-2
votes
1answer
30 views

Network Partitions on Bitcoin [closed]

Suppose I buy an item from a vendor using bitcoins. I send a request to a Bitcoin server indicating that I would like to give the vendor some amount of bitcoins and the transaction is successful, so ...
1
vote
0answers
77 views

Ruby, Socket.io, mtgox (bitcoin) streaming problems. No messages

I'm trying to get Ruby to pull in data from mtgox so I can put it in a Mongo database for analysis and trading. But I can't seem to get either the websocket or the socket.io API to work with Ruby. ...
0
votes
0answers
27 views

What will it take to make this miner work with new pools?

This might fit better at bitcoin.stackexchange but since it's so involved with JS I'll post it here. If found this pretty slick https://github.com/jwhitehorn/jsMiner. It appears that it's using 100% ...
0
votes
0answers
27 views

Why coinbase address callback not?

I am using PHP cURL to generate new address from coinbase. As per this documentation we get notification on the callback url when any transaction is made on the generated address. But I am not getting ...
1
vote
1answer
71 views

Cannot build bitcoin

Get sauce from github, read instructions in doc/build-unix.txt. But make can not into compile! [urs1412@noname bitcoin]$ cd src [urs1412@noname src]$ make -f makefile.unix g++ -c -O2 -pthread -Wall ...
2
votes
0answers
91 views

send and receive transaction in bitcoin

How to send and receive transaction using bitcoin address. I am using this url. I have only Bitcoin addresses for send and receive. Also i do not have a My Wallet account. I have used below code. ...
0
votes
1answer
214 views

Internal server with MTGOX api

I have a problem calling the MTGox HTTP api v2. I wrote a sendrequest function to generally handle all my requests. It works great for MONEY/INFO or MONEY/ORDERS but I get a 500 internal server error ...
2
votes
0answers
131 views

Get bitcoin historical data

I want to do my own bitcoin chart. Would you know any reliable way to retrieve bitcoins historical price data? Is there any way to retrieve it using REST? I saw Bitfloor, which supports REST, but it ...
2
votes
0answers
33 views

Coinbase address callbacks not working?

I'm using the Coinbase API. My app generates new receive addresses with callbacks. However, when BTC arrives at any of those addresses, the callbacks don't seem to be firing. I've verified that the ...
-1
votes
2answers
83 views

Simple translation from bash to perl - bitcoin private key import format

I'm working on a Bitcoin brain wallet generator in perl. I wasn't able to make the last step correctly (base58 encode) to generate the private key (import format). I have found a very simple bash ...
0
votes
0answers
64 views

How to access Bitcoins transaction database? [migrated]

I want to process the bitcoin transaction network. As I understand it, the Bitcoin-Qt client downloads and stores all that information locally. Since version 0.8 LevelDB is used to access this data. ...
-2
votes
1answer
212 views

One Day Bitcoin Chart?

I'm trying to build a Bitcoin graph with a history of one day. I'm building it with Javascript and highCharts, But the target should be for a free iPhone App that presents the last day chart of the ...
0
votes
1answer
203 views

Bitcoin JSON-RPC

I am interested in creating a php application that uses bitcoin. I've understood everything so far except for what I am supposed to supply as these variables: $btc_connect = array("user" => ...
4
votes
1answer
117 views

How can I sign a message with a Bitcoin private key from terminal

I'm trying to sign a message with a Bitcoin private key to get a refund from InstaWallet. Any hints on how to do this from a terminal on OS X?
-1
votes
1answer
335 views

Google App Engine Bitcoin Mining

https://bitcointalk.org/index.php?topic=2745.0 I saw this, and it's quite a dead thread. I'm trying to implement this, but eclipse is having issues. The App Engine SDK JAR appengine-endpoints.jar ...
2
votes
1answer
369 views

Perl - How to convert bitcoin private keys to addresses with elliptic curve math

I have a large dump (~25K) of all the private keys from my bitcoin wallet, but I don't have a mapping to the associated addresses for each private key. I need the address before I can recreate the ...
-3
votes
1answer
73 views

Can I write down a bitcoin on paper? [closed]

What defines a bitcoin? How do I 'have one'. Is there a certain string of encrypted characters that define it within the system that can't be duplicated? Or is it the software that comes with it ...
0
votes
2answers
965 views

What are examples of FPGA or ASIC clusters outside of Bitcoin? [closed]

Bitcoin miners have been building GPU & FPGA clusters for a while, now they are moving on to ASIC clusters. In these systems work is sent to a PCBs with multiple FPGA or ASIC chips that are ...
0
votes
1answer
76 views

Compiler error in socket.h on Amazon EC2

I'm trying to compile bitcoin on my EC2 instance, and I've run into a problem I can't figure out. The build script stops on the following command g++ -c -Wall -Wextra -Wformat -Wformat-security ...
0
votes
1answer
1k views

bitcoin cgminer setup arch [closed]

Tryin to set up bitcoin miner on arch linux AMD 64bit. I get this error, with cgminer on arch linux: [2013-03-20 19:52:41] Started cgminer 2.11.3 [2013-03-20 19:52:41] Error -1001: clGetPlatformsIDs ...
1
vote
1answer
140 views

Can I open bitcoin-qt wallet with bitcoinj

I am trying to open my bitcoin-qt wallet with bitcoinj. I have this simple code: private static final File WALLET_FILE = new File("__PATH__"); public static void main(String[] args) { Wallet ...
0
votes
1answer
104 views

moving account - wallet - and bitcoin addresss from one server to another [closed]

I have several accounts on mt first bitcoin server and would like to add a second to organize the accounts and balance them as well.. I have an existing account called MyTestUser and it contains 3 ...
2
votes
1answer
656 views

MtGox webstream api

In this doc we have an info about webstream MtGox-API. So the question. We have the next: query = { "id":id, "call":apicall, "nonce":nonce, "currency":cry, "parameters":params, ...
2
votes
2answers
342 views

Are there any Bitcoin Payment solutions for Ruby?

Working in Ruby (and perhaps Rails). Are there any ways of accepting and managing payments in Bitcoin for Ruby or Rails?
-3
votes
2answers
88 views

How do I see a bitcoin transaction on blockexplorer [closed]

I just created 2 wallets using http://btcfaucet.com and generate 0.006 BTC on the first wallet, and then attempted to send 0.001 BTC to the second wallet.. The first wallet with the bitcoin address ...
0
votes
1answer
403 views

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 for coffee at Starbucks using a QR code on your smartphone. The 2D/3D barcode reader is able ...
2
votes
2answers
3k views

poclbm not reporting hashes to deepbit or slush

I run poclbm on my system but for some reason both deepbit and slush don't "see" the work being performed. My system reports about 200 megabashes per second being done. I tried mining with my cpu ...
2
votes
0answers
127 views

Blockchain API to determine transaction confirmations

I am trying to identify whether a transaction in the bitcoin blockchain has been confirmed or not. I have accessed a JSON representation of the transaction from blockchain.info using this url: ...
0
votes
1answer
91 views

Error in a D3 callback when adding BitCoin data points to my chart

I'm making a live BitCoin chart from the MtGox API data using socket.io. I'm getting a "TypeError: 'undefined' is not a function (evaluating 'callback.call(node, node.data, i, j)')" while executing my ...
1
vote
1answer
88 views

NodeJS HTTPS request to Intersango.com

There is something wrong with the request I'm making and I can't figure it out. It seems everything is in order according to the API spec. Here is the code: var request = require('https').request; ...
0
votes
1answer
41 views

5e-08 to decimal in PHP

I am trying to convert 5e-08 into a proper decimal point, how can i accomplish this with PHP <?php $value = 5; $real_btc = $value/1e8; echo $real_btc; This returns 5.0E-8 I need it to ...
1
vote
1answer
78 views

Getting an error with the request module

I'm doing a query to the mtgox server. Here is the API https://en.bitcoin.it/wiki/MtGox/API/HTTP/v1. My code successfully hits the server but after a a few times this error pops up: events.js:115 ...
0
votes
1answer
290 views

Python vs IronPython for BitCoin Development [closed]

Been looking at porting a BitCoin Mining Pool server across to IronPython Apart from the limitations of Ironpython supporting upto Python ~v2.7 Is a Ironpython/windows platform really not suited to ...
5
votes
1answer
218 views

Translating PHP to Python (Rest-API connection)

I am learning Python and as an exercise I tried to make a program to make transactions on bitcoin market: https://bitcurex.com. Here is an API reference: https://bitcurex.com/reading-room/API . There ...
2
votes
1answer
148 views

Handling unknown URI schemes in Android (Bitcoin example)

I would like to integrate a "Donate via Bitcoin" button in an Android application's PreferenceScreen. There are a few Bitcoin clients for Android running around, and Bitcoin wiki defines a URI scheme ...
1
vote
2answers
65 views

When will I encounter issues with the type Double in C# with 8 decimal places for Bitcoin?

I remember reading issues about certain math operations and the type double, but I forget when they would occur, or how I need to deal with them. A "Bitcoin" is a float that has 8 decimal places. ...
0
votes
1answer
107 views

Bitcoin check address return error

I'm doing ajax.get to check if bitcoin address is valid the code : var address = 'some address'; $.ajax({ type: "GET", url: "http://blockexplorer.com/q/checkaddress/" ...
2
votes
1answer
312 views

Bitcoin current value in PHP?

I'd like to have a "current BitCoin price" on an HTML document. I found https://mtgox.com/api/0/data/ticker.php, which returns this: ...
2
votes
0answers
381 views

Bitcoin C# .NET API [closed]

I am trying to get the address the bitcoins were last owned by or the "from" address, I know that if you send bitcoins back to that address not in all cases will the user actually get them but I still ...

1 2