1 2017-07-15 05:59:02 <arubi> Lightsword, https://github.com/jameshilliard/bitcoin/blob/dbfc931394eff6e5ddb0a51ef51614a0b49e6e15/qa/rpc-tests/bip91.py#L112-L113  this seems like it's rejecting blocks with bit 1 set.  I didn't check further yet
 2 2017-07-15 06:04:08 <arubi> false alarm, seems like bit 9 requirement :)
 3 2017-07-15 19:23:15 <mmgen> Anyone have experience with regtest mode?
 4 2017-07-15 19:24:26 <Chris_Stewart_5> mmgen: Yes
 5 2017-07-15 19:25:17 <mmgen> I'm trying to activate segwit on my chain using -blockversion, but it's not working
 6 2017-07-15 19:25:33 <Chris_Stewart_5> mmgen: I think if you generate ~500 blocks segwit will be activated
 7 2017-07-15 19:25:41 <mmgen> thought it was 144
 8 2017-07-15 19:26:07 <mmgen> I'll try 500
 9 2017-07-15 19:26:11 <Chris_Stewart_5> I don't know the exact block count tbh, I just know if I generate ~500 blocks it activates
10 2017-07-15 19:26:20 <Chris_Stewart_5> 144 might be the period to have it locked in
11 2017-07-15 19:31:41 <mmgen> It worked
12 2017-07-15 19:31:52 <mmgen> "segwit": {
13 2017-07-15 19:31:52 <mmgen> "since": 1584
14 2017-07-15 19:31:52 <mmgen> "startTime": 0,
15 2017-07-15 19:31:52 <mmgen> "status": "active",
16 2017-07-15 19:31:52 <mmgen> "timeout": 999999999999,
17 2017-07-15 19:31:54 <mmgen> }
18 2017-07-15 19:33:06 <mmgen> sipa changed the confirmation window to 144. It's in chainparams.cpp
19 2017-07-15 19:36:07 <mmgen> Chris_Stewart_5: but you have to set the block version, don't you?
20 2017-07-15 19:37:34 <mmgen> Chris_Stewart_5: I did anyway
21 2017-07-15 19:38:12 <Chris_Stewart_5> mmgen: I literally did nothing but generate like 500 blocks. Sorry, I don't have a precise answer for you :/
22 2017-07-15 19:38:29 <Chris_Stewart_5> so if you generate 144 blocks segwit is fully actvie now?
23 2017-07-15 19:38:36 <mmgen> Interesting.  Then there's some magic there somewhere.
24 2017-07-15 19:38:47 <Chris_Stewart_5> in 0.14.2?
25 2017-07-15 19:39:15 <mmgen> I first set the block version to signal for bit 1
26 2017-07-15 19:39:23 <mmgen> then generated the blocks
27 2017-07-15 19:39:52 <mmgen> fewer than 500
28 2017-07-15 19:40:28 <mmgen> As you can see, it's active now