Author Topic: Cancelled short funds missing  (Read 8106 times)

0 Members and 1 Guest are viewing this topic.

Offline iamabtsgirl

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
what do you mean? how can i check if 8a0b6d297be9438cc8ba3385c6c78caa565f2da7 transaction is mine.

This amount  never return back to my account . no sure what happened ? i did many time of wallet_regenerate_keys  but does not help

I tried
Code: [Select]
>> wallet_dump_private_key  BTSCbUjdFLjUpjCtUJyazyhEJmCg8oJr6Aun

null

It looks like the refund was returned to:
Code: [Select]
income (locked) >>> blockchain_list_address_balances BTSNpRmxSoXfE5SuCcZqacNdc4QC8zWD5Pyb
[[
    "BTSCbUjdFLjUpjCtUJyazyhEJmCg8oJr6Aun",{
      "condition": {
        "asset_id": 0,
        "slate_id": 0,
        "type": "withdraw_signature_type",
        "data": {
          "owner": "BTSNpRmxSoXfE5SuCcZqacNdc4QC8zWD5Pyb",
          "memo": null
        }
      },
      "balance": 0,
      "restricted_owner": null,
      "snapshot_info": null,
      "deposit_date": "2015-01-31T19:27:30",
      "last_update": "2015-01-31T20:27:20",
      "meta_data": null
    }
  ]
]

Which is now empty and the balance was spent by this transaction:
Code: [Select]
"8a0b6d297be9438cc8ba3385c6c78caa565f2da7": {
    "timestamp": "2015-01-31T20:27:30",
......
  "type": "withdraw_op_type",
            "data": {
              "balance_id": "BTSCbUjdFLjUpjCtUJyazyhEJmCg8oJr6Aun",
              "amount": 9999990000,
              "claim_input_data": ""
            }

Did you overlook spending the funds in transaction 8a0b6d297be9438cc8ba3385c6c78caa565f2da7 ?
« Last Edit: February 10, 2015, 12:47:17 am by iamabtsgirl »

Offline vikram

It looks like the refund was returned to:
Code: [Select]
income (locked) >>> blockchain_list_address_balances BTSNpRmxSoXfE5SuCcZqacNdc4QC8zWD5Pyb
[[
    "BTSCbUjdFLjUpjCtUJyazyhEJmCg8oJr6Aun",{
      "condition": {
        "asset_id": 0,
        "slate_id": 0,
        "type": "withdraw_signature_type",
        "data": {
          "owner": "BTSNpRmxSoXfE5SuCcZqacNdc4QC8zWD5Pyb",
          "memo": null
        }
      },
      "balance": 0,
      "restricted_owner": null,
      "snapshot_info": null,
      "deposit_date": "2015-01-31T19:27:30",
      "last_update": "2015-01-31T20:27:20",
      "meta_data": null
    }
  ]
]

Which is now empty and the balance was spent by this transaction:
Code: [Select]
"8a0b6d297be9438cc8ba3385c6c78caa565f2da7": {
    "timestamp": "2015-01-31T20:27:30",
......
  "type": "withdraw_op_type",
            "data": {
              "balance_id": "BTSCbUjdFLjUpjCtUJyazyhEJmCg8oJr6Aun",
              "amount": 9999990000,
              "claim_input_data": ""
            }

Did you overlook spending the funds in transaction 8a0b6d297be9438cc8ba3385c6c78caa565f2da7 ?

Offline iamabtsgirl

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
I did the cmd and got my private key. but my 100000bts cancel  order still not return back to my account
I canceled a short but the amount never go back to my account . I checked the transaction the amount actually went to a address which is not belong to me  "BTSNpRmxSoXfE5SuCcZqacNdc4QC8zWD5Pyb"

following is transaction info.  please help me to find out the problem
Code: [Select]

2015-01-31T19:27:33 1669664   SHORT-6fa84a05      @@@@@              100,000.00000 BTS       cancel SHORT-6fa84a05                       ,******.90000 BTS     0.10000 BTS         605c601b

The short cancel and subsequent deposit are both controlled by address "BTSNpRmxSoXfE5SuCcZqacNdc4QC8zWD5Pyb". You have to control this address otherwise it would have been impossible for you to cancel the order.

If you do "wallet_dump_private_key BTSNpRmxSoXfE5SuCcZqacNdc4QC8zWD5Pyb", do you see your private key?

Offline vikram

I canceled a short but the amount never go back to my account . I checked the transaction the amount actually went to a address which is not belong to me  "BTSNpRmxSoXfE5SuCcZqacNdc4QC8zWD5Pyb"

following is transaction info.  please help me to find out the problem
Code: [Select]

2015-01-31T19:27:33 1669664   SHORT-6fa84a05      @@@@@              100,000.00000 BTS       cancel SHORT-6fa84a05                       ,******.90000 BTS     0.10000 BTS         605c601b

The short cancel and subsequent deposit are both controlled by address "BTSNpRmxSoXfE5SuCcZqacNdc4QC8zWD5Pyb". You have to control this address otherwise it would have been impossible for you to cancel the order.

If you do "wallet_dump_private_key BTSNpRmxSoXfE5SuCcZqacNdc4QC8zWD5Pyb", do you see your private key?

Offline BTSdac

  • Hero Member
  • *****
  • Posts: 1219
    • View Profile
  • BitShares: K1
That address is the same address that created the short. You cannot have generated the transaction without signing for that address. Maybe try "wallet_regenerate_keys 11000" and then "scan" ?

You definitely have the key for it, unless you switched wallets.
Hi toast,
is there any possibly that scan wallet without child key , just use father key
github.com :pureland
BTS2.0 API :ws://139.196.37.179:8091
BTS2.0 API 数据源ws://139.196.37.179:8091

Offline iamabtsgirl

  • Jr. Member
  • **
  • Posts: 21
    • View Profile

tried "wallet_regenerate_keys 80000" yesterday but useless
That address is the same address that created the short. You cannot have generated the transaction without signing for that address. Maybe try "wallet_regenerate_keys 11000" and then "scan" ?

You definitely have the key for it, unless you switched wallets.

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
That address is the same address that created the short. You cannot have generated the transaction without signing for that address. Maybe try "wallet_regenerate_keys 11000" and then "scan" ?

You definitely have the key for it, unless you switched wallets.
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline iamabtsgirl

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
Code: [Select]



 get_transaction 605c601b

{



[quote author=toast link=topic=14042.msg182748#msg182748 date=1423168959]
That address has no funds and that transaction isn't even in the blockchain.

You you type "enable_raw" and then "get_transaction 605c601b" and post the raw json?
[/quote]
« Last Edit: February 05, 2015, 09:17:44 pm by iamabtsgirl »

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
That address has no funds and that transaction isn't even in the blockchain.

You you type "enable_raw" and then "get_transaction 605c601b" and post the raw json?
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline iamabtsgirl

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
I canceled a short but the amount never go back to my account . I checked the transaction the amount actually went to a address which is not belong to me  "BTSNpRmxSoXfE5SuCcZqacNdc4QC8zWD5Pyb"

following is transaction info.  please help me to find out the problem
Code: [Select]

2015-01-31T19:27:33 1669664   SHORT-6fa84a05      @@@@@              100,000.00000 BTS       cancel SHORT-6fa84a05                       ,******.90000 BTS     0.10000 BTS         605c601b
« Last Edit: February 11, 2015, 03:03:01 am by vikram »