particl / particl-core

Particl Core integration/staging tree

Home Page:https://particl.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli-listaddressgroupings crashes daemon in particl-0.16.0.2

btmr opened this issue · comments

commented

On a fresh install of particl-0.16.0.2 on rpi:
In order to restore my wallet I replace ./particl/wallets/wallet.dat

cli-getwalletinfo shows the correct balance
cli-listtransactions shows previous transactions as expected

but
cli-listaddressgroupings crashes the daemon immediately

After restarting the daemon I can reproduce this behavior.

Attached is the logfile, from starting the daemon in debug-mode until the crash:
debug.log

The file "db.log" in ./particl/wallets is empty.

What is the correct way to restore a wallet in the cli-client?
cli-importwallet does not seem to do anything and i cannot find more information on it.

Info:

  • I extracted "particl-0.16.0.2-arm-linux-gnueabihf.tar.gz" from github
  • My rpi runs an up-to-date raspbian
  • The wallet file used is a backup from particl-qt on another machine.
  • I ran particl-0.15.1.2 before, where I did not encounter this issue

Many thanks

Hi Sir,
try to add the "magic"
txindex=1 in the conf file.