Author Topic: 0.4.9 will lost private key??(It's the account's owner key)  (Read 4933 times)

0 Members and 1 Guest are viewing this topic.

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
the same with version 0.4.10
here are some differ from json file(I have remove some private infomations)
Code: [Select]
      "type": "balance_record_type",                                                |      "type": "key_record_type",
      "data": {                                                                     |      "data": {
        "index": 9,                                                                 |        "index": 9,
        "balance": 100000000000,                                                    |        "account_address": "BTSXXXXXXXXXXXXXXXXXXXXXXXXXXX",
        "condition": {                                                              |  A>    "public_key": "BTSXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
          "asset_id": 0,                                                            |        "encrypted_private_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
          "delegate_slate_id": 1132758749919219197,                                 |        "memo": null
          "type": "withdraw_signature_type",                                        |  ---------------------------------------------------------------------------------
          "data": {                                                                 |  ---------------------------------------------------------------------------------
            "owner": "BTSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",                       |  ---------------------------------------------------------------------------------
            "memo": {                                                               |  ---------------------------------------------------------------------------------
              "one_time_key": "BTSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX|  ---------------------------------------------------------------------------------
              "encrypted_memo_data": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|  ---------------------------------------------------------------------------------
            }                                                                       |  ---------------------------------------------------------------------------------
          }                                                                         |  ---------------------------------------------------------------------------------
        },                                                                          |  ---------------------------------------------------------------------------------
        "genesis_info": null,                                                       |  ---------------------------------------------------------------------------------
        "last_update": "20140829TXXXXXX"                                            |  ---------------------------------------------------------------------------------
      }                                                                             |      }
    },                                                                              |    },
    {                                                                               |    {
      "type": "balance_record_type",                                                |      "type": "transaction_record_type",
      "data": {                                                                     |      "data": {
        "index": 10,                                                                |        "index": 10,
        "balance": 300000000000,                                                    |        "record_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "condition": {                                                              |        "block_num": xxxx,
          "asset_id": 0,                                                            |        "is_virtual": false,
          "delegate_slate_id": 1132758749919219197,                                 |        "is_confirmed": true,
          "type": "withdraw_signature_type",                                        |        "is_market": false,

Offline bitmeat

  • Hero Member
  • *****
  • Posts: 1116
    • View Profile
For example, on Windows, the latest binary works for me if I completely wipe the %APPDATA% folder.

However the moment I import an old wallet, it crashes on the blockchain rescan.

Perhaps all these problems people are reporting are just a matter of wallet compatibility.

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
here are some differ from json file(I have remove some private infomations)
Code: [Select]
      "type": "balance_record_type",                                                |      "type": "key_record_type",
      "data": {                                                                     |      "data": {
        "index": 9,                                                                 |        "index": 9,
        "balance": 100000000000,                                                    |        "account_address": "BTSXXXXXXXXXXXXXXXXXXXXXXXXXXX",
        "condition": {                                                              |  A>    "public_key": "BTSXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
          "asset_id": 0,                                                            |        "encrypted_private_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
          "delegate_slate_id": 1132758749919219197,                                 |        "memo": null
          "type": "withdraw_signature_type",                                        |  ---------------------------------------------------------------------------------
          "data": {                                                                 |  ---------------------------------------------------------------------------------
            "owner": "BTSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",                       |  ---------------------------------------------------------------------------------
            "memo": {                                                               |  ---------------------------------------------------------------------------------
              "one_time_key": "BTSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX|  ---------------------------------------------------------------------------------
              "encrypted_memo_data": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|  ---------------------------------------------------------------------------------
            }                                                                       |  ---------------------------------------------------------------------------------
          }                                                                         |  ---------------------------------------------------------------------------------
        },                                                                          |  ---------------------------------------------------------------------------------
        "genesis_info": null,                                                       |  ---------------------------------------------------------------------------------
        "last_update": "20140829TXXXXXX"                                            |  ---------------------------------------------------------------------------------
      }                                                                             |      }
    },                                                                              |    },
    {                                                                               |    {
      "type": "balance_record_type",                                                |      "type": "transaction_record_type",
      "data": {                                                                     |      "data": {
        "index": 10,                                                                |        "index": 10,
        "balance": 300000000000,                                                    |        "record_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "condition": {                                                              |        "block_num": xxxx,
          "asset_id": 0,                                                            |        "is_virtual": false,
          "delegate_slate_id": 1132758749919219197,                                 |        "is_confirmed": true,
          "type": "withdraw_signature_type",                                        |        "is_market": false,

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
I have made some trade with version 0.4.9 , then close the wallet.
when I open the wallet again, I found lost much balance.
then I found the private key is lost
Code: [Select]
baozi (unlocked) >>> wallet_list_my_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       APPROVAL       BLOCK PRODUCTION ENABLED
baozi                              BTSX8EUcKLoARmJgivsTpwcUkSShPvg4g4xp5HL3qN1h3RWaLadgEG          2014-07-20T00:59:10   NO             0             N/A                     
                   
baozi (unlocked) >>> wallet_dump_private_key BTSX8EUcKLoARmJgivsTpwcUkSShPvg4g4xp5HL3qN1h3RWaLadgEG
"key not found"
I  restore from the backup json file when upgrade program.
the balance come again.
then I backup to a json file, and compile the 2 json files, I found lost many "key_record_type"


Good find. I wonder if this is from the client crashes corrupting the local data files.
I am sure it's not because of crash, this happened every time when I just open another wallet, even not quit the client

Offline Riverhead

I have made some trade with version 0.4.9 , then close the wallet.
when I open the wallet again, I found lost much balance.
then I found the private key is lost
Code: [Select]
baozi (unlocked) >>> wallet_list_my_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       APPROVAL       BLOCK PRODUCTION ENABLED
baozi                              BTSX8EUcKLoARmJgivsTpwcUkSShPvg4g4xp5HL3qN1h3RWaLadgEG          2014-07-20T00:59:10   NO             0             N/A                     
                   
baozi (unlocked) >>> wallet_dump_private_key BTSX8EUcKLoARmJgivsTpwcUkSShPvg4g4xp5HL3qN1h3RWaLadgEG
"key not found"
I  restore from the backup json file when upgrade program.
the balance come again.
then I backup to a json file, and compile the 2 json files, I found lost many "key_record_type"


Good find. I wonder if this is from the client crashes corrupting the local data files.


Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
I have made some trade with version 0.4.9 , then close the wallet.
when I open the wallet again, I found lost much balance.
then I found the private key is lost
Code: [Select]
baozi (unlocked) >>> wallet_list_my_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       APPROVAL       BLOCK PRODUCTION ENABLED
baozi                              BTSX8EUcKLoARmJgivsTpwcUkSShPvg4g4xp5HL3qN1h3RWaLadgEG          2014-07-20T00:59:10   NO             0             N/A                     
                   
baozi (unlocked) >>> wallet_dump_private_key BTSX8EUcKLoARmJgivsTpwcUkSShPvg4g4xp5HL3qN1h3RWaLadgEG
"key not found"
I  restore from the backup json file when upgrade program.
the balance come again.
then I backup to a json file, and compile the 2 json files, I found lost many "key_record_type"
« Last Edit: September 01, 2014, 01:59:09 am by alt »