create account

. by crokkon

View this thread on: hive.blogpeakd.comecency.com
· @crokkon · (edited)
$46.83
properties (23)
authorcrokkon
permlinksteem-multi-signature-transaction-guide-for-beem-python-1546636997324
categoryutopian-io
json_metadata"{"app": ""}"
created2019-01-04 21:23:18
last_update2022-08-06 15:33:00
depth0
children18
last_payout2019-01-11 21:23:18
cashout_time1969-12-31 23:59:59
total_payout_value35.804 HBD
curator_payout_value11.029 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation81,214,366,861,104
root_title.
beneficiaries
0.
accountutopian.pay
weight500
max_accepted_payout100,000.000 HBD
percent_hbd10,000
post_id77,882,381
net_rshares92,518,053,510,065
author_curate_reward""
vote details (132)
@flugschwein ·
$0.03
I really wanted to write pretty much this exact tutorial for a few months, but sadly I couldn't motivate myself to tinker around with that stuff. Sadly school is too demanding this year, and if I technically have free time (like right now for example), I either want to do *nothing*, or have other more important things to do :(((
But looking at your post, I know that it's better than my post would've been. For sure ;-)
Let's hope I can finally get myself to write that post about me taking away those delegations D:

Thanks for your post, it's neat :P
πŸ‘  , ,
properties (23)
authorflugschwein
permlinkre-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190104t223253054z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"steempeak","app":"steempeak"}
created2019-01-04 22:32:57
last_update2019-01-04 22:32:57
depth1
children1
last_payout2019-01-11 22:32:57
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length554
author_reputation11,950,112,708,339
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,884,751
net_rshares55,724,657,913
author_curate_reward""
vote details (3)
@crokkon · (edited)
.
.
properties (22)
authorcrokkon
permlinkre-flugschwein-re-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190107t081513145z
categoryutopian-io
json_metadata"{"app": ""}"
created2019-01-07 08:15:12
last_update2022-09-18 10:00:45
depth2
children0
last_payout2019-01-14 08:15: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_length1
author_reputation81,214,366,861,104
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,004,753
net_rshares0
@inertia ·
$0.02
LGTM, so far.  I can at least run these scripts.  I haven't dug any deeper yet.

```
bucky:multisig-guide-beem (master)$ python3 get_transaction.py
usage: get_transaction.py [-h] --account ACCOUNT --to TO --amount AMOUNT
                          --asset ASSET [--memo MEMO]
get_transaction.py: error: the following arguments are required: --account, --to, --amount, --asset
bucky:multisig-guide-beem (master)$ python3 set_authorities.py
usage: set_authorities.py [-h] [--key-weight key weight]
                          [--account-weight account weight] --threshold
                          THRESHOLD --account ACCOUNT --role ROLE
set_authorities.py: error: the following arguments are required: --threshold, --account, --role
bucky:multisig-guide-beem (master)$ python3 sign_and_broadcast.py
usage: sign_and_broadcast.py [-h] --trx TRX [--append-signature] [--broadcast]
sign_and_broadcast.py: error: the following arguments are required: --trx
bucky:multisig-guide-beem (master)$
```

These are expected results since I didn't set up a multi-key account.  I'll dig a little deeper later on.
πŸ‘  
properties (23)
authorinertia
permlinkre-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190104t213153457z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-04 21:31:54
last_update2019-01-04 21:31:54
depth1
children3
last_payout2019-01-11 21:31:54
cashout_time1969-12-31 23:59:59
total_payout_value0.017 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,094
author_reputation346,568,901,399,561
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,882,665
net_rshares42,830,993,498
author_curate_reward""
vote details (1)
@crokkon · (edited)
.
.
properties (22)
authorcrokkon
permlinkre-inertia-re-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190104t215316790z
categoryutopian-io
json_metadata"{"app": ""}"
created2019-01-04 21:53:15
last_update2022-09-18 10:01:24
depth2
children2
last_payout2019-01-11 21:53: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_length1
author_reputation81,214,366,861,104
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,883,346
net_rshares0
@inertia ·
Everything seems to work as expected.  I'm partial the gist approach because it's all in one place. :)
properties (22)
authorinertia
permlinkre-crokkon-re-inertia-re-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190105t074348206z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-05 07:43:48
last_update2019-01-05 07:43:48
depth3
children1
last_payout2019-01-12 07:43:48
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_length102
author_reputation346,568,901,399,561
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,901,855
net_rshares0
@mcfarhat ·
$9.08
Thank you for your contribution.
- Interesting to see the original guide request by @timcliff, this could have large implications on the Steem blockchain.
- Overall your coverage of the topic is well detailed. 
- Appreciate you making edits to include alternative approach using beempy, makes the tutorial more elaborate.
- Good use of screenshots and output results. Gists are quite helpful too! Few additional comments there would have been more helpful.
- Also loved your additional thoughts on the whole concept overall.

Good luck winning the bounty :)

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/8/3-1-1-3-1-2-1-2-).

---- 
Need help? Write a ticket on https://support.utopian.io/. 
Chat with us on [Discord](https://discord.gg/uTyJkNm). 
[[utopian-moderator]](https://join.utopian.io/)
πŸ‘  , , , , , , , , , , , , , , ,
properties (23)
authormcfarhat
permlinkre-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190105t223741937z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["timcliff"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/8/3-1-1-3-1-2-1-2-","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2019-01-05 22:37:42
last_update2019-01-05 22:37:42
depth1
children2
last_payout2019-01-12 22:37:42
cashout_time1969-12-31 23:59:59
total_payout_value6.868 HBD
curator_payout_value2.210 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,057
author_reputation150,657,545,114,818
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,933,520
net_rshares16,948,849,289,566
author_curate_reward""
vote details (16)
@crokkon · (edited)
.
.
properties (22)
authorcrokkon
permlinkre-mcfarhat-re-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190107t081107515z
categoryutopian-io
json_metadata"{"app": ""}"
created2019-01-07 08:11:06
last_update2022-09-18 10:00:54
depth2
children0
last_payout2019-01-14 08:11: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_length1
author_reputation81,214,366,861,104
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,004,600
net_rshares0
@utopian-io ·
Thank you for your review, @mcfarhat! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190105t223741937z-20190108t004843z
categoryutopian-io
json_metadata"{"app": "beem/0.20.9"}"
created2019-01-08 00:48:45
last_update2019-01-08 00:48:45
depth2
children0
last_payout2019-01-15 00:48: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_length60
author_reputation152,955,367,999,756
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,046,027
net_rshares0
@partiko ·
Thank you so much for participating the Partiko Delegation Plan Round 1! We really appreciate your support! As part of the delegation benefits, we just gave you a 3.00% upvote! Together, let’s change the world!
properties (22)
authorpartiko
permlinkre-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190104t223128
categoryutopian-io
json_metadata""
created2019-01-04 22:31:30
last_update2019-01-04 22:31:30
depth1
children0
last_payout2019-01-11 22:31: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_length210
author_reputation39,207,160,334,751
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,884,702
net_rshares0
@pennsif ·
This post has been included in today's  [**SOS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem4january2019-r5y1nirbvb) - a digest of all you need to know about the State of Steem.

***

* *Editor of the [**The State of Steem SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem4january2019-r5y1nirbvb).*

* *Promoter of [**The State of Steem SoS Weekly Forums**](https://steemit.com/dtube/@pennsif/amwntxt3).*

* *Editor of the [**weekly listing of steem radio shows, podcasts & social broadcasts**](https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-supported-by-dsound-week-beginning-31-december-2018).*

* *Founder of the [**A Dollar A Day**](https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it) charitable giving project.*

https://pennsif.com/wp-content/uploads/2018/08/adollaraday-linear-400x98.jpg

***
properties (22)
authorpennsif
permlinkre-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190105t131909106z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"image":["https://pennsif.com/wp-content/uploads/2018/08/adollaraday-linear-400x98.jpg"],"links":["https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem4january2019-r5y1nirbvb","https://steemit.com/dtube/@pennsif/amwntxt3","https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-supported-by-dsound-week-beginning-31-december-2018","https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it"],"app":"steemit/0.1"}
created2019-01-05 13:19:09
last_update2019-01-05 13:19:09
depth1
children0
last_payout2019-01-12 13:19: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_length1,002
author_reputation636,410,097,572,565
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,913,258
net_rshares0
@steem-ua ·
#### Hi @crokkon!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your **UA** account score is currently 5.006 which ranks you at **#1086** across all Steem accounts.
Your rank has improved 1 places in the last three days (old rank 1087).

In our last Algorithmic Curation Round, consisting of 207 contributions, your post is ranked at **#8**.
##### Evaluation of your UA score:

* You've built up a nice network.
* The readers appreciate your great work!
* Great user engagement! You rock!


**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190105t110927z
categoryutopian-io
json_metadata"{"app": "beem/0.20.14"}"
created2019-01-05 11:09:27
last_update2019-01-05 11:09:27
depth1
children0
last_payout2019-01-12 11:09: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_length629
author_reputation23,214,230,978,060
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,907,929
net_rshares0
@tcpolymath ·
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.)
properties (22)
authortcpolymath
permlinkre-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190104t220620580z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-04 22:06:21
last_update2019-01-04 22:06:21
depth1
children2
last_payout2019-01-11 22:06:21
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_length439
author_reputation72,516,729,960,969
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,883,794
net_rshares0
@crokkon · (edited)
.
.
properties (22)
authorcrokkon
permlinkre-tcpolymath-re-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190105t062739470z
categoryutopian-io
json_metadata"{"app": ""}"
created2019-01-05 06:27:39
last_update2022-09-18 10:01:06
depth2
children1
last_payout2019-01-12 06:27: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_length1
author_reputation81,214,366,861,104
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,899,637
net_rshares0
@tcpolymath ·
In fact I haven't been able to do it with the owner key; beempy crashes out with "Unnecessary signature(s) detected."
properties (22)
authortcpolymath
permlinkre-crokkon-re-tcpolymath-re-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190105t100734132z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-05 10:07:36
last_update2019-01-05 10:07:36
depth3
children0
last_payout2019-01-12 10:07: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_length117
author_reputation72,516,729,960,969
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,905,885
net_rshares0
@tcpolymath ·
>Even with a multi-sig active authority, transfers can still be done with the owner authority (currently requiring only one sig with the example account).

>However, the exact same concept can be applied to the owner authority as well. This has to be done carefully, since a mistake there could render the account unusable and the funds locked.

In looking for an easy way to get my test account usable again, I discovered that a master password reset will automatically change the weight of all that account's native keys to the Threshold weight, presumably including the owner key, though I didn't test for it. I don't know that there's any way to prevent that.

I would presume account recovery behaves similarly.
properties (22)
authortcpolymath
permlinkre-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190105t002149801z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-05 00:21:51
last_update2019-01-05 00:21:51
depth1
children1
last_payout2019-01-12 00:21: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_length716
author_reputation72,516,729,960,969
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,888,261
net_rshares0
@crokkon · (edited)
.
.
properties (22)
authorcrokkon
permlinkre-tcpolymath-re-crokkon-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190105t002901744z
categoryutopian-io
json_metadata"{"app": ""}"
created2019-01-05 00:29:03
last_update2022-09-18 10:01:12
depth2
children0
last_payout2019-01-12 00:29: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_length1
author_reputation81,214,366,861,104
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,888,457
net_rshares0
@utopian-io ·
Hey, @crokkon!

**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
properties (22)
authorutopian-io
permlinkre-steem-multi-signature-transaction-guide-for-beem-python-1546636997324-20190106t010844z
categoryutopian-io
json_metadata"{"app": "beem/0.20.9"}"
created2019-01-06 01:08:45
last_update2019-01-06 01:08:45
depth1
children0
last_payout2019-01-13 01:08: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_length589
author_reputation152,955,367,999,756
root_title.
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,937,978
net_rshares0