create account

[UPDATE 1.1] SmartNodeMonitorBot by dustinface

View this thread on: hive.blogpeakd.comecency.com
· @dustinface ·
$29.66
[UPDATE 1.1] SmartNodeMonitorBot
# Updated guide for the new version of the SmartNodeMonitorBot!

<b>
If you have no idea what this is about click [HERE](https://steemit.com/smartcash/@dustinface/smartnodemonitorbot)
<b>

<center>![smartnodesbot.png](https://steemitimages.com/DQmRxFcHbcyLyjrwYGBA6dko9kDzGTKQviMF7Z1MpCR1QVi/smartnodesbot.png)</center>

## New features

### Position calculations
To give a more reliable position indicator for your nodes i digged through the SmartCash core code and re-implemented the position calculation which is used from the miners to determine the winners for the payouts. 
There are three ways now to get the positions of your nodes:
  1. By running the `node` command - This prints you a list of your nodes sorted by the positions.
  2. By running the `detail` command - This prints the list of your nodes like before but with the positions of the nodes added for each node.
  3. By running the new `lookup` command - This will run a general checkup for the given IP/IP's when you fire the command. See the section below.

At the time of writing there is still a problem in the node network (not all paid blocks are populated to the nodelist) which can sometimes end up in slightly wrong calculations but from my testing/logging it looked pretty good in the most cases. This should become better over the time when more pools are updated to the 1.1.1 wallet and should be much more accurate once the 1.2 release fixed all the current issues!   

[Click here](https://github.com/xdustinface/SmartNodeMonitorBot/blob/v1.1/src/smartnodes.py#L604) to check out the position calculations. If you have any concerns about its propriety let me know! 
### Upgrade mode calculation
When there is a protocol upgrade needed for the network all nodes need to be restarted after the wallet update. This means their uptime will also become resetted and according to this none of them would be eligible for payouts. But due to the upgrade mode state in the network which is hard coded in the SmartCash core nodes with an too low uptime are not penalized when all nodes had to restart at any point (Meaning of the upgrade mode). At the time of writing we were in the upgrade state of the network. The bot will from now on recognize if we are in upgrade or normal mode, print information about it in the `info` command and also incorporate it for the position calculations. 

[Click here](https://github.com/xdustinface/SmartNodeMonitorBot/blob/v1.1/src/smartnodes.py#L736) to check out the remaining upgrade mode time calculation. Also here: If you have any concerns about its propriety let me know! 

### Improved network info command
The `info` command contains now lot more information about the SmartNode network. Check it out :D (Its also available in telegram but the message there was too long to fit on a screenshot :P)  
<center>![Bildschirmfoto 2018-03-09 um 20.26.39.png](https://steemitimages.com/DQmUbvNVYDFidie8ZdyBoDvw33M1Yf9cbJdKTsjXBSTVv1r/Bildschirmfoto%202018-03-09%20um%2020.26.39.png)</center>

### Individual node lookup
With the new `lookup` command you can check if a nodes payout requirements are met. To do this just fire the command with the ip or multiple ips as argument. 

```
lookup ip1 ip2 ... ipN
```

**Examples** 

| ![Bildschirmfoto 2018-03-09 um 18.11.59.png](https://steemitimages.com/DQmP68P1fVcECCWRi3s8SvJ8GnAhfHAhd8MHnVwMYimFPPR/Bildschirmfoto%202018-03-09%20um%2018.11.59.png)  |![Bildschirmfoto 2018-03-09 um 20.24.50.png](https://steemitimages.com/DQmeDu9DjZfT5NqPTCA5KUe46CBaxB7PvvbFqcsEibzJWHB/Bildschirmfoto%202018-03-09%20um%2020.24.50.png) |
|--------|------|

### Edit multiple nodes in with one line
From now on you can now use the `edit`command in the same way like the `add` command to edit multiple nodes in a row. 

```
edit ip1;newName1 ip2;newName2 ... ipN;newNameN
```

**Example** 
```
edit 222.222.222.222;vultr1 121.121.212.222;whatever
```

### Remove multiple/all nodes with one command
From now on you can also remove multiple nodes in a row with

```
remove ip1 ip2 ... ipN
```

or just all with 

```
remove all
```

### [Discord only] Fuzzy command matching
Discord users can now use shortened commands. Also if you have small misspellings in your sent commands the bot will match them to the most similar command. I cannot tell you exactly where the boundaries are but you can just play around a bit to figure out your preferred abbreviations :D 

**Examples** 

- To run the `detail` command you can just use `det` now
- To run the `balance` command it even enough to send `b` or `bal` 
- To run the `node` command `no` should do it
- A misspellings like `deail` will be matched to `detail` command
- A misspellings like `blane` will be matched to the `balance` command


## Beer, coffee and further development
If you enjoy the bot and its new features and you are feeling the urge to tip me...go ahead :D 

**SMART** STsDhYJZZrVFCaA5FX2AYWP27noYo3RUjD
**BTC** 1Hx9aPhHuKojtVqeFseUejMqnM87xTKDx1
**ETH** 0xFf2ED74286a5686Bc4F4896761718DE0316884fA
👍  , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authordustinface
permlinkupdate-1-1-smartnodemonitorbot
categorysmartcash
json_metadata{"tags":["smartcash","smartnodes","telegram","discord","masternode"],"image":["https://steemitimages.com/DQmRxFcHbcyLyjrwYGBA6dko9kDzGTKQviMF7Z1MpCR1QVi/smartnodesbot.png","https://steemitimages.com/DQmUbvNVYDFidie8ZdyBoDvw33M1Yf9cbJdKTsjXBSTVv1r/Bildschirmfoto%202018-03-09%20um%2020.26.39.png","https://steemitimages.com/DQmP68P1fVcECCWRi3s8SvJ8GnAhfHAhd8MHnVwMYimFPPR/Bildschirmfoto%202018-03-09%20um%2018.11.59.png","https://steemitimages.com/DQmeDu9DjZfT5NqPTCA5KUe46CBaxB7PvvbFqcsEibzJWHB/Bildschirmfoto%202018-03-09%20um%2020.24.50.png"],"links":["https://steemit.com/smartcash/@dustinface/smartnodemonitorbot","https://github.com/xdustinface/SmartNodeMonitorBot/blob/v1.1/src/smartnodes.py#L604","https://github.com/xdustinface/SmartNodeMonitorBot/blob/v1.1/src/smartnodes.py#L736"],"app":"steemit/0.1","format":"markdown"}
created2018-03-09 19:41:57
last_update2018-03-09 19:41:57
depth0
children19
last_payout2018-03-16 19:41:57
cashout_time1969-12-31 23:59:59
total_payout_value24.350 HBD
curator_payout_value5.306 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,008
author_reputation214,145,121,804
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,386,849
net_rshares8,610,014,284,146
author_curate_reward""
vote details (25)
@bluephoenix ·
$0.09
Thanks for the great work!
👍  ,
properties (23)
authorbluephoenix
permlinkre-dustinface-update-1-1-smartnodemonitorbot-20180309t210901928z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-09 21:09:00
last_update2018-03-09 21:09:00
depth1
children1
last_payout2018-03-16 21:09:00
cashout_time1969-12-31 23:59:59
total_payout_value0.078 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation228,024,398,981
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,398,276
net_rshares26,315,002,454
author_curate_reward""
vote details (2)
@dustinface ·
Thanks man! I will keep up the work ;)
properties (22)
authordustinface
permlinkre-bluephoenix-re-dustinface-update-1-1-smartnodemonitorbot-20180310t125715989z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-10 12:57:15
last_update2018-03-10 12:57:15
depth2
children0
last_payout2018-03-17 12:57: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_length38
author_reputation214,145,121,804
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,514,221
net_rshares0
@controllinghand ·
Love your work!  You make running smartnodes fun!
properties (22)
authorcontrollinghand
permlinkre-dustinface-update-1-1-smartnodemonitorbot-20180309t220208721z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-09 22:02:18
last_update2018-03-09 22:02:18
depth1
children3
last_payout2018-03-16 22:02: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_length49
author_reputation4,485,105,025,792
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,404,830
net_rshares0
@controllinghand ·
@smartbot tip @dustinface 10
properties (22)
authorcontrollinghand
permlinkre-controllinghand-re-dustinface-update-1-1-smartnodemonitorbot-20180310t004612998z
categorysmartcash
json_metadata{"tags":["smartcash"],"users":["smartbot","dustinface"],"app":"steemit/0.1"}
created2018-03-10 00:46:12
last_update2018-03-10 00:46:12
depth2
children1
last_payout2018-03-17 00:46: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_length28
author_reputation4,485,105,025,792
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,422,920
net_rshares0
@smartbot ·
**Σ$$$** Tipped **@dustinface** <code>**Σ10 SMART**</code>! Comment <code>**@smartbot help**</code> to claim. Currently the price of SmartCash in the market is <code>**$0.205 USD**</code> per <code>**SMART**</code>. Current value of the tip is <code>**$2.05 USD**</code>. To find out more about SmartCash, please visit **https://smartcash.cc**.
properties (22)
authorsmartbot
permlinkscashbot-20180310t004636404z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"smartcash/tipbot"}
created2018-03-10 00:46:36
last_update2018-03-10 00:46:36
depth3
children0
last_payout2018-03-17 00:46: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_length344
author_reputation3,721,888,729,782
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,422,973
net_rshares0
@dustinface ·
$0.06
Thanks so much :D Really nice to hear!  And thanks for the tip :)
👍  
properties (23)
authordustinface
permlinkre-controllinghand-re-dustinface-update-1-1-smartnodemonitorbot-20180310t125437045z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-10 12:54:39
last_update2018-03-10 12:54:39
depth2
children0
last_payout2018-03-17 12:54:39
cashout_time1969-12-31 23:59:59
total_payout_value0.046 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation214,145,121,804
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,513,848
net_rshares18,305,068,790
author_curate_reward""
vote details (1)
@flauwy ·
I am just getting into all these cool Smartcash features. So cool to have a bot like this to monitor the nodes. it's incredible how fast SmartCash has developed. the combo with Steem works really well. 

Thanks for your work!
👍  
properties (23)
authorflauwy
permlinkre-dustinface-update-1-1-smartnodemonitorbot-20180310t193539294z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-10 19:36:00
last_update2018-03-10 19:36:00
depth1
children0
last_payout2018-03-17 19:36: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_length225
author_reputation296,259,911,900,510
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,575,626
net_rshares600,412,919
author_curate_reward""
vote details (1)
@floki86 ·
hey admin. How do i get on the discord channel i cant seem to verify my Identity it says i am rated limited. what do i do?
👍  
properties (23)
authorfloki86
permlinkre-dustinface-update-1-1-smartnodemonitorbot-20180310t053110376z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-10 05:31:12
last_update2018-03-10 05:31:12
depth1
children1
last_payout2018-03-17 05:31: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_length122
author_reputation80,664,719
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,456,130
net_rshares613,551,646
author_curate_reward""
vote details (1)
@dustinface ·
$0.46
You are rate limited for the SmartCash discord? Honestly now idea how this can happen lol. Do you try to do SMS verification?!
👍  ,
properties (23)
authordustinface
permlinkre-floki86-re-dustinface-update-1-1-smartnodemonitorbot-20180310t130110525z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-10 13:01:12
last_update2018-03-10 13:01:12
depth2
children0
last_payout2018-03-17 13:01:12
cashout_time1969-12-31 23:59:59
total_payout_value0.344 HBD
curator_payout_value0.112 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length126
author_reputation214,145,121,804
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,514,841
net_rshares135,987,477,993
author_curate_reward""
vote details (2)
@hockleyj ·
@smartbot tip @dustinface 15
properties (22)
authorhockleyj
permlinkre-dustinface-update-1-1-smartnodemonitorbot-20180309t224034481z
categorysmartcash
json_metadata{"tags":["smartcash"],"users":["smartbot","dustinface"],"app":"steemit/0.1"}
created2018-03-09 22:40:33
last_update2018-03-09 22:40:33
depth1
children2
last_payout2018-03-16 22: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_length28
author_reputation199,037,442,072
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,409,268
net_rshares0
@dustinface ·
Thank you man! I really appreciate it :)
properties (22)
authordustinface
permlinkre-hockleyj-re-dustinface-update-1-1-smartnodemonitorbot-20180310t125910240z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-10 12:59:21
last_update2018-03-10 12:59:21
depth2
children0
last_payout2018-03-17 12:59: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_length40
author_reputation214,145,121,804
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,514,558
net_rshares0
@smartbot ·
$0.33
**Σ$$$** Tipped **@dustinface** <code>**Σ15 SMART**</code>! Comment <code>**@smartbot help**</code> to claim. Currently the price of SmartCash in the market is <code>**$0.193 USD**</code> per <code>**SMART**</code>. Current value of the tip is <code>**$2.90 USD**</code>. To find out more about SmartCash, please visit **https://smartcash.cc**.
👍  
properties (23)
authorsmartbot
permlinkscashbot-20180309t224110506z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"smartcash/tipbot"}
created2018-03-09 22:41:12
last_update2018-03-09 22:41:12
depth2
children0
last_payout2018-03-16 22:41:12
cashout_time1969-12-31 23:59:59
total_payout_value0.250 HBD
curator_payout_value0.081 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length344
author_reputation3,721,888,729,782
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,409,345
net_rshares98,286,609,267
author_curate_reward""
vote details (1)
@kishore121 ·
Thanks.... this is very helpful
properties (22)
authorkishore121
permlinkre-dustinface-update-1-1-smartnodemonitorbot-20180309t223802936z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-09 22:38:24
last_update2018-03-09 22:38:24
depth1
children1
last_payout2018-03-16 22:38: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_length31
author_reputation149,392,039
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,409,033
net_rshares0
@dustinface ·
Your welcome man! Good to hear!
properties (22)
authordustinface
permlinkre-kishore121-re-dustinface-update-1-1-smartnodemonitorbot-20180310t125755162z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-10 12:57:54
last_update2018-03-10 12:57:54
depth2
children0
last_payout2018-03-17 12:57: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_length31
author_reputation214,145,121,804
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,514,334
net_rshares0
@new-york ·
Transfer 0.200 SBD or 0.250 steem to @mrbean1 and put the link of your post in the public memo I GIVE you FOLLOW AND 5 UPVOT and resteem by @mrbean1</p>
<p>click <a href="https://steemit.com/support/@mrbean1/44jssn-support-people-in-steemit">here </a>to read more &nbsp;about me <br>
&nbsp;</p>
</html>
properties (22)
authornew-york
permlinkre-dustinface-update-1-1-smartnodemonitorbot-20180309t203135035z
categorysmartcash
json_metadata{"tags":["smartcash"],"users":["mrbean1"],"links":["https://steemit.com/support/@mrbean1/44jssn-support-people-in-steemit"],"app":"steemit/0.1"}
created2018-03-09 20:31:48
last_update2018-03-09 20:31:48
depth1
children0
last_payout2018-03-16 20:31: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_length302
author_reputation250,871,093,794
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,393,595
net_rshares0
@nitego ·
Thanks @dustinface. I use both the telegram and discord bots and they are most dependable monitors. There has been two occasions it told me there was a node reward which I could even see on explorer! the bot was right both times.
👍  
properties (23)
authornitego
permlinkre-dustinface-update-1-1-smartnodemonitorbot-20180309t220240292z
categorysmartcash
json_metadata{"tags":["smartcash"],"users":["dustinface"],"app":"steemit/0.1"}
created2018-03-09 22:02:39
last_update2018-03-09 22:02:39
depth1
children1
last_payout2018-03-16 22:02: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_length229
author_reputation1,111,539,510,872
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,404,871
net_rshares3,338,034,948
author_curate_reward""
vote details (1)
@dustinface ·
Great to hear! Thanks for nice words! Enjoy it! :D
👍  
properties (23)
authordustinface
permlinkre-nitego-re-dustinface-update-1-1-smartnodemonitorbot-20180310t125642878z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-10 12:56:42
last_update2018-03-10 12:56:42
depth2
children0
last_payout2018-03-17 12:56:42
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_length50
author_reputation214,145,121,804
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,514,135
net_rshares5,026,247,434
author_curate_reward""
vote details (1)
@titan33 ·
Very nice! This is what makes Smart Cash a top project, THE COMMUNITY!
👍  
properties (23)
authortitan33
permlinkre-dustinface-update-1-1-smartnodemonitorbot-20180311t172140112z
categorysmartcash
json_metadata{"tags":["smartcash"],"app":"steemit/0.1"}
created2018-03-11 17:21:39
last_update2018-03-11 17:21:39
depth1
children0
last_payout2018-03-18 17:21: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_length70
author_reputation6,266,768,201
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,745,001
net_rshares613,122,478
author_curate_reward""
vote details (1)
@tts ·
To listen to the audio version of this article click on the play image.
[![](https://s18.postimg.org/51o0kpijd/play200x46.png)](http://ec2-52-72-169-104.compute-1.amazonaws.com/dustinface__update-1-1-smartnodemonitorbot.mp3)
Brought to you by [@tts](https://steemit.com/tts/@tts/introduction). If you find it useful please consider upvote this reply.
👍  
properties (23)
authortts
permlinkre-update-1-1-smartnodemonitorbot-20180309t200115
categorysmartcash
json_metadata""
created2018-03-09 20:01:24
last_update2018-03-09 20:01:24
depth1
children0
last_payout2018-03-16 20:01: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_length350
author_reputation-4,535,154,553,995
root_title"[UPDATE 1.1] SmartNodeMonitorBot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,389,569
net_rshares0
author_curate_reward""
vote details (1)