Author Topic: 0.5.0 Wallet not displaying a 2338 BTS transaction  (Read 2020 times)

0 Members and 1 Guest are viewing this topic.

Offline Pairmike


What is the output if they run "wallet_scan_transaction b15b1f5b" ?

Here is the output

TIMESTAMP           BLOCK     FROM                TO                  AMOUNT                  MEMO                                        FEE                 ID     
======================================================================================================================================================================
2015-01-15T15:04:40 1531769   payouts-minebits... XXXXXXXX            2,338.30165 BTS         Payout 0115145657                           0.50000 BTS         b15b1f5b
When I run the history <accountname> it doesn't show this transaction.

If you run "wallet_scan_transaction b15b1f5b true" does it show up in your history now?
Yes, it shows now in the history, but not on my BTS account balance.

Is this a bug?
https://Steemit.com | The Social Media Network that Pays

Offline vikram

Code: [Select]
income (locked) >>> blockchain_get_transaction b15b1f5b
[
  "b15b1f5b10ef78abb3972e1964bc7ddc57cb7c70",{
    "trx": {
      "expiration": "2015-01-15T16:04:33",
      "slate_id": null,
      "operations": [{
          "type": "deposit_op_type",
          "data": {
            "amount": 233830165,
            "condition": {
              "asset_id": 0,
              "slate_id": 0,
              "type": "withdraw_signature_type",
              "data": {
                "owner": "BTSKf2qvrGUPNLfLmyuFUEG6HE2mLHVabMaH",
                "memo": {
                  "one_time_key": "BTS4wVhFiDppNRR6XP49qsrNw3byctaX27GFYF6Q3QknnRXWEotPM",
                  "encrypted_memo_data": "de4ec920cf5d7f4bb316eba8aff9ba7ec50b8d5f2253147038c8c0dd07d0bb642beeda9789079464fe344237bf2a1b7d89c54506d84b7e4678ad78565b1b1a92"
                }
              }
            }
          }
        },{
          "type": "withdraw_op_type",
          "data": {
            "balance_id": "BTSPDPE5Q6xFXKKDWzzHUjpeYcACbYFF4S3Q",
            "amount": 233880165,
            "claim_input_data": ""
          }
        }
      ],
      "signatures": [
        "202114c8e3f128d12b5af01af1b7ea906269f116c2b5c76a67eb2554bd4137db52458786d7bec7c7bf3654a716afe47b46be1cc0a67233e3cd255a6672321fb957"
      ]
    },

Do you get a key if you do: "wallet_dump_private_key BTSKf2qvrGUPNLfLmyuFUEG6HE2mLHVabMaH" ? If yes then the balance should be included. The wallet balance scans the entire blockchain and checks against all your private keys.

Offline Pairmike


What is the output if they run "wallet_scan_transaction b15b1f5b" ?

Here is the output

TIMESTAMP           BLOCK     FROM                TO                  AMOUNT                  MEMO                                        FEE                 ID     
======================================================================================================================================================================
2015-01-15T15:04:40 1531769   payouts-minebits... XXXXXXXX            2,338.30165 BTS         Payout 0115145657                           0.50000 BTS         b15b1f5b
When I run the history <accountname> it doesn't show this transaction.

If you run "wallet_scan_transaction b15b1f5b true" does it show up in your history now?
Yes, it shows now in the history, but not on my BTS account balance.
https://Steemit.com | The Social Media Network that Pays

Offline vikram


What is the output if they run "wallet_scan_transaction b15b1f5b" ?

Here is the output

TIMESTAMP           BLOCK     FROM                TO                  AMOUNT                  MEMO                                        FEE                 ID     
======================================================================================================================================================================
2015-01-15T15:04:40 1531769   payouts-minebits... XXXXXXXX            2,338.30165 BTS         Payout 0115145657                           0.50000 BTS         b15b1f5b

When I run the history <accountname> it doesn't show this transaction.

If you run "wallet_scan_transaction b15b1f5b true" does it show up in your history now?

Offline Pairmike


What is the output if they run "wallet_scan_transaction b15b1f5b" ?

Here is the output

TIMESTAMP           BLOCK     FROM                TO                  AMOUNT                  MEMO                                        FEE                 ID     
======================================================================================================================================================================
2015-01-15T15:04:40 1531769   payouts-minebits... XXXXXXXX            2,338.30165 BTS         Payout 0115145657                           0.50000 BTS         b15b1f5b

When I run the history <accountname> it doesn't show this transaction.
https://Steemit.com | The Social Media Network that Pays

Offline vikram

What is the output if they run "wallet_scan_transaction b15b1f5b" ?

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
maybe a GUI issue ..

does the tx appear when issuing "history <accountname>" in the console?

Offline nethyb

  • Full Member
  • ***
  • Posts: 197
    • View Profile
  • BitShares: nethyb
One of the minebitshares miners can't see  a payout transaction that the pool sent them to their wallet.

The transaction was sent on the 15th Jan with txid : b15b1f5b10ef78abb3972e1964bc7ddc57cb7c70 for an amount of 2,338.802 BTS
(see http://bitsharesblocks.com/blocks/block?id=1531769 )

I asked the miner verify the TITAN deposit by running the command on their client :

wallet_verify_titan_deposit b15b1f5b

and I believe the following results verifies that the TITAN transfer was received by the miners client but it's not listed in their GUI

Code: [Select]
{
  "from": "payouts-minebitshares-com",
  "to": "miner",
  "amount": {
    "amount": 233830165,
    "asset_id": 0
  },
 "memo": "Payout 0115145657"
}


This is a screenshot from the miners BTS client - They client shows that they received a small payout on the 11th Jan and a test tx and a large payout yesterday from the pool. But not the 2338.802 BTS on the 15th Jan.



I asked the miner to rescan that block 1531769 by running:

Code: [Select]
scan 1531769  Which did not help.

Can anyone offer any other suggestions for troubleshooting please? miners client version is  "0.5.0" thx.