0
I'm trying to run bitcoin-core v0.8.1 in regtest mode, but it doesn't work. When placing regtest=1 in bitcoin.conf it starts to sync the mainnet. I've not seen anything related in the code.
So I was wondering if there's any configuration different to run regtest mode in that version different from more recent ones.
When was regtest mode added ?
May I ask why you're interested in using such an old version? Depending on your goal, another approach may be better. – Pieter Wuille – 2017-11-28T00:40:08.773
Sure! I'm making some tests with the disabled opcodes re-enabling them again. And realised that the 0.8.1 was the last version where them were coded, so it was easy to "enable" them. I just coded the bitwise logic ones in the current version, but the arithmetic ones were difficult, so i tried to run the 0.8.1. – Carlos GC – 2017-11-28T21:08:19.710