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 2,860 times
8
-
Unfortuately, pages like https://ww.getmonero.org/resources/user-guides/importing_blockchain.html tell you to do it with downloaded files from the internet. – A'Nus Treasure Feb 05 '19 at 10:40
-
Also, answers on StackExchange like https://monero.stackexchange.com/a/3796/9994 also tell you to do it with downloaded files from the internet. – MountainX Jun 02 '19 at 18:48
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.