Author Topic: cant register  (Read 5632 times)

0 Members and 1 Guest are viewing this topic.

Offline nicocesar

Maybe you created the username before your blockchain finished syncing?


oooh.... That's correct. Mistery solved!

Account: nicocesar
Account: delegate.nicocesar 3%

Offline fluxer555

  • Hero Member
  • *****
  • Posts: 749
    • View Profile
Maybe you created the username before your blockchain finished syncing?

Offline wackou

well, that's because I have "nico" registered on the blockchain :D

"wallet_list_my_accounts" shows your account in your wallet, and "wallet_get_account" shows the one from the blockchain (which is mine) (the function name is a bit of a misnomer, there's also "blockchain_get_account" which is about the same, but seems to return the data in a different format)

This is strange as it should not have let you create the account with the name "nico" in your wallet knowing that there was already such an account on the blockchain (it's not a problem with the blockchain, but it can sometimes lead to confusion, as what just happened to you).
Please vote for witness wackou! More info at http://digitalgaia.io

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
wow .. that is weird .. it should be identical with "active_key_history" ..

paging @toast @vikram

Offline nicocesar

Why do I have 2 different address with   wallet_list_my_accounts and wallet_get_account  ?


bitsharewallet (unlocked) >>> wallet_list_my_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       APPROVAL       BLOCK PRODUCTION ENABLED
nico                               BTS4zxXSPKNwEDeJLHZaQNTGM3tKyYvsJdmXM9bXVKdTftfKuTbtP           NO                    NO             0              N/A                     
bitsharewallet (unlocked) >>> wallet_get_account nico
{
  "index": 12,
  "id": 11834,
  "name": "nico",
  "public_data": null,
  "owner_key": "BTS8WpBRYKRAY1P1i82PEwPA76e2wk3vXw6gtbjPFuVuasJVSJXZ9",
  "active_key_history": [[
      "2014-07-26T13:17:10",
      "BTS8WpBRYKRAY1P1i82PEwPA76e2wk3vXw6gtbjPFuVuasJVSJXZ9"
    ]
  ],
  "registration_date": "2014-07-26T13:17:10",
  "last_update": "2014-07-26T13:17:10",
  "delegate_info": null,
  "meta_data": null,
  "is_my_account": false,
  "approved": 0,
  "is_favorite": false,
  "block_production_enabled": false,
  "last_used_gen_sequence": 0,
  "private_data": null
}
« Last Edit: January 23, 2015, 12:43:47 am by nicocesar »
Account: nicocesar
Account: delegate.nicocesar 3%