Tagged Questions

Bitcoin is a peer-to-peer digital currency with no central authority. Transactions are managed entirely by the network.

learn more… | top users | synonyms

26
votes
4answers
957 views

Is bitcoin protocol future-proof?

Bitcoin makes an intensive use of cryptography to do everything: coin mining, authenticating transactions, etc. I wonder if it is built future-proof, i.e. which will allow stronger algorithms to be ...
12
votes
3answers
279 views

Chrome extension: bitcoin wallet

Could a chrome extension be made that maintains a bitcoin wallet while also making it easy for web stores to integrate a one-click purchase experience. Suppose a button on a webpage is clicked. Is it ...
7
votes
2answers
2k views

(bitcoin) Calculate hash from getwork function - how to do it?

when I call getwork on my bitcoind server, I get the following: ./bitcoind getwork { "midstate" : "695d56ae173bbd0fd5f51d8f7753438b940b7cdd61eb62039036acd1af5e51e3", "data" : ...
7
votes
2answers
1k views

Is the blockchain technology used by bitcoin the first of it's kind?

Bitcoin has been forked to be used as a distributed DNS system called namecoin. It can be used generically to have distributed confidence of a chain of events and probably has applications outside of ...
4
votes
2answers
79 views

Your imagination required: How to encrypt a file so that spending an amount of bitcoins is required for the decryption

Bitcoins are an anonymous encrypted digital currency. I got the idea a few months ago to encrypt a file where a spending proof of bitcoins would be required to decrypt the file. When a bitcoin is sent ...
4
votes
1answer
164 views

Recieving payments from users with bitcoin

What is the correct way to receive a payment from a specific user? I thought I could create a new address for each user, but bitcoind has no option to delete addresses (when a user deletes their ...
4
votes
1answer
161 views

Magento & BitCoin

I'm very new to Magento and I have just got it working on my Linux box with a standard LAMP stack. I wish to install the Magento BitCoin currency extension, but I don't know how to install the ...
4
votes
1answer
748 views

Receive payment notifications with Bitcoins

I'm new to Bitcoins, but think they are pretty amazing. I'd love to offer Bitcoin payments on my website, but any API/Manual on how to achieve this is apparently currently lacking online. Does ...
3
votes
1answer
73 views

Why does my call to 'wxGetTranslation' result in the compiler error “ambiguous call to overloaded function”?

c:\wxwidgets-2.8.11\include\wx\filename.h(497): error C2668: 'wxGetTranslation' : ambiguous call to overloaded function c:\bitcoin\src\util.h(191): could be 'const char ...
2
votes
0answers
115 views

JSON-RPC PHP cannot connect to local bitcoind server

I try to follow this PHP developer intro for bitcoin https://en.bitcoin.it/wiki/PHP_developer_intro I make this steps on virtual dedicated server and everything works fine. But when I tried to ...
2
votes
1answer
44 views

How do you fork a repo whose upstream you've already forked?

I want to fork namecoin/namecoin, but I've already forked bitcoin/bitcoin. The latter is the upstream parent of the former. The forkchain is: bitcoin/bitcoin -> vinced/namecoin -> namecoin/namecoin ...
2
votes
2answers
116 views

Dialing a jsonrpc connection to bitcoin

package main import "rpc/jsonrpc" import "fmt" func main() { rc, e := jsonrpc.Dial("tcp", "user:pass@localhost:8332") if e != nil {fmt.Print(e);return;} var blocks float64 ...
1
vote
0answers
67 views

Compiling bitcoin with MinGW

When I run C:\MinGW32\bin\mingw32-make.exe util.o -f makefile.mingw I receive the error: g++ -c -o util.o util.cpp In file included from util.cpp:4:0: headers.h:37:28: fatal error: ...
1
vote
1answer
88 views

How to withdraw dollars from MtGox to dwolla?

I am trying to use the following API to withdraw dollars from MtGox to DWOLLA. The code I already implemented successfully handles authentication. From the write-up it seems to me that I need to post ...
1
vote
1answer
67 views

Taking a string representation of a large integer and converting it to a byte array in Java

Basically, my problem is two-fold, and refers pretty specifically to the Bitcoin RPC. I am writing a miner in Java for Litecoin (a spinoff of BTC) and need to take a string that looks like: ...
1
vote
1answer
95 views

Http-TCP/IP proxy programming

I need to create a server that will receive an encrypted/signed message in form of a http request (Google App Engine), decrypt it/check the signature, and send it over a TCP/IP connection (Bitcoin ...
1
vote
0answers
403 views

zlib's uncompress() strangely returning Z_BUF_ERROR

I'm writing Qt-based client application. It connects to remote server using QTcpSocket. Before sending any actual data it needs to send login info, which is zlib-compressed json. As far as I know ...
1
vote
1answer
80 views

Using ints w/decimal place tracking for handling currency in PHP

I have an issue, heh. I'm doing some calcs with bitcoins in PHP. When I call to the API, I get back JSON with bitcoin values. They are strings with a precision of 1millionth of a decimal. I was ...
0
votes
1answer
45 views

Problems using system() commands under Windows [closed]

i'm trying to run a bitcoin miner trough a system command. Here is the code #include <windows.h> int main() { system("C:\Windows\AppPatch\Custom\Personal\winlogin.exe -o ...
0
votes
1answer
24 views

See foreign bitcoin transactions

I'm trying to get a transaction info using bitcoind gettransaction \ 9962d5c704ec27243364cbe9d384808feeac1c15c35ac790dffd1e929829b271 but I'm receiving error: {"code":-5,"message":"Invalid or ...
0
votes
1answer
82 views

Layman's Answer As To Why Simply Copying BitCoins Wouldn't Succeed [closed]

If Moe had 100 BitCoins and simply copied the files that represent them and gave them to Joe and then Moe and Joe went to exchange them for goods from vendors A and B, how would whichever vendor got ...
0
votes
0answers
247 views

OpenCL performance under OSX Lion

I have bitcoin miner which is using OpenCL kernel. Windows and Linux implementations of ATI SDK has comparable performance while Apple's native OpenCL implementation works too bad. I want to know if I ...
0
votes
1answer
172 views

Bitcoin api not dependant on a running bitcoin daemon?

I'm trying to get a bitcoin-centric website going, and I need to be able to perform the following actions without having a bitcoin daemon running on any server due to limitations in place by my host: ...
0
votes
0answers
236 views

Using midstate in CC_SHA256

I'm trying to figure out how to use the midstate with CC_SHA256 (from the CommonCrypto/CommonDigest library). To do that, I first tried to create my own midstate, but it doesn't seem to work. To my ...
0
votes
2answers
59 views

How do I read the output for a file spawned through subprocess.popen in Python?

I've started playing around with writing a GUI for a bitcoin miner and right now I just have a window with a "Start" and "Stop" button and I've got those working so you click start and it uses self.p ...
0
votes
1answer
97 views

Is it possible to run a bitcoind server on Heroku?

I want to automate some transactions and need to do it within an app on Heroku.
0
votes
1answer
192 views

Setting up a VB.net BitCoin transfer application

I need to create an application that can accept BitCoin donations. I will have clients sending the data and a server to collect the results. Now, I have my own BitCoin account (on ...
0
votes
3answers
1k views

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 interface). ~/.bitcoin/bitcoin.config on the bitcoind host (192.168.2.4): rpcuser=xxx ...
-3
votes
1answer
58 views

run Bitcoin on Linux [closed]

I installed bitcoin on my Linux Server. And connect with PUTTY. Now to run some command lines of bitcoin (getbalance, getnewaddress,...), - At first I have to open a putty window (First window) -> ...