James Stanley

Results 41 comments of James Stanley

I have the same problem, unfortunately on 20.04 there is no python-svg.path, only python3-svg.path.

In particular, from a quick glance through the Perl source, rand is seeded with only 4 bytes. Which means libbitcoin-perl will, on first invocation, generate one of only 4 billion...

I wrote a program that simply generates and prints a private key. I ran it 1.3 million times, and of the 1.3 million keys, 219 appeared twice. This is not...

That should fix it without having to disable magic mode by default, however I _personally_ disagree with the "spooky action at a distance" created by the magic mode, and would...

That's a testnet address. You need to set the environment variable BITCOIN_TEST=no to generate mainnet addresses.

I have implemented a web interface, although it doesn't work the way described above. It's a standalone program that you run on a machine that you trust, and the identity...

> Having both a client and server cookie means that both parties have to have broken cookie generation to violate the private key access proof. But a malicious client can...

FWIW, I made a rudimentary group chat system for Ricochet by basically implementing an IRC channel over the top of the Ricochet protocol. To join a group chat you just...

FWIW, I got it working without any patches by simply adding a firewall rule that allows the amnesia user to access anything on localhost. This is convenient for actual usage,...

I'm not sure how to try that, but it sounds like it would work if you gave the amnesia user access to the Tor control port. The packaged version of...