1 2016-04-29 10:10:19 <arubi> uhh..  was rpcmining.cpp removed from master for some reason?
 2 2016-04-29 10:10:27 <luke-jr> arubi: rpc/mining.cpp
 3 2016-04-29 10:10:36 <arubi> so, `setgenerate` ?
 4 2016-04-29 10:10:59 <luke-jr> ?
 5 2016-04-29 10:11:22 <arubi> is this still a valid command for bitcoin-cli ?
 6 2016-04-29 10:12:40 <luke-jr> depends in usage
 7 2016-04-29 10:12:43 <luke-jr> just for regtest I think
 8 2016-04-29 10:13:41 <arubi> for regtest I use 'generate <n>',  it's always been 'setgenerate true <threads>' for core
 9 2016-04-29 10:14:43 <arubi> er, for testnet, mainnet
10 2016-04-29 10:15:22 <luke-jr> well, I think that was removed
11 2016-04-29 10:15:52 <arubi> that's unfortunate, not even a mention in the log..
12 2016-04-29 10:16:29 <luke-jr> why is it unfortunate?
13 2016-04-29 10:17:08 <luke-jr> (I could be wrong btw)
14 2016-04-29 10:18:48 <arubi> just testing stuff out on regtest, and was about to go on segnet for more tests, and now I can't generate blocks (segwit's current version is also missing setgenerate)
15 2016-04-29 10:19:11 <luke-jr> arubi: segnet has real miners
16 2016-04-29 10:19:22 <arubi> I know, it's not like I've never mined there
17 2016-04-29 10:19:46 <arubi> I did tests on regtest using 'generate' for block generation, now I need 'setgenerate' to mine actual blocks
18 2016-04-29 10:23:41 <arubi> luke-jr, I guess 'generate' works for both networks now?  consolidated with setgenerate it seems..  thanks for your help
19 2016-04-29 10:23:50 <luke-jr> sortof.
20 2016-04-29 10:23:53 <luke-jr> much slower IIRC
21 2016-04-29 10:25:26 <arubi> well, back to bfgminer configurations for me :)
22 2016-04-29 10:25:52 <luke-jr> I haven't written that code yet. :x
23 2016-04-29 10:26:49 <arubi> ooh, hmm.
24 2016-04-29 10:27:07 <luke-jr> in theory it should work if you grab the segwit branch and remove the block version checking
25 2016-04-29 10:27:12 <luke-jr> segwit branch of libblkmaker*
26 2016-04-29 10:28:01 <arubi> the fun never ends.  I'll try it out
27 2016-04-29 12:34:56 <arubi> thanks for the suggestion to patch libblkmaker luke-jr , it works like you said
28 2016-04-29 12:35:06 <luke-jr> np