Rob Jansen

Results 136 comments of Rob Jansen

Agreed, using `Bytes` objects to avoid copies when we can seems like a good idea to me :)

> When's the last time someone tried to run a 100% Tor network? I think that was us + Ian :) in Table 2 [from our USENIX paper](https://www.usenix.org/system/files/sec21-jansen.pdf): `100%: 6,489...

On a more serious note, many people are going to have access to smaller machines and not that many people are going to have access to giant near-super computers. So...

I don't use the bitcoin plugin regularly, but I looked through this for a bit and can't tell exactly what is going on. Maybe someone else has an idea... (I'm...

> @robgjansen Any idea when v1.12 comes out? We are working on it now - I am aiming for June/July.

I haven't been actively using this plug-in, but I think the master branch should have the best chance of working. I'm not sure which branch you should use if you...

Try it with `-r` but without the `2` in your command, so like this: ``` ./src/bitcoind/shadow-bitcoind -y -i ../resource/shadow.config.xml -r - ``` Does that work? If so, the wiki needs...

Sorry I pasted the command incorrectly. Your original command was this ``` ../src/bitcoind/shadow-bitcoind -y -i ../resource/shadow.config.xml -r 2 -t ``` I just asked you to try to remove the `2`,...

It was likely broken in 86479fa8f3fc48c24a03df6b4d5326259339dee0. It looks like in that commit, the name of the data directories for each node changed from .bitcoin to the node name ([here](https://github.com/shadow/shadow-plugin-bitcoin/commit/86479fa8f3fc48c24a03df6b4d5326259339dee0#diff-aa632488e3262874d951e1429f9303e6R137)), but...

@bawejakunal Does the above fix work for you (I can't test right now)?