scrobble.life
#steemdao

Proposal: SteemWorld Support

Introduction


As I want to continue my development on SteemWorld and the lack of funds/resources has always been a huge hurdle for me, I think it is a good idea to use the SPS for funding my work in future. To be honest, as many have read in my last post, there is no other way for me to be able to continue on my current path and I may have to shut my services down, if this here should not work out.

How often in the last years did I ask myself something like: 'When will you finally make your next post and earn something for all that, what you have built here over the past weeks?' I can tell you, that has never been a good feeling for me. So, after the work was done (sometimes even in then midst of all), I was on a run to write an article about my work in a language that is not my mother tongue, just to be able to pay my servers and costs of living in general.

I am the only one who is working on SteemWorld (front & back-end) and I hope you can imagine that there cannot have been much time for other things in my life over the years. My wife, family and friends can write a book about this.

Over a year ago I told them that it is just a matter of time until I will be able to make a living of it. Now I am still sitting here in my room, thousands of people use my tools daily and my bank account is still unable to show me a green light.

I love to develop things for Steem, which make our lifes easier, and deeply in my heart I hope that the opportunity given here will be able to change my financial status finally.

Funding


I request 28,105 SBD for 365 days.

Since I am the 'team' and there are no others, who could continue the work on the front-end in case something unforeseeable happens on the server, I cannot always predict when exactly a new feature will be available on the site. The same is true, if I see something in my code that needs my attention.

As a perfectionist, my way of getting things done does not always go straight to the goal without taking care of all that, what is calling for help around me, but in the end, it is always way more pleasurable for me to solve upcoming issues directly. There is no deadline for building SteemWorld, especially not as long as I am on a one-man-mission, but I think the SPS can help me to better organize my planned tasks from now on.

The finished result will always be a stable, high quality product. Additional funding finally can bring it all to a level, on which I really can be satisfied with the results. It enables me to work more freely and at the same time more goal oriented, because it takes away the well known fear of not being able to make it through the next monthly bills.

Did I tell you that searching for transfers by using the "Search Transfer" tool on SteemWorld was way faster, before I removed some huge database indices? The only reason for removing them was the lack of available SSD space on my main server.

The same is true for my coming SDS (Steem Data Service). Until now I could not continue to work on it, just because I don't have enough disk space on that server. I would love to have it on a separate dedicated machine, because this would greatly extend the limits (especially for testing purposes, full blockchain-replays) and the whole development experience would be much more satisfying for me.

I don't want to create multiple proposals over the year and decided to make one for each 365 days, so that I can finally fully focus on getting the planned things done. Of course, I will post updates periodically to inform you about my progress, but I won't take rewards from the pool anymore and will decline the payout on all of my related SteemWorld posts.

Main Goals


SMT & Steem Engine Support

I already prepared my codebase in the past weeks to be able to work with tokens of different types and a big part of what is to come is already done. After finishing the delegations and market orders for SETs (Steem Engine Tokens) in the next few weeks, I will start to prepare SteemWorld for working with SMTs.

As I did not find time yet to fully explore the coming APIs and new possibilities with SMTs, I will update this post later and add more details on what exactly is about to come.

Mobile SteemWorld Version

I know that many users of SteemWorld are waiting for a mobile/responsive version and this will besides SDS (after SMTs) be one of the main points on my list for the coming months.

Separating Page Features

Currently nearly all features on the site are compressed like a swiss knife and are only reachable via the main page. I want to change this in future, so that we can create an account by visiting steemworld.org/tools/create-account or see only the recent account history (operations) directly on steemworld.org/@user/history. It would then also be possible to work with URL parameters, so that for example when someone wants to make a transfer to a specific account, he could open a link like steemworld.org/tools/transfer?to=[target_account] and the given fields in the transfer form would be automatically pre-filled.

Interactive Post Editor

This is a nice to have but not really essential feature for SteemWorld. There are already great platforms like SteemPeak available that enable us to work with templates and all that stuff, therefore (and because a day has only 24 hours) I currently do not see a high priority for spending time on the editor.

In any case, first I need to switch to a responsive layout and wait for the SMT hardfork, because otherwise there would be too many later adaptions to be made. So, it will take a while until I will think about this feature's relevance again.

Here are some previews from my related posts:

Animated GIFs

Preview 1 (fixing the typo in 'headar' with the editor) Preview 2 (just playing around)

SDS (Open Source Steem Data Service based on Node.js)

Finishing the SDS is my main goal for the coming year. I did not talk much about it in my recent posts, but a huge part of my available time in the past year went into developing SDS. As long as I am working on its base and full data replays/compression methods are being tested, I will have time for working on the SteemWorld front-end, especially on the features mentioned above.

For most SteemWorld users the SDS is not really important to know, because it is more of a developer/statistics/investigation tool that can be used locally as well as for a public web service. It lays the groundwork for the future and coming SteemWorld features, which I cannot build with my current setup or any other available data service.

SBDS and Hivemind are good solutions for working with the blockchain data in a non-consensus way, but I want to provide a more configurable solution with compression and possibilities for own database structures in mind.

Earlier this year I wrote:

As I mentioned in my last post, I'm currently working on my Open Source Steem Data Service and I've already made great progress with it. The old (current) SteemWorld back-ends both run on PHP (one dedicated machine for serving the account data requests coming from steemworld.org and one simple host for providing the page itself and for acting as kind of a backup storage). The new back-end will use the SDS and it will be based purely on Node.js, which outperforms Apache/PHP with ease as shown in the following diagram:

https://www.hostingadvice.com/blog/comparing-node-js-vs-php-performance

I guess some of you can image that it's kind of an adventure to convert the existing back-end logic from PHP to asynchronous JS, but I already can tell you that it's worth it without any doubt. Future is here and I'm finally working with JavaScript on the client and the server side without the need of switching between different languages anymore.

SDS includes never seen compression techniques, so that the blockchain can be stored in a super compact format. There will be different compression modes available (full/lite), so that each of us can decide which one to use by changing the setting in the SDS config file.

Some of you may know the XZ compressor (based on LZMA), which on a level 9 (extreme mode, param '-e') setting compresses blocks to approximately 1/8 of the original size. With SDS in compression mode 'full' it is possible to compress them to a size that is ~ 0.63 times the size of the best XZ compression result. When the time has come, I will make an additional post about the SDS to explain how it all works.

Some facts:

  • Runs on Linux, Mac and Windows

  • Free to use, will be released under MIT license

  • Can be started locally or as public web service

  • Enables each of us to analyze and work with the Steem blockchain data in a simple and very efficient way (SQL and custom queries can be used too)

  • Syncing can be done via available public instances (very fast) or regular Steem nodes

  • Provides automatic downloading of already parsed data (no need to start from block 1)

  • No need to setup any database services (all file-based -> no layers in between -> lightning fast on SSD)

  • Offers configurable datasets (if you just need a db with all transfers, you can run an instance with only the desired parser module 'transfers' enabled)

  • Also virtual operations can be parsed (or downloaded from one of my servers that will also provide all parsed datasets)

  • JS developers can easily implement own parser modules (just add a custom script in the modules path and the service will call the parseBlock, parseTransaction, parseOperation and parseVirtualOperation methods within your script for each block)

  • Highly compressed data (some crazy stuff and a bit of magic involved here)

  • Can be used as REST API: //[domain or localhost]/sds/get_block/1 => returns block 1 as JSON /sds/get_blocks/1-1000 => returns 1000 blocks (1 to 1000) with one request in second(s)

  • Custom APIs that make use of the parsed data could look like: /sds/get_followers/steemchiller => returns my followers ...

Open Source


Since quite some time already, I am in the process of preparing my code to be published on GitHub. As I want to deliver a clean and secure solution for the whole Steem community, it's hard to say exactly, when SteemWorld will be completely open source, but I am doing my best to get it done until Q2 2020.

Closing Words


Of course, I cannot predict the future and there might come small additions/changes to the planned features in the coming months. I will keep you updated on my progress periodically and, as stated earlier, I will decline payout for my SteemWorld posts as soon as I get enough votes for this proposal.

If you think that I bring value to Steem and you want me to continue my development, please vote for my proposal:

View all proposals on:


https://securityheaders.com/?q=https://steemworld.org

Thank you for supporting my work!

Comments · 105

  • @nuancedthought(42)· 2523d

    So... since you're basically now getting fully funded by the Steem community why not just open source it all?

  • @transisto(75)· 2524d

    Vote value for downvote is not affected by % of leftover power. That number 0.61 mean nothing.

  • @jekhy(7)· 2532d

    Thanks for the post.

  • @jekhy(7)· 2532d

    Thanks for the post.

  • @opb(41)· 2532d

    Thank you so much for using our service! Congratulations! You've earned an ROI of 110.11% with bids of: 0.131$

    Received 78.93% upvote from @onlyprofitbot courtesy of @etcmike!

    Want to earn more with us? Our APR can reach as high as
    17% or more!

    More portion of profit will be given to delegators, as the SP pool grows!

    Comment below or any post with "@opb !delegate [DelegationAmount]" to find out about current APR, estimated daily earnings in SBD/STEEM

    You can now also make bids by commenting "@opb !vote post [BidAmount] [SBD|STEEM]" on any post without the hassle of pasting url to memo!

    * Please note you do not have to key in [] for the command to work, APR can be affected by STEEM prices
  • @mundharmonika(67)· 2533d

    Super Sache, und es geht ja recht zügig voran mit den Votes, auch wenn es seit gestern abend etwas zurück ging! Die Daumen sind gedrückt!

    Ich wollte schon eine Weile einen Fehler melden: Ich habe in den Settings Steempeak ausgewählt, aber das wird entweder nicht im Link gespeichert oder von dort nicht eingelesen! Und es hat sich verändert: Erst war Steeve drin und wurde auch aufgerufen und jetzt ist gar nichts mehr in der Anzeige und Steemit wird aufgerufen.

  • @shaidon(71)· 2533d

    I wish you the best of luck with this proposal. My favourite front end was Steem Dash, a way of looking at our wallets that updated in realtime. It didn't survive the hardfork because it was on the Steembottracker server.

    Steemworld is now my go to place for doing that. My upvote isn't worth much but I do what I can.

  • @fredkese(72)· 2534d

    Thanks for your good work for steem

    Posted using Partiko Android

  • @lion200(63)· 2534d

    Hey man, I fully support your work as I visit steemworld on a daily base. Having that said, I also agree with the people who advice to break it down into smaller proposals. As you already have broken down the functionalities you want to implement, it would be better to make proposals for sets of functionalities, rather than 1 big proposal.

    Still, I support your work and hope you keep doing this as long as you can ;)

    Posted using Partiko iOS

  • @hasenmann(59)· 2534d

    Upvoted and resteemed

  • @brimanz(37)· 2534d

    Excelente información para todos aquellos que desconocen el funcionamiento de la plataforma. El mayor de los éxitos en tus próximas publicaciones.

  • @freewritehouse(74)· 2534d

    You got our full support!

  • @mima2606(72)· 2534d

    Du hast ein 100 % Upvote von unserem Kuration – Support Account erhalten.

    Dieser wird nicht von einem Bot erteilt. Wir lesen die Beiträge. (#deutsch) und dann entscheidet der Kurator eigenverantwortlich ob und in welcher Stärke gevotet wird. Unser Upvote zieht ein Curation Trail von vielen Followern hinter sich her!!!

    Wir, die Mitglieder des German Steem Bootcamps möchten "DIE DEUTSCHE COMMUNITY" stärken und laden Dich ein Mitglied zu werden.

    Discord Server an https://discord.gg/Uee9wDB

  • @zord189(75)· 2534d

    Thank you for all the hardwork over the years making Steem accessible from all angles! I've given you a vote for your proposal, you deserve it!

  • @joanstewart(75)· 2534d

    Appreciate time and effort put into this project @steemchiller have voted.

  • @brittandjosie(76)· 2534d

    And offcourse i Will support that

  • @ash(74)· 2534d

    steemworld is awesome, supporting!

  • @sifondeseltz(56)· 2534d

    your work is fantastic, I apreciate a lot what you do voted !COFFEEA

  • @pixelfan(74)· 2534d

    Of course you have my vote... I can not even imagine a world without this tool...

  • @wakeupkitty(72)· 2534d

    You have my vote twice (both accounts). I hope it helps you if more is needed please let me know.

    I cannot use Steemeorld it is too heavy to run on my mobile and with my connection. Same with most apps they simply do not work exception is @partiko.

    I hope you will have a solution for all those mobile users too. I will write a bit to ask to help you.

    I wish you a great day and future with 💕

    Posted using Partiko Android

  • @timesoffitness(39)· 2534d

    Hello Dear, @steemchiller I think you deserve this support and the amount you are asking for is completely reasonable given how great your site is. I hope it is funded soon.

    Follow Me Please @timesoffitness

  • @jznsamuel(72)· 2535d

    steemworld is my go to steem tool, and it's great what you do. happy to support!

  • @monkeyjump(48)· 2535d

    I think this project deserves the most active support.

  • @georgeboya(67)· 2535d

    Happily voted:) @steemchiller your are the backbone of our community:)

  • @samic(64)· 2535d

    With pleasure, vote done!

  • @flemingfarm(81)· 2535d

    The blatant ignorance of some people regarding this issue is astounding. The Steemworld site is used by MANY people and is an invaluable tool and the amount of time and effort that @steemchiller has put into making this beyond useful should absolutely be funded. I have yelled about this for over a year.

    PAY THE MAN!!!!!

    The fact that NO other person has created ANYTHING close to Steemworld should be proof in itself that he deserves funding, especially considering the distinct lack of support from Steemit Inc.

    Look around at all the bullshit projects that keep popping up, adding little real use just another front end or some game, yet get constant funding from various sources. Why has Steemworld been forgotten about? @steemchiller has been very reserved in asking for funding over the years and now when he does ask, some people suddenly freak the fuck out.

    I find Steemworld so useful that I have @steemchiller on 100% autovote and have transferred steem to him at various times to show I value the service he has created. It may not be much but it is what I can do.

  • @oluwatobiloba(72)· 2535d

    I support your project because it is a brilliant idea.

  • @connecteconomy(72)· 2535d

    I just voted.

    I hope people don't look at this proposal only for the work you're planning to do, but also as a reimbursement for all the work you have already done.

  • @dswigle(78)· 2535d

    I can't imagine the platform without a Steemworld. It is obviously used by others and quoted throughout every day.

    Upped and Steemed and off to read the proposal. Have a great day!

    !tip.30

  • @fredrikaa(74)· 2535d

    Downvote removed due to high engagement to the post. While I'm yet to use steemworld, and found the content of the post itself overvalued, it's clear that it adds something to the many Steemians who have commented here, and that the resulting discussions have been very positive.

  • @flaxz(75)· 2535d

    I love Steemworld and I use it every day, so this proposal has my vote, keep up your great work and stay awesome.

  • @melinda010100(80)· 2535d

    I support this request 100%

  • @jacuzzi(75)· 2536d

    100% support this project!

    This should be rolled into the official steem platform. Not too much else to say about this... YES!

  • @slingshot(56)· 2536d

    Always a fan of the work you do. Keep it rolling @steemchiller

  • @amico(67)· 2536d

    Upvoted, resteemed and supported with love!

    A huge hug!

    !giphy awesome+proposal

  • @funnyman(71)· 2536d

    I am a front-end developer, Let me know if I can be of some help :)

  • @beerlover(65)· 2536d

    View or trade BEER at steem-engine.



    Hey @steemchiller, here is a bit BEER for you. Enjoy it!

  • @barmbo(73)· 2536d

    !BEER

  • @freddio(60)· 2536d

    really nice. I will vote for you

  • @artemislives(74)· 2536d

    Voted for your proposal in the affirmative, and enjoyed giving you the 100% upvote just now. Wishing you ease and relief from financial stress so you can focus on what really matters - improving steem for everyone. Much gratitude from Thailand.

  • @silversaver888(81)· 2536d

    Thanks for the update... and everything that you d, @steemchiller!

  • @bleujay(74)· 2536d

    Greetings @steemchiller,

    Thank you for all you do.....for many Steemworld is essential to using Steemit.

    Truly simple is best.....please do not make it too complicated.

    Please do not decline payout...if you get funding.....in fact bleujay was going to propose you present two posts for every one post....one in the German language and one in English......lets make that French as well. ^__^

    Wishing you all the best in your endeavours.

    Cheers!

  • @roleerob(71)· 2536d

    Yes @steemchiller …

    ”… and I hope you can imagine that there cannot have been much time for other things in my life over the years. My wife, family and friends can write a book about this.”

    I and I am sure many others “in here” can most definitely imagine. Your post here and some of the initial comments I have read certainly bring sharply into focus the question of whether you, or anyone for that matter, can actually make a living developing code for our Steem blockchain. At least, at STEEM’s current price in the marketplace …

    ”As a perfectionist, my way of getting things done does not always go straight to the goal without taking care of all that, what is calling for help around me, but in the end, it is always way more pleasurable for me to solve upcoming issues directly.”

    With some experience with programming and databases, I can relate to this. And, as a result …

    ”The finished result will always be a stable, high quality product.’

    … you have long provided a service which many, many Steemians are very grateful to have available to them on their individual “journeys” through the Steemisphere.

    From here, I can only say I continue to support your work. And, as a man of my word, I will vote for your proposal. You have earned my trust and confidence. But … Very openly and honestly, it is not without a little discomfort with some of the questions raised. Chief among them, as I read through the comments, is closed-source coding and the resulting concern - ”what if something happens to you?” Perhaps you will choose to address some of these concerns. Thoughtfully and conscientiously, as always. In whatever manner seems best to you.


    Edit: Your time is valuable. I will take your response to @howo as response enough for me, to what I have written here @steemchiller. Thanks! 👍

  • @icondark(64)· 2536d

    I've got to admit I zoned out on the technical stuff; but you run an awesome service that gets better every update. I hope you find a way to at least continue to run it as-is, even if you have to stop adding features.

  • @chesatochi(73)· 2536d

    I know you work hard to enhance this tool all the time and is the only one I use now. I vote for the 1 year development and improvement.

  • @balte(71)· 2536d

    You have my support for the proposal of course! best regards!

  • @wayo(62)· 2536d

    I think the content in your article is enough to start gofundme or indiegogo page. Try multiple options, segregate information and explain it well, it's not that hard to grab money when proposal is well explained.

  • @beerlover(65)· 2536d

    View or trade BEER at steem-engine.



    Hey @steemchiller, here is a bit BEER for you. Enjoy it!

  • @muscara(70)· 2536d

    Programmieren macht durstig - auch von mir ein !BEER

  • @alinix(52)· 2536d

    SteemWorld Rocks ! Thank you so much for all your hard work, resteemed & upvoted ;)

    Posted using Partiko Android

  • @shortsegments(78)· 2536d

    How do we vote for your proposal?

  • @brianoflondon(77)· 2536d

    You've had a few steem direct from me from time to time but you've got my vote now too.

  • @muscara(70)· 2536d

    Was wollte mir Steemworld hier Wichtiges mitteilen? Kam nach Klick auf "claim all rewards", was über Keychain ganz normal ablief.

    grafik.png

  • @kaeves4711(49)· 2536d

    i wanna help as much as i can.

  • @d-zero(71)· 2536d

    I've been waiting for a proposal like this. I use Steemworld.org everyday mainly o save my time with STEEM-Engine. The features available are simply amazing. Thank you so much for all you work. ope to see this proposal approved ASAP :)

  • @chruuselbeeri(61)· 2536d

    Vielen Dank für deine Arbeit. Sie ist eine echte Hilfe für die Anwendung von Steemit. Alles Gute wünsche ich dir.

  • @ervin-lemark(76)· 2536d

    Fully upvoted, resteemed, supported 1000%.

    Steemworld is the best and most essential steem platform tool. Period!

  • @darrenfj(62)· 2536d

    Your work is invaluable and I hope the powers that be see that..

    good luck, brutha!

  • @michaeljn(68)· 2536d

    @steemchiller Ok, done voting, I think said transaction on it's way, so assume it is done, I love Steem world and is one of the first things I log into every morning, hope this works out for you, great job so far, all the best @steemchiller

    resteemed.

  • @kaminchan(76)· 2536d

    Thanks for all your hard work!

    Have a restful weekend! Cheers.

  • @lichtblick(77)· 2536d

    Voted and resteemed :-) Pinned post on FB.

  • @gadrian(76)· 2536d

    You have my vote(s) and my resteem. Looking forward to see further development in Steemworld!

  • @roger5120(73)· 2536d

    I used your your program and really like it a lot. Some steem coming your way as a gift 🎁.

    Posted using Partiko iOS

  • @abitcoinskeptic(75)· 2536d

    I think you deserve this support and the amount you are asking for is completely reasonable given how great your site is. I hope it is funded soon.

  • @financialadvice(45)· 2536d

    This is a great proposal! Going to support it and love your services.

  • @azircon(79)· 2537d

    I voted for the proposal. Even as largely an outsider I used your services most often. Any help you need, than I can, I am willing

  • @supdork(51)· 2537d

    Sup Dork?!? Enjoy the Upvote!!! Keep up with the dorky content for more love!!!

  • @farizal(64)· 2537d

    Your service was too good until I can't live without a day checking out steemworld. The UX was a work of genius. I will vote for your proposal. Everyone in STEEM should do the same too.

  • @pennsif(77)· 2537d

    This post has been included in the latest edition of The Steem News - a compilation of the key news stories on the Steem blockchain.

  • @nigelmarkdias(67)· 2537d

    Thank you! 🙏 @SteemChiller for making a better #Steem experience for all of us. Voted 🗳 for your proposal. F1C15A4C-C069-423F-9CBB-A70C3C79B38B.gif Posted using Partiko iOS

  • @cwow2(73)· 2537d

    Not sure why you would decline payout for steemworld related posts if you got this funding. Wouldn't it be smart to post up the updates to be more robust in the future, when the funding stops?

  • @lanzjoseg(78)· 2537d

    Hello @steemchiller

    Here I am as always, placing my grain of sand, you deserve it for your dedication.

    Greetings from Venezuela a country that elucha for their freedom.

  • @howo(76)· 2537d

    Cool feature set, but this definitely doesn't deserve 28k. And not over a period of a year. I would suggest that you break this proposal into sub proposals, each proposal being one of the big features. like "mobile steemworld", "sds", "interactive post editor".

    This way people can support what they want to support. I am down for the sds part. I don't care about the steemworld parts. Thus I won't be in favor of your proposal because I know that some of the funding will go to things I don't want/care about.

    Also I don't think the sps should be used to fund closed source projects (like steemworld, correct me if I'm wrong).

    Tl;dr : the sds is a great use case for the sps, the rest not so much.

  • @dtrade(65)· 2537d

    Thanks for using #steemleo tag. Here is my support and #steemleo community is also eager to support the project.

  • @nickyhavey(74)· 2537d

    You get my full support on this proposal. Steemworld is a go to for a lot of steemians and it would be a travesty if you didn't get the support you needed to maintain it.

    Hope to see many more vote for you here

    Posted using Partiko Android

  • @agrostis(57)· 2537d

    Thanks for you splendid work.

    To help with your development/support costs, I've sent you 50 Steem . Hope this helps.

  • @soyrosa(75)· 2537d

    This is a nice to have but not really essential feature for SteemWorld. There are already great platforms like SteemPeak available that enable us to work with templates and all that stuff, therefore (and because a day has only 24 hours) I currently do not see a high priority for spending time on the editor.

    I think this is correct - an editor wouldn't have high priority for me either. However, if you can make a steemworld.org mobile version that still feels light-weight that would be a big win for Steem :-)

  • @soyrosa(75)· 2537d

    I already told you last week I would support you adding a Proposal for Steemworld - I use steemworld.org more often than all the frontends combined, it's really a 'catch all' for Steem and we need you to be able to keep working on this - with less financial stress.

    Thanks for all that you've done already without getting much for it in return - now I'm off to vote :D Cheers!

  • @rycharde(64)· 2537d

    You have my support.

    But... one important point: I think that SPS proposals do not use the proxies that users may have setup for witness votes. If I'm wrong, then please correct this, but it means each of those accounts needs to vote individually on proposals.

  • @steemium(62)· 2537d

    15$ has been spent to promote this content using Steemium.
    Learn more here!

  • @circa(62)· 2537d

    I can't imagine a Steem without Steemworld! I hope the community can gather around you for support.

    I've promoted your post on eSteem for the next 7 days. Good luck!

  • @dandays(73)· 2537d

    People.. it’s a few clicks. Vote for @steemchiller. Steemworld is the best front out there.

  • @denmarkguy(79)· 2537d

    Absolutely 100% support for this @steemchiller, I really hope the community steps up and shows its support! There are huge numbers of people who significant stake who use SteemWorld.org every day (and we KNOW this because screen shots of bits and pieces on their SteemWorld page shows up in their posts!) and hopefully they will get behind this, too.

  • @felt.buzz(76)· 2537d

    I have voted for you! :)

  • @double-u(73)· 2537d

    Lieber @steemchiller,

    ich bin nun in der Liste der Supporter. Das hat geklappt.

    Sollte man jetzt auch noch irgendwie voten?

    Ich fände es gut, wenn du oben in deinem Post eine kleine Anleitung schreiben würdest, wie man dich bei dieser Sache am besten unterstützen kann.

  • @drakernoise(63)· 2537d

    I wish that at least people can vote. Wished I had more resources to donate to you but couldn’t afford more. One can help as one’s capacity, that was mine. Hope your proposal gets approved soon, I honestly think you deserve it, not gonna flatter just a bit on this, facts are enough. Proposal voted of course! Hugs

  • @artemisa7(44)· 2537d

    Proposal supported.

  • @mytunes(47)· 2537d

    Voted!

  • @cardboard(65)· 2537d

    Guys, if you have problem voting with the keychain, you can use steemconnect here: https://steemproposals.com/proposal/33

  • @alex-m4h(48)· 2537d

    Hast du eigentlich auch einen Patreon Account?

    Posted using Partiko iOS

  • @vieanna(70)· 2537d

    Lieber Steemciller, ich wünsche dir viel Erfolg mit deinem Antrag! Damit du dich weiterhin der Arbeit an der SteemWorld widmen kannst, die für mich, wie für so viele andere, inzwischen unverzichtbar geworden ist.

  • @ewkaw(79)· 2537d

    Voted (I hope I did it correctly). Hope others do them same. Fingers crossed :)

  • @michelangelo3(65)· 2537d

    Ganz klar, mein Stimmchen hast du + Resteem. Viel Glück!

  • @thales7(65)· 2537d

    Ohne dich wäre steem undenkbar und wir alle sind dir deiner Arbeit wegen dankbar. 👏👏👏

    Posted using Partiko Android

  • @athomewithcraig(59)· 2537d

    I love this! This is a no-brainer vote.

  • @barton26(56)· 2537d

    I'm proud to support the great work you do for this chain. You have my vote! Keep doing the amazing work you do for Steem!

  • @miti(76)· 2537d

    I can't imagine a time without SteemWorld! So you have all my support!

  • @steemprojects(38)· 2537d

    This post has been just added as new item to timeline of SteemWorld on Steem Projects.

    If you want to be notified about new updates from this project, register on Steem Projects and add SteemWorld to your favorite projects.

  • @leroy.linientreu(72)· 2537d

    I do not understand that technical stuff, but I will send my steem-rewards to you until the situation has become better. Manually, but I suppose that doesn't make any difference for you.

  • @gillianpearce(67)· 2537d

    Good luck with you proposal. I love Steem World and use it every day i am on the platform.

    I clicked on the link in your post but have no idea how to vote for your proposal. Could you maybe take a screen shot to demonstrate.

    Thanks!

  • @jlsplatts(70)· 2537d

    You have created a great tool for everyone who uses Steem. You have made it so simple to claim all Steem-engine rewards with a simple click of a button. I use Steemworld everyday and really do appreciate the product you have created. Hang in there, things will get better.

    Posted using Partiko iOS

  • @abdulmanan(67)· 2537d

    When ever i want to see something on steem blockchain, i quickly switch to steemworld.org and I am agree yours is one of the most used tool built on steem blockchain or for steem blockchain, I can not do anything, but given you 5 cent vote and my support for this proposal to get approved.

  • @toofasteddie(77)· 2537d

    Shit!, I cannot find your proposal... did you upload it?

  • @beerlover(65)· 2537d

    View or trade BEER at steem-engine.



    Hey @steemchiller, here is a bit BEER for you. Enjoy it!

  • @toofasteddie(77)· 2537d

    Your tool is the most used at the steem Blockchain, you have my vote and support always. !BEER

    Posted using Partiko iOS