create account

Gridcoin Leisure Update 4.0.2 Released by barton26

View this thread on: hive.blogpeakd.comecency.com
· @barton26 · (edited)
$3.79
Gridcoin Leisure Update 4.0.2 Released
https://steemitimages.com/DQmajWZo7M3uWN5ku1jJsF3RndzTfzZwpYKiTpXQFuVCwxA/GRCHorizontal_Purple%26Purple_Solid.png

The Gridcoin Developers are proud to unveil our latest milestone release, version 4.0.2, codename Camilla.  This release contains a lot of small fixes and optimizations as well as the long awaited side staking and stake splitting functionality!  This is a leisure release, and not required for users.  It is however recommended if you want the latest features and optimizations!

For some of the details about the syncing optimizations, please see [this post](https://steemit.com/gridcoin/@ravonn/a-disappointing-optimization) from core developer @ravonn.  Here is a graphic from that post to show the improvements we should see with Camilla:

![RGgukq5E6HBM2jscGd4Sszpv94XxHH2uqxMY9z21vaqHt4q1mbDR9CGusAqfgqjmwPYTUZTMBkSdC9mzgFNdhytvh8WsWV7booM4XnKx8avUFAbbf9asR7Zmd64Urm4.png](https://cdn.steemitimages.com/DQmSX7PbiLKHmwRNc6KBUxBCJnxuYF3qvx7tt1of5sYgdMc/RGgukq5E6HBM2jscGd4Sszpv94XxHH2uqxMY9z21vaqHt4q1mbDR9CGusAqfgqjmwPYTUZTMBkSdC9mzgFNdhytvh8WsWV7booM4XnKx8avUFAbbf9asR7Zmd64Urm4.png)

Overall users can expect a roughly 10-25% improvement in speeds when syncing the wallet.  As always we continue to look for new ways to decrease sync time and reduce our need for snapshots.

Probably the biggest and most exciting part of this milestone is the addition of Stake Splitting and Side Staking added by @jamescowens.  He describes how to use the feature in his [PR](https://github.com/gridcoin-community/Gridcoin-Research/pull/1265):

>This PR extends the work I have done in PR #1244 and implements the ability to "side stake" or distribute the CBR and research rewards to valid addresses. These addresses may be in the same wallet or any other valid Gridcoin address. The potential uses for sidestaking range from a person insuring that all reward go into the same address (and key) for easier backup and recovery to someone donating CBR and rewards to a charity, or sending it to their grandma! :). This functionality is very similar to Pinkcoin.
>
>The PR adds the following additional conf file parameters...
>
>enablesidestaking=0|1
>sidestake=address,allocation_percentage
>
>You can specify multiple sidetake entries, just like addnode or connect. Note that the total number of ouputs for the coinstake will be limited to 8 in V10, and vout[0] must be empty, so that gives 7 usable outputs. One must always be reserved for the actual coinstake output (return), so that leaves up to 6 usuable outputs for rewards distribution.
>
>Note that the total of all of the percentages can add up to less than 100%, in which cases the leftover reward will be returned back on the coinstake(s).

Also with side staking we have stake splitting, which enables users to optimize their UTXOs automatically when they stake.  Jim describes how it works in [this PR](https://github.com/gridcoin-community/Gridcoin-Research/pull/1244):

>This PR implements three conf file parameters:
>
>minstakesplitvalue
>enablestakesplit
>stakingefficiency
>
>enablestakesplit=1 will enable the automatic splitting of UTXO's in the coinstake transaction (stake outputs). Zero is the default (disabled).
>
>stakingefficiency=xx is an integer that specifies the desired staking efficiency. This is constrained by the code to be between 75% and 98%
>
>minstakesplitvalue=xxx is an integer that specifies the minimum UTXO size desired post split to provide a secondary control on UTXO size. If difficulty drops and a high efficiency is specified, the efficiency alone may split UTXO's into amounts smaller than the user desires. This will prevent that from occurring. If a user specifies less than 800 GRC, then the code uses 800 GRC. Note that the stake splitter uses a 160 block averaging interval for calculating the difficulty to smooth out the difficulty swings.

So to summarize, users can enable side staking in their wallets by adding the line `enablesidestaking=1` to their config files.  To add addresses to side stake to, simply add another line for each side stake entry like so `sidestake=address,percentage`.

To enable stake splitting in your wallet, add the line `enablestakesplit=1` to your config.  This will enable default splitting at 90% efficiency.  To change the efficiency value, simply add another line with `stakingefficiency=xx` where "xx" is a percentage (between 75 and 98). 

Note that there is already development work underway to allow users to define their side staking or splitting preferences from within the wallet.  Currently the functionality is enabled through config flags only.  Note that changing your config will require a wallet restart to use the new settings!

Download the update from GitHub [here](https://github.com/gridcoin-community/Gridcoin-Research/releases/tag/4.0.2.0).

The Windows MSI can be downloaded [here](https://download.gridcoin.us/download/downloadstake/GridcoinResearch.msi). [Checksum](https://download.gridcoin.us/download/downloadstake/GridcoinResearch.msi.sha256).
___

Changelog for the 4.0.2 release:


Added

    Add rainbymagnitude RPC command #1235 (@Foggyx420).
    Add stake splitting and side staking #1265 (@jamescowens).
    Detect and block Windows shutdown so wallet can exit cleanly #1309
    (@jamescowens).
    Add message support to sendfrom and sendtoaddress #1400 (@denravonska).
 
Changed

    Configuration options are now case insensitive #294 (@Foggyx420).
    Update command in beaconstatus help message #1312 (@chrstphrchvz).
    Improve synchronization speeds:
        Refactor superblock pack/unpack #1194 (@denravonska).
        Optimize neuralsecurity calculations #1255 (@denravonska).
        Reduce hash calculations when checking blocks #1206 (@denravonska).
    Make display of private key in beaconstatus OPT-IN only #1275 (@Foggyx420).
    Store Beacon keys in Wallet #1088 (@tomasbrod).
    Use default colors for pie chart #1333 (@chrstphrchvz).
    Show hand cursor when hovering clickable labels #1332 (@chrstphrchvz).
    Update README.md #1337 (@Peppernrino).
    Fix integer overflow with displayed nonce #1297 (@personthingman2).
    Improve application cache performance #1317 (@denravonska).
    Improve reorg speeds #1263 (@denravonska).
    Update Polish translation #1375 (@michalkania).

Fixed

    Remove expired polls from overview page #1250 (@personthingman2).
    Fix plural text on block age #1304 (@scribblemaniac).
    Fix researcher staking issue if your chain head was staked by you,
    #1299 (@denravonska).
    Fix incorrect address to grcpool node #1314 (@wilkart).
    Do not replace underscores by spaces in Qt Poll URLs #1327 (@tomasbrod).
    Fix scraper SSL issues #1330 (@Foggyx420).

Removed

    Remove or merged several RPC commands #1228 (@Foggyx420):
        newburnaddress, removed.
        burn2: Removed.
        cpid: Merged into projects.
        mymagnitude: Merged into magnitude.
        rsa: Removed, use magnitude.
        rsaweight: Removed, use magnitude.
        proveownership: Removed.
        encrypt: Removed.
    Remove obsolete POW fields from RPC responses #1358 (@jamescowens).
    Remove obsolete netsoft fields for slight RAM requirement reduction
    #1336 (@denravonska).
    Remove unused attachment functionality #1345 (@denravonska).

___

Thanks as usual to our developers for this milestone leisure release.  Thanks also to our dedicated testers, who have my gratitude for ensuring a smooth release.
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
πŸ‘Ž  
properties (23)
authorbarton26
permlinkgridcoin-leisure-update-4-0-2-released
categorygridcoin
json_metadata{"tags":["gridcoin","beyondbitcoin","cryptocurrency","update","development"],"users":["ravonn","jamescowens"],"image":["https://steemitimages.com/DQmajWZo7M3uWN5ku1jJsF3RndzTfzZwpYKiTpXQFuVCwxA/GRCHorizontal_Purple%26Purple_Solid.png","https://cdn.steemitimages.com/DQmSX7PbiLKHmwRNc6KBUxBCJnxuYF3qvx7tt1of5sYgdMc/RGgukq5E6HBM2jscGd4Sszpv94XxHH2uqxMY9z21vaqHt4q1mbDR9CGusAqfgqjmwPYTUZTMBkSdC9mzgFNdhytvh8WsWV7booM4XnKx8avUFAbbf9asR7Zmd64Urm4.png"],"links":["https://steemit.com/gridcoin/@ravonn/a-disappointing-optimization","https://github.com/gridcoin-community/Gridcoin-Research/pull/1265","https://github.com/gridcoin-community/Gridcoin-Research/pull/1244","https://github.com/gridcoin-community/Gridcoin-Research/releases/tag/4.0.2.0","https://download.gridcoin.us/download/downloadstake/GridcoinResearch.msi","https://download.gridcoin.us/download/downloadstake/GridcoinResearch.msi.sha256"],"app":"steemit/0.1","format":"markdown"}
created2019-04-03 09:36:42
last_update2019-04-03 14:22:51
depth0
children16
last_payout2019-04-10 09:36:42
cashout_time1969-12-31 23:59:59
total_payout_value2.930 HBD
curator_payout_value0.861 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,461
author_reputation3,089,378,353,442
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,411,202
net_rshares5,402,441,752,942
author_curate_reward""
vote details (43)
@barton26 ·
$0.17
Update: the windows MSI is now available.
πŸ‘  , , , ,
properties (23)
authorbarton26
permlinkre-barton26-gridcoin-leisure-update-4-0-2-released-20190403t142308622z
categorygridcoin
json_metadata{"tags":["gridcoin"],"app":"steemit/0.1"}
created2019-04-03 14:23:09
last_update2019-04-03 14:23:09
depth1
children0
last_payout2019-04-10 14:23:09
cashout_time1969-12-31 23:59:59
total_payout_value0.129 HBD
curator_payout_value0.042 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation3,089,378,353,442
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,422,366
net_rshares240,878,672,950
author_curate_reward""
vote details (5)
@bherttua ·
Any idea when the MacOS image will be available?  I would really like the optimized features.
πŸ‘  
properties (23)
authorbherttua
permlinkre-barton26-gridcoin-leisure-update-4-0-2-released-20190413t194417617z
categorygridcoin
json_metadata{"tags":["gridcoin"],"app":"steemit/0.1"}
created2019-04-13 19:44:18
last_update2019-04-13 19:44:18
depth1
children0
last_payout2019-04-20 19:44: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_length93
author_reputation6,870,177,444
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id83,037,490
net_rshares0
author_curate_reward""
vote details (1)
@javierf ·
Is not published in the site....
properties (22)
authorjavierf
permlinkre-barton26-gridcoin-leisure-update-4-0-2-released-20190404t124010497z
categorygridcoin
json_metadata{"tags":["gridcoin"],"app":"steemit/0.1"}
created2019-04-04 12:40:09
last_update2019-04-04 12:40:09
depth1
children1
last_payout2019-04-11 12:40: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_length32
author_reputation13,329,511,968
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,473,799
net_rshares0
@barton26 ·
$0.03
It is on the site, we are currently waiting for the web PR that adjusts the number in the description to be updated.  Rest assured the download on gridcoin.us is the right one.
πŸ‘  , ,
properties (23)
authorbarton26
permlinkre-javierf-re-barton26-gridcoin-leisure-update-4-0-2-released-20190404t185236970z
categorygridcoin
json_metadata{"tags":["gridcoin"],"app":"steemit/0.1"}
created2019-04-04 18:52:36
last_update2019-04-04 18:52:36
depth2
children0
last_payout2019-04-11 18:52:36
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length176
author_reputation3,089,378,353,442
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,491,621
net_rshares49,121,940,435
author_curate_reward""
vote details (3)
@javierf ·
Does anyone knows whether this release continues being RAM eater?
I understand sync time has been "fixed" but nothing about memory usage is writen...
ThxΒ‘
properties (22)
authorjavierf
permlinkre-barton26-gridcoin-leisure-update-4-0-2-released-20190405t085337385z
categorygridcoin
json_metadata{"tags":["gridcoin"],"app":"steemit/0.1"}
created2019-04-05 08:53:39
last_update2019-04-05 08:53:39
depth1
children4
last_payout2019-04-12 08:53: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_length154
author_reputation13,329,511,968
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,519,633
net_rshares0
@barton26 ·
>Remove obsolete netsoft fields for slight RAM requirement reduction
#1336 (@denravonska).
πŸ‘  
properties (23)
authorbarton26
permlinkre-javierf-re-barton26-gridcoin-leisure-update-4-0-2-released-20190405t092952858z
categorygridcoin
json_metadata{"tags":["gridcoin"],"users":["denravonska"],"app":"steemit/0.1"}
created2019-04-05 09:29:51
last_update2019-04-05 09:29:51
depth2
children2
last_payout2019-04-12 09:29: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_length90
author_reputation3,089,378,353,442
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,520,959
net_rshares947,970,390
author_curate_reward""
vote details (1)
@javierf ·
Well, thats not telling much....
properties (22)
authorjavierf
permlinkre-barton26-re-javierf-re-barton26-gridcoin-leisure-update-4-0-2-released-20190405t103052866z
categorygridcoin
json_metadata{"tags":["gridcoin"],"app":"steemit/0.1"}
created2019-04-05 10:30:54
last_update2019-04-05 10:30:54
depth3
children1
last_payout2019-04-12 10:30: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_length32
author_reputation13,329,511,968
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,523,154
net_rshares0
@ravonn ·
$0.02
It's mostly still a RAM eater. The largest culprit is, as @tomasbrod mentioned earlier, the block index. With Bitcoin it's an index to the files on disk. Blackcoin extended this to also include the mint, money supply, stake modifier, previous stake, stake time and some additional fields. Gridcoin extended it further by including the CPID, magnitude and research/interest subsidy.

It's done in this way to avoid having to read the actual blocks from disk which would be very slow when scanning N months back to verify research claims. There are some ideas to move this type of data to an SQLite database which would both speed up the tally calculations and reduce the RAM requirement. It's just a fairly large task to implement.
πŸ‘  ,
properties (23)
authorravonn
permlinkre-javierf-re-barton26-gridcoin-leisure-update-4-0-2-released-20190405t150014530z
categorygridcoin
json_metadata{"tags":["gridcoin"],"users":["tomasbrod"],"app":"steemit/0.1"}
created2019-04-05 15:00:15
last_update2019-04-05 15:00:15
depth2
children0
last_payout2019-04-12 15:00:15
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length730
author_reputation1,551,172,951,761
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,536,794
net_rshares35,464,528,515
author_curate_reward""
vote details (2)
@shmoogleosukami ·
Wasn't we going to withhold update announcements until all the builds where available to download?

Either way it's a great update, one step closer to the new scraper <3
πŸ‘  ,
properties (23)
authorshmoogleosukami
permlinkre-barton26-gridcoin-leisure-update-4-0-2-released-20190403t131013177z
categorygridcoin
json_metadata{"tags":["gridcoin"],"app":"steemit/0.1"}
created2019-04-03 13:10:15
last_update2019-04-03 13:10:15
depth1
children3
last_payout2019-04-10 13:10: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_length169
author_reputation225,480,676,834,852
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,418,800
net_rshares14,928,509,309
author_curate_reward""
vote details (2)
@jamescowens ·
$0.02
That is really hard to do, because as soon as Master on GitHub is updated, the changelog channel in Discord lets everyone know it is posted, so the "cat is out of the bag" so to speak. You have to update master before you do all of the builds.
πŸ‘  , , ,
properties (23)
authorjamescowens
permlinkre-shmoogleosukami-re-barton26-gridcoin-leisure-update-4-0-2-released-20190403t215753708z
categorygridcoin
json_metadata{"tags":["gridcoin"],"app":"steemit/0.1"}
created2019-04-03 21:57:54
last_update2019-04-03 21:57:54
depth2
children1
last_payout2019-04-10 21:57:54
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length243
author_reputation2,842,775,752,710
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,439,877
net_rshares35,230,501,398
author_curate_reward""
vote details (4)
@jringo · (edited)
Having a feed into a tight-knit platform like discord is different than a public post. I think we really have to nail down the release process, particularly as though we were someone from the outside looking in.

Still, great release!

Edit add: I don't think it's about letting the cat out of the bag, it's more of a image/marketing/ux thing.
πŸ‘  
properties (23)
authorjringo
permlinkre-jamescowens-re-shmoogleosukami-re-barton26-gridcoin-leisure-update-4-0-2-released-20190404t192600040z
categorygridcoin
json_metadata{"tags":["gridcoin"],"app":"steemit/0.1"}
created2019-04-04 19:26:00
last_update2019-04-04 19:29:33
depth3
children0
last_payout2019-04-11 19:26: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_length343
author_reputation29,720,071,239,659
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,492,688
net_rshares14,059,012,143
author_curate_reward""
vote details (1)
@steem-bet ·
&#127873; Dear @shmoogleosukami,<br /><p>SteemBet Seed round SPT sale is about to <strong><a href="https://steem-bet.com/">start in 2 days!</a></strong></p><p>When our started the development of SteemBet Dice game, we couldn’t imagine that our game would go so viral and that SteemBet would become one of the pioneers in this field. </p><p>In order to give back to our beloved community, we’ll distribute <a href="https://steem-bet.com/"><strong>4000 STEEM</strong> to SPT holders immediately</a> after Seed sale. Plus, investors in this earliest round will be given <a href="https://steem-bet.com/"><strong>60% more tokens</strong></a> as reward and overall <a href="https://steem-bet.com/">Return on Investment is estimated at 300%!</a></p><p>Join the whitelist on <strong><a href="https://steem-bet.com/">SteemBet webiste</a></strong> now and start investing! Feel free to ask us anything on <a href="https://discord.gg/tNWJEAD"><strong>Discord https://discord.gg/tNWJEAD</strong></a></p>![spt-sale-2-day.jpg](https://res.cloudinary.com/forgelab-io/image/upload/c_scale,w_400/v1555744963/steembet/spt-sale-2-day.jpg)
properties (22)
authorsteem-bet
permlinkre-shmoogleosukami-re-barton26-gridcoin-leisure-update-4-0-2-released-20190420t221030509z
categorygridcoin
json_metadata{}
created2019-04-20 22:10:30
last_update2019-04-20 22:10:30
depth2
children0
last_payout2019-04-27 22:10: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_length1,119
author_reputation18,461,529,615,904
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id83,465,619
net_rshares0
@steem-ua ·
#### Hi @barton26!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your **UA** account score is currently 2.789 which ranks you at **#13195** across all Steem accounts.
Your rank has not changed in the last three days.

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

* Only a few people are following you, try to convince more people with good work.
* The readers like your work!
* Try to work on user engagement: the more people that interact with you via the comments, the higher your UA score!


**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
πŸ‘  , ,
πŸ‘Ž  
properties (23)
authorsteem-ua
permlinkre-gridcoin-leisure-update-4-0-2-released-20190403t213658z
categorygridcoin
json_metadata"{"app": "beem/0.20.19"}"
created2019-04-03 21:37:00
last_update2019-04-03 21:37:00
depth1
children0
last_payout2019-04-10 21:37: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_length730
author_reputation23,214,230,978,060
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,439,102
net_rshares20,099,226,228
author_curate_reward""
vote details (4)
@steemitboard ·
Congratulations @barton26! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@barton26/votes.png?201904111250</td><td>You made more than 7000 upvotes. Your next target is to reach 8000 upvotes.</td></tr>
</table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@barton26) and compare to others on the [Steem Ranking](http://steemitboard.com/ranking/index.php?name=barton26)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-barton26-20190411t132650000z
categorygridcoin
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-04-11 13:26:48
last_update2019-04-11 13:26:48
depth1
children0
last_payout2019-04-18 13:26: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_length828
author_reputation38,975,615,169,260
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,882,746
net_rshares0
@suhagakand ·
helpful post ...
thank you
πŸ‘  
properties (23)
authorsuhagakand
permlinkre-barton26-gridcoin-leisure-update-4-0-2-released-20190403t101815105z
categorygridcoin
json_metadata{"tags":["gridcoin"],"app":"steemit/0.1"}
created2019-04-03 10:18:21
last_update2019-04-03 10:18:21
depth1
children0
last_payout2019-04-10 10:18: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_length26
author_reputation8,613,494,327
root_title"Gridcoin Leisure Update 4.0.2 Released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,412,752
net_rshares549,982,096
author_curate_reward""
vote details (1)