create account

How to create a post in the current state by emrebeyler

View this thread on: hive.blogpeakd.comecency.com
· @emrebeyler · (edited)
$2.68
How to create a post in the current state
<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```.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authoremrebeyler
permlinkhow-to-create-a-post-with-the-current-state
categorysteem
json_metadata"{"tags": "steem hf20"}"
created2018-09-26 11:30:30
last_update2018-09-26 11:41:33
depth0
children11
last_payout2018-10-03 11:30:30
cashout_time1969-12-31 23:59:59
total_payout_value2.125 HBD
curator_payout_value0.550 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,423
author_reputation448,528,959,341,273
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,239,262
net_rshares1,801,707,606,289
author_curate_reward""
vote details (27)
@holger80 ·
`beem` works also for writing a reply.

Who needs a web-interface for beem ;).
properties (22)
authorholger80
permlinkre-how-to-create-a-post-with-the-current-state-20180926t115837z
categorysteem
json_metadata"{"app": "beem/0.20.3"}"
created2018-09-26 11:58:54
last_update2018-09-26 11:58:54
depth1
children3
last_payout2018-10-03 11:58:54
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_length78
author_reputation358,857,509,568,825
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,239,296
net_rshares0
@emrebeyler ·
Lightsteem also works with replies. Probably other libraries also work. I think the key point here using the right node(s). :)
properties (22)
authoremrebeyler
permlinklol-re-how-to-create-a-post-with-the-current-state-20180926t115837z
categorysteem
json_metadata""
created2018-09-26 12:01:18
last_update2018-09-26 12:01:18
depth2
children1
last_payout2018-10-03 12:01: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_length126
author_reputation448,528,959,341,273
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,239,298
net_rshares0
@oups ·
Tried with steemjs and failed, possibly I forgot how to set parameters.
properties (22)
authoroups
permlinktried-with-steemjs-and-failed
categorysteem
json_metadata"{"tags": "steemit steem lightsteem"}"
created2018-09-26 13:38:51
last_update2018-09-26 13:38:51
depth3
children0
last_payout2018-10-03 13:38: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_length71
author_reputation20,674,011,682,802
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,239,373
net_rshares0
@teamhumble ·
that would be sick actually :)
👍  
properties (23)
authorteamhumble
permlinkre-holger80-re-how-to-create-a-post-with-the-current-state-20180926t115837z-20180928t103727143z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-09-28 10:37:27
last_update2018-09-28 10:37:27
depth2
children0
last_payout2018-10-05 10:37: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_length30
author_reputation315,232,864,758,316
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,279,930
net_rshares280,694,420
author_curate_reward""
vote details (1)
@innerexplorer ·
test
properties (22)
authorinnerexplorer
permlinkre-how-to-create-a-post-with-the-current-state-20180926t155342z
categorysteem
json_metadata"{"app": "beem/0.20.2"}"
created2018-09-26 15:54:03
last_update2018-09-26 15:54:03
depth1
children0
last_payout2018-10-03 15:54: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_length5
author_reputation247,327,953,874
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,240,793
net_rshares0
@isnochys ·
None
hmm, should I spam test the 3 second rule?
:))
properties (22)
authorisnochys
permlinkre-how-to-create-a-post-with-the-current-state-20180926t115010
categorysteem
json_metadata"{"tags": ["hf20"]}"
created2018-09-26 11:50:18
last_update2018-09-26 11:50:18
depth1
children0
last_payout2018-10-03 11:50: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_length47
author_reputation48,490,072,901,013
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,239,287
net_rshares0
@praise-eu ·
VOTED------ WITNESS
properties (22)
authorpraise-eu
permlinkre-emrebeyler-how-to-create-a-post-with-the-current-state-20180927t192854438z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-09-27 19:29:00
last_update2018-09-27 19:29:00
depth1
children0
last_payout2018-10-04 19:29: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_length19
author_reputation44,842,742,331,249
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,269,500
net_rshares0
@prakashghai ·
Is ONO an alternative?
properties (22)
authorprakashghai
permlinkre-emrebeyler-how-to-create-a-post-with-the-current-state-20180926t161643444z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-09-26 16:16:45
last_update2018-09-26 16:16:45
depth1
children0
last_payout2018-10-03 16:16: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_length22
author_reputation20,465,565,974,840
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,241,959
net_rshares0
@sidequest ·
Thank you!
properties (22)
authorsidequest
permlinkre-how-to-create-a-post-with-the-current-state-20180926t145628z
categorysteem
json_metadata"{"app": "beem/0.20.2"}"
created2018-09-26 14:56:30
last_update2018-09-26 14:56:30
depth1
children0
last_payout2018-10-03 14:56: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_length11
author_reputation2,568,123,029,947
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,239,444
net_rshares0
@superoo7 ·
Finally I can post!
Finally... I used dsteem tho
properties (22)
authorsuperoo7
permlink1i6ggf5klqp
categorysteem
json_metadata""
created2018-09-26 12:47:33
last_update2018-09-26 12:47:33
depth1
children0
last_payout2018-10-03 12:47: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_length28
author_reputation27,763,618,634,121
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,239,332
net_rshares0
@ydavgonzalez ·
Greetings @emrebeyler, you could guide me on what is the process to claim the Pending claimed accounts?
👍  
properties (23)
authorydavgonzalez
permlinkre-emrebeyler-how-to-create-a-post-with-the-current-state-20180926t214902633z
categorysteem
json_metadata{"tags":["steem"],"users":["emrebeyler"],"app":"steemit/0.1"}
created2018-09-26 21:49:24
last_update2018-09-26 21:49:24
depth1
children0
last_payout2018-10-03 21:49:24
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_length103
author_reputation276,224,908,725,711
root_title"How to create a post in the current state"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,250,370
net_rshares8,422,568,160
author_curate_reward""
vote details (1)