create account

update for beem: include support for HIVE by holger80

View this thread on: hive.blogpeakd.comecency.com
· @holger80 · (edited)
$157.80
update for beem: include support for HIVE
## Repository
https://github.com/holgern/beem<center>
![beem-logo](https://cdn.steemitimages.com/DQmcRrwLPSywSYMierfP6um6mejeMNGjN9Rxw7audJqTDgb/beem-logo)
</center>
[beem](https://github.com/holgern/beem) is a python library for STEEM and HIVE.  The current version is 0.22.5.

There is also a discord channel for beem: https://discord.gg/4HM592V

The newest beem version can be installed by:

```
pip install -U beem
```

## Changelog
* Add HIVE chain
* improve hive chain detection
* add hive option to nodes in Nodelist
* new is_hive property of steem object
* Add two new hive api nodes
* Fix bug in ecdsa
* Add workaround to allow transfers of HIVE/HBD in HIVE (operation need to use STEEM/SBD internally)

## Using beem with HIVE
There are three ways to use beem with HIVE:
### Set a hive node:

```
from beem import Steem
hive = Steem("https://api.hive.blog")
print(hive.is_hive)
```
True
If a hive node is currently set, can be checked with the is_hive property.

### Set hive nodes with beempy
This beempy commend fetches all currently working HIVE nodes from the @fullnodeupdate metadata (nodes are checked every hour) and stores them in the beem config database.
```
beempy updatenodes --hive
```
In a python script, beem is using now only hive nodes.
```
from beem import Steem
from beem.account import Account
hive = Steem()
print(hive.is_hive)
print(hive.rpc.nodes)
acc = Account("holger80")
print(acc.steem.is_hive)
```
```
True
['https://api.hive.blog', 'http://anyx.io', 'https://api.hivekings.com', 'https://anyx.io']
True
```

## Set hive nodes with nodelist
A list of hive nodes can also be obtained by the NodeList class:
```
from beem import Steem
from beem.nodelist import NodeList
nodelist = NodeList()
nodelist.update_nodes()
nodes = nodelist.get_nodes(hive=True)
hive = Steem(node=nodes)
print(hive.is_hive)
```

Let me know if you found bugs by using beem with HIVE.
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 179 others
πŸ‘Ž  ,
properties (23)
authorholger80
permlinkupdate-for-beem-include-support-for-hive
categoryhive-139531
json_metadata{"app":"peakd/2020.03.10","format":"markdown","tags":["development","beem","python","hive-dev"],"users":["fullnodeupdate"],"links":["https://github.com/holgern/beem","https://github.com/holgern/beem","https://discord.gg/4HM592V","/@fullnodeupdate"],"image":["https://cdn.steemitimages.com/DQmcRrwLPSywSYMierfP6um6mejeMNGjN9Rxw7audJqTDgb/beem-logo"]}
created2020-03-22 20:06:42
last_update2020-03-24 10:42:42
depth0
children35
last_payout2020-03-29 20:06:42
cashout_time1969-12-31 23:59:59
total_payout_value79.060 HBD
curator_payout_value78.739 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,894
author_reputation358,857,509,568,825
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,543,584
net_rshares298,928,125,585,617
author_curate_reward""
vote details (245)
@a-non-e-moose ·
So is this beem thing just for node discovery, or can it sign and broadcast arbitrary transactions?

I've been looking for a transaction signer since I joined Steem. I want to make an open source application front end for my favorite social medium, which is now Hive.

I'd prefer Java, but I'm sure I can somehow work around it if this actually works for signing any transaction.
πŸ‘  
properties (23)
authora-non-e-moose
permlinkq7nqqp
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-03-23 17:47:15
last_update2020-03-23 17:47:15
depth1
children0
last_payout2020-03-30 17:47:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length379
author_reputation2,521,005,983,051
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,553,715
net_rshares408,736,651
author_curate_reward""
vote details (1)
@andelf ·
$0.13
```
Options:
  -s, --show              Prints the updated nodes
  -t, --hive              Use only HIVE nodes, when set to true.
  -t, --test              Do change the node list, only print the newest nodes
                          setup.
```

There is a typo in your optparse. `-t, --hive` conflicts with `-t,--test`.
πŸ‘  
properties (23)
authorandelf
permlinkq7mnv3
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-03-23 03:47:30
last_update2020-03-23 03:47:30
depth1
children1
last_payout2020-03-30 03:47:30
cashout_time1969-12-31 23:59:59
total_payout_value0.062 HBD
curator_payout_value0.063 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length320
author_reputation68,436,045,251
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,547,459
net_rshares466,264,016,684
author_curate_reward""
vote details (1)
@holger80 ·
Thanks, I will fix this.
properties (22)
authorholger80
permlinkre-andelf-q7n00u
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-23 08:10:06
last_update2020-03-23 08:10:06
depth2
children0
last_payout2020-03-30 08:10:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation358,857,509,568,825
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,549,044
net_rshares0
@apshamilton ·
$0.18
So great to see so many great DApps launching on Hive!
I'm discovering DApps that I didn't know about when they were on Steem, like hive.invite.
πŸ‘  ,
properties (23)
authorapshamilton
permlinkre-holger80-q7m5fw
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 21:09:33
last_update2020-03-22 21:09:33
depth1
children3
last_payout2020-03-29 21:09:33
cashout_time1969-12-31 23:59:59
total_payout_value0.088 HBD
curator_payout_value0.087 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation212,404,184,641,750
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,544,157
net_rshares618,204,823,086
author_curate_reward""
vote details (2)
@amico ·
What’s the exact hiveinvite’s URL?
Thanks, @apshamilton! πŸ™
properties (22)
authoramico
permlinkre-apshamilton-q7npix
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-23 17:20:57
last_update2020-03-23 17:20:57
depth2
children2
last_payout2020-03-30 17:20:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation51,076,240,298,517
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,553,485
net_rshares0
@apshamilton ·
https://hiveinvite.com/
properties (22)
authorapshamilton
permlinkre-amico-q7nrrf
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-23 18:09:15
last_update2020-03-23 18:09:15
depth3
children1
last_payout2020-03-30 18:09:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation212,404,184,641,750
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,553,956
net_rshares0
@bobinson ·
@holger80, This is excellent news. Well, I had seen your comment but this makes a lot more clear.


On a different note, Can beem support other Graphene chains like Bitshares and Peerplays without much modifications ? I was thinking of exploring it and if you have done work already it will be helpful.
properties (22)
authorbobinson
permlinkq7ncdq
categoryhive-139531
json_metadata{"users":["holger80"],"app":"hiveblog/0.1"}
created2020-03-23 12:37:03
last_update2020-03-23 12:37:03
depth1
children2
last_payout2020-03-30 12:37:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length302
author_reputation55,343,141,313,811
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,550,976
net_rshares0
@holger80 ·
$0.04
There is a great python library for bitshares:
https://github.com/bitshares/python-bitshares
πŸ‘  
properties (23)
authorholger80
permlinkre-bobinson-q7ndyc
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-23 13:11:00
last_update2020-03-23 13:11:00
depth2
children1
last_payout2020-03-30 13:11:00
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation358,857,509,568,825
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,551,232
net_rshares168,360,370,213
author_curate_reward""
vote details (1)
@bobinson ·
I am aware of that :) its just that I am a  fan of beem ;-)
properties (22)
authorbobinson
permlinkq7nev3
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-03-23 13:30:39
last_update2020-03-23 13:30:39
depth3
children0
last_payout2020-03-30 13:30:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation55,343,141,313,811
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,551,390
net_rshares0
@bro.nevik ·
Used your library. Thanks a lot!
properties (22)
authorbro.nevik
permlinkre-holger80-q7nrk6
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-23 18:05:00
last_update2020-03-23 18:05:00
depth1
children0
last_payout2020-03-30 18:05:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation914,510,274,792
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,553,921
net_rshares0
@eddiespino ·
Great news! More support to #HIVE!
properties (22)
authoreddiespino
permlinkre-holger80-q7m7du
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 21:51:33
last_update2020-03-22 21:51:33
depth1
children0
last_payout2020-03-29 21:51:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation1,294,281,529,560,379
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,544,550
net_rshares0
@firstamendment ·
  I am trying to get around using hivesigner.  Does Beem require hivesigner for offline posting?
properties (22)
authorfirstamendment
permlinkre-holger80-q7vt1a
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.12"}
created2020-03-28 02:17:36
last_update2020-03-28 02:17:36
depth1
children0
last_payout2020-04-04 02:17:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation2,418,296,227,484
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,608,029
net_rshares0
@freddio ·
Welcome back :)
properties (22)
authorfreddio
permlinkre-holger80-q7nt5a
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-23 18:39:00
last_update2020-03-23 18:39:00
depth1
children0
last_payout2020-03-30 18:39:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation7,719,090,707,167
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,554,303
net_rshares0
@imwatsi ·
Awesome stuff! I love how we're all collaborating to build Hive.
properties (22)
authorimwatsi
permlinkre-holger80-q7nelt
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-23 13:25:09
last_update2020-03-23 13:25:09
depth1
children0
last_payout2020-03-30 13:25:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation131,386,362,730,495
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,551,338
net_rshares0
@jaki01 · (edited)
Great work, but - as you asked me - according to my own new rule I flag posts with pending rewards > 80 dollars.
properties (22)
authorjaki01
permlinkre-holger80-q7owg2
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-24 08:48:18
last_update2020-03-24 08:48:48
depth1
children0
last_payout2020-03-31 08:48:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation535,997,718,012,132
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,561,590
net_rshares0
@manniman ·
python lib, very good
properties (22)
authormanniman
permlinkre-holger80-q7m7kh
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 21:55:30
last_update2020-03-22 21:55:30
depth1
children0
last_payout2020-03-29 21:55:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation77,790,724,868,389
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,544,602
net_rshares0
@maxsieg ·
:DDDD amazing welcome back
properties (22)
authormaxsieg
permlinkre-holger80-q7m6vj
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 21:40:33
last_update2020-03-22 21:40:33
depth1
children0
last_payout2020-03-29 21:40:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation4,035,631,210,399
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,544,436
net_rshares0
@maxsieg · (edited)
$0.13
yo guys i think the market function is not fully working though you can get some of it to work by specifying the currency
from beem import Steem
from beem.account import Account
from beembase import operations

dex2=Market("HBD:HIVE",steem_instance=trading)
also @crokkon and I found a work around for the convert and sell function:

def convert(sbd):
    op = operations.Convert( **{
    'owner': "maxsieg",
    'requestid': randint(0,100),
    'amount': ""+str(sbd) +" SBD",
    'prefix': trading.prefix
    })
    tx = trading.finalizeOp(op, acc, "active")


def sell(steem,exp):
    op=operations.Limit_order_create( **{
            "owner":"maxsieg",
            "orderid": randint(0,100),
            "amount_to_sell": str(round(steem-0.0005,3))+" STEEM",
            "min_to_receive": str(round(steem*sellrate()-0.0005,3))+" SBD",
            "fill_or_kill": False,
            "expiration":(datetime.utcnow()+timedelta(seconds=exp)).strftime("%Y-%m-%dT%H:%M:%S"),
            'prefix': trading.prefix
            })
    tx = trading.finalizeOp(op, acc, "active")

i was stuck on the last one for quite a while and the last few minutes aswell because i couldnt spell receive... trading is my beem instance and acc is my beem account, all be including active keyz

also my asterix characters is not fully showing up in peakd
πŸ‘  ,
properties (23)
authormaxsieg
permlinkre-holger80-q7mcqx
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 23:47:21
last_update2020-03-22 23:50:30
depth1
children3
last_payout2020-03-29 23:47:21
cashout_time1969-12-31 23:59:59
total_payout_value0.066 HBD
curator_payout_value0.065 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,330
author_reputation4,035,631,210,399
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,546,044
net_rshares475,645,965,260
author_curate_reward""
vote details (2)
@holger80 ·
Thanks, I will check
properties (22)
authorholger80
permlinkre-maxsieg-q7n008
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-23 08:09:45
last_update2020-03-23 08:09:45
depth2
children0
last_payout2020-03-30 08:09:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation358,857,509,568,825
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,549,041
net_rshares0
@holger80 ·
Should be fixed in 0.22.5
πŸ‘  
properties (23)
authorholger80
permlinkre-maxsieg-q7p1sf
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-24 10:43:27
last_update2020-03-24 10:43:27
depth2
children1
last_payout2020-03-31 10:43:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation358,857,509,568,825
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,562,597
net_rshares1,869,061,005
author_curate_reward""
vote details (1)
@maxsieg ·
so fast!
properties (22)
authormaxsieg
permlinkre-holger80-q7p2fs
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-24 10:57:30
last_update2020-03-24 10:57:30
depth3
children0
last_payout2020-03-31 10:57:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation4,035,631,210,399
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,562,702
net_rshares0
@nerdtopiade ·
welcome back @holger80
properties (22)
authornerdtopiade
permlinkre-holger80-q7m8hh
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 22:15:18
last_update2020-03-22 22:15:18
depth1
children0
last_payout2020-03-29 22:15:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation103,634,944,085,875
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,544,886
net_rshares0
@noisy ·
can you make it, so we could import:

```
from beem import Hive
```

? 

Steem will be misleading and what is not less important, I do not want to have "Steem" in my source code anymore :P
properties (22)
authornoisy
permlinkre-holger80-q7m9a2
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 22:32:27
last_update2020-03-22 22:32:27
depth1
children1
last_payout2020-03-29 22:32:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length188
author_reputation59,974,373,499,600
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,545,104
net_rshares0
@holger80 ·
Good idea, also the `steem_instance` variable should be changed.
πŸ‘  
properties (23)
authorholger80
permlinkre-noisy-q7mbli
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 23:22:30
last_update2020-03-22 23:22:30
depth2
children0
last_payout2020-03-29 23:22:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation358,857,509,568,825
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,545,872
net_rshares15,109,277,778
author_curate_reward""
vote details (1)
@phenakite · (edited)
When I use the following code to complete the transfer
> from beem.account import Account
from beem import Steem
active_wif = "5xxxx"
stm = Steem(keys=[active_wif])
acc = Account("test", steem_instance=stm)
acc.transfer("test1", 1, "HIVE", "test")

 there are always errors:
> beemapi.exceptions.MissingRequiredActiveAuthority

My Python version is 2.7
I'm sure my active-key is correct
πŸ‘Ž  
properties (23)
authorphenakite
permlinkq7mrro
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-03-23 05:11:51
last_update2020-03-23 05:12:30
depth1
children1
last_payout2020-03-30 05:11:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length386
author_reputation3,646,881,038,541
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,547,932
net_rshares-11,705,213,216
author_curate_reward""
vote details (1)
@holger80 ·
It is fixed in 0.22.5
properties (22)
authorholger80
permlinkre-phenakite-q7p2jr
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-24 10:59:51
last_update2020-03-24 10:59:51
depth2
children0
last_payout2020-03-31 10:59:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation358,857,509,568,825
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,562,716
net_rshares0
@revisesociology ·
Welcome back! 

@nextcolony on HIVE dyou know?!
properties (22)
authorrevisesociology
permlinkre-holger80-q7m3tq
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 20:34:36
last_update2020-03-22 20:34:36
depth1
children0
last_payout2020-03-29 20:34:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation2,259,716,890,334,376
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,543,844
net_rshares0
@steempeak ·
Woah so happy to see you posting!! 
properties (22)
authorsteempeak
permlinkre-holger80-q7m4id
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 20:49:27
last_update2020-03-22 20:49:27
depth1
children0
last_payout2020-03-29 20:49:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation175,130,396,955,416
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,543,986
net_rshares0
@tarazkp ·
Good to see you back 
properties (22)
authortarazkp
permlinkre-holger80-q7m3k9
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 20:28:57
last_update2020-03-22 20:28:57
depth1
children0
last_payout2020-03-29 20:28:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation5,837,625,864,971,833
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,543,789
net_rshares0
@taskmanager ·
When using Comment() getting AttributeError: 'Amount' object has no attribute 'split' from line 99 in comment.py.
properties (22)
authortaskmanager
permlinkre-holger80-q7nyu8
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-23 20:42:09
last_update2020-03-23 20:42:09
depth1
children0
last_payout2020-03-30 20:42:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation23,620,877,037,053
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,555,546
net_rshares0
@the.journal ·
$1.25
thanks for your work... I just updated beem I was using since a while already and when I try to upvote I get this error 'PointJacobi' object has no attribute '_Point__x'
πŸ‘  
properties (23)
authorthe.journal
permlinkre-holger80-q7mbvd
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 23:28:27
last_update2020-03-22 23:28:27
depth1
children2
last_payout2020-03-29 23:28:27
cashout_time1969-12-31 23:59:59
total_payout_value0.624 HBD
curator_payout_value0.625 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length169
author_reputation5,799,246,878,950
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,545,916
net_rshares3,611,237,613,853
author_curate_reward""
vote details (1)
@holger80 ·
Fixed in 0.22.4
πŸ‘  
properties (23)
authorholger80
permlinkre-thejournal-q7mzzb
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-23 08:09:12
last_update2020-03-23 08:09:12
depth2
children0
last_payout2020-03-30 08:09:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation358,857,509,568,825
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,549,036
net_rshares513,927,231
author_curate_reward""
vote details (1)
@the.journal ·
$1.22
Solved with old school uninstall reinstall LOL
πŸ‘  
properties (23)
authorthe.journal
permlinkre-thejournal-q7mciy
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.03.10"}
created2020-03-22 23:42:36
last_update2020-03-22 23:42:36
depth2
children0
last_payout2020-03-29 23:42:36
cashout_time1969-12-31 23:59:59
total_payout_value0.608 HBD
curator_payout_value0.609 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation5,799,246,878,950
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,546,025
net_rshares3,539,098,765,387
author_curate_reward""
vote details (1)
@theadmiral0 ·
Really appreciate it! :) So quick
properties (22)
authortheadmiral0
permlinkq7o6xr
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-03-23 23:37:03
last_update2020-03-23 23:37:03
depth1
children0
last_payout2020-03-30 23:37:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation1,333,479,868,538
root_title"update for beem: include support for HIVE"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,557,203
net_rshares0