Aido

Results 52 comments of Aido

Hi, Given the preference expressed in PR #96 to using normal autoconf toolage for linking to external libraries rather than importing a tree / adding a git subtree into the...

OK Jeff, I'll leave this PR open and play around with it a bit to see if LMDB is a good choice. LMDB allows for the creation of multiple sub-databases...

Yes, it;s coming along nicely. LMDB seems to be quite suitable as a DB choice. I see GitHub has a handy code review feature for each commit to a pull...

Hi @jgarzik, The latest commit adds a blockheightdb to speed up rebuilding of blkdb on startup. Some of the OSX builds are failing on Travis. Travis builds fail if no...

Hi, The purpose of this pull request is to introduce LMDB databases to picocoin. So in that regard this PR is now complete (although it may still need some tidying...

Fair point. Trying to pack ALL wallet related code into one place the way I did was a terrible idea not very well executed.

Hi, The most recent commit to this PR tries to modularize the wallet code a small bit more. It organizes some of the wallet code into it's own subdirectory and...

> @secinthenet > > > SLIP39 shards BIP39 entropy BIP39 mnemonic > > This is exactly what we do. But since you cannot restore to the same wallet on a...

Great idea. Would like to use seedtool-cli with [BIP85](https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki) to create something like this: ```mermaid --- title: One Seed to rule them all - Multi wallet --- flowchart TB 1.1...