 This past week has been a relatively rough week for witnesses across the board, but running Steem Engine and Splinterlands has made it especially grueling. These are businesses and we make money on the chain. In the case of Matt and I our livelihoods are completely dependent on a functioning Steem blockchain. When the chain goes down we have no products or services to sell and we also get slammed with concerned customers while working to restore the chain. It's a high stress time and an exhausting time for any period, but especially when it extends over the better part of a week. ## tl:dr - seed.steemmonsters.com Seed.steemmonsters.com is a seed node with blocks, account info, and broadcast plugins enabled which allows it to get a handful of key functions of an RPC up and running in short order. It's sitting behind jussi and nginx so it can handle most calls sent it's way. If done with SIAB enhancements from Privex it can be setup like this out of the box with easy to follow prompts and commands. It's at least ~24 hrs for a full Mira replay, but runs on a $50/16gb server. The non-mira version replays in 4-6 hours on a $100/64gb server. **Apps that don't need post/vote data or account history can run completely off of a $50 or $100/month server. Though there are still lingering issues in the ecosystem to figure out if even that's enough.** ## Splinterlands during the hardbork  Splinterlands went from the all time high number of games played in the new rules (which were introduced in Feb) to the second lowest number of games played in company history.  We also went from the most number of players in company history to the fewest number of players in company history. ## A week of difficulties The challenges weren't just a single day of chain halt, but persistent for roughly a week with down time, limp time, and up time. This causes major challenges with game play, getting players to be there consistently, sales slow down or don't go through, and even just getting things to work at all is challenging for the players and devs. Obviously when the chain is halted nothing on Steem happens. However, during partial uptime some things are possible, **but we learned the hard way that as things currently stand the ecosystem is still extremely reliant on Steemit RPC nodes.** ## Some nodes were up but Splinterlands still wasn't really playable The back-end for the Splinterlands game has been primarily running off of the RPC node set up by @anyx for some time now, and it has a robust system to automatically switch between various other available RPC nodes if one should experience issues. Roughly 25% of all transactions are now coming from Splinterlands and Steem Engine so we've been working to reduce our footprint on steemit nodes (25% by raw number of transactions, but our transaction are also very low memory/rc usage so they relatively inexpensive to the chain). Based on features of the anyx.io RPC, we thought we were covered in the event that the Steemit RPC nodes went down, but unfortunately that wasn't the case. While our server was still running and processing blocks (using the Minnow Support RPC which was one of the first ones back up), most players were unable to broadcast any transactions since tools like Steem Connect and Steem Keychain all use api.steemit.com by default :-( @stoodkev is currently hard at work updating Steem Keychain to support things like automatically switching to a different RPC node if the current one is not working, and allowing apps to specify an RPC node to use with each operation. We hope to see Steem Connect and other tools do the same so that in the future a Steemit RPC node downtime will have little to no impact on the ecosystem. ## Getting Nodes Even with updated tooling, there are still a pretty small number of usable RPC nodes available in the ecosystem, which is not ideal. One main reason for this is that the focus is often on providing full nodes, which include all or most of the available plugins. This either makes the nodes very expensive to run, tricky to run, and have unreasonably long replay times. The last part is also a business killer when the chain needs replays. Many apps and tools don't actually require a full node if they aren't using vote/post operations or need account history. I spent some time investigating what is needed at a minimum and what resources are required *to run apps like Splinterlands and Steem Engine that don't need those plugins...* ## Mira Mira is an amazing advancement for the chain, but it also comes with a major difficulty: replay time. If you happen to have a saved state file it can shorten the time significantly, but not everyone saves them and not every save point will still be valid for replays. The benefit of course is that server costs can be drastically reduced because the reliance on expensive RAM is decreased. ## Non-Mira While Mira is great for high mem RPCs it doens't do much for cost savings for withness/seed server operators. The main advantage of non-mira boxes is that they replay quickly. Instead of a 24hr+ replay time for a witness or seed these can replay in 4-6 hours. ## Needs What we ultimately decided that we needed was a node that could broadcast, get blocks, and get account info. We don't actually need a full RPC and it turns out we don't even need a high memory or hivemind version nor do we need account history. Those features take lots of RAM and/or take a long time when replaying. It turns out what we need is pretty simple. ## Privex After scoping lots of options I defaulted to the best answer out there: Privex. Not only does privex have reasonably priced servers but over the years @someguy123 et al have been extremely helpful team members to me personally and continue to develop tools to make running Steem easier. He's a fantastic asset to our business, this blockchain, and the service provided is above and beyond "cheaper" virtual servers out there. He already had a Seed node operational with a few things running on it- https://steemseed-fin.privex.io/. Testing showed that it wasn't quite up to speed for our purposes. It needed Jussi and nginx to start working nicely. ## Mira-Witness Node Converted As it turns out I have 3 witness nodes. 2 non-mira nodes and I've rotated in the backup mira-node a few times. We decided to cannibalize the node. It's a seed node with a few extra features (or an RPC node missing a lot of features). Someguy took a moment and added some pretty handy features to make jussi and nginx work out of the box. The node now has get account info, blocks, and broadcast enabled. It's behind both Jussi and nginx. This should serve as a Compact Broadcast Node. ## Works currently with Steem Monsters and Steem Engine; most of the functionality of Keychain So far I've been able to test this box on Steem Monsters. I purchased a pack using keychain and then opened it.  I've managed to make a few steem-engine market purchases with it. So far it does everything I normally do on these apps except it can't show me Steem history. It says "errors." That's a very small price to pay for an extremely light node that with some changes in the rest of the ecosystem could get us up and running very quickly after a hardbork. ## Major Break Through My grandmother always used to say "When working with blockchain technology and life gives you lemons it's time to make a low cost, functional, RPC node that can service your current needs and be expanded to future chain apps." She was ahead of her time... Steem continues to amaze me. Trying to do this on other blockchains could literally cost a fortune every month. Here, we can have our own compact broadcast node that can offer nearly all of the functionality we use in the game and for the exchange. It can help service the entire ecosystem. 24+ hr replay version costs $50/month and 4-6 hour replay versions cost $100/month. I feel like this is a pretty good discovery that many apps that aren't focused on posting/curating, like games, can function on inexpensive broadcast hardware. Hopefully, Steem Monsters and Steem Engine can demonstrate this in the wild, and we'll help show others how they can eaisily and inexpensively build their apps on top of Steem. ## Gratitude This post is only possible after a lot of discussions with people from around the chain. Thank you to Justin from Steemit. I had a lengthy discussion with him trying to scope out various versions of this along the way. Thank you to my fellow witnesses especially smooth, blocktrades, gandalf, anyx, markymark, netuoso, drakos, and someguy123 who had various pieces of advice along the way. Narrowing in on our app needs and what I'm deeming high priority ecosystem wide improvements wasn't easy to weed through. Thank you for your input! I'm hoping that the outcome is something that can really showcase how inexpensive and easy it can be to build apps on Steem. ## What's next? Now that we have a compact broadcast node up and another on the way soon the next piece is to campaign to fix the rest of the ecosystem. The libraries and a bunch of tooling need upgrades. We want to see the blockchain functioning even though steemit nodes are not. If everything remains partially or completely dysfunctional because the rest of the ecosystem can't function without steemit nodes then this blockchain is entirely too centralized and dependent on Steemit. Updating libs and tooling to allow multiple RPCs and seeds to broadcast and also support failover doesn't appear to be an extensive amount of work for any one project, but I think the challenge in this particular case is that it needs to happen in lots of places over the whole ecosystem. I'm working on it and focusing on it. Should be fun!
author | aggroed |
---|---|
permlink | low-cost-infrastructure-to-support-keychain-splinterlands-steem-engine-and-future-apps-compact-broadcast-node |
category | hardbork |
json_metadata | {"tags":["hardbork","steemmonsters","steem-engine","palnet","spt"],"users":["anyx","stoodkev","someguy123"],"image":["https://i.imgur.com/khqp4Da.jpg","https://i.imgur.com/nHfAQ1B.png","https://i.imgur.com/m2ubR5y.png","https://i.imgur.com/5RnX5L9.jpg"],"links":["https://steemseed-fin.privex.io/"],"app":"steemit/0.1","format":"markdown"} |
created | 2019-09-05 00:36:03 |
last_update | 2019-09-05 01:18:27 |
depth | 0 |
children | 92 |
last_payout | 2019-09-12 00:36:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 66.381 HBD |
curator_payout_value | 51.407 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9,985 |
author_reputation | 1,363,335,322,675,083 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,254,668 |
net_rshares | 297,046,194,837,066 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | -22,673,501,761,623 | -100% | ||
bue | 0 | 2,743,485,979,385 | 100% | ||
simba | 0 | 57,623,617,140 | 100% | ||
cryptogee | 0 | 19,260,056,639 | 100% | ||
teamsteem | 0 | 106,397,237,380 | 100% | ||
nanzo-scoop | 0 | 752,428,983,144 | 10% | ||
mummyimperfect | 0 | 9,293,344,789 | 10% | ||
kevinwong | 0 | -2,140,250,824,424 | -25% | ||
slickwilly | 0 | 296,389,419,452 | 51% | ||
ak2020 | 0 | 3,734,661,232 | 10% | ||
coinbitgold | 0 | 402,206,328 | 50% | ||
hedge-x | 0 | 274,848,916,533 | 100% | ||
thecryptodrive | 0 | 1,363,455,017,980 | 100% | ||
kaylinart | 0 | 961,081,786,855 | 100% | ||
g-dubs | 0 | 1,484,464,906 | 2% | ||
geoffrey | 0 | 2,830,879,332,583 | 100% | ||
svamiva | 0 | 168,306,774,269 | 100% | ||
emily-cook | 0 | 276,228,707 | 10% | ||
norbu | 0 | 47,190,511,974 | 22% | ||
roelandp | 0 | 265,232,240,682 | 25% | ||
hitmeasap | 0 | 29,259,967,264 | 20% | ||
stealthtrader | 0 | 25,966,197,707 | 100% | ||
stranger27 | 0 | 0 | 0% | ||
anasya | 0 | 2,817,043,402 | 100% | ||
ausbitbank | 0 | 0 | 0% | ||
thelindvall | 0 | 86,275,827,436 | 100% | ||
jeffjagoe | 0 | 3,365,730,051 | 5% | ||
nascimentoab | 0 | 2,945,673,570 | 100% | ||
karenmckersie | 0 | 16,256,769,812 | 100% | ||
inertia | 0 | 98,097,188,542 | 100% | ||
arcange | 0 | 25,952,049,608 | 2% | ||
dimon14 | 0 | 20,839,516,974 | 87% | ||
heimindanger | 0 | -192,693,100,922 | -100% | ||
raphaelle | 0 | 773,829,371 | 2% | ||
joythewanderer | 0 | -925,342,256,138 | -100% | ||
daynewright | 0 | 22,798,153,534 | 50% | ||
morocroft | 0 | 25,050,464,278 | 100% | ||
jamesbrown | 0 | 455,165,897,708 | 25% | ||
rainbowdash | 0 | 1,318,870,421 | 100% | ||
nickskywalker | 0 | 7,938,775,284 | 20% | ||
jphamer1 | 0 | 5,358,369,930,508 | 100% | ||
anarcist69 | 0 | 628,439,654 | 7.05% | ||
jrcornel | 0 | 5,744,619,520,126 | 100% | ||
fooblic | 0 | 16,948,886,560 | 99% | ||
mr-meteorologist | 0 | 181,195,457 | 100% | ||
frankbacon | 0 | 47,624,789,730 | 100% | ||
theb0red1 | 0 | 4,778,499,540 | 10% | ||
netaterra | 0 | 97,895,006,523 | 50% | ||
someguy123 | 0 | 3,174,504,064,545 | 100% | ||
steemitpatina | 0 | 24,697,630,635 | 80% | ||
mattclarke | 0 | 118,057,187,108 | 50% | ||
aaronsuncamacho | 0 | 18,082,379,209 | 100% | ||
wakeupnd | 0 | 5,595,198,032 | 5% | ||
tftproject | 0 | 8,330,940,583 | 50% | ||
canadian-coconut | 0 | 4,680,647,041,782 | 31% | ||
doitvoluntarily | 0 | 6,100,618,357 | 100% | ||
appalachain | 0 | 9,742,955,608 | 100% | ||
lk666 | 0 | 13,554,631,063 | 20% | ||
rucoin | 0 | 6,070,903,713 | 100% | ||
abh12345 | 0 | 39,014,646,653 | 8% | ||
t-bot | 0 | 401,026,345,192 | 10% | ||
myklovenotwar | 0 | 11,723,572,226 | 100% | ||
jang | 0 | 101,498,180,204 | 66% | ||
lyndsaybowes | 0 | 340,272,517,769 | 100% | ||
katharsisdrill | 0 | -480,564,503,048 | -100% | ||
techslut | 0 | 80,088,872,316 | 20% | ||
steemtruth | 0 | 2,007,352,438 | 10% | ||
barton26 | 0 | 4,433,319,853 | 50% | ||
jephline | 0 | 1,681,754,508 | 100% | ||
judasp | 0 | 687,091,025,716 | 100% | ||
spaceginger | 0 | 10,051,898,778 | 30% | ||
mafeeva | 0 | 11,355,809,585 | 10% | ||
walhallo777 | 0 | 144,894,416,777 | 100% | ||
cardboard | 0 | 8,794,565,555 | 100% | ||
nspart | 0 | 1,601,413,578 | 25% | ||
geordieprepper | 0 | 2,166,086,671 | 25% | ||
lindal | 0 | 2,238,125,478 | 100% | ||
ryivhnn | 0 | 22,514,397,002 | 62% | ||
aussiesteem | 0 | 4,506,286,732 | 25% | ||
javirid | 0 | 18,514,575,403 | 100% | ||
gunsmithing | 0 | -152,621,734,001 | -100% | ||
gomatthew | 0 | 49,910,722,657 | 100% | ||
prime-cleric | 0 | 74,142,791,973 | 22% | ||
culturearise369 | 0 | 17,370,639,963 | 100% | ||
sn0n | 0 | 4,709,313,972 | 100% | ||
markkujantunen | 0 | 62,345,483,388 | 30% | ||
evildeathcore | 0 | 7,785,533,764 | 100% | ||
lances | 0 | 22,328,751,025 | 100% | ||
diggndeeper.com | 0 | 1,911,862,145,767 | 100% | ||
honeybeee | 0 | 584,102,789 | 98% | ||
borislavzlatanov | 0 | 128,657,437,858 | 100% | ||
danielsaori | 0 | 33,543,766,890 | 50% | ||
dhimmel | 0 | 2,024,506,219,059 | 100% | ||
freebornsociety | 0 | 6,339,181,360 | 5% | ||
detlev | 0 | 4,054,582,549 | 1% | ||
jarunik | 0 | 2,212,067,088,954 | 100% | ||
imperfect-one | 0 | 470,050,700 | 1% | ||
melinda010100 | 0 | 71,154,180,923 | 20% | ||
ma1neevent | 0 | 15,735,716,225 | 15% | ||
mes | 0 | 409,552,831,696 | 100% | ||
siddartha | 0 | 2,304,135,412 | 100% | ||
ak892n | 0 | 455,758,652 | 100% | ||
morph | 0 | 795,653,737 | 8% | ||
cryptocurator | 0 | 84,011,690,473 | 35% | ||
iansart | 0 | 79,063,266,339 | 100% | ||
steemchiller | 0 | 388,271,312,302 | 100% | ||
jraysteem | 0 | 2,433,670,572 | 50% | ||
stackin | 0 | 84,763,278,063 | 10% | ||
jagged | 0 | 810,637,114 | 100% | ||
lenmar | 0 | 98,306,925,974 | 100% | ||
perceptualflaws | 0 | 73,875,785,512 | 100% | ||
rocksg | 0 | 8,312,081,864 | 100% | ||
jkkim | 0 | 26,444,990 | 10% | ||
mys | 0 | 1,975,259,199 | 1% | ||
uplus | 0 | 1,399,628,740 | 21% | ||
jiujitsu | 0 | 161,494,266,992 | 100% | ||
kubbyelizabeth | 0 | 62,994,323,482 | 100% | ||
scandinavianlife | 0 | 10,178,935 | 25% | ||
khunfarang | 0 | 203,908,764 | 50% | ||
galberto | 0 | 817,835,031 | 2.48% | ||
khunpoom | 0 | 103,917,024 | 25% | ||
byd | 0 | 29,206,501,357 | 100% | ||
stevelivingston | 0 | 39,035,460,500 | 25% | ||
masterthematrix | 0 | 71,214,418,726 | 50% | ||
wishmaiden | 0 | 88,328,131 | 5% | ||
satoshibit | 0 | 16,499,458,812 | 100% | ||
abishai | 0 | 165,924,769 | 100% | ||
minnowsupport | 0 | 5,598,521,625,310 | 70.5% | ||
world5list | 0 | 122,609,936,157 | 100% | ||
tiandao | 0 | 7,193,075,831 | 100% | ||
galenkp | 0 | 192,004,225,784 | 100% | ||
viance | 0 | 19,851,504,330 | 78% | ||
sam99 | 0 | 6,480,501,792 | 2.5% | ||
pearica | 0 | 13,805,534,438 | 80% | ||
jonmagnusson | 0 | 5,541,016,015 | 25% | ||
ew-and-patterns | 0 | 211,169,588,553 | 5% | ||
aurus | 0 | 160,620,184 | 100% | ||
guchtere | 0 | 9,126,339,356 | 100% | ||
gpenco | 0 | 14,177,412,706 | 100% | ||
vachemorte | 0 | 14,702,635,175 | 25% | ||
muhammadsabil | 0 | 131,223,349 | 100% | ||
mirhimayun | 0 | 423,915,443 | 25% | ||
whd | 0 | 568,976,665 | 0.5% | ||
reseller | 0 | 67,564,261,482 | 50% | ||
lewis831 | 0 | 4,036,704,496 | 100% | ||
naseerbhat | 0 | 4,695,286,273 | 100% | ||
carterwright | 0 | 395,807,528 | 75% | ||
britcoins | 0 | 1,923,916,964 | 100% | ||
auditoryorgasms | 0 | 2,872,307,782 | 100% | ||
bubke | 0 | 423,286,507,547 | 100% | ||
eturnerx | 0 | 74,515,258,958 | 20% | ||
cryptopie | 0 | 134,901,936,221 | 20% | ||
abdulshakun | 0 | 155,557,488 | 100% | ||
bentleycapital | 0 | 110,322,100,638 | 100% | ||
fandy | 0 | 506,900,705 | 99.03% | ||
thinkkniht | 0 | 11,674,112,708 | 100% | ||
msp-lovebot | 0 | 285,517,222,627 | 50% | ||
neuromancer | 0 | 6,651,480,458 | 100% | ||
stayoutoftherz | 0 | 293,667,968,377 | 70% | ||
wanderwithtwo | 0 | 14,145,435,446 | 100% | ||
dreamarif | 0 | 626,898,890 | 100% | ||
yoogyart | 0 | 9,065,172,046 | 41% | ||
drmaizo | 0 | 2,807,203,653 | 10% | ||
tbashir09 | 0 | 548,317,576 | 100% | ||
msp-shanehug | 0 | 42,186,191,032 | 15% | ||
taylor.swift | 0 | 107,829,769 | 33% | ||
supriya1993 | 0 | 1,926,384,773 | 50% | ||
nobutsd | 0 | 421,788,724 | 100% | ||
jasonbu | 0 | 18,313,902,287 | 25% | ||
msp-waves | 0 | 1,193,371,578,884 | 100% | ||
abhishek587 | 0 | 0 | 100% | ||
blackmaster97 | 0 | 147,373,244 | 100% | ||
avesa | 0 | 6,174,438,454 | 33% | ||
onetin84 | 0 | 44,406,695,191 | 25% | ||
revo | 0 | 114,546,806,961 | 100% | ||
djlethalskillz | 0 | 87,371,072,819 | 100% | ||
kromtar | 0 | 41,902,646,583 | 18% | ||
mulletwang | 0 | 106,740,223,906 | 54% | ||
mrsquiggle | 0 | 236,405,271,483 | 80% | ||
tipu | 0 | 81,240,234,931,803 | 99.03% | ||
reekadoh | 0 | 394,707,158 | 100% | ||
sportschain | 0 | 58,340,532 | 6% | ||
onartbali | 0 | 17,818,398,807 | 100% | ||
raj808 | 0 | -249,739,470,715 | -100% | ||
reaverza | 0 | 18,524,230,059 | 100% | ||
danmaruschak | 0 | -51,052,311,926 | -100% | ||
mooncryption | 0 | 1,352,399,853 | 70% | ||
tonygreene113 | 0 | 4,511,306,364 | 10% | ||
eastmael | 0 | 30,100,555,169 | 100% | ||
drfunk13 | 0 | 145,195,484 | 33% | ||
carrieallen | 0 | 27,942,860,463 | 50% | ||
deepakb | 0 | 522,634,308 | 100% | ||
mutitum | 0 | 2,384,502,017 | 50% | ||
revisesociology | 0 | 144,995,088,677 | 40% | ||
kettleandseagull | 0 | 24,206,843,351 | 100% | ||
espoem | 0 | 87,886,304,895 | 40% | ||
bipolar | 0 | 2,503,200,007 | 33% | ||
steembet.asia | 0 | 517,333,643 | 100% | ||
filipino | 0 | 850,866,540 | 10% | ||
yabapmatt | 0 | 4,068,981,235,208 | 100% | ||
outspoken | 0 | 545,197,158 | 100% | ||
syami | 0 | 367,327,089 | 100% | ||
hellvetica | 0 | 106,743,922 | 100% | ||
amanardis | 0 | 1,106,390,200 | 100% | ||
synergy-now | 0 | 15,231,684,913 | 100% | ||
jagusinh1 | 0 | 547,748,770 | 100% | ||
sayee | 0 | 14,610,173,921 | 50% | ||
cryptoandzen | 0 | 4,253,707,921 | 20% | ||
aldoman-75 | 0 | 5,826,162,271 | 50% | ||
jondoe | 0 | 50,436,461,519 | 100% | ||
fatkat | 0 | 70,059,814,328 | 100% | ||
nathanpieters | 0 | 2,778,941,482 | 100% | ||
mamqmuqit | 0 | 796,419,429 | 100% | ||
galorum | 0 | 1,942,208,709 | 100% | ||
leejhoops | 0 | 145,214,202 | 33% | ||
lucyford | 0 | 145,165,800 | 33% | ||
christianwindley | 0 | 146,219,857 | 33% | ||
momskitchen | 0 | 122,530,369 | 60% | ||
feuerbolt | 0 | 913,891,845 | 100% | ||
kimchi-king | 0 | 1,484,719,446 | 50% | ||
shahab3211 | 0 | 545,410,295 | 100% | ||
msp-mods | 0 | 771,291,765,339 | 100% | ||
lifecruiser | 0 | 10,604,930,296 | 50% | ||
msp-music | 0 | 110,458,039,828 | 35% | ||
natachayacinthe1 | 0 | 18,755,068,554 | 100% | ||
morwhalebonus | 0 | 924,418,145 | 100% | ||
astrizak | 0 | 12,377,831,924 | 100% | ||
postpromoter | 0 | 10,507,668,819,718 | 86.75% | ||
seanlloyd | 0 | 183,621,195 | 1% | ||
scuzzy | 0 | 1,426,920,370 | 5% | ||
yulem | 0 | 3,396,939,194 | 100% | ||
kslo | 0 | 5,148,378,619 | 100% | ||
johnspalding | 0 | 16,713,697,770 | 100% | ||
craigahamilton | 0 | 188,756,019 | 5% | ||
travoved | 0 | 100,812,838,734 | 60% | ||
zouhalsana | 0 | 333,617,818 | 100% | ||
mytechtrail | 0 | 14,536,190,639 | 25% | ||
steeminer4up | 0 | 548,302,780 | 100% | ||
nikulinsb | 0 | 4,205,112,455 | 100% | ||
wilerv | 0 | 182,237,387 | 100% | ||
alpayasteem | 0 | 7,286,952,698 | 30% | ||
open-asset | 0 | 204,747,268 | 50% | ||
kernelillo | 0 | 3,265,265,238 | 100% | ||
lebin | 0 | 48,494,538,871 | 20% | ||
strangefruit | 0 | 455,504,568 | 100% | ||
blowmywhistle | 0 | 204,456,761 | 100% | ||
steemtaskr | 0 | 61,534,390,920 | 100% | ||
markaustin | 0 | 1,566,819,730 | 10% | ||
howiemac | 0 | 8,924,963,583 | 100% | ||
enjoyinglife | 0 | 408,632,476,446 | 100% | ||
denjiro | 0 | 27,314,772,073 | 100% | ||
darkmrmystic | 0 | 17,364,190,064 | 100% | ||
regards | 0 | 544,706,160 | 100% | ||
nunesso | 0 | 1,159,831,267 | 75% | ||
fortunex | 0 | 3,674,813,338 | 100% | ||
kingsolo | 0 | 1,659,909,713 | 100% | ||
enurmik | 0 | 150,480,355 | 100% | ||
toddoto | 0 | 1,412,064,262 | 100% | ||
gwomibulusdutse | 0 | 1,712,141,000 | 100% | ||
amos811 | 0 | 555,548,350 | 100% | ||
neexal | 0 | 197,331,989 | 50% | ||
bitcoinportugal | 0 | 727,489,106 | 100% | ||
joslud | 0 | 1,570,720,621 | 100% | ||
scc664 | 0 | 1,721,566,014 | 10% | ||
sahinn1 | 0 | 545,239,281 | 100% | ||
stosunov | 0 | 508,066,756 | 100% | ||
mehta | 0 | 74,079,122,335 | 30% | ||
upmewhale | 0 | 105,159,410,283,268 | 88.34% | ||
boggan | 0 | 159,185,118 | 53% | ||
mmmmkkkk311 | 0 | -5,369,397,686,624 | -100% | ||
patrickshar | 0 | 21,140,041 | 10% | ||
znnuksfe | 0 | 2,003,266,604 | 100% | ||
fun2learn | 0 | 1,208,296,034 | 2% | ||
fracasgrimm | 0 | 3,697,638,557 | 100% | ||
turekivanoz | 0 | 532,489,080 | 100% | ||
nealmcspadden | 0 | 3,340,599,562,606 | 100% | ||
patricklancaster | 0 | 11,818,338,856 | 70% | ||
pharmacy-jinni | 0 | 6,291,221,290 | 25% | ||
m1alsan | 0 | 2,682,372,271 | 70.5% | ||
pearlkel | 0 | 535,929,967 | 100% | ||
balte | 0 | 2,454,468,838,707 | 100% | ||
unicron | 0 | 1,465,487,452 | 100% | ||
vaansteam | 0 | 149,768,649,343 | 30% | ||
jarvie | 0 | 217,293,832,088 | 77% | ||
pacolimited | 0 | 17,303,245,908 | 100% | ||
gandalfthewhite | 0 | 527,237,128 | 100% | ||
cfminer | 0 | 1,186,729,294 | 100% | ||
sargoon | 0 | 4,944,903,234 | 50% | ||
mistakili | 0 | 4,631,565,892 | 100% | ||
edprivat | 0 | 10,294,305,017 | 3.96% | ||
shahbazfayyaz | 0 | 0 | 20% | ||
heajin | 0 | 472,914,390 | 100% | ||
fantasycrypto | 0 | 10,972,205,959 | 100% | ||
didic | 0 | 10,659,328,668 | 20% | ||
intrepidsurfer | 0 | 78,401,917,730 | 100% | ||
honestry | 0 | 6,184,774 | 30% | ||
operahoser | 0 | 59,153,262,879 | 100% | ||
cadawg | 0 | 77,014,088,486 | 100% | ||
elijah-blogs | 0 | 200,695,470 | 40% | ||
asonintrigue | 0 | 0 | 10% | ||
wwwfernand | 0 | 189,830,725 | 100% | ||
d0zer | 0 | 25,319,605,496 | 100% | ||
zotopower | 0 | 367,714,284 | 50% | ||
i5heu | 0 | 546,215,716 | 100% | ||
sashas | 0 | 3,312,045,972 | 100% | ||
forealife | 0 | 17,654,507,248 | 100% | ||
snackaholic | 0 | 53,388,093,710 | 100% | ||
barge | 0 | 81,111,699,015 | 100% | ||
mysearchisover | 0 | 59,354,252,031 | 100% | ||
asgarth | 0 | 1,019,113,806,717 | 100% | ||
liberviarum | 0 | 461,912,050 | 15% | ||
benleemusic | 0 | 174,295,993 | 5% | ||
markkennard | 0 | 826,331,411 | 100% | ||
thecontractor | 0 | 546,493,624 | 100% | ||
homestead-guru | 0 | 2,167,098,649 | 10% | ||
g4fun | 0 | 339,534,341 | 100% | ||
jagoe | 0 | 10,952,704,943 | 12% | ||
steemtogether | 0 | 107,837,411 | 10% | ||
wildarms65 | 0 | 406,327,954 | 100% | ||
organduo | 0 | 352,751,846,524 | 10% | ||
makcl | 0 | 544,958,730 | 100% | ||
afmeulaboh | 0 | 547,678,975 | 100% | ||
ciberghost | 0 | 547,646,598 | 100% | ||
halmex | 0 | 545,020,314 | 100% | ||
clm | 0 | 13,693,302,811 | 100% | ||
mrbloom | 0 | 311,571,549 | 100% | ||
retinox | 0 | 66,193,553,099 | 50% | ||
jhaveapostol | 0 | 422,653,271 | 100% | ||
jonazz747 | 0 | 544,498,037 | 100% | ||
jabali2004 | 0 | 544,450,146 | 100% | ||
bscrypto | 0 | 19,743,918,852 | 100% | ||
antisocialist | 0 | 2,079,913,184 | 100% | ||
syfaer | 0 | 545,188,366 | 100% | ||
thesambafest | 0 | 186,390,067 | 100% | ||
mima2606 | 0 | 105,797,708,487 | 82.5% | ||
arv1 | 0 | 76,208,816,502 | 100% | ||
evanrodgers | 0 | 901,725,109 | 50% | ||
beleg | 0 | 313,532,081 | 1% | ||
abrockman | 0 | 379,545,189,233 | 100% | ||
shoemanchu | 0 | 245,345,353,931 | 100% | ||
dotwin1981 | 0 | 15,515,919,896 | 15% | ||
unique18 | 0 | 442,095,204 | 100% | ||
mahyulmaulana | 0 | 2,240,025,881 | 100% | ||
manniman | 0 | 5,771,644,831 | 33% | ||
schlafhacking | 0 | 229,277,167,283 | 100% | ||
stmdev | 0 | 96,269,861 | 2% | ||
analyzer | 0 | 107,427,735 | 100% | ||
bagatuk | 0 | 247,545,361 | 50% | ||
nomadicsoul | 0 | 172,356,387,083 | 100% | ||
etorid | 0 | 545,637,084 | 100% | ||
jkramer | 0 | 292,714,722,929 | 50% | ||
ivansnz | 0 | 244,189,327,093 | 100% | ||
faltermann | 0 | 64,765,151,554 | 50% | ||
ahmedaman | 0 | 441,800,658 | 100% | ||
rawutah | 0 | 1,053,186,604,803 | 100% | ||
ceocarlos | 0 | 367,351,001 | 70% | ||
wirdayulahya | 0 | 167,054,037 | 50% | ||
lordbutterfly | 0 | -325,557,847,005 | -100% | ||
therising | 0 | 26,474,010,899,441 | 21% | ||
brownsmith | 0 | 9,621,572 | 10% | ||
themightyvolcano | 0 | 57,419,484,644 | 100% | ||
iseeyouvee | 0 | 5,844,248,887 | 100% | ||
styner | 0 | 8,334,367,168 | 100% | ||
aduwahsp | 0 | 424,945,616 | 75% | ||
springlining | 0 | 17,541,541,101 | 100% | ||
rollandthomas | 0 | 41,406,095,283 | 100% | ||
dogeadventures | 0 | 545,922,789 | 100% | ||
taywilkins | 0 | 146,315,855 | 100% | ||
stormrider | 0 | 547,741,862 | 100% | ||
goldiemr | 0 | 482,845,073 | 100% | ||
steallion | 0 | 1,662,516,259 | 100% | ||
fachod | 0 | 325,901,626 | 100% | ||
andreasgrubhofer | 0 | 94,224,789,721 | 84% | ||
yandakuala | 0 | 0 | 2% | ||
feedmytwi | 0 | 603,867,457 | 100% | ||
eunma | 0 | 397,983,099 | 100% | ||
bafi | 0 | 415,062,429,842 | 100% | ||
superlao | 0 | 8,875,008,368 | 100% | ||
olivia08 | 0 | 25,307,285,773 | 55% | ||
menerva | 0 | 231,709,380,159 | 100% | ||
thally | 0 | 659,279,095,399 | 100% | ||
dayanne | 0 | 1,331,873,100 | 100% | ||
atanas007 | 0 | 8,446,351,747 | 100% | ||
diabonua | 0 | 19,837,249,339 | 100% | ||
zedpal | 0 | 77,580,750 | 100% | ||
amahovac93 | 0 | 256,613,568,745 | 100% | ||
nateaguila | 0 | 419,870,285,010 | 20% | ||
darthgexe | 0 | 2,114,242,863 | 20% | ||
viniciotricolor | 0 | 28,743,112,544 | 100% | ||
oleblueeye | 0 | 836,050,738 | 100% | ||
followv | 0 | 4,912,958,843 | 100% | ||
steemitsupporter | 0 | 2,400,476,206 | 7% | ||
we-are-community | 0 | 73,699,582,685 | 100% | ||
sanne | 0 | 187,611,275 | 100% | ||
agoha | 0 | 214,871,562 | 50% | ||
gravii4 | 0 | 3,942,392,967 | 100% | ||
ghosty5 | 0 | 427,157,604 | 100% | ||
hsidik | 0 | 209,591,814 | 20% | ||
solarwarrior | 0 | 1,725,002,249,742 | 100% | ||
fitat40 | 0 | 23,674,285,687 | 10% | ||
apshamilton | 0 | 116,563,272,234 | 67% | ||
thedogekid | 0 | 387,693,347 | 100% | ||
steemforest | 0 | 6,703,272,748 | 100% | ||
rambo21 | 0 | 11,427,222,699 | 100% | ||
cybernodle | 0 | 548,151,169 | 100% | ||
loopygif | 0 | 545,883,186 | 100% | ||
nailyourhome | 0 | 397,413,953 | 2.4% | ||
donald.porter | 0 | 40,593,494,636 | 100% | ||
allbit | 0 | 3,564,031,897 | 100% | ||
thecryptodwarf | 0 | 4,418,110,609 | 100% | ||
misterioyciencia | 0 | 531,992,546 | 100% | ||
boukdir | 0 | 132,238,182 | 16% | ||
zaria56 | 0 | 1,541,398,351 | 100% | ||
mrandreas | 0 | 210,550,254 | 50% | ||
yestermorrow | 0 | 8,475,533,055 | 31% | ||
roma94 | 0 | 248,279,369 | 100% | ||
hamismsf | 0 | 127,379,042,084 | 25% | ||
steemyjokes | 0 | 142,287,332 | 100% | ||
dailyprobot | 0 | 1,944,093,785 | 10% | ||
elmauza | 0 | 1,032,283,995 | 100% | ||
anttn | 0 | 58,961,719,808 | 25% | ||
glory7 | 0 | 22,551,474,984 | 100% | ||
volare511 | 0 | 1,678,852,758 | 100% | ||
kayamanofficial | 0 | 545,052,468 | 100% | ||
dianation | 0 | 204,583,808 | 50% | ||
cryptouno | 0 | 192,345,151 | 5% | ||
jini-zzang | 0 | 1,087,346,119 | 10% | ||
minimining | 0 | 19,898,847,698 | 89% | ||
takezou | 0 | 1,288,207,539 | 55% | ||
egorlabadin | 0 | 479,717,969 | 100% | ||
mops2e | 0 | 468,231,071 | 32% | ||
mysia | 0 | 1,823,418,126 | 100% | ||
bengiles | 0 | 138,633,498,329 | 100% | ||
ab123 | 0 | 69,267,504 | 20% | ||
torrey.blog | 0 | 24,972,933,604 | 50% | ||
javiermurillo | 0 | 37,078,032,422 | 100% | ||
definethedollar | 0 | 76,509,350,830 | 25% | ||
asforex | 0 | 416,671,444 | 100% | ||
chike4545 | 0 | 193,369,496 | 100% | ||
chrisrice | 0 | 3,994,104,034 | 100% | ||
emaferice | 0 | 4,998,279,043 | 100% | ||
spielekiste | 0 | 485,028,151 | 100% | ||
hornetmusic | 0 | 1,214,133,709 | 100% | ||
digital-jesus | 0 | 205,403,368 | 50% | ||
viral-violet | 0 | 649,174,121 | 50% | ||
selfmadebastard | 0 | 30,523,623,557 | 90% | ||
laissez-faire | 0 | 64,946,821 | 100% | ||
alucian | 0 | -111,994,753,414 | -100% | ||
zaclucasrice | 0 | 5,211,205,422 | 100% | ||
sazzad7137 | 0 | 1,755,736,503 | 100% | ||
blake.letras | 0 | 543,498,289 | 100% | ||
steemwhalepower | 0 | 815,937,826 | 100% | ||
delegate4upvot | 0 | 85,148,603 | 1.6% | ||
bernardwest | 0 | 4,804,793,374 | 100% | ||
macshad | 0 | 489,470,984 | 100% | ||
perfspots | 0 | 4,116,827,888 | 100% | ||
humanism | 0 | 322,420,238 | 100% | ||
gamer0815 | 0 | 87,134,970 | 15% | ||
truthbot | 0 | 36,228,263,727 | 100% | ||
lion200 | 0 | 34,712,206,407 | 50% | ||
gungunkrishu | 0 | 122,356,928,942 | 100% | ||
pedrohmc23 | 0 | 424,181,962 | 100% | ||
reskar | 0 | 428,100,124 | 100% | ||
minhaz007 | 0 | -38,927,402,339 | -45% | ||
brianoflondon | 0 | 75,508,705,981 | 50% | ||
hobo.media | 0 | -906,578,109,482 | -100% | ||
adyorka | 0 | 1,359,254,297 | 39.61% | ||
astroboycambodia | 0 | 432,427,843 | 50% | ||
olatunjipaul | 0 | 120,927,818 | 100% | ||
anarcist | 0 | 397,643,225 | 35.25% | ||
muzehan | 0 | 1,582,625,136 | 100% | ||
gameo | 0 | 193,536,297 | 100% | ||
banglatech | 0 | 261,310,615,001 | 100% | ||
darekem | 0 | 129,090,770 | 100% | ||
cmroks | 0 | 499,894,850 | 100% | ||
tomit | 0 | 365,676,089 | 100% | ||
lil-layla | 0 | 439,955,428 | 50% | ||
michealb | 0 | 1,046,691,184,168 | 18% | ||
bioscrolls | 0 | 383,750,234 | 99% | ||
millmakers | 0 | 489,446,094 | 35.25% | ||
theycallmedan | 0 | 27,630,336,029,654 | 75% | ||
missaj | 0 | 950,421,722 | 19% | ||
themightysquid | 0 | 7,542,919,332 | 100% | ||
contestkings | 0 | 599,675,501,581 | 100% | ||
prisminside | 0 | 3,953,060,106 | 100% | ||
general.guy | 0 | 8,729,657,172 | 100% | ||
crowdfunder | 0 | 323,266,284 | 100% | ||
carlosl | 0 | 10,286,901,463 | 100% | ||
mistikk | 0 | 315,328,157 | 99% | ||
jpbliberty | 0 | 131,061,230,487 | 25% | ||
self-track | 0 | 33,555,030,384 | 100% | ||
wherein | 0 | 1,534,327,300,843 | 34.5% | ||
khan.dayyanz | 0 | 17,389,455,874 | 100% | ||
wiseman91 | 0 | 15,630,171,946 | 100% | ||
tucky | 0 | 3,920,049,966 | 100% | ||
tigerrkg | 0 | 25,794,390,189 | 100% | ||
dfen | 0 | 809,154,064 | 100% | ||
enthef | 0 | 12,293,491,405 | 100% | ||
pamahdoo | 0 | 0 | 6% | ||
kaldewei | 0 | 796,823,449 | 15% | ||
roastroast | 0 | 209,742,043 | 100% | ||
kakakk | 0 | 3,262,076,692 | 30% | ||
bilderkiste | 0 | 903,336,838 | 100% | ||
michelangelo3 | 0 | 97,693,696,063 | 60% | ||
rubberduckiemom | 0 | 1,871,915,990 | 15% | ||
awaken7 | 0 | 1,434,719,070 | 100% | ||
skramatters | 0 | -19,429,476,323 | -100% | ||
gomster | 0 | 895,513,078 | 100% | ||
davaocity | 0 | 322,260,689 | 100% | ||
begonethot | 0 | 5,978,638,072 | 100% | ||
oh-high-mark | 0 | 1,235,690,546 | 100% | ||
tyruspaladium | 0 | 858,887,942 | 100% | ||
cashual | 0 | 0 | 100% | ||
ajks | 0 | 61,191,429,318 | 100% | ||
proudcappie117 | 0 | 221,437 | 3% | ||
musicpro | 0 | 547,983,690 | 100% | ||
tipu.curator | 0 | 28,214,306,828 | 100% | ||
okaythisisepic | 0 | 805,079,991 | 100% | ||
thesplinterlands | 0 | 743,380,930 | 95% | ||
scoopstakes | 0 | 22,344,525,641 | 10% | ||
sharkmonsters | 0 | 2,372,613,941 | 100% | ||
nanzo-snaps | 0 | 41,145,017,253 | 10% | ||
brujas | 0 | 4,162,321,888 | 100% | ||
monster-one | 0 | 1,089,181,781 | 10% | ||
atom-jp | 0 | 54,188,821,430 | 100% | ||
darrenfj | 0 | 3,019,772,216 | 25% | ||
skymin | 0 | 58,029,406,164 | 100% | ||
jaccc | 0 | 818,770,906 | 89% | ||
monstersinc | 0 | -750,000,000 | -100% | ||
olde-steemshop | 0 | -31,751,872,990 | -100% | ||
we-are-welcoming | 0 | 2,131,815,572 | 50% | ||
steemwiki | 0 | 193,355,021,546 | 100% | ||
babschnae | 0 | 0 | 2% | ||
hamsa.quality | 0 | 565,965,327 | 7% | ||
waleedtee | 0 | 276,586,460,686 | 100% | ||
mindanao | 0 | 0 | 100% | ||
dorian-dev | 0 | 8,296,833,554 | 100% | ||
enfp-a | 0 | 0 | 100% | ||
steether | 0 | 395,308,617 | 100% | ||
tonmoyislam | 0 | 205,786,138 | 100% | ||
alexei83 | 0 | 57,600,955 | 100% | ||
cpt-sparrow | 0 | 4,645,680,986 | 100% | ||
cpl-17 | 0 | 106,282,703 | 9.62% | ||
habib0x | 0 | 141,019,122 | 100% | ||
bitcoincoimbra | 0 | 3,208,340,214 | 100% | ||
russia-btc | 0 | 52,918,508,552 | 100% | ||
naturalproducts | 0 | 348,141,283,392 | 37.5% | ||
olaexcel | 0 | 23,178,151,415 | 100% | ||
vcdragon | 0 | 35,232,344,103 | 100% | ||
cqinbex | 0 | 987,720,379 | 100% | ||
monsterveritas | 0 | 3,899,238,644 | 100% | ||
monsterdraw | 0 | 2,773,901,104 | 100% | ||
luckyvonconrad | 0 | 248,998,012 | 50% | ||
jdhh7 | 0 | 458,498,955 | 100% | ||
contrabourdon | 0 | 437,658,937,002 | 99% | ||
mohaaking | 0 | 72,290,687 | 25% | ||
agentsmith1 | 0 | 2,655,333,161 | 100% | ||
claudio83 | 0 | 8,190,725,594 | 38% | ||
curacionbot | 0 | 1,073,923,922 | 100% | ||
sidhar | 0 | 38,618,158 | 15% | ||
hungerstream | 0 | 514,430,079 | 50% | ||
krunkypuram | 0 | 15,456,714,882 | 100% | ||
born2befirst | 0 | 2,002,575,184 | 100% | ||
nedendi | 0 | 2,014,259,103 | 100% | ||
gregoryhedrich | 0 | 131,884,954 | 100% | ||
epicdice | 0 | 1,374,643,242,985 | 100% | ||
render-obsolete | 0 | 19,615,760,144 | 100% | ||
xzanxhin14 | 0 | 141,026,849 | 100% | ||
gangstalking | 0 | -173,031,475 | -1% | ||
banvie | 0 | 35,143,515,631 | 100% | ||
kicchudop1434 | 0 | 30,650,603 | 50% | ||
abello | 0 | 2,484,323,177 | 100% | ||
steem-hilfe | 0 | 18,995,825,237 | 100% | ||
schneegecko | 0 | 4,161,487,675 | 100% | ||
marsuni | 0 | 511,177,929 | 100% | ||
abojasim880 | 0 | 59,714,964 | 100% | ||
cyguy | 0 | 7,009,294,525 | 100% | ||
arleneferns | 0 | 360,854,406 | 49.51% | ||
luiscarballo | 0 | 2,749,630,557 | 100% | ||
bitting | 0 | 490,135,874 | 100% | ||
jary143 | 0 | 1,442,291,274 | 100% | ||
volingy9 | 0 | 342,783,715 | 100% | ||
steemterminal | 0 | 4,351,091,396 | 15% | ||
chameleon47 | 0 | 44,847,009 | 5% | ||
massrado | 0 | 3,699,097,431 | 100% | ||
hertz300 | 0 | 375,452,906 | 20% | ||
renz.rubio | 0 | 2,480,082,932 | 100% | ||
xyz004 | 0 | 466,798,762 | 100% | ||
omogold | 0 | 368,588,152 | 100% | ||
fasolo97 | 0 | 728,855,354 | 100% | ||
photocurate | 0 | 24,045,105,000 | 100% | ||
golden.future | 0 | 7,266,296,625 | 5% | ||
ddlee | 0 | 98,324,347 | 35.25% | ||
jongreat | 0 | 12,359,915,736 | 100% | ||
croasdell | 0 | 546,705,243 | 100% | ||
we-are-palcoin | 0 | 60,100,038 | 9.35% | ||
the.circle | 0 | 25,425,351,919 | 22.5% | ||
shimozurdo | 0 | 638,372,574 | 100% | ||
tcpolymath.spt | 0 | 554,973,049 | 100% | ||
afza | 0 | 34,111,948 | 10% | ||
kgswallet | 0 | 1,099,286,540 | 20% | ||
kgcoin | 0 | 254,624,938 | 1% | ||
zaku-spt | 0 | 8,868,227,902 | 100% | ||
captain.palnet | 0 | 1,227,477,830 | 55% | ||
neal.spt | 0 | 1,940,405,594 | 100% | ||
neal.pal | 0 | 1,827,671,452 | 100% | ||
dera123pal | 0 | 169,921,444 | 100% | ||
r-pal | 0 | 543,429,751 | 100% | ||
topcryptonews | 0 | 7,731,775,924 | 2% | ||
havtorn | 0 | 65,293,843 | 33% | ||
jdkennedy | 0 | 59,450,554,422 | 100% | ||
r-spt | 0 | 545,692,032 | 100% | ||
abh12345.pal | 0 | 32,571,186 | 10% | ||
palvoter | 0 | 518,698,861 | 100% | ||
abh12345.spt | 0 | 1,288,837,373 | 100% | ||
mini-v | 0 | 511,117,411 | 100% | ||
onealfa.pal | 0 | 54,578,687 | 11% | ||
rehan.spt | 0 | 1,478,542,684 | 100% | ||
ikrah.spt | 0 | 546,531,915 | 50% | ||
chrono.pal | 0 | 612,673,689 | 35.25% | ||
penpals | 0 | 496,959,334 | 50% | ||
fallrain | 0 | 150,201,291 | 10% | ||
bala-spt | 0 | 491,991,234 | 100% | ||
stoinis | 0 | 45,941,091,040 | 100% | ||
rainingfall.air | 0 | 52,726,469 | 10% | ||
akomoajong2 | 0 | 457,145,768 | 100% | ||
sptexplorers | 0 | 130,276,503 | 100% | ||
leeyh7 | 0 | 1,119,232,508 | 100% | ||
zaku-pal | 0 | 543,243,616 | 100% | ||
liambu | 0 | 1,037,931,643 | 18.75% | ||
rajuislamraj | 0 | 445,867,214 | 100% | ||
farihakhan | 0 | 9,096,460 | 10% | ||
ryangrang | 0 | 2,749,608,648 | 100% | ||
princesimeon | 0 | 262,784,054 | 100% | ||
yohelrodriguez | 0 | 194,728,695 | 100% | ||
palexplorers | 0 | 127,255,000 | 100% | ||
anouk.nox.spt | 0 | 3,307,464,755 | 100% | ||
splintersoup | 0 | 507,733,918 | 100% | ||
project.hope | 0 | 19,360,293,907 | 100% | ||
elvapeador | 0 | 534,326,517 | 100% | ||
revise.leo | 0 | 257,699,026 | 40% | ||
echobourdon | 0 | 3,238,683,639 | 100% | ||
yesiyen | 0 | 428,710,462 | 100% | ||
shark29 | 0 | 1,780,477,123 | 100% | ||
lucky2.spt | 0 | 389,828,515 | 100% | ||
jrvacation.spt | 0 | 536,482,670 | 76% | ||
storyfella | 0 | 510,287,327 | 100% | ||
deadlywolf | 0 | 483,558,337 | 100% | ||
hayalet | 0 | 1,706,275,917 | 100% | ||
spacexramen | 0 | 533,070,837 | 100% | ||
penit | 0 | 3,342,098,405 | 100% | ||
mianfrhan18 | 0 | 347,256,373 | 100% | ||
vnzlpro | 0 | 456,215,575 | 100% | ||
ctl001 | 0 | 458,531,228 | 100% | ||
laxers | 0 | 532,675,728 | 100% | ||
quesweros | 0 | 521,283,593 | 100% | ||
tolaramazan | 0 | 6,686,709,024 | 34% | ||
renk7997 | 0 | 128,000,161 | 100% | ||
blackgirl | 0 | 533,136,125 | 100% | ||
shaharul77 | 0 | 543,926,292 | 100% | ||
nopina | 0 | 520,984,861 | 100% | ||
gregoricabre | 0 | 479,111,629 | 100% | ||
anniesakurasofia | 0 | 509,410,331 | 100% | ||
natacha19 | 0 | 134,595,992 | 100% |
This reminded me, I haven't played #SteemMonsters since before the Hardfork... Time to fix that!
author | ahmadmanga | ||||||
---|---|---|---|---|---|---|---|
permlink | re-aggroed-201995t19317457z | ||||||
category | hardbork | ||||||
json_metadata | {"tags":["hardbork","steemmonsters","steem-engine","palnet","spt"],"app":"esteem/2.2.0-surfer","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2019-09-05 17:03:21 | ||||||
last_update | 2019-09-05 17:03:21 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2019-09-12 17:03:21 | ||||||
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 | 96 | ||||||
author_reputation | 293,129,096,770,518 | ||||||
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 90,281,468 | ||||||
net_rshares | 0 |
So if I want to run one of these compact broadcast nodes on hardware I have lying around (i5 8400 with up to 64Gb RAM & NVME; i7 6800k with out to 128Gb Ram & NVME SSD). Is there a simple โSteem in a boxโ solution? Posted using [Partiko iOS](https://partiko.app/referral/apshamilton)
author | apshamilton |
---|---|
permlink | apshamilton-re-aggroed-low-cost-infrastructure-to-support-keychain-splinterlands-steem-engine-and-future-apps-compact-broadcast-node-20190905t080046574z |
category | hardbork |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-09-05 08:00:48 |
last_update | 2019-09-05 08:00:48 |
depth | 1 |
children | 3 |
last_payout | 2019-09-12 08:00:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.122 HBD |
curator_payout_value | 0.121 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 285 |
author_reputation | 212,442,236,070,075 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,265,209 |
net_rshares | 973,283,130,720 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
barton26 | 0 | 2,203,206,658 | 25% | ||
guiltyparties | 0 | 11,406,156,002 | 4.16% | ||
newageinv | 0 | 119,570,139,248 | 20% | ||
hamismsf | 0 | 418,767,742,500 | 80% | ||
brianoflondon | 0 | 154,075,815,400 | 100% | ||
mixr | 0 | 2,951,727,694 | 15% | ||
jpbliberty | 0 | 263,799,551,531 | 50% | ||
double.bear.neox | 0 | 508,791,687 | 100% |
Yes. Check someguy123's github repo. Posted using [Partiko Android](https://partiko.app/referral/holoz0r)
author | holoz0r |
---|---|
permlink | holoz0r-re-apshamilton-apshamilton-re-aggroed-low-cost-infrastructure-to-support-keychain-splinterlands-steem-engine-and-future-apps-compact-broadcast-node-20190905t094024814z |
category | hardbork |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-09-05 09:40:24 |
last_update | 2019-09-05 09:40:24 |
depth | 2 |
children | 0 |
last_payout | 2019-09-12 09:40:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.085 HBD |
curator_payout_value | 0.085 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 543,422,984,402,735 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,269,092 |
net_rshares | 701,237,774,586 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
frogcake | 0 | 701,237,774,586 | 100% |
You can follow the exchange node guide in the official repo (also using docker): https://github.com/steemit/steem/blob/master/doc/exchangequickstart.md An exchange node is basically the same as a seed node, you can just skip the part about tracking account history for a single account. That hardware is more than enough to accomplish this.
author | justinw |
---|---|
permlink | pxcwlt |
category | hardbork |
json_metadata | {"tags":["hardbork"],"links":["https://github.com/steemit/steem/blob/master/doc/exchangequickstart.md"],"app":"steemit/0.1"} |
created | 2019-09-05 11:44:18 |
last_update | 2019-09-05 11:44:18 |
depth | 2 |
children | 0 |
last_payout | 2019-09-12 11:44:18 |
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 | 342 |
author_reputation | 15,502,058,309,908 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,271,873 |
net_rshares | 0 |
I would love to do something like this as well if it helps stabilize and decentralize the blockchain further! Posted using [Partiko iOS](https://partiko.app/referral/newageinv)
author | newageinv |
---|---|
permlink | newageinv-re-apshamilton-apshamilton-re-aggroed-low-cost-infrastructure-to-support-keychain-splinterlands-steem-engine-and-future-apps-compact-broadcast-node-20190905t115023843z |
category | hardbork |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-09-05 11:50:24 |
last_update | 2019-09-05 11:50:24 |
depth | 2 |
children | 0 |
last_payout | 2019-09-12 11:50:24 |
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 | 177 |
author_reputation | 263,471,866,412,733 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,272,030 |
net_rshares | 0 |
Upvoting because possibility of getting organic votes doesn't exclude option to promote the post for better visibility. !tipuvote for 75 steem
author | cardboard |
---|---|
permlink | re-aggroed-pxcl45 |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.15.5"} |
created | 2019-09-05 07:36:06 |
last_update | 2019-09-05 07:36:06 |
depth | 1 |
children | 0 |
last_payout | 2019-09-12 07:36:06 |
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 | 142 |
author_reputation | 31,522,757,177,122 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,264,165 |
net_rshares | 0 |
> That's a very small price to pay for an extremely light node that with some changes in the rest of the ecosystem could get us up and running very quickly after a hard**B**ork. I think you meant to write hard**F**ork, not **B**ork, but I cannot tell if that was a typo or if it is just more of your comedy skills at play.
author | chrisrice |
---|---|
permlink | pxdime |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steemit/0.1"} |
created | 2019-09-05 19:39:51 |
last_update | 2019-09-05 19:39:51 |
depth | 1 |
children | 0 |
last_payout | 2019-09-12 19:39:51 |
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 | 323 |
author_reputation | 70,462,754,167,857 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,285,366 |
net_rshares | 0 |
This is awesome to see. It sucks that you guys have to pave the way, but I think this will be great for other dapps on the platform to learn about so when people can't post they may have other content to keep them busy on the blockchain. It's also nice to know that in the future, hopefully, others won't have to deal with the same headaches either.
author | gniksivart |
---|---|
permlink | re-aggroed-pxc35f |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.15.5"} |
created | 2019-09-05 01:08:09 |
last_update | 2019-09-05 01:08:09 |
depth | 1 |
children | 2 |
last_payout | 2019-09-12 01:08:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.015 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 349 |
author_reputation | 74,197,147,678,652 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,255,290 |
net_rshares | 133,048,271,240 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
apshamilton | 0 | 133,048,271,240 | 75% |
Hi @gniksivart. Glad to see you active back on Steem & Splinterlands and I agree with your comment above. We're looking forward to you completing some daily quests in the Crypto Class Action Knights Guild. We need your help to reach Level 3 Quest Lodge.
author | apshamilton |
---|---|
permlink | re-gniksivart-pxcu7y |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.15.5"} |
created | 2019-09-05 10:52:45 |
last_update | 2019-09-05 10:52:45 |
depth | 2 |
children | 1 |
last_payout | 2019-09-12 10:52:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.083 HBD |
curator_payout_value | 0.083 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 254 |
author_reputation | 212,442,236,070,075 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,270,743 |
net_rshares | 686,964,834,749 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hamismsf | 0 | 420,217,318,018 | 80% | ||
mixr | 0 | 2,947,965,200 | 15% | ||
jpbliberty | 0 | 263,799,551,531 | 50% |
I'll get to work!
author | gniksivart |
---|---|
permlink | re-apshamilton-pxcyr6 |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.15.5"} |
created | 2019-09-05 12:30:42 |
last_update | 2019-09-05 12:30:42 |
depth | 3 |
children | 0 |
last_payout | 2019-09-12 12:30:42 |
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 | 17 |
author_reputation | 74,197,147,678,652 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,273,007 |
net_rshares | 0 |
Definitely appreciate the hard work that you do behind the scenes... each time I read your updates and under the cover posts I get more excited about Steem and the ecosystem that is in play. Even after this week ;-) Put a lot of plans back a week or so, but it's extremely reassuring knowing we have a cadre of visionaries looking at improved processes and whats down the road for that ecosystem. Keep it up and know it's appreciated.
author | jasonbu |
---|---|
permlink | jasonbu-re-aggroed-low-cost-infrastructure-to-support-keychain-splinterlands-steem-engine-and-future-apps-compact-broadcast-node-20190905t114238654z |
category | hardbork |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-09-05 11:42:39 |
last_update | 2019-09-05 11:42:51 |
depth | 1 |
children | 0 |
last_payout | 2019-09-12 11:42:39 |
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 | 437 |
author_reputation | 27,237,689,747,636 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,271,852 |
net_rshares | 0 |
The Node which we can choose inside the KeyChain, has an impact on revenue of the witness server behind it right?
author | manniman |
---|---|
permlink | re-aggroed-pxc2mj |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.15.5"} |
created | 2019-09-05 00:56:48 |
last_update | 2019-09-05 00:56:48 |
depth | 1 |
children | 3 |
last_payout | 2019-09-12 00:56:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.010 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 77,790,724,868,389 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,255,045 |
net_rshares | 91,404,615,082 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | 7,132,575,048 | 0.5% | ||
nextgencrypto | 0 | 271,121,888 | 0.5% | ||
thecyclist | 0 | 542,307,398 | 0.5% | ||
ngc | 0 | 13,594,249,300 | 0.5% | ||
sirvotesalot | 0 | 2,899,174,707 | 0.5% | ||
z8teyb289qav9z | 0 | 43,329,257,874 | 0.5% | ||
abusereports | 0 | 23,635,928,867 | 0.5% |
Not really. Some voters may choose to vote or unvote people because of hardware they run, but no one gets paid directly for running anything other than a witness node.
author | aggroed |
---|---|
permlink | pxc2t8 |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steemit/0.1"} |
created | 2019-09-05 01:00:42 |
last_update | 2019-09-05 01:00:42 |
depth | 2 |
children | 2 |
last_payout | 2019-09-12 01:00:42 |
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 | 168 |
author_reputation | 1,363,335,322,675,083 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,255,134 |
net_rshares | 0 |
btw. what is a Hardbork?
author | manniman |
---|---|
permlink | re-aggroed-pxc30r |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.15.5"} |
created | 2019-09-05 01:05:21 |
last_update | 2019-09-05 01:05:21 |
depth | 3 |
children | 1 |
last_payout | 2019-09-12 01:05:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.010 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 77,790,724,868,389 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,255,232 |
net_rshares | 91,409,626,018 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | 7,133,136,262 | 0.5% | ||
nextgencrypto | 0 | 271,137,615 | 0.5% | ||
thecyclist | 0 | 542,340,724 | 0.5% | ||
ngc | 0 | 13,594,966,516 | 0.5% | ||
sirvotesalot | 0 | 2,899,319,143 | 0.5% | ||
z8teyb289qav9z | 0 | 43,331,663,661 | 0.5% | ||
abusereports | 0 | 23,637,062,097 | 0.5% | ||
anjanida | 0 | 0 | 100% |
Thank you for your really good explanations. Greetings Michael
author | mima2606 |
---|---|
permlink | mima2606-re-aggroed-low-cost-infrastructure-to-support-keychain-splinterlands-steem-engine-and-future-apps-compact-broadcast-node-20190905t184909122z |
category | hardbork |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-09-05 18:49:09 |
last_update | 2019-09-05 18:50:33 |
depth | 1 |
children | 0 |
last_payout | 2019-09-12 18:49:09 |
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 | 63 |
author_reputation | 178,748,423,282,323 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,284,077 |
net_rshares | 0 |
Downvoted in response to be what appears to be unnecessary vote buying. A worthy update like this would probably get plenty of organic votes and exposure. Why not give it a chance?
author | smooth |
---|---|
permlink | pxc38v |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steemit/0.1"} |
created | 2019-09-05 01:10:09 |
last_update | 2019-09-05 01:11:15 |
depth | 1 |
children | 68 |
last_payout | 2019-09-12 01:10:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.214 HBD |
curator_payout_value | 0.213 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 180 |
author_reputation | 253,602,537,834,068 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,255,335 |
net_rshares | 1,622,890,148,277 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | 226,685,517,617 | 1% | ||
aggroed | 0 | 22,144,770,008 | 1% | ||
katharsisdrill | 0 | 502,603,044,272 | 100% | ||
rishi556 | 0 | 17,206,859,836 | 100% | ||
anthonyadavisii | 0 | 211,754,048,919 | 100% | ||
gunsmithing | 0 | 38,119,102,295 | 25% | ||
takry | 0 | 0 | 100% | ||
manniman | 0 | -24,327,354,576 | -100% | ||
lordbutterfly | 0 | 56,231,721,650 | 20% | ||
hobo.media | 0 | 342,165,377,347 | 40% | ||
michealb | 0 | 229,573,055,353 | 4% | ||
monstersinc | 0 | 734,005,556 | 100% |
I'm just trying to get it seen on trending. I stopped buying so it would be 4th or something. Many of my posts these days earn $6. Just don't think it's terribly likely to get the eyeballs I'm hoping for without promotion and I don't think promotion is bad a thing even post EIP. I think this post and this work is a really nice addition to the ecosystem. That said I also expect a few flags. It'll be ok either way.
author | aggroed |
---|---|
permlink | pxc3ej |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steemit/0.1"} |
created | 2019-09-05 01:13:30 |
last_update | 2019-09-05 01:14:06 |
depth | 2 |
children | 28 |
last_payout | 2019-09-12 01:13:30 |
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 | 422 |
author_reputation | 1,363,335,322,675,083 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,255,391 |
net_rshares | 31,391,797,257 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
unicron | 0 | 1,435,668,513 | 100% | ||
fw206 | 0 | 29,956,128,744 | 100% |
Everyone that ever made a post here would have liked their post to be seen on trending. When you make that call yourself for yourself beyond your stake you reduce the chance of others to get there organically, you break proof of brain and you drain the reward pool. You should know better as a witness. Downvoted.
author | lordbutterfly |
---|---|
permlink | re-aggroed-pxcuek |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.15.5"} |
created | 2019-09-05 10:56:45 |
last_update | 2019-09-05 10:59:57 |
depth | 3 |
children | 1 |
last_payout | 2019-09-12 10:56:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.056 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 317 |
author_reputation | 1,524,977,728,907,943 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,270,825 |
net_rshares | 476,054,954,944 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | 453,421,035,233 | 2% | ||
practicalthought | 0 | 21,663,947,283 | 100% | ||
skramatters | 0 | 969,972,428 | 5% |
I disagree about eyeballs. You have followers who would upvote (including me) since yes it is a good initiative, and things have changed a lot on trending itself. The barrier to trending is a lot lower (and the fewer bought votes are used the better it will get).
author | smooth |
---|---|
permlink | pxc6aq |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steemit/0.1"} |
created | 2019-09-05 02:16:06 |
last_update | 2019-09-05 02:17:03 |
depth | 3 |
children | 25 |
last_payout | 2019-09-12 02:16:06 |
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 | 263 |
author_reputation | 253,602,537,834,068 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,256,686 |
net_rshares | 0 |
It is both fascinating and ridiculous to see top-quality post like this which enlightened me a lot, got downvoted. I don't know. Perhaps those precious free downvote power can be used against real reward pool raper like Haejin' non-stop spamming.
author | fr3eze |
---|---|
permlink | re-smooth-pxndz3 |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.16.1"} |
created | 2019-09-11 03:35:30 |
last_update | 2019-09-11 03:35:30 |
depth | 2 |
children | 1 |
last_payout | 2019-09-18 03:35:30 |
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 | 246 |
author_reputation | 62,201,653,753,684 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,461,718 |
net_rshares | 0 |
1. I'm not sure if you noticed but haejin is getting downvoted too. 2. Vote selling/vote-buying and self-voting are ultimately about the same in terms of the damage they do to the ability of the system to reward real contributions. Yeah self-voting on spam-ish content might be a bit more bad, but they are both bad. Sorry, but I'm not going to let the fact that there might be some worse case of abuse happening somewhere on the platform that I didn't happen to see prevent me from downvoting the abuse that I do see.
author | smooth |
---|---|
permlink | pxnede |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steemit/0.1"} |
created | 2019-09-11 03:44:06 |
last_update | 2019-09-11 03:45:09 |
depth | 3 |
children | 0 |
last_payout | 2019-09-18 03:44:06 |
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 | 519 |
author_reputation | 253,602,537,834,068 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,461,902 |
net_rshares | 0 |
Unnecessary vote buying or not, that's controversial. For excellent post like this, that's totally fine in getting some reward from vote buying as well as the organic votes. Compared to this controversial bid bot issue on an apparant high-quality post, there are tons of spam posts raping the reward pool hard, why not combat those instead? Of course, if your mission is solely for โeducating on correct use case of bit botโ or โbringing justice to the Trending pageโ, down voting this post might make some sense. But again, I donโt see a problem for good post like this getting more reward and the Trending placement is utmost deserving. We should use more focus on the real damaging source of reward pool, those little but frequent spam post of all kind from all sources, that the spammers would not pumped to Trending so it can be shot down as an obvious target.
author | fr3eze |
---|---|
permlink | re-smooth-pxnfls |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.16.1"} |
created | 2019-09-11 04:10:45 |
last_update | 2019-09-11 04:10:45 |
depth | 2 |
children | 1 |
last_payout | 2019-09-18 04:10:45 |
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 | 867 |
author_reputation | 62,201,653,753,684 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,462,437 |
net_rshares | 0 |
IMO you are obsessing over something unimportant and uninteresting. Everyone gets 2.5 free downvotes per day and is entitled to his or her own opinion on how to use them. My opinion was to use it here, yours is not. That's really all there is to it. > But again, I donโt see a problem for good post like this getting more reward and the Trending placement is utmost deserving Vote buying is _itself_ a systemic risk. It's marginally worse if done on bad posts but still bad no matter what. If you don't agree, that's fine (although it indicates some lack of understanding of the economics), use or don't use _your_ downvotes how you see fit.
author | smooth |
---|---|
permlink | pxnp1q |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steemit/0.1"} |
created | 2019-09-11 07:34:39 |
last_update | 2019-09-11 07:37:48 |
depth | 3 |
children | 0 |
last_payout | 2019-09-18 07:34:39 |
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 | 647 |
author_reputation | 253,602,537,834,068 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,466,580 |
net_rshares | 0 |

author | lolmemes |
---|---|
permlink | pxetf8 |
category | hardbork |
json_metadata | {"tags":["hardbork"],"image":["https://cdn.steemitimages.com/DQmeGdn821ntfVHPXJEe9Lzb5Mag4LU42gbBQBMw3ceC9v9/1-10.jpg"],"app":"steemit/0.1"} |
created | 2019-09-06 16:39:54 |
last_update | 2019-09-06 16:39:54 |
depth | 2 |
children | 0 |
last_payout | 2019-09-13 16:39:54 |
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 | 99 |
author_reputation | 59,420,632,036 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,315,276 |
net_rshares | 0 |
why don't you screw off? None needs you here - your super negative and you make me angry.
author | manniman |
---|---|
permlink | re-smooth-pxc3s8 |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.15.5"} |
created | 2019-09-05 01:21:48 |
last_update | 2019-09-05 01:22:45 |
depth | 2 |
children | 26 |
last_payout | 2019-09-12 01:21:48 |
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 | 89 |
author_reputation | 77,790,724,868,389 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,255,538 |
net_rshares | 0 |
Thanks, it's not necessary though. Smooth is literally one of the dudes I'm thanking for his help in this post. It's his stake he has a right to flag whatever. I don't think less than a week of functioning uptime on hf22 is enough to change the culture. But honestly, I haven't seen a smooth vote on one of my posts in a year. If he's voting again, even if it's a flag on my current post, this is a major win for EIP.
author | aggroed |
---|---|
permlink | pxc48t |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steemit/0.1"} |
created | 2019-09-05 01:31:39 |
last_update | 2019-09-05 01:31:39 |
depth | 3 |
children | 25 |
last_payout | 2019-09-12 01:31:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.090 HBD |
curator_payout_value | 0.090 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 422 |
author_reputation | 1,363,335,322,675,083 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,255,724 |
net_rshares | 735,436,399,694 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | 677,619,949,246 | 3% | ||
jimbobbill | 0 | 0 | 100% | ||
michealb | 0 | 57,816,450,448 | 1% | ||
anjanida | 0 | 0 | 100% |
rep of 69, keep going to enforce your moral judgment to everyone and you'll be at -1 soon
author | manniman |
---|---|
permlink | re-smooth-pxc41p |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.15.5"} |
created | 2019-09-05 01:27:30 |
last_update | 2019-09-05 01:28:09 |
depth | 2 |
children | 4 |
last_payout | 2019-09-12 01:27:30 |
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 | 89 |
author_reputation | 77,790,724,868,389 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,255,637 |
net_rshares | -33,298,368,117 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
netuoso | 0 | -33,298,368,117 | -100% |
@netuoso what did I do to you? No words just downvotes, that is how STEEM roles now? You don't like my opinion, so you censor me by downvoting, great job 10/10. @ned Take that to your next meeting.
author | manniman |
---|---|
permlink | re-manniman-pxc5g9 |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.15.5"} |
created | 2019-09-05 01:57:51 |
last_update | 2019-09-05 02:02:39 |
depth | 3 |
children | 3 |
last_payout | 2019-09-12 01:57:51 |
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 | 198 |
author_reputation | 77,790,724,868,389 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,256,254 |
net_rshares | -24,582,634,885 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
okean123 | 0 | -24,582,634,885 | -50% |
I'd be a complete and utter ass hat if I didn't put a brief explanation to why I downvoted. I've done this on all other posts I've downvoted since HF21/22. I've always maintained that trending is the first place new people are most likely to make a judgement about steem. The dogshit trending we had has improved since HF21/22 but there is a big hurdle to get over for steem to start bringing more new people to the platform and that is the steem-centric content that dominates trending. I showed this post to my girlfriend, who is reasonably technically proficient, and I said to her '"tell me honestly what you think about this post? Would it interest you and encourage you to join this platform?" To cut a long story short, she didn't understand a word of it and said it put her off immediately. I barely understand about 30% of what this post is talking about and I've been on steem 2 years. This is the only reason why I downvoted it. I think everyone needs to be judged to the same standards, and I'd ask the same question of my better half about any steem-centric content that was boosted to this extent. By the way, I have explained to her much of how steem works to my level of understanding so she isn't clueless. What I mentioned above isn't the only consideration I have when looking at trending content and thinking about using a downvote, my biggest consideration is the boosted shit posts. But they are getting less and less, which I think everyone can agree is a very good thing :)
author | raj808 |
---|---|
permlink | pxdop9 |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steemit/0.1"} |
created | 2019-09-05 21:51:09 |
last_update | 2019-09-05 21:51:09 |
depth | 2 |
children | 1 |
last_payout | 2019-09-12 21:51:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.097 HBD |
curator_payout_value | 0.097 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,504 |
author_reputation | 527,148,627,815,922 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,288,470 |
net_rshares | 799,088,597,847 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | 453,421,035,233 | 2% | ||
takry | 0 | 0 | 100% | ||
hobo.media | 0 | 344,917,562,614 | 40% | ||
monstersinc | 0 | 750,000,000 | 100% |
Agree with most if not all of what you said there.
author | smooth |
---|---|
permlink | pxdpiq |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steemit/0.1"} |
created | 2019-09-05 22:08:57 |
last_update | 2019-09-05 22:08:57 |
depth | 3 |
children | 0 |
last_payout | 2019-09-12 22:08:57 |
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 | 50 |
author_reputation | 253,602,537,834,068 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,288,905 |
net_rshares | 0 |
author | theb0red1 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-aggroed-201994t191716977z | ||||||
category | hardbork | ||||||
json_metadata | {"tags":["hardbork","steemmonsters","steem-engine","palnet","spt"],"app":"esteem/2.2.0-mobile","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2019-09-05 02:17:18 | ||||||
last_update | 2019-09-05 02:17:18 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2019-09-12 02:17:18 | ||||||
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 | 37 | ||||||
author_reputation | 65,304,992,236,585 | ||||||
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 90,256,712 | ||||||
net_rshares | 8,698,626,038 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cardboard | 0 | 8,698,626,038 | 100% | ||
anjanida | 0 | 0 | 100% |
Lol Posted using [Partiko Android](https://partiko.app/referral/hungryharish)
author | hungryharish |
---|---|
permlink | hungryharish-re-theb0red1-re-aggroed-201994t191716977z-20190905t134147319z |
category | hardbork |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-09-05 13:41:48 |
last_update | 2019-09-05 13:41:48 |
depth | 2 |
children | 0 |
last_payout | 2019-09-12 13:41:48 |
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 | 78 |
author_reputation | 43,084,570,998,742 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,274,905 |
net_rshares | 0 |
Thanks for all your hard work that you and your team has put in into steemit and your projects keep the good work up....we all here to support you guys ๐ฅ
author | thecontractor | ||||||
---|---|---|---|---|---|---|---|
permlink | re-aggroed-201995t8441991z | ||||||
category | hardbork | ||||||
json_metadata | {"tags":["hardbork","steemmonsters","steem-engine","palnet","spt"],"app":"esteem/2.2.0-mobile","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2019-09-05 06:44:18 | ||||||
last_update | 2019-09-05 06:44:18 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2019-09-12 06:44:18 | ||||||
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 | 153 | ||||||
author_reputation | 3,634,452,250,283 | ||||||
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 90,262,142 | ||||||
net_rshares | 0 |
We've talked about the vote selling at length and why it's economically equivalent of self voting. You're literally one of the most popular and respected people on the platform and I really wish you weren't contributing to this market after Newsteem has given us the tools to pivot entirely towards honest curation. You have certainly decreased your paid vote this post since last time and I appreciate it. I did not downvote this time but would likely have upvoted it and be talking about the content of the actual post had you not bought any votes at all. Peace,
author | trafalgar |
---|---|
permlink | pxc7m1 |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steemit/0.1"} |
created | 2019-09-05 02:44:36 |
last_update | 2019-09-05 02:44:36 |
depth | 1 |
children | 2 |
last_payout | 2019-09-12 02:44:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.051 HBD |
curator_payout_value | 0.051 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 566 |
author_reputation | 196,449,472,677,173 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,257,190 |
net_rshares | 435,578,598,655 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | 226,685,517,617 | 1% | ||
anthonyadavisii | 0 | 203,437,272,417 | 100% | ||
ookamisuuhaisha | 0 | 4,589,330,928 | 100% | ||
skramatters | 0 | 866,477,693 | 5% |
I did read it, it was worth nothing.. you owne me 25 seconds of lifetime for writing this comment.
author | manniman |
---|---|
permlink | re-trafalgar-pxc8d0 |
category | hardbork |
json_metadata | {"tags":["hardbork"],"app":"steempeak/1.15.5"} |
created | 2019-09-05 03:00:39 |
last_update | 2019-09-05 03:00:39 |
depth | 2 |
children | 0 |
last_payout | 2019-09-12 03:00:39 |
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 | 98 |
author_reputation | 77,790,724,868,389 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,257,525 |
net_rshares | 0 |
Smdh Posted using [Partiko Android](https://partiko.app/referral/skramatters)
author | skramatters |
---|---|
permlink | skramatters-re-trafalgar-pxc7m1-20190905t032851483z |
category | hardbork |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-09-05 03:28:51 |
last_update | 2019-09-05 03:28:51 |
depth | 2 |
children | 0 |
last_payout | 2019-09-12 03:28:51 |
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 | 78 |
author_reputation | 47,272,384,667,049 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,258,130 |
net_rshares | 0 |
To listen to the audio version of this article click on the play image. [](http://ec2-52-72-169-104.compute-1.amazonaws.com/aggroed__low-cost-infrastructure-to-support-keychain-splinterlands-steem-engine-and-future-apps-compact-broadcast-node.mp3) Brought to you by [@tts](https://steemit.com/tts/@tts/introduction). If you find it useful please consider upvoting this reply.
author | tts |
---|---|
permlink | re-low-cost-infrastructure-to-support-keychain-splinterlands-steem-engine-and-future-apps-compact-broadcast-node-20190905t004129 |
category | hardbork |
json_metadata | "" |
created | 2019-09-05 00:41:30 |
last_update | 2019-09-05 00:41:30 |
depth | 1 |
children | 0 |
last_payout | 2019-09-12 00:41:30 |
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 | 428 |
author_reputation | -4,535,154,553,995 |
root_title | "Compact Broadcast Node: Low Cost Infrastructure to support Keychain, Splinterlands, Steem Engine and Future Apps" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,254,734 |
net_rshares | -2,267,305,176,163 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | -2,267,305,176,163 | -10% |