You are viewing a single comment's thread from:

RE: Alternative Hive wallet - https://wallet.mahdiyari.info/

in #hive4 years ago

Yes - i'm having trouble and will try this now @mahdiyari! Thank you :) I want to powerup so that I can start voting with some more power :)

also - question...
I have HBD... and I want to convert that to HIVE. (I dont' need to do it right now I guess.. I can wait)

but what is the value of that conversion at this point? Is there one? Or should I just hold off for now?

so many questions hehee

Sort:  

The internal conversation rate is based on the median feed price.
https://hiveblocks.com/

curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_current_median_history_price", "params":[], "id":1}' https://api.hive.blog/

with this terminal command you find the conversion rate
and its currently at 1.000Hive for 0.277 HBD (you usually divide the second by the first number to get the rate... atleast thats what i usually do)
in the steem-devs python discord chat crokkon found also a workin way to convert over python, since some of the steem apps (including beem account.convert function) might give you a problem with the convert function :) i havent tried converting over this app yet