8

When I use the command ./monero-blockchain-import --verify 0 --input-file ./blockchain.raw it says "Failed to parse arguments: unrecognised option '--verify'".

jtgrassie
  • 19,111
  • 4
  • 14
  • 51
Lucy Tao
  • 83
  • 1
  • 3
  • 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 Answers1

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.

jtgrassie
  • 19,111
  • 4
  • 14
  • 51
user36303
  • 34,858
  • 2
  • 57
  • 123