1 2018-01-10 00:02:05 <goatchild36> hello
 2 2018-01-10 01:46:51 <Chris_Stewart_5> if I wanted to provided the number 1 on the witness stack i would just place 0x1 into it right? No need for OP_1?
 3 2018-01-10 01:48:34 <Chris_Stewart_5> an example: https://pastebin.com/uHF9CH7A
 4 2018-01-10 01:48:39 <Chris_Stewart_5> does that look right?
 5 2018-01-10 01:48:51 <Chris_Stewart_5> I'm getting an error when trying to parse that as a CScriptNum
 6 2018-01-10 01:50:30 <Chris_Stewart_5> the failure is occuring on this line when attempting to parse 0x1 to a CScriptNum
 7 2018-01-10 01:50:31 <Chris_Stewart_5> https://github.com/kallewoof/bitcoin/blob/1ed5626cfcdc8676154b30def21c91d88d1061ad/src/script/interpreter.cpp#L1058
 8 2018-01-10 01:50:38 <Chris_Stewart_5> on the BIP98/BIP116 pull request
 9 2018-01-10 01:50:44 <Chris_Stewart_5> MAST bips
10 2018-01-10 02:58:07 <kallewoof> It works fine on my end. What is the error?
11 2018-01-10 03:00:33 <kallewoof> (Example using btcdeb, mbv-taileval branch: ./btcdeb 6b20ccf405c2e3feb92cd03897b2825522dc8a5d18bf88d964e6c1f00c534cca06f752b36d75 6c5188 0000 1)
12 2018-01-10 04:28:42 <kallewoof> Chris_Stewart_5: Actually, I am using OP_2 not 0x02, so you probably need to use the opcode.
13 2018-01-10 06:24:46 <DSidH> arubi: based on our discussions, wrote a node in Scala (work in progress). Any chance you or someone can review? https://github.com/scalahub/bitcoinS
14 2018-01-10 06:29:44 <echeveria> of course, it’s java so it’s a big folder of opaque binaries.
15 2018-01-10 06:34:48 <DSidH> echeveria: was that for me?
16 2018-01-10 06:38:09 <echeveria> DSidH: yes.
17 2018-01-10 06:39:36 <DSidH> echeveria: its not java.. but Scala
18 2018-01-10 06:40:55 <DSidH> https://github.com/scalahub/bitcoinS/tree/master/BitcoinS_Tests/src/sh this will give more idea of usage
19 2018-01-10 06:53:39 <arubi> cool DSidH !  I'm not sure I'm fit to review scala, makes me dizzy :)
20 2018-01-10 06:54:16 <DSidH> :) cool. Java makes me dizzy actually. Scala is much like python
21 2018-01-10 06:59:08 <DSidH> its a great feeling to run a full node.. its an even better feeling to run your own code :)
22 2018-01-10 08:08:56 <DSidH> btw I couldn't have done it without help from the people here.. esp arubi.. thanks a lot
23 2018-01-10 08:09:34 <arubi> welcome!
24 2018-01-10 08:10:38 <DSidH> anyway I can repay :P
25 2018-01-10 08:24:01 <arubi> DSidH, it's cool :)  nanos gigantum humeris insidentes
26 2018-01-10 14:43:11 <DSidH> in the p2p protocol, is there any way to get blockhash of some old confirmed tx?
27 2018-01-10 17:40:13 <arubi> with digital bitbox, when I create a new seed with my own entropy as input and '-raw=true', does the wallet add a passphrase to the bip39 pbkdf ?   I can't figure out how it eventually creates the seed
28 2018-01-10 17:43:43 <arubi> I tried the passphrase to the device itself but seems like it's not it (or not actually used as the passphrase in ascii).  all I want is to figure out how to go from mnemonic -> entropy so I can feed an already active wallet to the dbb