My goal is to create a bot that would listen to the bitcoin network for a list of specific transactions associated with specific bitcoin addresses.
There is a pull request that adds support for watch-only addresses to bitcoind : https://github.com/bitcoin/bitcoin/pull/2861. This PR allows to track transactions and balances without having to know and keep associated private keys in the wallet. Unfortunately, it is unclear when it will be merged.
It is also reported that people are using this in production (custom version of bitcoind).
Post
Topic
BoardDevelopment & Technical Discussion
Re: How can I use Bitcoin as validation engine?
by
cnk
on 02/12/2013, 08:36:03 UTC
I would also like to know more details on how to prove that some data exists without creating unspendable outputs (I have no affiliations to proofofexistence service).
There is a service that uses bitcoin blockchain to prove that certain data exists at a certain moment of time http://www.proofofexistence.com . This is done by generating a bitcoin transaction (unspendable) to two specially crafted addresses.
Post
Topic
BoardBeginners & Help
Re: Hard fork
by
cnk
on 28/11/2013, 10:51:44 UTC
Intentional fork, as I understand, would mean an attack on bitcoin. The outcome of such event will depend on the amount of hashing power the attacker has.
Post
Topic
BoardBeginners & Help
Topic OP
Hard fork
by
cnk
on 28/11/2013, 09:18:36 UTC
At March 2013 a bug in Bitcoin 0.7 caused a hard fork of the chain that could not be automatically resolved (details : https://en.bitcoin.it/wiki/BIP_50).
This event didn't seem to affect bitcoin price and public image of bitcoin.
Now the situation is different. Bitcoin price has increased 30x times since March and now bitcoin is receiving more public attention than ever before.
I wonder what would have happened to bitcoin price if a hard fork had occurred now?