Questions tagged [development]

The creation and ongoing work for different existing and future Bitcoin-related projects and source code.

There are many software projects being worked on in Bitcoin. This tag can be used for anything from personal projects where you are trying to interact with an API from questions about how to contribute to Bitcoin's development or contributing specific Bitcoin related open source projects.

454 questions
11
votes
2 answers

what programming languages are used to built bitcoin?

I have one very basic question, I would like to know: what programming languages are used to built bitcoin?
basicquestion
  • 131
  • 1
  • 1
  • 3
9
votes
1 answer

Is it possible to run Bitcoin on Google App Engine? / alternatives?

This question is cross-posted on bitcoin.stackexchange, stackoverflow and bitcointalks. I'm planning to build an application on Google App Engine that will heavily make use of Bitcoin trading. I've been Googling along a little but I couldn't find…
Steven Roose
  • 11,841
  • 8
  • 45
  • 73
7
votes
3 answers

Push deposit notification through HTTP requests

Is there any alternative to bitcoinnotify? That send a POST request to a URL on an deposit event to a chosen address. I know there is blockchain.info that send email. And instawallet that where you keep a open socket connection. But I am looking…
6
votes
4 answers

How do I develop web applications for Bitcoin?

Although similar to this question about mobile app development, I would like to know how I should go about the development of web applications that make use of Bitcoin. It can be assumed that all the standard recommendations mentioned in this famous…
Gary
  • 7,593
  • 3
  • 33
  • 59
6
votes
1 answer

What impact could the patents applied for by Craight Wright have on Bitcoin development if granted?

What impact will this have if all the patents he applied for are granted. Could it create liability for Bitcoin developers who attempt to use some of his patented ideas when making future pull requests? "Since February, Wright has filed more than 50…
Yao Choa
  • 263
  • 1
  • 7
6
votes
1 answer

Will be possible to have the same key on more than one wallet?

On pull request https://github.com/bitcoin/bitcoin/pull/220 say will be possible to import/export keys. I would like to know if will be possible to have the same key on different wallets and only be able to spend the bitcoins from this key with…
Leo
  • 311
  • 1
  • 2
4
votes
2 answers

What is the age of the youngest known Bitcoin developer?

What is the youngest age of someone known to have submitted a Pull Request to Bitcoin Core?
dontmindme
  • 487
  • 3
  • 7
4
votes
1 answer

Is there a remote Bitcoin API that doesn't require anything to be stored locally?

What I imagine is a trusted centralized server (say run by Mt. Gox or some other exchange), that exposes a simple medium/low level API (let's say in JSON): getTransaction(fromAddress) getTxDetails() executeTransaction() ... I know BitcoinJ does't…
ripper234
  • 26,550
  • 30
  • 111
  • 246
3
votes
1 answer

Can 2 bitcoin-cli's use the same blocksdir

I am trying to set up 2 clients with both using the same block directory is this possible?
Harmalarm
  • 41
  • 3
3
votes
1 answer

Is there a bitcoin api?

Sorry if my question sounds silly, I get downvoted for some reason everytime I ask it. I just need some help Today I saw the "richest bitcoin wallets" chart and I was inspired to program the same thing, it's interesting for me to know how this type…
Daniil
  • 33
  • 4
2
votes
2 answers

How malleable is the Bitcoin protocol?

Possible Duplicate: How could the bitcoin protocol be changed? Has this ever occurred? Given Bitcoin is a system based on consensus, is it possible and under what situations would the Bitcoin community consider changing some of it's underlying…
fj2942ks
  • 101
  • 1
2
votes
1 answer

How do I validate the correctness of a bitcoin multisig address?

Normally when validating a bitcoin address I Base58 decode the string, validate the checksum, throw away the checksum, and end up with 21 bytes. Then I verify that the address is fr the correct network: If the first byte is 0x00 I have an address…
Jan
  • 451
  • 4
  • 4
2
votes
1 answer

How can a programmer contribute to the Bitcoin project?

I'm a programmer and would like to support the development of Bitcoin, but I don't have an original idea for a new project. Where can I find information about tasks and issues that I could put some effort into?
klemen
  • 675
  • 4
  • 7
2
votes
3 answers

Would it be theoretically possible to make a Cryptocurrency in a scripting language like PHP, Python, or Ruby?

Just wondering if this is even possible. If so, are there any practical reasons not to?
diodepain
  • 21
  • 2
1
vote
0 answers

What Off-Chain programming languages are important in Blockchain development

I am looking at getting into Blockchain development, and I would like to have some idea about general programming languages that are relatively important compared to the general developer-market. Myself, I know C++ and C# well, but it would be…
Olav
  • 111
  • 2
1
2