<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.
author | steemitblog |
---|---|
permlink | steem-developer-update-graphene-2-0 |
category | steem |
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"]} |
created | 2016-09-28 21:41:18 |
last_update | 2016-09-28 21:41:18 |
depth | 0 |
children | 62 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 835.765 HBD |
curator_payout_value | 16.972 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,873 |
author_reputation | 332,472,558,821,177 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 1,389,126 |
net_rshares | 141,354,404,974,673 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dantheman | 0 | 27,560,494,821,501 | 100% | ||
nextgen11 | 0 | 1,104,593,226 | 30% | ||
nextgen10 | 0 | 1,214,977,665 | 30% | ||
nextgen1 | 0 | 1,308,422,412 | 30% | ||
barrie | 0 | 458,889,134,903 | 100% | ||
steempty | 0 | 7,574,891,814,051 | 100% | ||
anonymous | 0 | 291,091,796,954 | 100% | ||
berniesanders | 0 | 24,559,596,983,376 | 100% | ||
microsoft | 0 | 626,489,131,173 | 100% | ||
neogen1 | 0 | 654,479,057,109 | 100% | ||
jamesc | 0 | 0 | 0% | ||
hermes | 0 | 689,724,118,983 | 100% | ||
hermes-miner | 0 | 833,679,019,177 | 100% | ||
galaxy | 0 | 1,613,467,545,551 | 100% | ||
klm | 0 | 1,616,064,699,121 | 100% | ||
thorium1 | 0 | 475,220,956,575 | 100% | ||
thorium2 | 0 | 416,228,564,518 | 100% | ||
datasecuritynode | 0 | 5,300,155,989,021 | 100% | ||
bunkermining | 0 | 493,180,654,465 | 100% | ||
riverhead | 0 | 2,535,343,415,004 | 100% | ||
badassmother | 0 | 2,681,016,303,426 | 100% | ||
bitshares.org | 0 | 212,489,749,148 | 100% | ||
samupaha | 0 | 134,509,098,939 | 5% | ||
blockchainbunker | 0 | 140,576,563,400 | 100% | ||
blocktech | 0 | 50,574,329,488 | 100% | ||
neominer2016 | 0 | 13,257,175,320 | 100% | ||
abderus | 0 | 210,725,913,047 | 100% | ||
olympus-steemy | 0 | 9,154,206,120 | 100% | ||
hephaestus | 0 | 233,068,946,233 | 100% | ||
aquarius.com | 0 | 117,165,538,767 | 100% | ||
minosman | 0 | 51,088,559,230 | 100% | ||
aphrodite | 0 | 145,998,889,032 | 100% | ||
hotels.com | 0 | 17,790,935,281 | 100% | ||
aries.com | 0 | 14,688,973,500 | 100% | ||
rabbitminer | 0 | 84,650,795,645 | 100% | ||
insurance.com | 0 | 23,896,891,482 | 100% | ||
fund.com | 0 | 104,892,852,693 | 100% | ||
sandra | 0 | 116,127,583,691 | 100% | ||
kushed | 0 | 5,288,817,974,955 | 100% | ||
heracles | 0 | 14,087,575,046 | 100% | ||
ihashfury | 0 | 1,230,596,174,244 | 100% | ||
bunkerchainlabs | 0 | 20,851,785,974 | 100% | ||
rossco99 | 0 | 1,393,342,229,536 | 100% | ||
liondani | 0 | 1,015,564,213,409 | 100% | ||
steemit200 | 0 | 6,009,550,953,377 | 100% | ||
boy | 0 | 9,349,806,974 | 100% | ||
xeroc | 0 | 2,034,093,253,555 | 100% | ||
bue-witness | 0 | 11,358,812,451 | 100% | ||
bunny | 0 | 2,017,112,426 | 100% | ||
complexring | 0 | 5,595,978,974,774 | 100% | ||
bue | 0 | 169,565,901,187 | 100% | ||
tigerminer | 0 | 1,689,175,757 | 100% | ||
mini | 0 | 5,008,758,199 | 100% | ||
moon | 0 | 642,633,447 | 100% | ||
lovejoy | 0 | 250,701,148,558 | 100% | ||
aizensou | 0 | 132,099,081,498 | 100% | ||
au1nethyb1 | 0 | 4,248,768,632,839 | 100% | ||
jason | 0 | 61,437,578,141 | 100% | ||
by24seven | 0 | 11,003,923,460 | 100% | ||
recursive3 | 0 | 465,554,093,063 | 100% | ||
recursive | 0 | 3,273,097,332,843 | 100% | ||
mineralwasser | 0 | 1,211,769,876 | 100% | ||
boombastic | 0 | 655,052,479,120 | 100% | ||
mrs.agsexplorer | 0 | 88,963,008,999 | 100% | ||
signalandnoise | 0 | 149,302,769,500 | 100% | ||
bingo-0 | 0 | 6,394,515,357 | 100% | ||
bingo-1 | 0 | 1,574,636,483 | 100% | ||
benjojo | 0 | 1,022,012,459,800 | 100% | ||
steempower | 0 | 1,296,638,243,284 | 100% | ||
boatymcboatface | 0 | 780,209,202,630 | 100% | ||
pfunk | 0 | 16,806,642,680 | 1% | ||
pairmike | 0 | 170,597,436,543 | 100% | ||
cass | 0 | 1,210,840,722,672 | 100% | ||
pheonike | 0 | 244,374,179,383 | 100% | ||
proctologic | 0 | 42,710,717,166 | 100% | ||
healthcare | 0 | 1,880,551,175 | 100% | ||
daniel.pan | 0 | 2,946,790,256 | 100% | ||
donkeypong | 0 | 55,669,568,115 | 1% | ||
peerplays | 0 | 197,948,910,209 | 100% | ||
woo7739 | 0 | 379,969,115,242 | 100% | ||
steemrollin | 0 | 840,875,182,869 | 100% | ||
full-steem-ahead | 0 | 52,608,047,548 | 100% | ||
apollo | 0 | 17,514,670,373 | 100% | ||
athena | 0 | 11,303,506,066 | 100% | ||
muses | 0 | 1,823,508,928 | 100% | ||
perseus | 0 | 296,069,817 | 100% | ||
cryptoprometheus | 0 | 15,435,903,554 | 100% | ||
fractalnode | 0 | 659,378,797 | 100% | ||
ash | 0 | 343,024,966,350 | 100% | ||
linouxis9 | 0 | 120,455,177,946 | 100% | ||
helen.tan | 0 | 866,978,116 | 100% | ||
smooth-e | 0 | 65,882,486,734 | 30% | ||
khanhsang | 0 | 7,894,631,139 | 100% | ||
vitaly-lvov | 0 | 153,382,600,948 | 100% | ||
gregory-f | 0 | 16,107,625,209 | 100% | ||
andzzz | 0 | 1,550,322,548 | 16% | ||
noisy | 0 | 51,814,801,275 | 100% | ||
chryspano | 0 | 411,818,934,540 | 100% | ||
craig-grant | 0 | 429,265,676,511 | 100% | ||
ppitonak | 0 | 3,751,628,408 | 100% | ||
ervin-lemark | 0 | 14,726,005,186 | 100% | ||
gregory60 | 0 | 9,060,423,322 | 100% | ||
cyan91 | 0 | 64,370,647,087 | 100% | ||
ninzacode | 0 | 21,080,977,017 | 100% | ||
leesunmoo | 0 | 531,790,546,410 | 100% | ||
jademont | 0 | 15,957,713,839 | 100% | ||
idealist | 0 | 67,298,190,797 | 100% | ||
bryner | 0 | 11,074,251,283 | 100% | ||
dimimp | 0 | 152,101,875,241 | 100% | ||
tsugimoto | 0 | 46,046,822,294 | 100% | ||
gekko | 0 | 2,425,755,674 | 100% | ||
teamsteem | 0 | 233,186,834,895 | 100% | ||
cryptoctopus | 0 | 1,619,419,252,826 | 100% | ||
richman | 0 | 9,281,998,318 | 100% | ||
jerome-colley | 0 | 4,339,964,174 | 53% | ||
william-noe | 0 | 90,170,486,223 | 100% | ||
acidyo | 0 | 11,434,946,588 | 30% | ||
steemitblog | 0 | 435,096,498,006 | 100% | ||
kefkius | 0 | 9,892,698,948 | 100% | ||
tosch | 0 | 83,942,963,190 | 100% | ||
klye | 0 | 37,444,250,516 | 100% | ||
oaldamster | 0 | 59,273,724,184 | 100% | ||
coar | 0 | 451,570,787 | 100% | ||
asch | 0 | 107,615,002,996 | 100% | ||
murh | 0 | 2,437,719,904 | 22.22% | ||
emerge | 0 | 4,026,250,350 | 100% | ||
blakemiles84 | 0 | 419,837,004,553 | 100% | ||
cyber | 0 | 1,023,538,825,391 | 100% | ||
theshell | 0 | 76,217,412,970 | 100% | ||
kanoptx | 0 | 49,092,251,660 | 85% | ||
ajguera101 | 0 | 0 | 100% | ||
eric-boucher | 0 | 97,986,163,326 | 100% | ||
johnerfx | 0 | 13,258,388,179 | 100% | ||
taoteh1221 | 0 | 386,469,347,276 | 100% | ||
applecrisp | 0 | 2,610,677,543 | 100% | ||
stellabelle | 0 | 46,035,948,377 | 1% | ||
intelliguy | 0 | 42,964,708,394 | 100% | ||
wingz | 0 | 232,780,472,311 | 100% | ||
juanmiguelsalas | 0 | 52,608,771,209 | 100% | ||
kenny-crane | 0 | 104,243,109,752 | 100% | ||
a48 | 0 | 262,746,599,384 | 100% | ||
faddat | 0 | 110,520,447,163 | 100% | ||
will-zewe | 0 | 185,674,952,112 | 100% | ||
bravenewcoin | 0 | 138,533,849,820 | 100% | ||
dahaz159 | 0 | 2,738,626,243 | 50% | ||
imyao | 0 | 4,130,718,425 | 100% | ||
infovore | 0 | 605,609,689,202 | 100% | ||
facer | 0 | 27,125,778,300 | 100% | ||
tim-johnston | 0 | 76,138,362,217 | 100% | ||
schro | 0 | 132,619,709,994 | 100% | ||
johnerminer | 0 | 1,131,027,172 | 100% | ||
stephen-somers | 0 | 2,743,839,513 | 100% | ||
lizik | 0 | 77,580,033,592 | 100% | ||
thedashguy | 0 | 167,209,153,801 | 100% | ||
grandpere | 0 | 22,089,080,995 | 100% | ||
mark-waser | 0 | 7,311,806,003 | 100% | ||
publicworker | 0 | 675,208,073,844 | 100% | ||
christoryan | 0 | 8,799,095,075 | 100% | ||
geoffrey | 0 | 181,681,410,447 | 100% | ||
lukestokes | 0 | 300,254,331,460 | 100% | ||
christoph3 | 0 | 0 | 100% | ||
tyler-fletcher | 0 | 6,773,651,866 | 100% | ||
mctiller | 0 | 94,016,867,507 | 100% | ||
fyrstikken | 0 | 86,782,159,599 | 20% | ||
catchfire | 0 | 27,923,509,608 | 100% | ||
clement | 0 | 43,493,749,408 | 100% | ||
norbu | 0 | 58,293,521,687 | 100% | ||
ericvancewalton | 0 | 679,738,689,595 | 100% | ||
asmolokalo | 0 | 225,077,255,282 | 100% | ||
good-karma | 0 | 92,572,541,949 | 100% | ||
roelandp | 0 | 498,968,128,808 | 100% | ||
ezzy | 0 | 59,333,826,670 | 100% | ||
baharoba | 0 | 16,056,251,220 | 100% | ||
garik100 | 0 | 1,764,939,061 | 100% | ||
rubybian | 0 | 74,066,566,674 | 100% | ||
bitcointop | 0 | 1,040,528,764 | 100% | ||
konstantin | 0 | 20,539,415,490 | 100% | ||
katyakov | 0 | 145,328,645,824 | 18% | ||
soupernerd | 0 | 2,665,819,346 | 100% | ||
robrigo | 0 | 151,665,310,289 | 100% | ||
stealthtrader | 0 | 0 | 100% | ||
manoami | 0 | 11,594,535,224 | 100% | ||
steemswede | 0 | 1,549,352,677 | 14% | ||
derekareith | 0 | 192,360,528,815 | 100% | ||
bartcant | 0 | 990,786,764 | 100% | ||
rxhector | 0 | 1,869,845,661 | 100% | ||
picokernel | 0 | 53,777,053,814 | 100% | ||
slowwalker | 0 | 878,341,664,385 | 100% | ||
dzweta | 0 | 229,369,108 | 100% | ||
crypt0 | 0 | 111,683,657,727 | 100% | ||
renohq | 0 | 1,035,110,567,439 | 100% | ||
knircky | 0 | 193,958,748,461 | 100% | ||
ausbitbank | 0 | 23,545,823,580 | 100% | ||
jacor | 0 | 161,008,515,794 | 100% | ||
secom | 0 | 5,326,419,929 | 100% | ||
steem1653 | 0 | 4,778,579,287 | 100% | ||
losos | 0 | 257,771,909 | 100% | ||
cynetyc | 0 | 275,258,450 | 100% | ||
nichoros | 0 | 9,478,572,726 | 100% | ||
gikitiki | 0 | 4,238,804,824 | 100% | ||
cherish | 0 | 884,309,690 | 100% | ||
flyingmind | 0 | 157,310,231,402 | 100% | ||
repholder | 0 | 174,943,688,845 | 100% | ||
jesta | 0 | 646,403,365,983 | 100% | ||
toxonaut | 0 | 33,669,728,826 | 100% | ||
litvintech | 0 | 3,963,249,638 | 100% | ||
senseiteekay | 0 | 20,832,796,122 | 100% | ||
karen13 | 0 | 4,230,288,267 | 40% | ||
dwinblood | 0 | 41,770,862,130 | 100% | ||
deviedev | 0 | 15,641,854,939 | 100% | ||
sephiroth | 0 | 72,151,282,003 | 100% | ||
nabilov | 0 | 271,421,327,222 | 100% | ||
theyam | 0 | 11,220,177,941 | 50% | ||
dmacshady | 0 | 2,818,355,797 | 100% | ||
alexoz | 0 | 426,942,995 | 100% | ||
karenmckersie | 0 | 584,299,298 | 100% | ||
pigatto | 0 | 3,616,235,668 | 100% | ||
fundurian | 0 | 12,039,082,103 | 100% | ||
yongyoon | 0 | 56,782,635,678 | 100% | ||
arcange | 0 | 26,034,844,207 | 100% | ||
demotruk | 0 | 159,995,000,202 | 100% | ||
dudutaulois | 0 | 29,229,638,222 | 100% | ||
blueorgy | 0 | 176,745,570,022 | 100% | ||
davidr | 0 | 3,409,630,476 | 100% | ||
thylbom | 0 | 277,756,425,902 | 100% | ||
eclipse0 | 0 | 196,930,561 | 100% | ||
geronimo | 0 | 7,168,719,039 | 100% | ||
bones | 0 | 2,718,988,203 | 100% | ||
bendjmiller222 | 0 | 21,348,899,020 | 100% | ||
ultramari0 | 0 | 3,000,965,104 | 100% | ||
bitcoiner | 0 | 6,668,302,120 | 100% | ||
vlad | 0 | 2,913,387,401 | 100% | ||
bzeen | 0 | 119,771,265 | 100% | ||
azurejasper | 0 | 4,490,553,317 | 100% | ||
beowulfoflegend | 0 | 27,075,409,453 | 100% | ||
bola | 0 | 4,264,238,305 | 31% | ||
deanliu | 0 | 5,115,135,366 | 12% | ||
shredlord | 0 | 14,022,881,757 | 100% | ||
rea | 0 | 108,013,138,063 | 100% | ||
elmusic | 0 | 116,431,677 | 100% | ||
jl777 | 0 | 205,642,432,869 | 40% | ||
james212 | 0 | 1,059,882,208,597 | 100% | ||
lostnuggett | 0 | 8,030,928,457 | 100% | ||
aleco | 0 | 1,870,071,003 | 100% | ||
masterinvestor | 0 | 23,840,483,316 | 100% | ||
biternator | 0 | 271,909,965 | 100% | ||
sergey44 | 0 | 1,278,183,729 | 100% | ||
flexcougar | 0 | 1,896,273,784 | 100% | ||
happyphoenix | 0 | 944,421,274 | 100% | ||
proto | 0 | 17,011,625,880 | 40% | ||
culoemono | 0 | 225,919,607 | 100% | ||
alex.chien | 0 | 1,251,574,633 | 100% | ||
remlaps | 0 | 2,323,677,514 | 100% | ||
kibela | 0 | 180,725,365 | 100% | ||
smailer | 0 | 55,723,174,297 | 100% | ||
fabien | 0 | 31,168,447,506 | 100% | ||
alexpmorris | 0 | 111,189,903 | 100% | ||
originate | 0 | 260,724,009,785 | 100% | ||
lsc9999 | 0 | 18,108,256,921 | 100% | ||
morten | 0 | 111,351,401,374 | 50% | ||
glitterpig | 0 | 5,764,738,044 | 100% | ||
weenis | 0 | 2,617,574,145 | 100% | ||
shortcut | 0 | 12,981,280,698 | 100% | ||
metaflute | 0 | 692,052,607 | 100% | ||
taker | 0 | 8,611,830,964 | 40% | ||
nekromarinist | 0 | 15,849,481,436 | 82% | ||
theprophet0 | 0 | 15,964,697,762 | 100% | ||
skyefox | 0 | 2,397,520,966 | 100% | ||
whitemike313 | 0 | 1,579,291,246 | 100% | ||
tingaling | 0 | 215,812,407 | 100% | ||
rawnetics | 0 | 23,422,325,391 | 100% | ||
timcliff | 0 | 1,511,048,385 | 10% | ||
sunshine | 0 | 774,269,963 | 3% | ||
alcyon | 0 | 1,696,640,376 | 100% | ||
missmishel623 | 0 | 68,250,832 | 100% | ||
kurzer42 | 0 | 74,378,126 | 100% | ||
ullikume | 0 | 4,718,491,587 | 100% | ||
minion | 0 | 6,855,241,889 | 100% | ||
kurtbeil | 0 | 6,099,050,111 | 100% | ||
orientaledu | 0 | 7,256,854,685 | 90% | ||
terrycraft | 0 | 283,993,597,571 | 100% | ||
ekitcho | 0 | 11,391,620,381 | 100% | ||
joele | 0 | 123,745,460,580 | 100% | ||
randyclemens | 0 | 14,303,858,359 | 100% | ||
sirwinchester | 0 | 158,410,314,628 | 46% | ||
dims | 0 | 76,638,695 | 100% | ||
gargon | 0 | 17,656,249,042 | 100% | ||
pgarcgo | 0 | 14,338,310,641 | 100% | ||
future24 | 0 | 233,347,213 | 100% | ||
nonlinearone | 0 | 48,661,691,167 | 100% | ||
eneismijmich | 0 | 86,946,023,973 | 100% | ||
cmorton | 0 | 6,882,401,066 | 100% | ||
xcepta | 0 | 561,674,906 | 100% | ||
ricardoguthrie | 0 | 950,443,379 | 100% | ||
numberone | 0 | 3,497,243,064 | 100% | ||
naifaz | 0 | 281,623,008 | 100% | ||
scaredycatguide | 0 | 17,966,703,190 | 100% | ||
lgm-1 | 0 | 10,830,970,464 | 100% | ||
bhavnapatel68 | 0 | 2,931,041,216 | 100% | ||
mrosenquist | 0 | 30,678,095,612 | 100% | ||
bledarus | 0 | 3,367,735,244 | 100% | ||
zentat | 0 | 783,012,771 | 100% | ||
bitcalm | 0 | 84,273,741,161 | 100% | ||
pjheinz | 0 | 14,679,414,657 | 100% | ||
runaway-psyche | 0 | 20,157,062,290 | 100% | ||
ignat | 0 | 4,564,799,174 | 100% | ||
gammagooblin | 0 | 2,214,583,865 | 100% | ||
serejandmyself | 0 | 124,389,498,176 | 100% | ||
almerri | 0 | 5,736,136,249 | 100% | ||
johnnyyash | 0 | 18,878,824,826 | 100% | ||
gdsprgdd | 0 | 3,230,849,201 | 100% | ||
cryptomancer | 0 | 12,352,064,034 | 100% | ||
violino | 0 | 443,168,114 | 100% | ||
steevc | 0 | 1,893,478,740 | 100% | ||
movievertigo | 0 | 47,057,778,043 | 100% | ||
mrlogic | 0 | 3,732,870,529 | 100% | ||
jimmco | 0 | 58,692,440,612 | 100% | ||
sweetsssj | 0 | 83,113,788,440 | 100% | ||
success43 | 0 | 57,930,015 | 100% | ||
trev | 0 | 8,627,975,265 | 100% | ||
someguy123 | 0 | 114,421,139,566 | 100% | ||
awkwardawk | 0 | 77,651,094 | 100% | ||
joelbow | 0 | 78,411,391 | 100% | ||
henriquez147 | 0 | 103,681,028 | 100% | ||
justinschwalm | 0 | 104,406,928 | 100% | ||
mattclarke | 0 | 25,564,678,145 | 58% | ||
chorlacher | 0 | 84,646,728 | 100% | ||
jtstreetman | 0 | 163,669,619 | 100% | ||
billstclair | 0 | 116,845,201 | 100% | ||
ats-david | 0 | 9,640,605,860 | 100% | ||
runridefly | 0 | 1,022,684,795 | 23% | ||
manosteel211 | 0 | 233,995,815 | 100% | ||
jlufer | 0 | 493,356,296 | 100% | ||
contentjunkie | 0 | 6,205,023,496 | 100% | ||
charlie777pt | 0 | 499,993,275 | 100% | ||
uziriel | 0 | 361,658,933 | 100% | ||
jfeenstra | 0 | 54,701,951 | 100% | ||
xanoxt | 0 | 5,925,497,429 | 100% | ||
davidjkelley | 0 | 2,292,356,879 | 100% | ||
chef.cook | 0 | 4,256,513,766 | 100% | ||
mxu111 | 0 | 1,256,623,602 | 100% | ||
ghasemkiani | 0 | 10,083,465,294 | 100% | ||
sponge-bob | 0 | 73,025,092,712 | 100% | ||
l0k1 | 0 | 0 | 100% | ||
digital-wisdom | 0 | 17,628,238,768 | 100% | ||
ethical-ai | 0 | 3,894,102,637 | 100% | ||
osame066 | 0 | 75,480,893 | 100% | ||
titusfrost | 0 | 4,748,922,845 | 100% | ||
jwaser | 0 | 7,865,910,477 | 100% | ||
srinijaani | 0 | 0 | 100% | ||
smisi | 0 | 1,627,333,683 | 100% | ||
michaelmatthews | 0 | 1,353,699,472 | 100% | ||
jayc | 0 | 229,489,714 | 100% | ||
totosky | 0 | 453,622,511 | 100% | ||
dubi | 0 | 34,784,072,294 | 100% | ||
bwaser | 0 | 2,806,845,047 | 100% | ||
bones261 | 0 | 278,737,544 | 100% | ||
brains | 0 | 73,017,506,448 | 100% | ||
perry4ka | 0 | 53,646,116 | 100% | ||
ibringawareness | 0 | 4,992,409,447 | 100% | ||
bones555 | 0 | 507,599,494 | 100% | ||
freedomizer | 0 | 115,256,379 | 100% | ||
burnin | 0 | 8,739,906,546 | 100% | ||
rigaronib | 0 | 5,415,342,617 | 100% | ||
paxmagnus | 0 | 12,675,867,882 | 100% | ||
anomaly | 0 | 146,357,632 | 1% | ||
ellepdub | 0 | 2,589,147,081 | 100% | ||
luup | 0 | 203,491,248 | 100% | ||
arama | 0 | 786,493,434,285 | 100% | ||
jbaker585 | 0 | 1,388,810,937 | 100% | ||
libertyadvocate | 0 | 52,420,800 | 100% | ||
herpetologyguy | 0 | 23,187,493,321 | 100% | ||
cryptofarmer | 0 | 890,706,822 | 100% | ||
everittdmickey | 0 | 3,476,306,105 | 100% | ||
snmfoundation | 0 | 51,131,553 | 100% | ||
morgan.waser | 0 | 5,055,467,615 | 100% | ||
steemq | 0 | 50,225,780 | 100% | ||
battalar | 0 | 50,223,099 | 100% | ||
deli | 0 | 50,211,016 | 100% | ||
twinbraid | 0 | 7,822,678,124 | 100% | ||
roswellrockman | 0 | 51,366,476 | 100% | ||
teo | 0 | 61,065,566 | 100% | ||
okean123 | 0 | 7,159,078,487 | 100% | ||
faded-gravity | 0 | 4,188,754,673 | 100% | ||
iontom | 0 | 4,907,769,721 | 100% | ||
natord | 0 | 4,357,283,926 | 100% | ||
dodders007 | 0 | 3,147,034,328 | 100% | ||
piphunters | 0 | 366,004,312 | 100% | ||
letstalkliberty | 0 | 250,159,499 | 100% | ||
strong-ai | 0 | 3,871,722,771 | 100% | ||
darkminded153 | 0 | 6,242,353,654 | 100% | ||
dikanevroman | 0 | 835,962,761 | 100% | ||
majingavigrinn | 0 | 160,679,588 | 100% | ||
cub1 | 0 | 158,371,989 | 100% | ||
uct | 0 | 159,730,645 | 100% | ||
front | 0 | 159,716,853 | 100% | ||
rusteemitblog | 0 | 4,742,393,784 | 100% | ||
zapply | 0 | 158,798,473 | 100% | ||
mutilarnuadatus | 0 | 155,502,452 | 100% | ||
witchcraftblog | 0 | 2,698,754,588 | 100% | ||
chazerrez | 0 | 157,830,072 | 100% | ||
vladimirovich | 0 | 2,394,647,940 | 100% | ||
cybergirls | 0 | 157,176,058 | 100% | ||
ceretisia | 0 | 156,864,401 | 100% | ||
allgoodthings | 0 | 1,740,782,349 | 100% | ||
benetton | 0 | 156,402,948 | 100% | ||
panic | 0 | 156,227,917 | 100% | ||
icesteem | 0 | 155,528,114 | 100% | ||
nataleeoliver | 0 | 970,149,258 | 100% | ||
steem-wallet | 0 | 155,493,039 | 100% | ||
zendesk | 0 | 155,378,485 | 100% | ||
healthydelicious | 0 | 405,002,730 | 100% | ||
bleujay | 0 | 68,825,203 | 100% | ||
mipoz | 0 | 153,824,557 | 100% | ||
lureverite | 0 | 153,575,985 | 100% | ||
techslut | 0 | 2,424,424,688 | 100% | ||
therajmahal | 0 | 1,974,585,731 | 100% | ||
ehmir | 0 | 153,043,164 | 100% | ||
aks | 0 | 194,497,370 | 100% | ||
laxmanan | 0 | 152,038,399 | 100% | ||
paulocouto | 0 | 631,643,947 | 100% | ||
kindle | 0 | 1,657,149,368 | 100% | ||
exploretraveler | 0 | 0 | 100% | ||
iyuta | 0 | 2,371,495,477 | 100% | ||
nerillia | 0 | 151,115,753 | 100% | ||
nasdfik | 0 | 151,100,254 | 100% | ||
nemof | 0 | 151,076,945 | 100% | ||
jaskel | 0 | 151,059,659 | 100% | ||
lesaja | 0 | 151,045,923 | 100% | ||
nadusla | 0 | 150,605,178 | 100% | ||
nertyla | 0 | 150,476,334 | 100% | ||
meritta | 0 | 150,462,448 | 100% | ||
trans | 0 | 150,120,918 | 100% | ||
osen | 0 | 150,062,442 | 100% | ||
filin | 0 | 150,055,435 | 100% | ||
pilgrimtraveler | 0 | 795,196,121 | 100% | ||
masekis | 0 | 148,591,981 | 100% | ||
kerians | 0 | 148,569,443 | 100% | ||
asilik | 0 | 148,566,113 | 100% | ||
enusa | 0 | 148,556,323 | 100% | ||
zerase | 0 | 148,549,871 | 100% | ||
aserul | 0 | 148,544,158 | 100% | ||
aznera | 0 | 148,530,471 | 100% | ||
joliko | 0 | 148,524,420 | 100% | ||
simoli | 0 | 148,511,327 | 100% | ||
mikjol | 0 | 148,505,331 | 100% | ||
fermoli | 0 | 148,489,588 | 100% | ||
elias15g | 0 | 2,743,035,968 | 100% | ||
estet | 0 | 148,312,226 | 100% | ||
andreyzurabov | 0 | 148,247,102 | 100% | ||
pumahilko | 0 | 148,201,558 | 100% | ||
pokyaermak | 0 | 148,164,054 | 100% | ||
trefer | 0 | 148,143,007 | 100% | ||
romansamson | 0 | 148,133,716 | 100% | ||
mashasteblyna | 0 | 148,118,714 | 100% | ||
barlou | 0 | 148,085,702 | 100% | ||
valeragevorg | 0 | 148,080,382 | 100% | ||
yuliabits | 0 | 148,073,870 | 100% | ||
maselk | 0 | 148,070,028 | 100% | ||
dezer | 0 | 148,061,009 | 100% | ||
nasertok | 0 | 148,056,848 | 100% | ||
vadimbitsi | 0 | 148,055,287 | 100% | ||
aerolkik | 0 | 148,000,580 | 100% | ||
kolobmaya | 0 | 147,991,295 | 100% | ||
yalokes | 0 | 147,985,578 | 100% | ||
naserlo | 0 | 147,965,090 | 100% | ||
leonidar | 0 | 147,949,216 | 100% | ||
frankches | 0 | 692,040,568 | 100% | ||
namanis | 0 | 147,931,188 | 100% | ||
tolerron | 0 | 147,907,951 | 100% | ||
laimos | 0 | 147,889,400 | 100% | ||
paladain | 0 | 147,874,384 | 100% | ||
mrnayeris | 0 | 139,041,380 | 100% | ||
stiv56 | 0 | 147,841,318 | 100% | ||
ela121 | 0 | 120,830,864 | 100% | ||
forestwest | 0 | 147,254,081 | 100% | ||
soulone | 0 | 120,715,946 | 100% | ||
gewelogold | 0 | 147,128,454 | 100% | ||
unhorsepower777 | 0 | 773,587,496 | 100% | ||
psitorn | 0 | 513,137,126 | 100% | ||
astral | 0 | 4,352,023,377 | 100% | ||
sanghkaang | 0 | 107,082,340 | 1% | ||
smiles | 0 | 145,683,668 | 100% | ||
kellyc | 0 | 144,949,560 | 100% | ||
ianstrat | 0 | 89,435,786 | 100% | ||
trendy1988 | 0 | 125,035,922 | 100% | ||
lakshmi | 0 | 144,083,305 | 100% | ||
asianoracle | 0 | 142,984,183 | 100% | ||
motenebiomew | 0 | 142,618,907 | 100% | ||
patjewell | 0 | 0 | 0% | ||
hardank | 0 | 1,707,316,097 | 100% | ||
thegoodvybe | 0 | 119,004,363 | 100% | ||
casspurv | 0 | 109,680,490 | 100% | ||
naveensoman | 0 | 140,419,364 | 100% | ||
thejohalfiles | 0 | 131,968,126 | 100% | ||
etfwr1913 | 0 | 140,223,387 | 100% | ||
genradcliffe | 0 | 139,874,732 | 100% | ||
vladi | 0 | 0 | 0% | ||
xtiming | 0 | 89,143,777 | 100% | ||
chanthasam | 0 | 129,662,511 | 100% | ||
louishugo | 0 | 131,161,016 | 100% | ||
dailis | 0 | 127,634,016 | 100% | ||
mr-maslo | 0 | 126,880,869 | 100% | ||
asantana | 0 | 0 | 100% | ||
sandra16 | 0 | 0 | 100% | ||
inna-yatsuk | 0 | 0 | 100% | ||
arkadiy | 0 | 0 | 100% | ||
timothy-archer | 0 | 0 | 100% | ||
todderic | 0 | 0 | 100% | ||
cryptothenic | 0 | 0 | 100% | ||
rvaniuta | 0 | 0 | 100% | ||
johannsra | 0 | 0 | 100% | ||
ilyazkhan8082 | 0 | 0 | 100% | ||
alex-steem-it | 0 | 0 | 100% | ||
veekking | 0 | 0 | 100% | ||
azotediluminatis | 0 | 0 | 100% |
>After the migration to Graphene 2.0 is complete, we will return our attention to Curation Guilds. ### Curation Guilds Curation Guilds === o my.
author | beowulfoflegend |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160928t230800150z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-28 23:08:03 |
last_update | 2016-09-28 23:08:03 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 148 |
author_reputation | 28,925,780,400,359 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,840 |
net_rshares | 38,184,139,595 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anduweb | 0 | 20,096,555,536 | 100% | ||
anarchyhasnogods | 0 | 14,359,889,279 | 100% | ||
funnyman | 0 | 3,727,694,780 | 24% |
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?
author | cryptomental |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t051714839z |
category | steem |
json_metadata | {"tags":["steem"],"users":["furion","xeroc"]} |
created | 2016-09-29 05:17:15 |
last_update | 2016-09-29 05:17:15 |
depth | 1 |
children | 2 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 156 |
author_reputation | 6,756,831,217,523 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,392,042 |
net_rshares | 159,525,508,914 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anduweb | 0 | 20,096,555,536 | 100% | ||
peterz | 0 | 25,007,813,812 | 100% | ||
someguy123 | 0 | 114,421,139,566 | 100% |
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?
author | anduweb |
---|---|
permlink | re-cryptomental-re-steemitblog-steem-developer-update-graphene-2-0-20160929t054014023z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 05:40:15 |
last_update | 2016-09-29 05:40:15 |
depth | 2 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 197 |
author_reputation | 11,311,191,021,706 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,392,143 |
net_rshares | 0 |
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
author | xeroc |
---|---|
permlink | re-anduweb-re-cryptomental-re-steemitblog-steem-developer-update-graphene-2-0-20160929t060543774z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 06:05:51 |
last_update | 2016-09-29 06:05:51 |
depth | 3 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 266 |
author_reputation | 118,819,064,085,695 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,392,259 |
net_rshares | 324,158,744,805 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 291,091,796,954 | 100% | ||
n25052016 | 0 | 3,952,461,097 | 100% | ||
anduweb | 0 | 20,096,555,536 | 100% | ||
cryptomental | 0 | 9,017,931,218 | 100% |
Where is the code and what is the long term Roadmap?
author | dana-edwards |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t094443314z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 09:44:45 |
last_update | 2016-09-29 09:44:45 |
depth | 1 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 353,623,611,191,427 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,393,282 |
net_rshares | 0 |
Code: https://github.com/steemit/steem Roadmap...? https://steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination
author | morning |
---|---|
permlink | re-dana-edwards-re-steemitblog-steem-developer-update-graphene-2-0-20161001t132920585z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://github.com/steemit/steem"]} |
created | 2016-10-01 13:29:21 |
last_update | 2016-10-01 13:29:21 |
depth | 2 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 137 |
author_reputation | 120,327,679,023,535 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,413,059 |
net_rshares | 0 |
Great! Btw, where can I find Graphene 2.0 code? The one on github has not been updated form months...
author | ejossev |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20161014t081929304z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-10-14 08:19:30 |
last_update | 2016-10-14 08:19:30 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 1,826,729,028 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,530,457 |
net_rshares | 0 |
Some very powerful technology in there from which we all can gain. All for one and one for all! Namaste :)
author | eric-boucher |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160928t221528121z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-28 22:15:27 |
last_update | 2016-09-28 22:15:27 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 68,503,601,066,539 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,441 |
net_rshares | 97,986,163,326 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eric-boucher | 0 | 97,986,163,326 | 100% |
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++.
author | faddat |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160928t230844859z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-28 23:08:45 |
last_update | 2016-09-28 23:08:45 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 157 |
author_reputation | 36,581,868,473,026 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,845 |
net_rshares | 151,665,310,289 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
robrigo | 0 | 151,665,310,289 | 100% |
@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!
author | full-steem-ahead |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t030912311z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dantheman"]} |
created | 2016-09-29 03:09:36 |
last_update | 2016-09-29 03:09:36 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,077 |
author_reputation | 30,177,498,572,933 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,391,337 |
net_rshares | 75,924,542,501 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fractalnode | 0 | 659,378,797 | 100% | ||
noisy | 0 | 51,814,983,357 | 100% | ||
nomoreheroes7 | 0 | 19,722,485,567 | 100% | ||
funnyman | 0 | 3,727,694,780 | 24% |
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?
author | garethnelsonuk |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t025740092z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 02:57:39 |
last_update | 2016-09-29 02:57:39 |
depth | 1 |
children | 3 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 9,564,384,386,809 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,391,260 |
net_rshares | 0 |
Pretty sure it's always been a 64 bit only thing, though I could be mistaken in that.
author | faddat |
---|---|
permlink | re-garethnelsonuk-re-steemitblog-steem-developer-update-graphene-2-0-20160929t065247755z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 06:52:48 |
last_update | 2016-09-29 06:52:48 |
depth | 2 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 36,581,868,473,026 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,392,489 |
net_rshares | 0 |
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
author | theoretical |
---|---|
permlink | re-garethnelsonuk-re-steemitblog-steem-developer-update-graphene-2-0-20160929t200457184z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 20:05:06 |
last_update | 2016-09-29 20:05:06 |
depth | 2 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 472 |
author_reputation | 30,164,760,525,645 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,398,135 |
net_rshares | 0 |
I had no idea the single blocks were so huge! That pretty much seals the deal as 64-bit only
author | garethnelsonuk |
---|---|
permlink | re-theoretical-re-garethnelsonuk-re-steemitblog-steem-developer-update-graphene-2-0-20160929t214939940z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 21:49:39 |
last_update | 2016-09-29 21:49:39 |
depth | 3 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 9,564,384,386,809 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,399,104 |
net_rshares | 0 |
good work and keep it up! 8]
author | gekko |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-2016929t174855101z |
category | steem |
json_metadata | {"tags":"steem"} |
created | 2016-09-29 15:48:57 |
last_update | 2016-09-29 15:48:57 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 1,185,517,433,922 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,395,590 |
net_rshares | 262,142,656 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemit-de | 0 | 262,142,656 | 100% |
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?
author | jademont |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t170519347z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 17:05:15 |
last_update | 2016-09-29 17:05:15 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.762 HBD |
curator_payout_value | 0.611 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 163 |
author_reputation | 75,317,924,269,597 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,396,467 |
net_rshares | 7,226,529,099,147 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 7,190,542,611,417 | 100% | ||
fractalnode | 0 | 659,378,797 | 100% | ||
nomoreheroes7 | 0 | 19,722,485,567 | 100% | ||
jademont | 0 | 15,604,623,366 | 100% |
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]
author | james-show |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160928t225908976z |
category | steem |
json_metadata | {"tags":["steem"],"users":["stellabelle"]} |
created | 2016-09-28 22:59:15 |
last_update | 2016-09-28 23:02:21 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 441 |
author_reputation | 5,698,866,469,447 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,780 |
net_rshares | 20,707,663,734 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
james-show | 0 | 20,707,663,734 | 100% |
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*__
author | jtstreetman |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t011923458z |
category | steem |
json_metadata | {"tags":["steem"],"users":["pfunk"]} |
created | 2016-09-29 01:19:30 |
last_update | 2016-09-29 01:19:30 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 865 |
author_reputation | 1,118,889,631,950 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,390,633 |
net_rshares | 0 |
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.
author | kenny-crane |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160928t230817792z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-28 23:08:12 |
last_update | 2016-09-28 23:08:12 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 608 |
author_reputation | 232,317,084,615,053 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,841 |
net_rshares | 0 |
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
author | klye |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t015208405z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 01:51:15 |
last_update | 2016-09-29 01:51:15 |
depth | 1 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 365 |
author_reputation | 412,341,527,771,769 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,390,832 |
net_rshares | 3,796,519,983 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
funnyman | 0 | 3,727,694,780 | 24% | ||
bleujay | 0 | 68,825,203 | 100% |
That seems like it: https://github.com/cryptonomex/graphene
author | peterz |
---|---|
permlink | re-klye-re-steemitblog-steem-developer-update-graphene-2-0-20160929t141014376z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://github.com/cryptonomex/graphene"]} |
created | 2016-09-29 14:10:15 |
last_update | 2016-09-29 14:10:15 |
depth | 2 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 2,142,149,251,082 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,394,712 |
net_rshares | 0 |
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
author | linkback-bot-v0 |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-linkbacks |
category | steem |
json_metadata | {} |
created | 2016-09-29 15:38:09 |
last_update | 2016-09-29 15:38:09 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 462 |
author_reputation | 1,915,954,976,722 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,395,503 |
net_rshares | 0 |
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.
author | lukestokes |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160928t222958909z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-28 22:30:00 |
last_update | 2016-09-28 22:30:00 |
depth | 1 |
children | 6 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 301 |
author_reputation | 554,601,966,217,919 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,574 |
net_rshares | 100,158,436,015 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
noisy | 0 | 51,814,801,275 | 100% | ||
igster | 0 | 24,519,384,424 | 100% | ||
anduweb | 0 | 20,096,555,536 | 100% | ||
funnyman | 0 | 3,727,694,780 | 24% |
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 .
author | noisy |
---|---|
permlink | re-lukestokes-re-steemitblog-steem-developer-update-graphene-2-0-20160928t230455272z |
category | steem |
json_metadata | {"tags":["steem"],"users":["null"]} |
created | 2016-09-28 23:04:54 |
last_update | 2016-09-28 23:04:54 |
depth | 2 |
children | 3 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.066 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 279 |
author_reputation | 59,974,373,499,600 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,821 |
net_rshares | 476,484,802,079 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
samuel-stone | 0 | 182,233,906,211 | 100% | ||
lukestokes | 0 | 294,250,895,868 | 100% |
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.
author | lukestokes |
---|---|
permlink | re-noisy-re-lukestokes-re-steemitblog-steem-developer-update-graphene-2-0-20160929t001951358z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 00:19:54 |
last_update | 2016-09-29 00:19:54 |
depth | 3 |
children | 2 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 658 |
author_reputation | 554,601,966,217,919 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,390,223 |
net_rshares | 0 |
Maybe vote with reduced power? A post with 400+ votes will still be visible regardless of payout I believe
author | peterz |
---|---|
permlink | re-lukestokes-re-steemitblog-steem-developer-update-graphene-2-0-20160929t140234408z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 14:02:33 |
last_update | 2016-09-29 14:02:33 |
depth | 2 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 2,142,149,251,082 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,394,646 |
net_rshares | 0 |
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.
author | lukestokes |
---|---|
permlink | re-peterz-re-lukestokes-re-steemitblog-steem-developer-update-graphene-2-0-20160929t144447896z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 14:44:48 |
last_update | 2016-09-29 14:44:48 |
depth | 3 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 554,601,966,217,919 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,395,035 |
net_rshares | 0 |
https://4.bp.blogspot.com/-qNRwBG3ZHa4/VJc43GGkY-I/AAAAAAAAG9Y/FsffI8Kew8k/s1600/stony%2B1.gif
author | mattclarke |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160928t222514338z |
category | steem |
json_metadata | {"tags":["steem"],"image":["https://4.bp.blogspot.com/-qNRwBG3ZHa4/VJc43GGkY-I/AAAAAAAAG9Y/FsffI8Kew8k/s1600/stony%2B1.gif"]} |
created | 2016-09-28 22:25:15 |
last_update | 2016-09-28 22:25:15 |
depth | 1 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.563 HBD |
curator_payout_value | 0.184 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 127,182,328,410,931 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,531 |
net_rshares | 2,689,608,439,311 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tosch | 0 | 0 | 100% | ||
blakemiles84 | 0 | 419,837,004,553 | 100% | ||
stellabelle | 0 | 2,163,689,573,755 | 100% | ||
jazzka | 0 | 16,502,010,617 | 100% | ||
ausbitbank | 0 | 22,273,763,286 | 100% | ||
igster | 0 | 24,519,384,424 | 100% | ||
beowulfoflegend | 0 | 27,075,409,453 | 100% | ||
bhavnapatel68 | 0 | 2,931,041,216 | 100% | ||
steevc | 0 | 1,893,478,740 | 100% | ||
funnyman | 0 | 3,727,694,780 | 24% | ||
okean123 | 0 | 7,159,078,487 | 100% |
LOL!!
author | funnyman |
---|---|
permlink | re-mattclarke-re-steemitblog-steem-developer-update-graphene-2-0-20160929t043533959z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 04:35:33 |
last_update | 2016-09-29 04:35:33 |
depth | 2 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 131,083,784,663,281 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,391,847 |
net_rshares | 44,212,273,366 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mattclarke | 0 | 44,077,031,285 | 100% | ||
thegoodvybe | 0 | 135,242,081 | 100% |
Oh boy, I wasn't expecting this at all, just...amazing! https://img1.steemit.com/0x0/http://i.imgur.com/nUvihD9.gif
author | minion |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160928t215414684z |
category | steem |
json_metadata | {"tags":["steem"],"image":["https://img1.steemit.com/0x0/http://i.imgur.com/nUvihD9.gif"]} |
created | 2016-09-28 21:54:03 |
last_update | 2016-09-28 21:54:03 |
depth | 1 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.118 HBD |
curator_payout_value | 0.035 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 3,133,996,004,573 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,251 |
net_rshares | 782,360,760,400 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
samupaha | 0 | 134,509,098,939 | 5% | ||
eric-boucher | 0 | 96,026,440,059 | 100% | ||
taoteh1221 | 0 | 378,246,595,206 | 100% | ||
robrigo | 0 | 151,665,310,289 | 100% | ||
senseiteekay | 0 | 20,832,796,122 | 100% | ||
beanz | 0 | 948,095,248 | 10% | ||
thegoodvybe | 0 | 132,424,537 | 100% | ||
thelastsage | 0 | 0 | 100% |
Loving your GIF by the way! ;) the image is from one of my very favorite movies of all time... Namaste :)
author | eric-boucher |
---|---|
permlink | re-minion-re-steemitblog-steem-developer-update-graphene-2-0-20160928t221632991z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-28 22:16:33 |
last_update | 2016-09-28 22:16:33 |
depth | 2 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 68,503,601,066,539 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,453 |
net_rshares | 103,021,584,844 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eric-boucher | 0 | 96,026,440,059 | 100% | ||
minion | 0 | 6,995,144,785 | 100% |
Very awesome!
author | naifaz |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160928t215618797z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-28 21:56:21 |
last_update | 2016-09-28 21:56:21 |
depth | 1 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 399,058,370,491 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,274 |
net_rshares | 222,075,413 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaredandanissa | 0 | 222,075,413 | 100% |
@naifaz, where you been? I miss you coming around.
author | runridefly |
---|---|
permlink | re-naifaz-re-steemitblog-steem-developer-update-graphene-2-0-20160929t012239089z |
category | steem |
json_metadata | {"tags":["steem"],"users":["naifaz"]} |
created | 2016-09-29 01:22:48 |
last_update | 2016-09-29 01:22:48 |
depth | 2 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 511,209,390,953,204 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,390,655 |
net_rshares | 0 |
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?
author | noisy |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160928t225942082z |
category | steem |
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"]} |
created | 2016-09-28 22:59:42 |
last_update | 2016-09-28 22:59:42 |
depth | 1 |
children | 3 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.113 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 928 |
author_reputation | 59,974,373,499,600 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,785 |
net_rshares | 693,470,799,854 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
noisy | 0 | 51,814,801,275 | 100% | ||
lukestokes | 0 | 294,250,895,868 | 100% | ||
robrigo | 0 | 151,665,310,289 | 100% | ||
repholder | 0 | 174,943,688,845 | 100% | ||
ekitcho | 0 | 11,391,620,381 | 100% | ||
cryptomental | 0 | 9,017,931,218 | 100% | ||
quinneaker | 0 | 386,551,978 | 1% |
the 30days issue will solve definitly many problems i see like in @pharesim project pevo, and other content ...
author | ekitcho |
---|---|
permlink | re-noisy-re-steemitblog-steem-developer-update-graphene-2-0-20160929t062402274z |
category | steem |
json_metadata | {"tags":["steem"],"users":["pharesim"]} |
created | 2016-09-29 06:24:03 |
last_update | 2016-09-29 06:24:03 |
depth | 2 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 9,913,026,260,616 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,392,337 |
net_rshares | 51,814,801,275 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
noisy | 0 | 51,814,801,275 | 100% |
funny... yesterday I read whitepaper of his project ;) It's a small world :)
author | noisy |
---|---|
permlink | re-ekitcho-re-noisy-re-steemitblog-steem-developer-update-graphene-2-0-20160929t063109303z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 06:31:09 |
last_update | 2016-09-29 06:31:09 |
depth | 3 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 59,974,373,499,600 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,392,371 |
net_rshares | 0 |
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.
author | quinneaker |
---|---|
permlink | re-noisy-re-steemitblog-steem-developer-update-graphene-2-0-20160929t102235373z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 10:22:36 |
last_update | 2016-09-29 10:22:36 |
depth | 2 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 429 |
author_reputation | 326,681,856,591,722 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,393,440 |
net_rshares | 69,084,374,433 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
noisy | 0 | 51,814,983,357 | 100% | ||
jamesbrown | 0 | 16,563,961,548 | 100% | ||
saramiller | 0 | 124,138,293 | 1% | ||
gardenofeden | 0 | 581,291,235 | 1% |
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!
author | oaldamster |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t075235423z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 07:52:36 |
last_update | 2016-09-29 07:53:39 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 199 |
author_reputation | 114,576,445,738,151 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,392,749 |
net_rshares | 0 |
Good Article. Can anyone help me find a list of cryptocurrencies that use Graphene?
author | patrickm |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20170610t202238492z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-06-10 20:22:36 |
last_update | 2017-06-10 20:22:36 |
depth | 1 |
children | 0 |
last_payout | 2017-06-17 20:22:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 6,924,743,412,029 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,551,584 |
net_rshares | 0 |
Has any one knows what 'snapshotting' means? state snapshotting? What it means?
author | publicworker |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20161019t060131470z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-10-19 06:01:33 |
last_update | 2016-10-19 06:01:33 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 6,647,747,832,410 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,570,810 |
net_rshares | 0 |
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.
author | scaredycatguide |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160928t222133369z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-28 22:22:18 |
last_update | 2016-09-28 22:22:36 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 358 |
author_reputation | 980,080,115,519,123 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,508 |
net_rshares | 3,727,694,780 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
funnyman | 0 | 3,727,694,780 | 24% |
Translated into German https://steemit.com/steem/@steemit-de/steem-developer-update-graphene-2-0-deutsche-version-deutsch
author | steemit-de |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20161002t120052965z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/steem/@steemit-de/steem-developer-update-graphene-2-0-deutsche-version-deutsch"]} |
created | 2016-10-02 12:00:54 |
last_update | 2016-10-02 12:01:42 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 405,521,646,617 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,421,284 |
net_rshares | 0 |
"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
author | stellabelle |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t020256937z |
category | steem |
json_metadata | {"tags":["steem"],"image":["http://i.giphy.com/2zOkrh1pdreBW.gif"]} |
created | 2016-09-29 02:02:57 |
last_update | 2016-09-29 02:03:27 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 234 |
author_reputation | 516,061,669,130,124 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,390,902 |
net_rshares | 63,001,418,964 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oaldamster | 0 | 59,273,724,184 | 100% | ||
funnyman | 0 | 3,727,694,780 | 24% |
http://prietenas.ro/wp-content/uploads/2013/01/freza-like_poze_haioase_prietenas.ro_1.jpg Excellent!!!!!!!
author | thegoodvybe |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t105739810z |
category | steem |
json_metadata | {"tags":["steem"],"image":["http://prietenas.ro/wp-content/uploads/2013/01/freza-like_poze_haioase_prietenas.ro_1.jpg"]} |
created | 2016-09-29 10:57:30 |
last_update | 2016-09-29 10:57:30 |
depth | 1 |
children | 3 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 790,193,078,749 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,393,581 |
net_rshares | 0 |
prietenas.ro ahahhahaha. RO?
author | anduweb |
---|---|
permlink | re-thegoodvybe-re-steemitblog-steem-developer-update-graphene-2-0-20160929t111838813z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 11:18:39 |
last_update | 2016-09-29 11:18:39 |
depth | 2 |
children | 2 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 11,311,191,021,706 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,393,666 |
net_rshares | 0 |
Da...:)))
author | thegoodvybe |
---|---|
permlink | re-anduweb-re-thegoodvybe-re-steemitblog-steem-developer-update-graphene-2-0-20160929t111957573z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 11:19:48 |
last_update | 2016-09-29 11:19:48 |
depth | 3 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 790,193,078,749 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,393,673 |
net_rshares | 19,694,926,573 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anduweb | 0 | 19,694,926,573 | 100% |
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?
author | tosch |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t092245820z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 09:22:48 |
last_update | 2016-09-29 09:22:48 |
depth | 1 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 256 |
author_reputation | 3,148,075,991,236 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,393,166 |
net_rshares | 0 |
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.
author | hr1 |
---|---|
permlink | re-tosch-re-steemitblog-steem-developer-update-graphene-2-0-20160929t152248135z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 15:22:48 |
last_update | 2016-09-29 15:22:48 |
depth | 2 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 7,226,856,136,834 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,395,379 |
net_rshares | 50,365,777,914 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tosch | 0 | 50,365,777,914 | 59% |
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!
author | traducciones |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-20160929t002315733z |
category | steem |
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"]} |
created | 2016-09-29 00:23:15 |
last_update | 2016-09-29 00:23:15 |
depth | 1 |
children | 9 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 630 |
author_reputation | 7,248,845,120,567 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,390,241 |
net_rshares | 139,933,447,612 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
robrigo | 0 | 139,933,447,612 | 100% |
Go for it!
author | dantheman |
---|---|
permlink | re-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160929t125839811z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 12:58:39 |
last_update | 2016-09-29 12:58:39 |
depth | 2 |
children | 4 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 240,292,002,602,347 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,394,241 |
net_rshares | 59,616,495,037 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ausbitbank | 0 | 21,001,808,849 | 100% | ||
papa-pepper | 0 | 31,500,707,753 | 100% | ||
jasen.g1311 | 0 | 230,558,075 | 100% | ||
kurtbeil | 0 | 6,100,269,224 | 100% | ||
zentat | 0 | 783,151,136 | 100% |
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!
author | papa-pepper |
---|---|
permlink | re-dantheman-re-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160929t153443124z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 15:34:51 |
last_update | 2016-09-29 15:34:51 |
depth | 3 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 262 |
author_reputation | 1,951,223,832,091,597 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,395,481 |
net_rshares | 54,989,066 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
traducciones | 0 | 54,989,066 | 100% |
[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?
author | papa-pepper |
---|---|
permlink | re-dantheman-re-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160930t002954310z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/translation/@papa-pepper/operation-translation-now-under-construction-what-it-is-and-how-you-can-help"]} |
created | 2016-09-30 00:29:57 |
last_update | 2016-09-30 00:29:57 |
depth | 3 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 333 |
author_reputation | 1,951,223,832,091,597 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,400,256 |
net_rshares | 0 |
Thank you @dantheman!
author | traducciones |
---|---|
permlink | re-dantheman-re-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160929t141719056z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dantheman"]} |
created | 2016-09-29 14:17:21 |
last_update | 2016-09-29 14:17:21 |
depth | 3 |
children | 1 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 7,248,845,120,567 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,394,781 |
net_rshares | 0 |
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.
author | stellabelle |
---|---|
permlink | re-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160929t020114832z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-09-29 02:01:15 |
last_update | 2016-09-29 02:01:15 |
depth | 2 |
children | 3 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 215 |
author_reputation | 516,061,669,130,124 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,390,891 |
net_rshares | 0 |
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)
author | traducciones |
---|---|
permlink | re-stellabelle-re-traducciones-re-steemitblog-steem-developer-update-graphene-2-0-20160929t021129297z |
category | steem |
json_metadata | {"tags":["steem"],"users":["stellabelle","dantheman","ned","steemitblog"]} |
created | 2016-09-29 02:11:30 |
last_update | 2016-09-29 02:11:30 |
depth | 3 |
children | 2 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 343 |
author_reputation | 7,248,845,120,567 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,390,964 |
net_rshares | 0 |
Tons of great info, thanks!
author | tyler-fletcher |
---|---|
permlink | re-steemitblog-steem-developer-update-graphene-2-0-2016928t18814341z |
category | steem |
json_metadata | {"tags":"steem"} |
created | 2016-09-28 22:08:24 |
last_update | 2016-09-28 22:08:24 |
depth | 1 |
children | 0 |
last_payout | 2016-10-30 01:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 1,975,656,119,538 |
root_title | "Steem Developer Update (Graphene 2.0)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,389,391 |
net_rshares | 0 |