When I use the command ./monero-blockchain-import --verify 0 --input-file ./blockchain.raw it says "Failed to parse arguments: unrecognised option '--verify'".
Asked
Active
Viewed 3,128 times
8
1 Answers
10
People were abusing --verify 0, using it for files they downloaded from the internet, which is a dangerous thing to do. So it got renamed to --dangerous-unverified-import (prior to this it was named --guard-against-pwnage), to make it clear it's a dangerous thing to do. Similar to disabling a malware scanner when downloading some binary off the internet.
Or, sadly, people using third party nodes even though you should run your own for privacy.
Oh well. Maybe that battle is lost. People like overriding safety mechanisms.