1

What is the monerod command to pop off a certain amount of blocks? Say I am at block 1.5 million and I want to start from 1.4 million instead. What is the monerod command for this?

254123179
  • 4,566
  • 4
  • 31
  • 57
Patoshi パトシ
  • 4,540
  • 3
  • 26
  • 66

1 Answers1

1

The command you are searching for on linux called:

./monero-blockchain-import --pop-blocks 100000

and on windows you need to use

monero-blockchain-import.exe --pop-blocks 100000

A detailed howto is on point 4 at this answer from dEBRUYNE.

user36303
  • 34,858
  • 2
  • 57
  • 123
onefox
  • 985
  • 6
  • 18