1 2017-10-17 02:19:50 <synapse> Has anybody here ever written there own BTC wallet?
 2 2017-10-17 02:20:26 <synapse> I wanted to create one that was accessible via a browser
 3 2017-10-17 02:20:47 <synapse> An online wallet I have total control over
 4 2017-10-17 03:34:05 <ginseng> im using blocknotify in regtest mode with a script that calls getbestblockhash and writes it to a file. when i near-simultaneously create 10 regtest blocks in a row, my output file contains a couple unique hashes, but the last one is often repeated a few times. this obviously would never happen on the real blockchain im just curious what's happening here
 5 2017-10-17 18:30:40 <iwkse> jonasschnelli: I've moved the whole content to the HD but I still get the same segfault (on another machine it works fine also from the USB HD). Seems something with leveldb https://pastebin.com/nfrYN8W6
 6 2017-10-17 18:32:28 <iwkse> I'm using libleveldb1v5 (1.20)
 7 2017-10-17 18:34:19 <iwkse> this is the full stack trace https://pastebin.com/G62VawGq
 8 2017-10-17 21:31:27 <iwkse> I've built bitcoin from source and I don't get the segfault
 9 2017-10-17 21:38:00 <iwkse> could be that? libdb_cxx-5.3.so => /usr/lib/x86_64-linux-gnu/libdb_cxx-5.3.so (0x00007fa395b5e000)
10 2017-10-17 21:38:20 <iwkse> it seems it's linking to unsupported berkeley db