create account

Steem Developer Update (Graphene 2.0) by steemitblog

View this thread on: hive.blogpeakd.comecency.com
· @steemitblog ·
$852.74
Steem Developer Update (Graphene 2.0)
<center>
https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Graphen.jpg/440px-Graphen.jpg
 Image created by [AlexanderAlUS](https://commons.wikimedia.org/w/index.php?title=User:AlexanderAlUS) under 
[CC By-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
</center>

This update is for those who are interested in what our team is working on behind the scenes and to let the community know what to expect in the next couple of weeks.  We are really excited about what some of these updates mean for Steem and blockchain technology in general.

## Introducing Graphene 2.0 

Graphene is the underlying database technology that powers many different blockchains (Steem, [Bitshares](https://bitshares.org), Golos, etc).  Graphene 1.0 was groundbreaking in its ability to process hundreds of thousands of transactions per second. It is extremely developer friendly and enabled the development of Steem in just a couple of months.  Graphene 2.0 is a significant overhaul on this backend technology that is aimed at helping platforms like steemit.com scale in an secure and economical manner.  

### Adopting Memory Mapped File for Storage

Under Graphene 2.0 all blockchain consensus state will be maintained in a memory mapped file that can be shared among multiple processes.  This means application state is effectively “on disk” and the operating system will handle paging data to/from disk as needed. As the blockchain memory requirements grow this will provide many huge benefits:

1.  Faster load and exit times
2.  Parallel access to the database 
3.  More robust against crashes
4.  Less frequent database corruption  
5.  Instant “snapshotting” of entire state
6.  Serve more RPC requests from the same memory

### Problems with Graphene 1.0 

Graphene is designed to keep all blockchain consensus state *in memory* using what is arguably one of the highest performance in memory data structures ([Boost Multi-index Containers](http://www.boost.org/doc/libs/1_62_0/libs/multi_index/doc/index.html)).  For traditional cryptocurrencies this approach scales very well because the application state (account balances) is relatively small relative to the transactional throughput (balance transfers and trades).  

Steem has a much larger application state than any other cryptocurrency.  This state includes all of the article content, feed lists, and votes.  Additionally, this state is queried by thousands of passive readers who are interested in browsing blockchain explorers like steemit.com.

Steem is currently the second largest blockchain measured by transactions-per-second.  Only Bitcoin is processing more transactions than Steem.  The Steem consensus state is growing faster than any other blockchain because almost every operation adds more state than it consumes (especially for full nodes serving steemit.com).

Currently the Steem nodes that power steemit.com consume over 14 GB of RAM and this number is growing at a rapid rate.  Every time we want to add a new feature it usually means increasing the amount of RAM required.

### Slow Exit and Load Times 

When a full node starts up it must process and *index* many gigabytes of data.  This process currently takes 10s of seconds when there are no problems.  If there are any problems detected loading the saved state, then the entire blockchain must be processed to regenerate the state from the history of transactions.   This blockchain replay process can take over 5 minutes on even the fastest machines.  

When a full node shuts down, it must save all of this data to disk.  This can also take 10s of seconds. If anything goes wrong while saving then the next time the database is loaded will require a full 5+ minute replay of the blockchain.

### Single Threaded Bottleneck limits Connections

Graphene was designed to be single threaded for performance reasons.  The very nature of blockchain technology requires a *deterministic* generation of consensus state which means a *definite sequential order of operations* for everything that impacts *shared state*.  The overhead of multithreaded synchronization is greater than any benefits we might gain.  

In a normal blockchain environment this is perfectly *OK*, but Steem isn’t your normal blockchain.  Our Steem nodes are processing requests from thousands of clients every second. Each of these requests must be proxied to the thread that is allowed to read and write to the database.   To make a long story short, each Steem node is only able to process about 150 simultaneous connections before users start experiencing a degradation in website performance. 

In order to maintain good performance for all users, steemit.com runs many instances of the Steem node and load balances requests among those instances.   Each of these instances requires another 14 GB of RAM (and growing).  

### Software Crashing is Expensive to Recover

Any software bugs that cause an unexpected crash will result in a corrupt application state.  When a node crashes it can take minutes to recover while maxing out a CPU core.  

Any process that is servicing requests from users is at greater risk of software bugs and crashes because these processes change more frequently than the core consensus logic.  

### API versioning 

Anytime we upgrade our API it requires us to run a full node.  Supporting multiple versions of our API in parallel requires significant resources.   Under Graphene 2.0 multiple APIs can share the same shared database and can be started and stopped at will.

### Better Access Control 
It is now possible to serve all of our blockchain database queries from a process that has mapped the database in READ-ONLY mode.  This means the operating system will enforce that no API call can inadvertently corrupt the state of the blockchain consensus database.

### Parallel Network Protocols 

Under the new model we can separate the P2P networking code from the core database code and logic.  This separation will allow us to add multiple networking protocols in parallel while maintaining an operating system enforced firewall between publicly facing network code and the core blockchain validation logic.  

This will allow us to start, stop, and restart the P2P networking infrastructure without having to restart the entire blockchain database.  

## Summary

Graphene 2.0 will involve significant updates to the very core of Steem and will take us a couple of weeks to implement and test.  Because this update is so far-reaching all other new blockchain features will be put on hold until this migration is complete.  There will be an extensive period of testing where old and new versions of Steem will be running side by side to ensure we do not accidentally introduce a consensus changing unexpected hard-fork.  

After the migration to Graphene 2.0 is complete, we will return our attention to Curation Guilds.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 452 others
properties (23)
authorsteemitblog
permlinksteem-developer-update-graphene-2-0
categorysteem
json_metadata{"tags":["steem"],"image":["https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Graphen.jpg/440px-Graphen.jpg"],"links":["https://commons.wikimedia.org/w/index.php?title=User:AlexanderAlUS","https://creativecommons.org/licenses/by-sa/3.0/","https://bitshares.org","http://www.boost.org/doc/libs/1_62_0/libs/multi_index/doc/index.html"]}
created2016-09-28 21:41:18
last_update2016-09-28 21:41:18
depth0
children62
last_payout2016-10-30 01:48:33
cashout_time1969-12-31 23:59:59
total_payout_value835.765 HBD
curator_payout_value16.972 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,873
author_reputation332,472,558,821,177
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id1,389,126
net_rshares141,354,404,974,673
author_curate_reward""
vote details (516)
@beowulfoflegend ·
>After the migration to Graphene 2.0 is complete, we will return our attention to Curation Guilds.

### Curation Guilds 

Curation Guilds
===

o my.
👍  , ,
properties (23)
authorbeowulfoflegend
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160928t230800150z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-28 23:08:03
last_update2016-09-28 23:08:03
depth1
children0
last_payout2016-10-30 01:48: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_length148
author_reputation28,925,780,400,359
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,840
net_rshares38,184,139,595
author_curate_reward""
vote details (3)
@cryptomental ·
$0.03
Will all the tools and libraries developed so far ( @furion's, @xeroc's libs and others) be backward compatible or will need to be rewritten to support 2.0?
👍  , ,
properties (23)
authorcryptomental
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t051714839z
categorysteem
json_metadata{"tags":["steem"],"users":["furion","xeroc"]}
created2016-09-29 05:17:15
last_update2016-09-29 05:17:15
depth1
children2
last_payout2016-10-30 01:48:33
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length156
author_reputation6,756,831,217,523
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,392,042
net_rshares159,525,508,914
author_curate_reward""
vote details (3)
@anduweb ·
Excellent question! I haven't seen anything about backwards compatibility in the post except the part about  API versioning. Will everyone tapping into the current blockchain need to *upgrade* too?
properties (22)
authoranduweb
permlinkre-cryptomental-re-steemitblog-steem-developer-update-graphene-2-0-20160929t054014023z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 05:40:15
last_update2016-09-29 05:40:15
depth2
children1
last_payout2016-10-30 01:48: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_length197
author_reputation11,311,191,021,706
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,392,143
net_rshares0
@xeroc ·
$0.06
To me it seems they basucally changed the way they operate the blockchain as a service and not the blockchain as a consensus database. Unless i am missing something and they forget to add a legacy api, there shouldnt be much of a problem .. except more work for devs
👍  , , ,
properties (23)
authorxeroc
permlinkre-anduweb-re-cryptomental-re-steemitblog-steem-developer-update-graphene-2-0-20160929t060543774z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 06:05:51
last_update2016-09-29 06:05:51
depth3
children0
last_payout2016-10-30 01:48:33
cashout_time1969-12-31 23:59:59
total_payout_value0.056 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length266
author_reputation118,819,064,085,695
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,392,259
net_rshares324,158,744,805
author_curate_reward""
vote details (4)
@dana-edwards ·
Where is the code and what is the long term Roadmap?
properties (22)
authordana-edwards
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t094443314z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 09:44:45
last_update2016-09-29 09:44:45
depth1
children1
last_payout2016-10-30 01:48: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_length52
author_reputation353,623,611,191,427
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,393,282
net_rshares0
@morning ·
Code: https://github.com/steemit/steem
Roadmap...? https://steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination
properties (22)
authormorning
permlinkre-dana-edwards-re-steemitblog-steem-developer-update-graphene-2-0-20161001t132920585z
categorysteem
json_metadata{"tags":["steem"],"links":["https://github.com/steemit/steem"]}
created2016-10-01 13:29:21
last_update2016-10-01 13:29:21
depth2
children0
last_payout2016-10-30 01:48: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_length137
author_reputation120,327,679,023,535
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,413,059
net_rshares0
@ejossev ·
Great! Btw, where can I find Graphene 2.0 code? The one on github has not been updated form months...
properties (22)
authorejossev
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20161014t081929304z
categorysteem
json_metadata{"tags":["steem"]}
created2016-10-14 08:19:30
last_update2016-10-14 08:19:30
depth1
children0
last_payout2016-10-30 01:48: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_length101
author_reputation1,826,729,028
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,530,457
net_rshares0
@eric-boucher ·
Some very powerful technology in there from which we all can gain.  All for one and one for all!   Namaste   :)
👍  
properties (23)
authoreric-boucher
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160928t221528121z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-28 22:15:27
last_update2016-09-28 22:15:27
depth1
children0
last_payout2016-10-30 01:48: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_length111
author_reputation68,503,601,066,539
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,441
net_rshares97,986,163,326
author_curate_reward""
vote details (1)
@faddat ·
$0.02
This is a big deal!  My sole request:

* Integrate Swagger or gRPC to enable the automatic generation of API clients.  Both have support libraries for C/C++.
👍  
properties (23)
authorfaddat
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160928t230844859z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-28 23:08:45
last_update2016-09-28 23:08:45
depth1
children0
last_payout2016-10-30 01:48:33
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation36,581,868,473,026
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,845
net_rshares151,665,310,289
author_curate_reward""
vote details (1)
@full-steem-ahead ·
@dantheman - I have some questions about the impact of this announcement on BitShares. 

 A) what is your guestimate of the effort to upgrade BitShares? (once you complete the upgrade for steem I'm sure your estimate would be more accurate) 

B) Would this require a significant increase in RAM used by BitShares witness nodes for the existing transaction volume?

C) In your opinion should the BitShares community begin looking at upgrading to graphene 2.0 or should it wait until transaction volume dictate the need for it? BitShares has been amazingly stable for months now, so an upgrade of this magnitude has a strong probability of affecting that. 

D) Aside from transaction throughput, are there any other compelling reasons an upgrade of BitShares to graphene 2.0 should be considered, and what degree of urgency would you assign to them?

As I have no doubt you're extremely busy, perhaps you could have Stan report the answers to these questions in this Friday's BBC mumble session.

Thanks for your extraordinary work, you really rock backend architecture!
Steemon!
👍  , , ,
properties (23)
authorfull-steem-ahead
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t030912311z
categorysteem
json_metadata{"tags":["steem"],"users":["dantheman"]}
created2016-09-29 03:09:36
last_update2016-09-29 03:09:36
depth1
children0
last_payout2016-10-30 01:48: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_length1,077
author_reputation30,177,498,572,933
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,391,337
net_rshares75,924,542,501
author_curate_reward""
vote details (4)
@garethnelsonuk ·
Problem with mmap:
What happens when you run out of address space on 32-bit machines? Or is steemd now a 64-bit only thing?
properties (22)
authorgarethnelsonuk
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t025740092z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 02:57:39
last_update2016-09-29 02:57:39
depth1
children3
last_payout2016-10-30 01:48: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_length123
author_reputation9,564,384,386,809
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,391,260
net_rshares0
@faddat ·
Pretty sure it's always been a 64 bit only thing, though I could be mistaken in that.
properties (22)
authorfaddat
permlinkre-garethnelsonuk-re-steemitblog-steem-developer-update-graphene-2-0-20160929t065247755z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 06:52:48
last_update2016-09-29 06:52:48
depth2
children0
last_payout2016-10-30 01:48: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_length85
author_reputation36,581,868,473,026
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,392,489
net_rshares0
@theoretical ·
The Steem blocks themselves -- without any index data -- are well over 3GB already, and will only continue to grow. Since 32-bit machines are limited to 4GB of address space per process, this means any database implementation would be impossible to implement on a 32-bit machine unless it either does (a) or (b):

- (a) Processes the blockchain in a way that throws away most of history
- (b) Keeps its data and indexes outside the memory address space of a single process
properties (22)
authortheoretical
permlinkre-garethnelsonuk-re-steemitblog-steem-developer-update-graphene-2-0-20160929t200457184z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 20:05:06
last_update2016-09-29 20:05:06
depth2
children1
last_payout2016-10-30 01:48: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_length472
author_reputation30,164,760,525,645
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,398,135
net_rshares0
@garethnelsonuk ·
I had no idea the single blocks were so huge!
That pretty much seals the deal as 64-bit only
properties (22)
authorgarethnelsonuk
permlinkre-theoretical-re-garethnelsonuk-re-steemitblog-steem-developer-update-graphene-2-0-20160929t214939940z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 21:49:39
last_update2016-09-29 21:49:39
depth3
children0
last_payout2016-10-30 01:48: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_length92
author_reputation9,564,384,386,809
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,399,104
net_rshares0
@gekko ·
good work and keep it up! 8]
👍  
properties (23)
authorgekko
permlinkre-steemitblog-steem-developer-update-graphene-2-0-2016929t174855101z
categorysteem
json_metadata{"tags":"steem"}
created2016-09-29 15:48:57
last_update2016-09-29 15:48:57
depth1
children0
last_payout2016-10-30 01:48: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_reputation1,185,517,433,922
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,395,590
net_rshares262,142,656
author_curate_reward""
vote details (1)
@jademont ·
$3.37
It seems that this update is specifically for steemit. Not bad, but a little sad for Bitshares. I really want to ask CNX, will they update BTS to Graphene 2.0 too?
👍  , , ,
properties (23)
authorjademont
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t170519347z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 17:05:15
last_update2016-09-29 17:05:15
depth1
children0
last_payout2016-10-30 01:48:33
cashout_time1969-12-31 23:59:59
total_payout_value2.762 HBD
curator_payout_value0.611 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length163
author_reputation75,317,924,269,597
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,396,467
net_rshares7,226,529,099,147
author_curate_reward""
vote details (4)
@james-show · (edited)
Out of left field I want to ask: will grephene 2.0 make also fundamental changes /innovations to the blockchain ...particularly like the one  that @stellabelle wishes for - aka accounts requiring permission of/by other (not otherwise related) accounts before an account transacts/signs a transaction. [not a small task, but a task required if one wants to effectively **block** other accounts from contacting/recieving text/payments from it]
👍  
properties (23)
authorjames-show
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160928t225908976z
categorysteem
json_metadata{"tags":["steem"],"users":["stellabelle"]}
created2016-09-28 22:59:15
last_update2016-09-28 23:02:21
depth1
children0
last_payout2016-10-30 01:48: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_length441
author_reputation5,698,866,469,447
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,780
net_rshares20,707,663,734
author_curate_reward""
vote details (1)
@jtstreetman ·
Graphene ... 
"It is the thinnest compound known to man at one atom thick, the lightest material known (with 1 square meter coming in at around 0.77 milligrams), the strongest compound discovered (between 100-300 times stronger than steel and with a tensile stiffness of 150,000,000 psi), the best conductor of heat at room temperature (at (4.84±0.44) × 10^3 to (5.30±0.48) × 10^3 W·m−1·K−1) and also the best conductor of electricity known (studies have shown electron mobility at values of more than 15,000 cm2·V−1·s−1). Other notable properties of graphene are its unique levels of light absorption at πα ≈ 2.3% of white light, and its potential suitability for use in spin transport."

So ... Graphene 2.0 is WHAT ?   wtf ?, lmao
@pfunk just playing around ...
Great post, thanks for the info .. "Excellent Tech" imho !

__*"Read More, Reason More"  ...  JTS*__
properties (22)
authorjtstreetman
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t011923458z
categorysteem
json_metadata{"tags":["steem"],"users":["pfunk"]}
created2016-09-29 01:19:30
last_update2016-09-29 01:19:30
depth1
children0
last_payout2016-10-30 01:48: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_length865
author_reputation1,118,889,631,950
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,390,633
net_rshares0
@kenny-crane ·
When building a software platform, it is very important to have the core functionality working reliably and with enough capacity to handle expected traffic.

It is the same as building a building; the foundation has to be strong enough to support the rest of the structure.

I think it is smart to put the time and effort into this Graphene upgrade at this point in the development of the steemit platform.  We are all anxious to see shiny new features but we really should be happy to let the devs get the foundation strongly constructed before building the mansion on top of it that we all want to live in.
properties (22)
authorkenny-crane
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160928t230817792z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-28 23:08:12
last_update2016-09-28 23:08:12
depth1
children0
last_payout2016-10-30 01:48: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_length608
author_reputation232,317,084,615,053
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,841
net_rshares0
@klye ·
I know my comment will likely get buried but is their any way you guys can toss a link to this new graphene 2 source code(if it's available of course).

I'm fascinated by the sheer intricacy and complexity of graphene compared to old crypto 1.0 offerings. 

Keep up the good work guys. We're truly onto something that will change the world for the better I feel. <3
👍  ,
properties (23)
authorklye
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t015208405z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 01:51:15
last_update2016-09-29 01:51:15
depth1
children1
last_payout2016-10-30 01:48: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_length365
author_reputation412,341,527,771,769
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,390,832
net_rshares3,796,519,983
author_curate_reward""
vote details (2)
@peterz ·
That seems like it: https://github.com/cryptonomex/graphene
properties (22)
authorpeterz
permlinkre-klye-re-steemitblog-steem-developer-update-graphene-2-0-20160929t141014376z
categorysteem
json_metadata{"tags":["steem"],"links":["https://github.com/cryptonomex/graphene"]}
created2016-09-29 14:10:15
last_update2016-09-29 14:10:15
depth2
children0
last_payout2016-10-30 01:48: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_length59
author_reputation2,142,149,251,082
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,394,712
net_rshares0
@linkback-bot-v0 ·
This post has been linked to from another place on Steem.


  - [Advanced Steem Metrics Report for 28th September 2016](https://steemit.com/stats/@ontofractal/advanced-steem-metrics-report-for-28th-september-2016) by @ontofractal


Learn more about [**linkback bot v0.4**](https://steemit.com/steem/@ontofractal/steem-linkback-bot-v0-4-released). Upvote if you want the bot to continue posting linkbacks for your posts. Flag if otherwise.

Built by @ontofractal
properties (22)
authorlinkback-bot-v0
permlinkre-steemitblog-steem-developer-update-graphene-2-0-linkbacks
categorysteem
json_metadata{}
created2016-09-29 15:38:09
last_update2016-09-29 15:38:09
depth1
children0
last_payout2016-10-30 01:48: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_length462
author_reputation1,915,954,976,722
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,395,503
net_rshares0
@lukestokes ·
Excellent! Is there anything we can do as a community to help test? Also curious of your thoughts about posts like this earning rewards. I'd like it to be voted up for visibility, but paying steemitblog from the reward pool seems odd given how much steem the organization behind steemit currently has.
👍  , , ,
properties (23)
authorlukestokes
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160928t222958909z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-28 22:30:00
last_update2016-09-28 22:30:00
depth1
children6
last_payout2016-10-30 01:48: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_length301
author_reputation554,601,966,217,919
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,574
net_rshares100,158,436,015
author_curate_reward""
vote details (4)
@noisy ·
$0.09
IMO they totally deserve that ;)

> Also curious of your thoughts about posts like this earning rewards.

It would be great feature to be able to redirect steem rewards from posts with one input box during publication. Then... it would be possible to donate everything to @null .
👍  ,
properties (23)
authornoisy
permlinkre-lukestokes-re-steemitblog-steem-developer-update-graphene-2-0-20160928t230455272z
categorysteem
json_metadata{"tags":["steem"],"users":["null"]}
created2016-09-28 23:04:54
last_update2016-09-28 23:04:54
depth2
children3
last_payout2016-10-30 01:48:33
cashout_time1969-12-31 23:59:59
total_payout_value0.066 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length279
author_reputation59,974,373,499,600
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,821
net_rshares476,484,802,079
author_curate_reward""
vote details (2)
@lukestokes ·
I thought the last fork release had a mechanism to have non-paying posts? That would be better than decreasing the reward pool for everyone else and distributing to null, IMO.

I agree, those developing this should be hansomely rewarded, but there's just so much criticism out there already that forgoing more payouts would go a long way from a PR perspective. They gain so much new STEEM via share dilution protection due to their massive VEST holdings that they have plenty to last them a very long time. If they don't distribute it well, they will be stuck holding a super majority of something with far kess value than it could have had. Just my opinion.
properties (22)
authorlukestokes
permlinkre-noisy-re-lukestokes-re-steemitblog-steem-developer-update-graphene-2-0-20160929t001951358z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 00:19:54
last_update2016-09-29 00:19:54
depth3
children2
last_payout2016-10-30 01:48: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_length658
author_reputation554,601,966,217,919
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,390,223
net_rshares0
@peterz ·
Maybe vote with reduced power? A post with 400+ votes will still be visible regardless of payout I believe
properties (22)
authorpeterz
permlinkre-lukestokes-re-steemitblog-steem-developer-update-graphene-2-0-20160929t140234408z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 14:02:33
last_update2016-09-29 14:02:33
depth2
children1
last_payout2016-10-30 01:48: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_length106
author_reputation2,142,149,251,082
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,394,646
net_rshares0
@lukestokes ·
I don't think votes count alone matters. The strength of the vote in terms of VESTS is what's important, as far as I know.
properties (22)
authorlukestokes
permlinkre-peterz-re-lukestokes-re-steemitblog-steem-developer-update-graphene-2-0-20160929t144447896z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 14:44:48
last_update2016-09-29 14:44:48
depth3
children0
last_payout2016-10-30 01:48: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_length122
author_reputation554,601,966,217,919
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,395,035
net_rshares0
@mattclarke ·
$0.75
https://4.bp.blogspot.com/-qNRwBG3ZHa4/VJc43GGkY-I/AAAAAAAAG9Y/FsffI8Kew8k/s1600/stony%2B1.gif
👍  , , , , , , , , , ,
properties (23)
authormattclarke
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160928t222514338z
categorysteem
json_metadata{"tags":["steem"],"image":["https://4.bp.blogspot.com/-qNRwBG3ZHa4/VJc43GGkY-I/AAAAAAAAG9Y/FsffI8Kew8k/s1600/stony%2B1.gif"]}
created2016-09-28 22:25:15
last_update2016-09-28 22:25:15
depth1
children1
last_payout2016-10-30 01:48:33
cashout_time1969-12-31 23:59:59
total_payout_value0.563 HBD
curator_payout_value0.184 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation127,182,328,410,931
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,531
net_rshares2,689,608,439,311
author_curate_reward""
vote details (11)
@funnyman ·
LOL!!
👍  ,
properties (23)
authorfunnyman
permlinkre-mattclarke-re-steemitblog-steem-developer-update-graphene-2-0-20160929t043533959z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 04:35:33
last_update2016-09-29 04:35:33
depth2
children0
last_payout2016-10-30 01:48: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_length5
author_reputation131,083,784,663,281
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,391,847
net_rshares44,212,273,366
author_curate_reward""
vote details (2)
@minion ·
$0.15
Oh boy, I wasn't expecting this at all, just...amazing!
https://img1.steemit.com/0x0/http://i.imgur.com/nUvihD9.gif
👍  , , , , , , ,
properties (23)
authorminion
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160928t215414684z
categorysteem
json_metadata{"tags":["steem"],"image":["https://img1.steemit.com/0x0/http://i.imgur.com/nUvihD9.gif"]}
created2016-09-28 21:54:03
last_update2016-09-28 21:54:03
depth1
children1
last_payout2016-10-30 01:48:33
cashout_time1969-12-31 23:59:59
total_payout_value0.118 HBD
curator_payout_value0.035 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation3,133,996,004,573
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,251
net_rshares782,360,760,400
author_curate_reward""
vote details (8)
@eric-boucher ·
Loving your GIF by the way!   ;) the image is from one of my very favorite movies of all time...  Namaste   :)
👍  ,
properties (23)
authoreric-boucher
permlinkre-minion-re-steemitblog-steem-developer-update-graphene-2-0-20160928t221632991z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-28 22:16:33
last_update2016-09-28 22:16:33
depth2
children0
last_payout2016-10-30 01:48: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_length110
author_reputation68,503,601,066,539
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,453
net_rshares103,021,584,844
author_curate_reward""
vote details (2)
@naifaz ·
Very awesome!
👍  
properties (23)
authornaifaz
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160928t215618797z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-28 21:56:21
last_update2016-09-28 21:56:21
depth1
children1
last_payout2016-10-30 01:48: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_length13
author_reputation399,058,370,491
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,274
net_rshares222,075,413
author_curate_reward""
vote details (1)
@runridefly ·
@naifaz, where you been?  I miss you coming around.
properties (22)
authorrunridefly
permlinkre-naifaz-re-steemitblog-steem-developer-update-graphene-2-0-20160929t012239089z
categorysteem
json_metadata{"tags":["steem"],"users":["naifaz"]}
created2016-09-29 01:22:48
last_update2016-09-29 01:22:48
depth2
children0
last_payout2016-10-30 01:48: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_length51
author_reputation511,209,390,953,204
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,390,655
net_rshares0
@noisy ·
$0.13
Few questions:

1. @ned mentioned on steemspeak, that steemit team is using/is going to use [Scrum](https://en.wikipedia.org/wiki/Scrum_(software_development)). Are you going to use new feature of github - scrumboards which in github are now called [projects](https://github.com/blog/2256-a-whole-new-github-universe-announcing-new-tools-forums-and-features). I already noticed test board created: https://github.com/steemit/steemit.com/projects/1

2. What is ETA for migration to Graphene 2.0, how you are going to split this huge task to smaller stories?

3. 
> Currently the Steem nodes that power steemit.com consume over 14 GB of RAM and this number is growing at a rapid rate.

 I heard that 2nd voting period (30 days) is not longer because of memory. I guess that with _Memory Mapped File_ size of those data should not be so big problem...  so is it possible that third voting period (like.. 1 year) will be introduced?
👍  , , , , , ,
properties (23)
authornoisy
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160928t225942082z
categorysteem
json_metadata{"tags":["steem"],"users":["ned"],"links":["https://en.wikipedia.org/wiki/Scrum_(software_development)","https://github.com/blog/2256-a-whole-new-github-universe-announcing-new-tools-forums-and-features","https://github.com/steemit/steemit.com/projects/1"]}
created2016-09-28 22:59:42
last_update2016-09-28 22:59:42
depth1
children3
last_payout2016-10-30 01:48:33
cashout_time1969-12-31 23:59:59
total_payout_value0.113 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length928
author_reputation59,974,373,499,600
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,785
net_rshares693,470,799,854
author_curate_reward""
vote details (7)
@ekitcho ·
the 30days issue will solve definitly many problems i see like in @pharesim project pevo, and other content ...
👍  
properties (23)
authorekitcho
permlinkre-noisy-re-steemitblog-steem-developer-update-graphene-2-0-20160929t062402274z
categorysteem
json_metadata{"tags":["steem"],"users":["pharesim"]}
created2016-09-29 06:24:03
last_update2016-09-29 06:24:03
depth2
children1
last_payout2016-10-30 01:48: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_length111
author_reputation9,913,026,260,616
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,392,337
net_rshares51,814,801,275
author_curate_reward""
vote details (1)
@noisy ·
funny... yesterday I read whitepaper of his project ;) It's a small world :)
properties (22)
authornoisy
permlinkre-ekitcho-re-noisy-re-steemitblog-steem-developer-update-graphene-2-0-20160929t063109303z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 06:31:09
last_update2016-09-29 06:31:09
depth3
children0
last_payout2016-10-30 01:48: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_length76
author_reputation59,974,373,499,600
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,392,371
net_rshares0
@quinneaker ·
I feel its very important for the real quality of steemit posts to flourish that there needs to be a long term incentive for continual value of posts. 
ITs important to design incentive for people to uproot "old" content and still have the author get compensated for that. This will inspire much more in depth content and bigger scope projects of development and discourage the quick post to keep active and get more quick votes.
👍  , , ,
properties (23)
authorquinneaker
permlinkre-noisy-re-steemitblog-steem-developer-update-graphene-2-0-20160929t102235373z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 10:22:36
last_update2016-09-29 10:22:36
depth2
children0
last_payout2016-10-30 01:48: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_length429
author_reputation326,681,856,591,722
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,393,440
net_rshares69,084,374,433
author_curate_reward""
vote details (4)
@oaldamster · (edited)
Open, transparant with a healthy self reflection, where and how to improve something that is allready good.  Steem On Graphene 2.0 will get even better.

Looking forward to the results, happy coding!
properties (22)
authoroaldamster
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t075235423z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 07:52:36
last_update2016-09-29 07:53:39
depth1
children0
last_payout2016-10-30 01:48: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_length199
author_reputation114,576,445,738,151
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,392,749
net_rshares0
@patrickm ·
Good Article.

Can anyone help me find a list of cryptocurrencies that use Graphene?
properties (22)
authorpatrickm
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20170610t202238492z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-06-10 20:22:36
last_update2017-06-10 20:22:36
depth1
children0
last_payout2017-06-17 20:22: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_length84
author_reputation6,924,743,412,029
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,551,584
net_rshares0
@publicworker ·
Has any one knows what 'snapshotting' means? state snapshotting? 
What it means?
properties (22)
authorpublicworker
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20161019t060131470z
categorysteem
json_metadata{"tags":["steem"]}
created2016-10-19 06:01:33
last_update2016-10-19 06:01:33
depth1
children0
last_payout2016-10-30 01:48: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_length80
author_reputation6,647,747,832,410
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,570,810
net_rshares0
@scaredycatguide · (edited)
The best part of this post (outside of the awesome new updated) is the statement - "There will be an extensive period of testing where old and new versions of Steem will be running side by side"

That is absolutely the right move.  We run parallels in database management realm whenever we create a new dimension in order to ensure everything ticks and ties.
👍  
properties (23)
authorscaredycatguide
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160928t222133369z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-28 22:22:18
last_update2016-09-28 22:22:36
depth1
children0
last_payout2016-10-30 01:48: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_length358
author_reputation980,080,115,519,123
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,508
net_rshares3,727,694,780
author_curate_reward""
vote details (1)
@steemit-de · (edited)
Translated into German https://steemit.com/steem/@steemit-de/steem-developer-update-graphene-2-0-deutsche-version-deutsch
properties (22)
authorsteemit-de
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20161002t120052965z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steem/@steemit-de/steem-developer-update-graphene-2-0-deutsche-version-deutsch"]}
created2016-10-02 12:00:54
last_update2016-10-02 12:01:42
depth1
children0
last_payout2016-10-30 01:48: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_length121
author_reputation405,521,646,617
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,421,284
net_rshares0
@stellabelle · (edited)
"Steem is currently the second largest blockchain measured by transactions-per-second. Only Bitcoin is processing more transactions than Steem." This looks like a title for new article.............
http://i.giphy.com/2zOkrh1pdreBW.gif
👍  ,
properties (23)
authorstellabelle
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t020256937z
categorysteem
json_metadata{"tags":["steem"],"image":["http://i.giphy.com/2zOkrh1pdreBW.gif"]}
created2016-09-29 02:02:57
last_update2016-09-29 02:03:27
depth1
children0
last_payout2016-10-30 01:48: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_length234
author_reputation516,061,669,130,124
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,390,902
net_rshares63,001,418,964
author_curate_reward""
vote details (2)
@thegoodvybe ·
http://prietenas.ro/wp-content/uploads/2013/01/freza-like_poze_haioase_prietenas.ro_1.jpg
Excellent!!!!!!!
properties (22)
authorthegoodvybe
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t105739810z
categorysteem
json_metadata{"tags":["steem"],"image":["http://prietenas.ro/wp-content/uploads/2013/01/freza-like_poze_haioase_prietenas.ro_1.jpg"]}
created2016-09-29 10:57:30
last_update2016-09-29 10:57:30
depth1
children3
last_payout2016-10-30 01:48: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_length106
author_reputation790,193,078,749
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,393,581
net_rshares0
@anduweb ·
prietenas.ro ahahhahaha. RO?
properties (22)
authoranduweb
permlinkre-thegoodvybe-re-steemitblog-steem-developer-update-graphene-2-0-20160929t111838813z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 11:18:39
last_update2016-09-29 11:18:39
depth2
children2
last_payout2016-10-30 01:48: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_reputation11,311,191,021,706
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,393,666
net_rshares0
@thegoodvybe ·
Da...:)))
👍  
properties (23)
authorthegoodvybe
permlinkre-anduweb-re-thegoodvybe-re-steemitblog-steem-developer-update-graphene-2-0-20160929t111957573z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 11:19:48
last_update2016-09-29 11:19:48
depth3
children1
last_payout2016-10-30 01:48: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_length9
author_reputation790,193,078,749
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,393,673
net_rshares19,694,926,573
author_curate_reward""
vote details (1)
@tosch ·
I am wondering, why did they build Steem on Graphene 1.0 in the first place?
Graphene 2.0 launched way before steem, the steem developer are involved into Graphene development.
Any reason that it went with the 1.0 version instead of 2.0 from the beginning?
properties (22)
authortosch
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t092245820z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 09:22:48
last_update2016-09-29 09:22:48
depth1
children1
last_payout2016-10-30 01:48: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_length256
author_reputation3,148,075,991,236
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,393,166
net_rshares0
@hr1 ·
I think you  have mistaken Bitshares 2.0 for Graphene 2.0. Bitshares 2.0 is running on Graphene 1.0. This post was about making a newer version of it.
👍  
properties (23)
authorhr1
permlinkre-tosch-re-steemitblog-steem-developer-update-graphene-2-0-20160929t152248135z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 15:22:48
last_update2016-09-29 15:22:48
depth2
children0
last_payout2016-10-30 01:48: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_length150
author_reputation7,226,856,136,834
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,395,379
net_rshares50,365,777,914
author_curate_reward""
vote details (1)
@traducciones ·
$0.02
Hi @steemitblog, may I translate this article into Spanish? The idea and guidelines would follow this:

[TRANSLATE ANY OF STELLABELLE'S POSTS & KEEP ALL REWARDS: Translation Opportunities For Foriegn Language](https://steemit.com/translation/@stellabelle/translate-any-of-stellabelle-s-posts-and-keep-all-rewards-translation-opportunities-for-foriegn-language)

[TRANSLATION OPPORTUNITY ON STEEMIT – Building Our Community and Reaching Out to Others While Earning STEEM](https://steemit.com/opportunity/@papa-pepper/translation-opportunity-on-steemit-building-our-community-and-reaching-out-to-others-while-earning-steem)

Thanks!
👍  
properties (23)
authortraducciones
permlinkre-steemitblog-steem-developer-update-graphene-2-0-20160929t002315733z
categorysteem
json_metadata{"tags":["steem"],"users":["steemitblog"],"links":["https://steemit.com/translation/@stellabelle/translate-any-of-stellabelle-s-posts-and-keep-all-rewards-translation-opportunities-for-foriegn-language","https://steemit.com/opportunity/@papa-pepper/translation-opportunity-on-steemit-building-our-community-and-reaching-out-to-others-while-earning-steem"]}
created2016-09-29 00:23:15
last_update2016-09-29 00:23:15
depth1
children9
last_payout2016-10-30 01:48:33
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length630
author_reputation7,248,845,120,567
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,390,241
net_rshares139,933,447,612
author_curate_reward""
vote details (1)
@dantheman ·
properties (23)
authordantheman
permlinkre-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160929t125839811z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 12:58:39
last_update2016-09-29 12:58:39
depth2
children4
last_payout2016-10-30 01:48: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_length10
author_reputation240,292,002,602,347
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,394,241
net_rshares59,616,495,037
author_curate_reward""
vote details (5)
@papa-pepper ·
Thank you for allowing us to continue the progress of steemit with this translation effort.

I think that there is a way for this to be a huge benefit to the community and am working on a development post for it right now, which I'll put up later.

Thanks again!
👍  
properties (23)
authorpapa-pepper
permlinkre-dantheman-re-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160929t153443124z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 15:34:51
last_update2016-09-29 15:34:51
depth3
children0
last_payout2016-10-30 01:48: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_length262
author_reputation1,951,223,832,091,597
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,395,481
net_rshares54,989,066
author_curate_reward""
vote details (1)
@papa-pepper ·
[Here is a post about how stellabelle and I are moving forward to break through the language barrier and invest in the international steemit community long-term](https://steemit.com/translation/@papa-pepper/operation-translation-now-under-construction-what-it-is-and-how-you-can-help)

May I ask what your thoughts are on the matter?
properties (22)
authorpapa-pepper
permlinkre-dantheman-re-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160930t002954310z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/translation/@papa-pepper/operation-translation-now-under-construction-what-it-is-and-how-you-can-help"]}
created2016-09-30 00:29:57
last_update2016-09-30 00:29:57
depth3
children0
last_payout2016-10-30 01:48: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_length333
author_reputation1,951,223,832,091,597
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,400,256
net_rshares0
@traducciones ·
Thank you @dantheman!
properties (22)
authortraducciones
permlinkre-dantheman-re-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160929t141719056z
categorysteem
json_metadata{"tags":["steem"],"users":["dantheman"]}
created2016-09-29 14:17:21
last_update2016-09-29 14:17:21
depth3
children1
last_payout2016-10-30 01:48: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_length21
author_reputation7,248,845,120,567
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,394,781
net_rshares0
@stellabelle ·
Although I don't have the answer for you, my guess is that they would be happy if you translated it to Spanish, as that would mean more people could understand it. This account is run by the founders of Steemit Inc.
properties (22)
authorstellabelle
permlinkre-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160929t020114832z
categorysteem
json_metadata{"tags":["steem"]}
created2016-09-29 02:01:15
last_update2016-09-29 02:01:15
depth2
children3
last_payout2016-10-30 01:48: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_length215
author_reputation516,061,669,130,124
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,390,891
net_rshares0
@traducciones ·
Thanks @stellabelle. I would prefer if @dantheman @ned or @steemitblog could provide an explicit authorization because I risk being flagged by other spanish speaking steemians if I don't count with an authorization. 

I'll be patient and await for an answer, also each new post from @ned or @dantheman is an opportunity to try an ask again :o)
properties (22)
authortraducciones
permlinkre-stellabelle-re-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160929t021129297z
categorysteem
json_metadata{"tags":["steem"],"users":["stellabelle","dantheman","ned","steemitblog"]}
created2016-09-29 02:11:30
last_update2016-09-29 02:11:30
depth3
children2
last_payout2016-10-30 01:48: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_length343
author_reputation7,248,845,120,567
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,390,964
net_rshares0
@tyler-fletcher ·
Tons of great info, thanks!
properties (22)
authortyler-fletcher
permlinkre-steemitblog-steem-developer-update-graphene-2-0-2016928t18814341z
categorysteem
json_metadata{"tags":"steem"}
created2016-09-28 22:08:24
last_update2016-09-28 22:08:24
depth1
children0
last_payout2016-10-30 01:48: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_length27
author_reputation1,975,656,119,538
root_title"Steem Developer Update (Graphene 2.0)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,389,391
net_rshares0