3

I am importing monero blockchain using this command:

./monero-blockchain-import --verify 0 --input-file ./blockchain.raw

I am getting error:

Aborting: chunk size exceeds buffer size

more details here: https://github.com/monero-project/monero/issues/2031

zaphod100.10
  • 151
  • 6

1 Answers1

0

The issue is a corrupt blockchain file, which is now better handled (as of September 2017). If anyone is seeing this with a newer version of the Monero software, you're likely running into a separate issue

Dr-Bracket
  • 483
  • 3
  • 19