I want to run a V-system full node on Mac.
An error occurred.
It seems a Tx id is duplicated. Any one know how to fix it? And where is the blockchain files located?
===============
2021-02-16 18:29:43 INFO [lt-dispatcher-3] a.event.slf4j.Slf4jLogger - Slf4jLogger started
2021-02-16 18:30:03 INFO [main] vsys.Application$ - VSYS Core v0.3.2 Blockchain Id: M
2021-02-16 18:30:03 INFO [main] v.b.s.BlockchainUpdaterImpl - Constructing BlockchainUpdaterImpl, total blocks: 5520853, persisted: 5513653, topMemDiff: 0, bottomMemDiff: 0
2021-02-16 18:30:03 INFO [main] v.b.s.BlockchainUpdaterImpl - State rebuild started, total blocks: 5520853, persisted: 5513653, topMemDiff: 0, bottomMemDiff: 0
2021-02-16 18:40:52 ERROR [main] v.actor.RootActorSystem$ - Error while initializing actor system vsys
java.lang.Exception: TransactionValidationError(GenericError(Tx id cannot be duplicated. Current height is: 5513655. Tx with such id already present),{“type”:5,“id”:“9uyVk8HxgqvywEhDsLxKzY1Ec82NQMGAn8BaoyhQB8hw”,“recipient”:“ARJ1WDeEqVKK6VQcc3VaJqnDAvbhfia8nVT”,“timestamp”:1565648824006426938,“amount”:3600000000,“currentBlockHeight”:5513655})
at vsys.blockchain.state.package$EitherExt2.explicitGet(package.scala:20)
at vsys.blockchain.state.diffs.BlockDiffer$.$anonfun$unsafeDiffMany$1(BlockDiffer.scala:26)
at scala.collection.TraversableOnce.$anonfun$foldLeft$1(TraversableOnce.scala:157)
at scala.collection.TraversableOnce.$anonfun$foldLeft$1$adapted(TraversableOnce.scala:157)
at scala.collection.Iterator.foreach(Iterator.scala:944)
at scala.collection.Iterator.foreach$(Iterator.scala:944)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1432)
at scala.collection.IterableLike.foreach(IterableLike.scala:71)