Joseph Bisch
Joseph Bisch
I pushed an update to the fee calculations, so that 0.005NMC is charged per output less than 0.01NMC. It is [these lines](https://github.com/namecoin/namecoin/blob/namecoinq/src/main.h#L658) in the Namecoin source code. I tried outputting...
I second @ailin-nemui suggestion about trying to capture network traffic if possible with Wireshark to see what the server is sending to the crashing client. Then we might be able...
Are you sure that /connect -rawlog file doesn't create a file named file in the same directory as you run irssi from? It should record the raw IRC messages being...
I can't reproduce the bug, even with the instructions in your latest comment. I think it is more complex than just having a bot or second client sending messages at...
Interesting. I didn't know that the Tor developers were switching. I'll look into RBM.
Thanks for doing this! Hopefully a Namecoin dev comes along soon to take a look at this. That file as a whole is quite incorrect. For one, Qt is the...
Happening to me with the latest package on Debian Stable.
This affects Linux only. It has to do with the `-l gthread-2.0 \` lines in [src/Makefile](https://github.com/namecoin/namecoin/blob/namecoinq/src/Makefile). Removing those lines seems to have no adverse effect on the operation of either...
I assume that you have looked at Gitian (the reproducible build system that Bitcoin Core uses). You typically use a system such as the depends system that Bitcoin Core uses...
Getting a package into Debian and having it be made reproducible through their reproducible builds project sounds like a good idea. Their toolchain sits in a special repository and consists...