1 2017-11-16 08:01:25 <wumpus> dviola: there is a -wallet=<name>.dat argument that can be used to use a different wallet in the data driectory at startup
 2 2017-11-16 08:24:11 <tomdickharry> hoping somebody can help me out, i'm looking for a wallet via a hex searching tool and I need something I can search for....i don't know the address
 3 2017-11-16 08:25:18 <eck> explain
 4 2017-11-16 08:29:28 <tomdickharry> the wallet .dat extension was renamed or removed to hide it....i think the only way to try and find it is a hex search...
 5 2017-11-16 08:29:59 <tomdickharry> but i may be wrong
 6 2017-11-16 08:39:17 <wumpus> the string "fromaccount" is common in wallets
 7 2017-11-16 08:40:47 <wumpus> they're berkeleydb files, but those doesn't have a convenient magic at the beginning
 8 2017-11-16 08:43:23 <wumpus> to look for unencrypted private keys you can scan for the sequence \x01\x03\x6B\x65\x79\x41\x04 , then even works on raw disk images
 9 2017-11-16 08:47:47 <wumpus> ah no that pattern looks for pubkeys, anyhow, you'll find your wallet with it
10 2017-11-16 14:15:39 <grexeter> ;;rainbow "If you think about it for a sec, does it make sense to scale bitcoin, by not scaling bitcoin at all (lightning)?"
11 2017-11-16 14:15:39 <gribble> If you think about it for a sec, does it make sense to scale bitcoin, by not scaling bitcoin at all (lightning)?
12 2017-11-16 14:17:53 <grexeter> ;;sl "site:axa.com axa blockstream 55million funding"
13 2017-11-16 14:17:54 <gribble> https://www.axa.com/en/newsroom/news/axa-strategic-ventures-blockchain | Feb 4, 2016 ... AXA Strategic Ventures has announced its participation in Series A funding of $55 million for Blockstream, a leader in the sector, and invites us ...
14 2017-11-16 14:17:57 <grexeter> ;;sl "henri de castries bilderberg axa"
15 2017-11-16 14:17:58 <gribble> https://en.wikipedia.org/wiki/Henri_de_Castries | Chairman, Bilderberg Group. Spouse(s), married. Children, 3. Henri de La Croix de Castries (born 15 August 1954) is a French businessman. He has been chairman and CEO of AXA.
16 2017-11-16 14:18:08 <grexeter> ;;sl "bilderberg wikipedia"
17 2017-11-16 14:18:09 <gribble> https://en.wikipedia.org/wiki/Bilderberg_Group | The Bilderberg Group, Bilderberg conference, Bilderberg meetings or Bilderberg Club is an annual private conference of 120 to 150 people of the European and ...
18 2017-11-16 14:18:16 <grexeter> ;;sl "nsa ant"
19 2017-11-16 14:18:17 <gribble> https://en.wikipedia.org/wiki/NSA_ANT_catalog | The NSA ANT catalog is a 50-page classified document listing technology available to the United States National Security Agency (NSA) Tailored Access Operations (TAO) by the Advanced Network Technology (ANT) Division to aid in cyber surveillance.
20 2017-11-16 14:18:23 <grexeter> ;;sl "nsa tao"
21 2017-11-16 14:18:24 <gribble> https://en.wikipedia.org/wiki/Tailored_Access_Operations | The NSA ANT catalog is a 50-page classified document listing ... (NSA) Tailored Access Operations (TAO) by the Advanced ...
22 2017-11-16 14:19:50 <grexeter> ;;rainbow "Security Breach and Spilled Secrets Have Shaken the N.S.A. to Its Bitcoin Core"
23 2017-11-16 14:19:50 <gribble> Security Breach and Spilled Secrets Have Shaken the N.S.A. to Its Bitcoin Core
24 2017-11-16 14:22:54 <mlz> !ops
25 2017-11-16 15:32:31 <surlyray> nsh: you saw that, right?
26 2017-11-16 17:33:41 <dviola> wumpus: thanks
27 2017-11-16 17:50:45 <Chris_Stewart_5> Should you end up with the same two child extended public keys (according to BIP32) in these scenarios
28 2017-11-16 17:51:13 <Chris_Stewart_5> parent priv -> child priv -> ext public key corresponding to child priv key
29 2017-11-16 17:51:39 <Chris_Stewart_5> parent priv -> ext pub key (corresponding to parent priv) -> child ext pub key
30 2017-11-16 17:51:57 <Chris_Stewart_5> assuming the indexes are teh same
31 2017-11-16 17:55:36 <arubi> yea, the idea is that as long as the path from one key to another is public derivation, then the neuter function is good at any point