Re: [Bitcoin-development] Combining bloom filters?

2013-08-17 Thread bitcoin-list
Under some conditions, yes. The filters must have the same parameters (tweak, size, hash count). Bitcoinj implements this in its BloomFilter class. Matt Jeff Garzik wrote: >Consider wallet A builds bloom filter A' and wallet B builds bloom >filter B'. Can A' and B' be or'd together to form a s

[Bitcoin-development] [ANN] Micropayment Channel Implementation

2013-06-27 Thread bitcoin-list
As of today, a full implementation of micropayment channels has been merged onto bitcoinj's master branch (to be released in the next version). It is designed to make it easy for users to create payment channel servers and clients based on the design at https://en.bitcoin.it/wiki/Contracts#Example_

[Bitcoin-development] Automated Weekly Testnet Alerts

2013-05-10 Thread bitcoin-list
In order to provide developers with a reasonable way to test their alert-handling code, starting next Thursday, automated weekly alerts will be made on testnet. They will contain the message "[TEST] This is a test alert broadcast at $TIMESTAMP" (where $TIMESTAMP is the unix timestamp of initial

Re: [Bitcoin-development] Adding callback hooks to the satoshi client

2012-03-21 Thread bitcoin-list
You might also want to check out libcoin. Its a fork of the satoshi client: https://github.com/ceptacle/libcoin Matt Eric Lombrozo wrote: Hey, guys. I've been writing a number of apps that require realtime event notifications, where the JSON-RPC API clearly doesn't suffice. There are two app

Re: [Bitcoin-development] BIP 0020: URI Scheme

2012-01-27 Thread bitcoin-list
Luke-Jr wrote: >On Friday, January 27, 2012 7:36:31 PM bitcoin-l...@bluematt.me wrote: >> It was implemented in the waylaying client with the merge of >Bitcoin-Qt for >> drag and drop, and just recently for system URI handling in >> >https://github.com/bitcoin/bitcoin/commit/70f55355e29c8e45b60

Re: [Bitcoin-development] BIP 0020: URI Scheme

2012-01-27 Thread bitcoin-list
It was implemented in the waylaying client with the merge of Bitcoin-Qt for drag and drop, and just recently for system URI handling in https://github.com/bitcoin/bitcoin/commit/70f55355e29c8e45b607e782c5d76609d23cc858. However the version on the wiki armed as BIP 20 has a ton of extraneous crap

Re: [Bitcoin-development] IMPORTANT: if you are running latest git HEAD

2011-12-25 Thread bitcoin-list
Couldn't your net testing code be modified to do that to some extent? Gavin Andresen wrote: >Reposted from the forums: > >makomk reported a remote vulnerability that I pulled into the master >bitcoin/bitcoin tree on December 20. If you are running git-HEAD code >on the production network you sho