Skip to content

Commit

Permalink
Add URLs to new github repo.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Nov 7, 2014
1 parent 88c0445 commit ecfd749
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -108,8 +108,10 @@ Gavin suggested some ways to adapt an IBLT to the blockchain problem:
## Testing It ##

For my experiment, I used 4 hash functions for each bloom entry, and
just make the 48-bit id the first 48 bits of the SHA. I used a simple
shell script to pull out the last 10000 bitcoin transactions.
just make the 48-bit id the first 48 bits of the SHA. I used [a simple
shell script](https://github.com/rustyrussell/bitcoin-iblt-test/blob/master/gettxs.sh) to pull out the last 10000 bitcoin transactions.

You can find the code [on github](https://github.com/rustyrussell/bitcoin-iblt-test/).

### Recovering Transactions ###

Expand Down

0 comments on commit ecfd749

Please sign in to comment.