Re: [bitcoin-dev] [BIP] Normalized transaction IDs

2015-10-20 Thread Christian Decker via bitcoin-dev
On Tue, Oct 20, 2015 at 12:23 AM s7r via bitcoin-dev < bitcoin-dev@lists.linuxfoundation.org> wrote: > So what exactly is used to create the normalized txid (sha256 hash of > what data)? I've read in the linked BIP draft that it will strip the > 'malleable parts' but didn't understand what

Re: [bitcoin-dev] Memory leaks?

2015-10-20 Thread Jonathan Toomim via bitcoin-dev
I did that Sunday twice. I'll report the results soon. Short version is that it looks like valgrind is just finding 200 kB to 600 kB of pblocktemplate, which is declared as a static pointer. Not exactly the multi-GB leak I'm looking for, but possibly related. I've also got two bitcoind

Re: [bitcoin-dev] Memory leaks?

2015-10-20 Thread Jonathan Toomim via bitcoin-dev
More notes: 1. I ran a side-by-side comparison with two bitcoind processes (Core, same recent git commit as before) on the same computer with the same settings running on different ports. With both processes, I logged RSS (via /proc/$pid/status) every 6 seconds. With one of those processes, I