Author Topic: [SOLVED] BitUSD stuck in limbo  (Read 5588 times)

0 Members and 1 Guest are viewing this topic.

Offline tonyk

  • Hero Member
  • *****
  • Posts: 3308
    • View Profile
It was using 25% of my processor when I last ran one of those commands.
Which version are you on btw. You can try (at your risk the 0.4.11-RC2), the 32bit windows version is pretty stable in my opinion. And works batter than anything from before it. Including reducing/eliminating such 'lost' funds/accounts in the furure.
Lack of arbitrage is the problem, isn't it. And this 'should' solves it.

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Ok it did something!

Says this:  Transaction scanning progress is -100%

Negative 100 percent?

Offline tonyk

  • Hero Member
  • *****
  • Posts: 3308
    • View Profile
I do not know then. It takes mine about one hour. And I use 42 not 100 for obvious reasons. Did you give it enough time to calculate?
Lack of arbitrage is the problem, isn't it. And this 'should' solves it.

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
wallet_recover_accounts 100

Code: [Select]
>> wallet_recover_accounts 100

0

It's just outputting null.  ???

Offline tonyk

  • Hero Member
  • *****
  • Posts: 3308
    • View Profile
wallet_recover_accounts 100

Lack of arbitrage is the problem, isn't it. And this 'should' solves it.

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
@Riverhead

Thanks for the help!

Do I input this into the console exactly:

Code: [Select]
wallet_recover_accounts methodx
What do I input for number of attempts?

Offline Riverhead

Have you tried this?



wallet_recover_accounts


Usage:
wallet_recover_accounts <accounts_to_recover> [maximum_number_of_attempts]                            Attempts to recover accounts created after last backup was taken and returns number of successful recoveries. Use if you have restored from backup and are missing accounts.
Attempts to recover accounts created after last backup was taken and returns number of successful recoveries. Use if you have restored from backup and are missing accounts.


Parameters:
  accounts_to_recover (int32_t, required): The number of accounts to attept to recover
  maximum_number_of_attempts (int32_t, optional, defaults to 1000): The maximum number of keys to generate trying to recover accounts


Returns:
  int32_t

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Anyone have any ideas?

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Code: [Select]
>> wallet_account_vote_summary methodx

10 assert_exception: Assert Exception
oaccount_rec.valid():
    {}
    bitshares  wallet.cpp:5632 get_account_vote_summary

    {}
    bitshares  wallet.cpp:5661 get_account_vote_summary

    {}
    bitshares  common_api_client.cpp:1507 wallet_account_vote_summary

    {"command":"wallet_account_vote_summary"}
    bitshares  cli.cpp:481 execute_command

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Should also note I'm getting this error when accessing my account:

Code: [Select]
RPC Server Error: In method 'wallet_account_vote_summary': Assert Exception (10)

could you run wallet_account_vote_summary in the console and give us the full output?

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Should also note I'm getting this error when accessing my account:

Code: [Select]
RPC Server Error: In method 'wallet_account_vote_summary': Assert Exception (10)

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx


Under the edit tab in my account, it looks like I've got 100 USD trapped in limbo. What do?

SOLVED!

I imported the very first backup I created. I first attempted restoring my latest backup but that resulted in all the same errors with voting and transaction scanning. It would appear this is an issue with the way backups were / are made.

Once the blockchain was synced, I input the following into the console:

Code: [Select]
wallet_regenerate_keys methodx 1000
All keys were regenerated and within 10 minutes of the scan, I had access to all funds again.

Finally I can start playing the markets! :D
« Last Edit: September 05, 2014, 10:23:14 am by MeTHoDx »