RE: . by crokkon

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com

Viewing a response to: @crokkon/steem-multi-signature-transaction-guide-for-beem-python-1546636997324

·@tcpolymath·
0.000 HBD
I basically did exactly this but was too slow about it, so I'm pretty sure it works.

The first part can be done much, much more easily with beempy's allow command. 

>allow -a targetaccount --permission active --weight 10 signingaccount

and then when you get to the last one  add --threshold 40 after the weight. (Don't do it before or you won't be able to add new ones without the owner key or building a multisig transaction to do it.)
👍