libbitc

Results 7 comments of libbitc

Hi, SegWit aside the default-off `chain-verf` test does not pass for testnet3 blocks: ``` chain-verf: validating testnet3 chainfile /bitcoin/bootstrap.testnet3.dat (*script) chain-verf: spend block @ 0 chain-verf: spend block @ 5000...

Hi, The most recent commit to this PR successfully validates 1179472 blocks of the testnet3 chain. The block time of block 1179472 is 2017-08-20 03:31:53. testnet3 supports SegWit as of...

Hi, Non-standard indentations noted. [.clang-format](https://github.com/libbitc/libbitc/blob/master/.clang-format) config seems to be doing some strange things. Will fix.

Hi @jgarzik, I have added to [libbitc](https://github.com/libbitc/libbitc) the 25% :-) of this pull request that was OK and further built on it. Although this PR has since been tidied up...

Hi, If home directories were persistent (see #340) then gpg keys may be imported into a persistent home area.`/home/gitpod/.gnupg/` or `/home//.gnupg/`

Hi, The following would work for GPG keys so something similar will also work for .ssh. 1. Convert your source .gnugpg directory contents to base64 data: `tar -czvf - ./.gnupg...

> I don't like to store my private GPG (or SSH) keys in a (unencrypted) third-party database (aka “not my computer”), @corneliusludmann If the keys are password protected then they...