BitShares Forum

Main => General Discussion => Topic started by: Xypher on October 28, 2015, 11:34:26 pm

Title: Node Set up Query
Post by: Xypher on October 28, 2015, 11:34:26 pm
Hey guys,

Not sure if this goes in the technical discussion section, but I had a query in regards to setting up a node that I needed cleared asap, so here goes.

While setting up the wallet, I've followed through all the documentation, however when i unlock my wallet and lookup my account, i get 10 assert_exception: Assert Exception
rec && rec->name == account_name_or_id:
    {}
    th_a  wallet.cpp:552 get_account

Any work around for this?
Title: Re: Node Set up Query
Post by: xeroc on October 29, 2015, 08:11:58 am
Hey guys,

Not sure if this goes in the technical discussion section, but I had a query in regards to setting up a node that I needed cleared asap, so here goes.

While setting up the wallet, I've followed through all the documentation, however when i unlock my wallet and lookup my account, i get 10 assert_exception: Assert Exception
rec && rec->name == account_name_or_id:
    {}
    th_a  wallet.cpp:552 get_account

Any work around for this?
Why exactly do you send this as pm AND post it in the public forum? Please don't waste other's time!!!

My response
Quote

This error usually only appears if you try to load a wallet from a testnet into the official network.
I assume you are using the cli-wallet, then you need to rename the "wallet.json" file and start your import process all over again so that the wallet catches the correct name/id relations from the real blockchain.
[]