<img src="https://i.imgflip.com/2ircbs.jpg"> *** Got a couple of questions that how I have broadcasted my [recent post](https://steemit.com/steem/@emrebeyler/will-this-post-make-it-to-the-chain). The default RPC node (```https://api.steemit.com```) and the alternative RPC nodes are not running v0.20.3, at the moment. Latest steemd version regarding the negative RC debt requires a reindex on the nodes. And this takes a good amount of time. @gtg provided a node ignores the RC requirements to post: ```http://api.steem.house```. So, with that info I can create posts with this code: ``` from lightsteem.client import Client from lightsteem.datastructures import Operation import json c = Client( nodes=["https://api.steem.house"], keys=["<posting-private-key>",]) op = Operation('comment', { "parent_author": None, "parent_permlink": "steem", "author": "emrebeyler", "permlink": "hf20-unique-permlink", "title": "HF20!", "body": "Looks like it did. (Broadcasted via ```https://api.steem.house```).", "json_metadata": json.dumps({"tags": "steem hf20"}) }) c.broadcast(op) ``` If you want to create a reply, update the parent_permlink and parent_author fields, ignore the title, and fill the body with your reply. It should be also possible with beem and other libraries, too. Also, mahdiyari mentioned his RPC node's replay is complete: ```https://api.mahdiyari.info```.
author | emrebeyler |
---|---|
permlink | how-to-create-a-post-with-the-current-state |
category | steem |
json_metadata | "{"tags": "steem hf20"}" |
created | 2018-09-26 11:30:30 |
last_update | 2018-09-26 11:41:33 |
depth | 0 |
children | 11 |
last_payout | 2018-10-03 11:30:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.125 HBD |
curator_payout_value | 0.550 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,423 |
author_reputation | 448,528,959,341,273 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,239,262 |
net_rshares | 1,801,707,606,289 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alnedkov | 0 | 16,858,638,309 | 100% | ||
borepstein | 0 | 19,287,330,403 | 100% | ||
prakashghai | 0 | 1,701,149,119 | 14% | ||
jakipatryk | 0 | 12,416,507,196 | 100% | ||
jezsmith720 | 0 | 612,038,580 | 100% | ||
lowlevel | 0 | 5,701,302,637 | 100% | ||
espoem | 0 | 6,161,771,299 | 30% | ||
isnochys | 0 | 1,192,889,539 | 13% | ||
anadolu | 0 | 2,245,950,352 | 25% | ||
emrebeyler | 0 | 1,715,862,052,346 | 100% | ||
turkiye | 0 | 76,784,906 | 100% | ||
aydant | 0 | 268,424,507 | 100% | ||
eyupyusuf | 0 | 78,540,326 | 100% | ||
uykusuz | 0 | 3,737,265,302 | 100% | ||
ydavgonzalez | 0 | 8,442,349,085 | 100% | ||
oups | 0 | 989,411,275 | 25% | ||
portalmine | 0 | 82,341,556 | 100% | ||
qurator-tier-0 | 0 | 776,275,865 | 2.5% | ||
tyramisoux | 0 | 3,558,923,793 | 100% | ||
cheater | 0 | 557,467,019 | 100% | ||
flowbot | 0 | 55,874,327 | 100% | ||
russianhacker | 0 | 55,757,636 | 100% | ||
witnesspage | 0 | 222,378,365 | 1% | ||
raspicam | 0 | 71,789,368 | 100% | ||
jager567 | 0 | 296,007,869 | 100% | ||
itriedtogoright | 0 | 70,559,253 | 100% | ||
fcelier | 0 | 327,826,057 | 100% |
`beem` works also for writing a reply. Who needs a web-interface for beem ;).
author | holger80 |
---|---|
permlink | re-how-to-create-a-post-with-the-current-state-20180926t115837z |
category | steem |
json_metadata | "{"app": "beem/0.20.3"}" |
created | 2018-09-26 11:58:54 |
last_update | 2018-09-26 11:58:54 |
depth | 1 |
children | 3 |
last_payout | 2018-10-03 11:58:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 358,857,509,568,825 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,239,296 |
net_rshares | 0 |
Lightsteem also works with replies. Probably other libraries also work. I think the key point here using the right node(s). :)
author | emrebeyler |
---|---|
permlink | lol-re-how-to-create-a-post-with-the-current-state-20180926t115837z |
category | steem |
json_metadata | "" |
created | 2018-09-26 12:01:18 |
last_update | 2018-09-26 12:01:18 |
depth | 2 |
children | 1 |
last_payout | 2018-10-03 12:01:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 448,528,959,341,273 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,239,298 |
net_rshares | 0 |
Tried with steemjs and failed, possibly I forgot how to set parameters.
author | oups |
---|---|
permlink | tried-with-steemjs-and-failed |
category | steem |
json_metadata | "{"tags": "steemit steem lightsteem"}" |
created | 2018-09-26 13:38:51 |
last_update | 2018-09-26 13:38:51 |
depth | 3 |
children | 0 |
last_payout | 2018-10-03 13:38:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 20,674,011,682,802 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,239,373 |
net_rshares | 0 |
that would be sick actually :)
author | teamhumble |
---|---|
permlink | re-holger80-re-how-to-create-a-post-with-the-current-state-20180926t115837z-20180928t103727143z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-09-28 10:37:27 |
last_update | 2018-09-28 10:37:27 |
depth | 2 |
children | 0 |
last_payout | 2018-10-05 10:37:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 315,232,864,758,316 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,279,930 |
net_rshares | 280,694,420 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheneats | 0 | 280,694,420 | 3% |
test
author | innerexplorer |
---|---|
permlink | re-how-to-create-a-post-with-the-current-state-20180926t155342z |
category | steem |
json_metadata | "{"app": "beem/0.20.2"}" |
created | 2018-09-26 15:54:03 |
last_update | 2018-09-26 15:54:03 |
depth | 1 |
children | 0 |
last_payout | 2018-10-03 15:54:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 247,327,953,874 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,240,793 |
net_rshares | 0 |
hmm, should I spam test the 3 second rule? :))
author | isnochys |
---|---|
permlink | re-how-to-create-a-post-with-the-current-state-20180926t115010 |
category | steem |
json_metadata | "{"tags": ["hf20"]}" |
created | 2018-09-26 11:50:18 |
last_update | 2018-09-26 11:50:18 |
depth | 1 |
children | 0 |
last_payout | 2018-10-03 11:50:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 48,490,072,901,013 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,239,287 |
net_rshares | 0 |
VOTED------ WITNESS
author | praise-eu |
---|---|
permlink | re-emrebeyler-how-to-create-a-post-with-the-current-state-20180927t192854438z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-09-27 19:29:00 |
last_update | 2018-09-27 19:29:00 |
depth | 1 |
children | 0 |
last_payout | 2018-10-04 19:29:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 44,842,742,331,249 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,269,500 |
net_rshares | 0 |
Is ONO an alternative?
author | prakashghai |
---|---|
permlink | re-emrebeyler-how-to-create-a-post-with-the-current-state-20180926t161643444z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-09-26 16:16:45 |
last_update | 2018-09-26 16:16:45 |
depth | 1 |
children | 0 |
last_payout | 2018-10-03 16:16:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 20,465,565,974,840 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,241,959 |
net_rshares | 0 |
Thank you!
author | sidequest |
---|---|
permlink | re-how-to-create-a-post-with-the-current-state-20180926t145628z |
category | steem |
json_metadata | "{"app": "beem/0.20.2"}" |
created | 2018-09-26 14:56:30 |
last_update | 2018-09-26 14:56:30 |
depth | 1 |
children | 0 |
last_payout | 2018-10-03 14:56:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 2,568,123,029,947 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,239,444 |
net_rshares | 0 |
Finally... I used dsteem tho
author | superoo7 |
---|---|
permlink | 1i6ggf5klqp |
category | steem |
json_metadata | "" |
created | 2018-09-26 12:47:33 |
last_update | 2018-09-26 12:47:33 |
depth | 1 |
children | 0 |
last_payout | 2018-10-03 12:47:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 27,763,618,634,121 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,239,332 |
net_rshares | 0 |
Greetings @emrebeyler, you could guide me on what is the process to claim the Pending claimed accounts?
author | ydavgonzalez |
---|---|
permlink | re-emrebeyler-how-to-create-a-post-with-the-current-state-20180926t214902633z |
category | steem |
json_metadata | {"tags":["steem"],"users":["emrebeyler"],"app":"steemit/0.1"} |
created | 2018-09-26 21:49:24 |
last_update | 2018-09-26 21:49:24 |
depth | 1 |
children | 0 |
last_payout | 2018-10-03 21:49:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 103 |
author_reputation | 276,224,908,725,711 |
root_title | "How to create a post in the current state" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,250,370 |
net_rshares | 8,422,568,160 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ydavgonzalez | 0 | 8,422,568,160 | 100% |