bitshares1-core icon indicating copy to clipboard operation
bitshares1-core copied to clipboard

qt_wallet does not show accounts

Open camponez opened this issue 9 years ago • 14 comments

I'm a bit confuse about the behaviour of the qt_wallet and bitshares_client (command line).

First of all: I see no accounts on the qt_wallet. However, I can see details from one of my accounts. Same detail I see when I try: blockchain_get_account "my account"

'wallet_list' return 3 results, but I can see nothing about them when I open the qt_client.

  • I'm able to see the exchange and everything else (I guess) on the qt_wallet, but my balance is still 0 and someone said that had sent me some BTS.
  • Why I can't see my address when using qt_wallet like I do when I blockchain_get_account on the bitshares_client?
  • On a previous version (0.6.1) that I compiled I could use the console inside the qt_client, was it removed?

I'm not sure if I don't understand how wallets and accounts works or if the client is not working properly!

camponez avatar Mar 01 '15 04:03 camponez

First of all: I see no accounts on the qt_wallet. However, I can see details from one of my accounts. Same detail I see when I try: blockchain_get_account "my account"

Are you using latest 0.6.2 version with latest 0.6.2-b web_wallet patches? There was a bug without accounts not showing that should have been fixed recently.

'wallet_list' return 3 results, but I can see nothing about them when I open the qt_client.

qt_wallet does not support multiple wallets, and only uses the one named default.

I'm able to see the exchange and everything else (I guess) on the qt_wallet, but my balance is still 0 and someone said that had sent me some BTS.

Make sure you are using the latest code and your accounts are showing up before we try to troubleshoot this.

Why I can't see my address when using qt_wallet like I do when I blockchain_get_account on the bitshares_client?

We don't expose addresses in the GUI. I think you should still be able to see your public key on a Keys tab somewhere.

On a previous version (0.6.1) that I compiled I could use the console inside the qt_client, was it removed?

If you go to Advanced there is a console tab.

vikramrajkumar avatar Mar 01 '15 20:03 vikramrajkumar

First of all: I see no accounts on the qt_wallet. However, I can see details from one of my accounts. >>Same detail I see when I try: blockchain_get_account "my account"

Are you using latest 0.6.2 version with latest 0.6.2-b web_wallet patches? There was a bug without >accounts not showing that should have been fixed recently.

I'm building the master branch. Isn't this patch already on the master branch? I've seen the message about the patch. I said 'Yes' to the message to installed this 0.6.2-b patch, I still see no accounts. Should I see at least one? It shows "Pay Rate" "Current Rank", etc on the Account details. But I cannot see the other accounts I can see using the console client: wallet_list_accounts

Why I can't see my address when using qt_wallet like I do when I blockchain_get_account on the bitshares_client?

We don't expose addresses in the GUI. I think you should still be able to see your public key on a Keys tab somewhere.

I see no Keys tab.

camponez avatar Mar 01 '15 20:03 camponez

@valzav Can you take a look at this?

vikramrajkumar avatar Mar 02 '15 15:03 vikramrajkumar

@camponez, if there are no accounts shown in qt wallet, how do you select the one that has details? Did you try to reload a page in qt wallet? (right click somewhere and select Reload) Does it return accounts? Can you transactions?

valzav avatar Mar 02 '15 20:03 valzav

@valzav good question. The screen loads with it. I don't select anything. I'm supposed to see a balance, at least 1BTS but I see none.

I have tried reload. Nothing.

camponez avatar Mar 02 '15 20:03 camponez

did you try to install prebuilt wallet? Do you see any errors in the upper right corner under the bell icon?

valzav avatar Mar 02 '15 20:03 valzav

Last time I tried, for Linux there was only a console client.

camponez avatar Mar 02 '15 20:03 camponez

try to run cli client this way: ./programs/client/bitshares_client --server --rpcuser=user --rpcpassword=pass --httpport=5680 then open http://localhost:5680 in a browser and look at js errors in the dev console

valzav avatar Mar 02 '15 20:03 valzav

Should I have to use this user / pass? If so, I get Invalid RPC Request

camponez avatar Mar 02 '15 21:03 camponez

oh.. forgot to mention - you need web_wallet's html and css files (https://github.com/BitShares/web_wallet) and have a symlink in your current directory: htdocs -> web_walet's dist or generated dir.

valzav avatar Mar 02 '15 21:03 valzav

Exactly the same thing.

Where should I see those errors?

camponez avatar Mar 02 '15 21:03 camponez

So you are able to see the gui in browser? Errors (if there are any) can be shown in the development console - just right click on some element and select Inspect Element.

valzav avatar Mar 02 '15 21:03 valzav

Exactly the same thing.

I could see nothing on Firefox.

But this is what i got in chrome, after a reload:

Error in event handler for (unknown): TypeError: Cannot set property 'urlBlackList' of null at chrome-extension://hipbfijinpcgfogaopmgehiegacbhmob/extension/chromeMini.js:32:34extensions::uncaught_exception_handler:8 handlerextensions::uncaught_exception_handler:100 exports.handleextensions::event_bindings:384 EventImpl.dispatch_extensions::event_bindings:401 EventImpl.dispatchextensions::SafeBuiltins:19 target.(anonymous function)extensions::utils:94 $Array.forEach.publicClass.(anonymous function)extensions::messaging:304 dispatchOnMessage

camponez avatar Mar 03 '15 12:03 camponez

Other possibly related reports:

  • https://bitsharestalk.org/index.php?topic=14545.msg190595#msg190595
  • https://bitsharestalk.org/index.php?topic=14680.msg190457#msg190457

vikramrajkumar avatar Mar 03 '15 18:03 vikramrajkumar