scrobble.life
#contest

6,700 STEEM (1,300 USD)~ Sponsored Writing Contest: Harmony

Welcome to the @OriginalWorks & CateredContent.com sponsored writing contest!

This is a call to all great Steemit writers! Harmony has sponsored a CateredContent.com writing contest!

Status: OPEN

Accepted Languages:

  • English

Start Time: August 12th, 2019 End Time: August 26th, 2019

Resteem Bonus: First 500 people to resteem this post will receive 1 STEEM each. To qualify, user must:

  • Have over 100 followers.
  • Account must be at least 1 month old.
  • Reply to this post mentioning that you have resteemed the post!

Prize Pool: 1300 USD (Paid in STEEM or ETH!)

We've added a new feature on CateredContent.com so that you can choose if you want to be paid in STEEM or ETH! When the event is over, the USD is converted into the cryptocurrency of your choice and credited to your wallet address!

For this event, upon submitting your article you can choose either STEEM or ETHEREUM as your payout. Prize values will be determined in USD and credited in the cryptocurrency of your choice (STEEM OR ETHEREUM). Don't forget to go to your Profile Page, click "EDIT" and add an ETHEREUM or STEEM wallet if you have not done so already!

To Participate Click Here: CateredContent.com

Up to date information on [Harmony.One](https://harmony.one/):

* https://medium.com/harmony-one/become-a-harmony-mainnet-node-on-august-9th-b522db6a12f8 * https://medium.com/harmony-one/tagged/node * https://medium.com/harmony-one/tagged/technology

Harmony

harmonycc3.png

What is Harmony?

Harmony is a fully scalable, provably secure and energy efficient blockchain based on sharding technology. Harmony is a PoS blockchain that is capable of linear scaling, enabling unprecedented transactions per second with the ability to easily scale as the network becomes heavily utilized. Harmony scales decentralization to a completely new level. It is the most decentralized form of staking powered by optimized sharding technology.

On June 28th, Harmony launched their Mainnet, the first fully sharded POS blockchain. The Mainnet had 600 nodes, making it one of the top 15 decentralized networks. The Phase 2 version of Harmony's mainnet aims to add 4 shards with 400 nodes each, for a total of 1600 nodes. Mainnet Phase 2 also includes a token swap to the native ONE token, the staking smart contract, and token transfers. Harmony Press Release: Phase 2

The Harmony Dream Team

The success of a project is directly dependent on the team behind it. The Harmony team consists of experts in both business and engineering who are driven by their passion for a better world. Each member of this well-rounded team has extensive experience in academia and industry.

Harmony Team

Some of the greatest projects around today are built by individuals who fall into the category of “CryptoMafia”. These are top level executives that leave tech giants, academia and Wall street to bring revolutionary products to the market through their experience, drive, passion and expertise. The team at Harmony is full of just that - a group of talented engineers and business minds that have already proven their exceptional abilities on the market and have come together to build something greater!

Blockchain Technology Comparisons

A sharded PoS system is the best tradeoff between speed and fair consensus. Harmony is the best examples of such a system. Here is a comparison of some other projects utilizing sharding technology.

Comparison Table to other leading PoS blockchains:

Comparison Table (PoS Blockchains)

Modern Scalability Issues: Saved By Harmony

Scalability is a very real issue faced by many existing projects. Those that aren’t already facing scalability issues, may very well face them in the near future as their projects continue to grow.

Cryptokitties

Cryptokitties is one such project that amassed massive attention and a large userbase only to clog up the entire Ethereum network.

The company behind Cryptokitties is Animoca. Animoca has chosen to partner with Harmony in order to collaborate on the development of a new ecosystem for crypto collectibles!

Animoca & Harmony Partnership

DeFi (Decentralized Finance)

As reported by Binance, DeFi has become one of the most common use-cases of the Ethereum network. DeFi consists largely of cryptocurrency lending and borrowing, which results in high transaction throughput requirements. Ethereum is running into scalability issues again as the network’s transaction speed simply cannot keep up with the demand. This is expected to only get worse as the industry continues to grow.

Binance DeFi Report

Harmony can support the growing needs of the DeFi industry in a way that is both resource efficient and secure. With Harmony’s sharding, they are able to scale linearly as the demand of a project grows, ensuring that they won’t be bottlenecked by their infrastructure.

Harmony: The Revolution

Harmony is a sharding based blockchain that has produced various, significant breakthroughs to current challenges in the distributed ledger industry.

Harmony approaches problem-solving by applying 10x innovations at the layer level rather than searching for 10% improvements. The achievements of Harmony's protocol are as follows:

1 - Full Scalability

  • Harmony shards both the processing and the record keeping (state) of the network
  • This means that the storage requirements are less restrictive

2 - Secure Sharding

  • Harmony’s Beacon chain uses a DRG (distributed randomness generation) process
  • Unbiasable, unpredictable, verifiable, scalable

3 - Fast and Efficient Consensus

  • Harmony is PoS and more energy efficient than PoW alternatives

4 - Adaptive-Threshold PoS

  • Staking requirements are adjusted based on total staking volumes so that:
  • Malicious stakeholders cannot concentrate on single shards
  • The threshold is low enough to allow participation for small stakeholders

5 - Scalable Networking Infrastructure

  • Harmony can propagate blocks quickly within shards or across the network
  • Cross shard transactions scale logarithmically with the number of shards
  • Every new shard gets you 1, 10, 100... more transactions instead of 5, 10, 15...

6 - Consistent Cross-Shard Transactions

  • Cross shard sharing happens via direct communication
  • Atomic locking provides references to ensure cross shard consistency

Sharding

Sharding is the process of dividing a database’s computational responsibilities into smaller segments (called shards) which individually carry out their tasks, making the total burden of computation smaller. This means that instead of tackling large computational tasks, they are broken into smaller chunks which are easier to process.

Harmony's Sharding

Harmony has built its system on both industrial and academic developments. From the Zilliqa network, the industry learned to shard. From academic papers, state sharding was conceived, which remedied the storage bottleneck of the Zilliqa protocol and foresaw the attack vector of corrupting single shards over time. Harmony has learned from both industry and academia in developing its own linearly scaling, and provably secure sharding scheme.

Within Harmony are two sorts of chains: a beacon chain and multiple shard chains. The beacon chain is an identity register derived from a randomness generator. The shards on the other hand store separate blockchain states and process transactions. This is all built on a PoS system where some minimum number of votes is the threshold for security against malicious actors. Votes are accrued based on the amount of Harmony ONE held.

Randomness In The Sharding Process Randomness-based sharding is the style of sharding that Harmony, and other industry and academic leaders, have determined to be the most secure (other set-ups include location-based and centrally-controlled sharding schemes). In randomness-based sharding a random number is mutually agreed upon to determine the sharding responsibilities for each node. The agreed upon random number must be: unpredictable, unbiaseable, verifiable, and scalable. Harmony combines a plethora of solutions from projects like Ethereum 2.0 and papers such as Omniledger and RapidChain to adapt a solution with the various strengths of its predecessors. These solutions focus on computing, proving, sharing, and securing the information related to the randomness of the numbers generated for the assignments of the nodes.

Epochs: Sharding Time Intervals On the Harmony network, an epoch is a time interval in which the sharding conditions are fixed. When one epoch ends and a new one starts, the sharding conditions are changed. This acts to further secure the network.

Proof of Stake Sharding Every voting share (which is underwritten by a Harmony One token) allows its respective staker to cast one vote. Security is maintained by keeping malicious stakers to less than 1/3 of the of the voting shares in any shard. Harmony has developed an adaptive threshold system to guarantee the security of the network. By Harmony’s calculations, this system is completely fault tolerant if less than ¼ of the entire network is malicious; which is quite conservative in preparing for a worst-case scenario. As today, competitors like Cosmos the TOP 10 validators hold more than 50% of the total staked tokens, while EOS has only 21 committee seats- constituting them highly centralized. Harmony will adopt EPoS, a mechanism that elects the highest ranked validators based on stake as the committee. Specifically, for every epoch (~ 1 day), the top 1600 stakers will obtain the 1600 seats (4 shards * 400 seats) and become the validators across the shards. Once the epoch changes, the new rank of stakes will determine the validators for the next epoch.

Personalities like Vitalik Buterin (Ethereum), Zaki Manian (Tendermint), Gawin Wood (Parity Technologies), Alex Skidanov (Near Protocol) have been among those that provided publicly feedback

Source: https://twitter.com/harmonyprotocol/status/1160065335011106816

You can find more information here: https://medium.com/harmony-one/introducing-harmonys-effective-proof-of-stake-epos-2d39b4b8d58

Resharding After an epoch is over, the validators that remove their stake are expelled from the network. Those who stay will receive new voting shares for the next epoch. These new shares are randomly assigned to other shards that have more voting shares than the median of the entire network; then some constant number of all shares will be redistributed to shards that have less than the median of all voting shares. This means that Harmony’s shards do not have to reset themselves from scratch every time an epoch has ended, and the computational requirements will be reduced by some factor related to the number of participants that choose to keep their stake in the network for the next round of consensus. This further synergizes with the concept that high stake holders will want to (1) ensure the system runs optimally and (2) maintain and increase their stakes as more epochs progress and the network develops.

The Beacon Chain One of Harmony’s differentiating factors is the protocol’s beacon chain. It is one of two chain types, the other being the multiple transaction-processing shard chains of the network. The beacon chain itself processes transactions like the standard shard chains, but it also has two other key functions.

  1. Generating the random numbers that influence which validators are assigned to which shards
  2. Accepting the stakes of the stakers applying to becomes validators The validators of the beacon chain are determined in a similar process to that which determines the validators of the other standard shard chains.

This mechanism forces malicious actors to corrupt both the shard chain they are targeting, and the beacon chain. Malicious actors are forced to do so that other nodes can be influenced to believe that the new fake block is one that has met the randomly determined requirements that the beacon chain is responsible for presetting. Using the central beacon chain as a relay method between shards also decreases the computational burden that would be present if each shard had to communicate to all other shards independently.

State Sharding On The Blockchain In the Harmony network, each shard chain maintains its own account state. A user can have multiple balances contributed as voting shares to different shards; these balances can move across shards at the user’s behest via cross-shard transactions. Smart contracts are handled differently, and can only be held within the shard in which it was created. For applications that require more throughput than a single shard can handle, Harmony has built a decentralized application developer which can create multiple instances of the same smart contract on different shards and appropriate a subset of traffic to each of them as is deemed fit. These instances do not share the same state, but can communicate with each other across shards.

Pangaea - A Blockchain Experimental Zone Turned To A Massive Success

Pangaea is an experimental zone for thousands of people to interact with the Harmony network, test the limitations of our technology and have lots of fun while earning rewards. Pangaea is created purely for experimental purposes. It will have its own currency for playing and bookkeeping.

It’s the first live experiment - showcasing great prospect for participation on the development of the Harmony network. Within the first 24 hours the initiative had the following:

  • 138 Nodes up & running already
  • 1283 Signups
  • 77 Countries
  • 356 Keys Downloaded

Source: https://twitter.com/harmonyprotocol/status/1160385546515931137

The goals of Pangaea: Test Harmony’s upcoming core protocol milestones and updates such as staking smart contracts and resharding, on a network of all external nodes Set-up and onboard a vast number of nodes, ready to jump into the mainnet, through collective knowledge building and competitions Identify and award community members who help secure Harmony network and are willing to go the extra mile by taking on leadership roles in our validator community More about Pangaea and how you can setup a node in our experimental zone: https://docs.harmony.one/pangaea/

Additional Resources:

[1] https://blog.ethereum.org/2014/07/05/stake/
[2] https://searchoracle.techtarget.com/definition/sharding

Comments · 360

  • @nachomolina(72)· 2550d

    Dear team @cateredcontent & @originallworks, first of all I congratulate you for your great work. I need to inform you that the links of my publications on the platforms: Medium, Twitter and instagram, I have placed in the final part of my post of participation in the contest.

    Because the day I published on the CateredContent.Com platform, that platform only had the option to publish on Steemit.Com enabled. In addition to the option to receive the rewards on Steem or Ethereum, Only that, no other option.

    I don't know why the platform did not have the other options enabled for Medium, Twitter and Instagram.

    For that reason, I was forced to put the links of my publications in my contest post.

    Otherwise, I could not have included them, due to this limitation presented by the CateredContent.Com platform.

    I hope that your great team of moderators and judges can take my case into account, so that I can opt for the bonus rewards, which I included with total punctuality and I had enough dedication to make all my entries, as required by the contest .

    Thank you for your kind attention, I leave the link to my publication and a screenshot of the links with which I participated:

    https://steemit.com/contest/@nachomolina/harmony-or-secure-blockchain-based-on-fragmentation-or-6-700-steem-1-300-usd-sponsored-writing-contest-harmony-or-eng

    # I have always participated in the contests sponsored by @cateredcontent & @originalworks, and they have always proven me efficient and compliant. I hope that in this new opportunity you can help me clarify my case. Sincerely @nachomolina
  • @masud1(42)· 2566d

    Resteemed .......

  • @niallon11(77)· 2566d

    Resteemed for now. I will enter the contest later on this week.

    Posted using Partiko Android

  • @chekohler(76)· 2566d

    I’ve created a entry and resteemed this post

  • @aduragbemi(62)· 2566d

    I have resteemed this post! @originalworks

  • @maeugenia(78)· 2566d

    Resteemed!

  • @yonny(61)· 2566d

    Done 💪😊👍

  • @wayuu-reg(58)· 2566d

    Resteemed !

  • @maria1989(59)· 2566d

    Resteemed for easy access to the contest Good job !

  • @henrycalu(57)· 2566d

    Resteemed this post + upvote

  • @victorsilab(50)· 2567d

    Hi, @originalwork , resteemed! :)

  • @elizacheng(74)· 2567d

    Resteem done

    Posted using Partiko Android

  • @jaichai(58)· 2567d
  • @donnest(63)· 2567d

    resteemed and expect an entry @originalworks @cateredcontent

  • @michellerhey(57)· 2567d

    Re-steemed - I'll be working on an entry soon. :-)

  • @chrislyr(63)· 2568d

    A very promising project. Resteemed!

  • @mrnightmare89(74)· 2568d

    I already resteemed this post and thinking to join the writing contest

    Posted using Partiko Android

  • @elene915(42)· 2568d

    hello @originalworks its been a while. Good to see new writing contest Resteem done.

  • @bookguy(61)· 2568d

    when do we get our 1 steem?

  • @naymur(63)· 2568d

    Resteem done.

    Posted using Partiko Android

  • @steemnepal(57)· 2568d

    Resteemed

  • @chadrona(65)· 2568d

    Resteemed! I also plan on writing an article as well, let see how it goes.

  • @sammiegold(60)· 2568d

    resteemed

  • @cyemela(65)· 2568d

    Upvoted and ReSteemd. Hope to write something for you guys as well. Thanks!

  • @katteasis(64)· 2568d

    Resteemed the Post!

  • @drayhazz(48)· 2569d

    Resteemed

  • @gabrielcuberos(40)· 2569d

    Resteemed @originalworks good luck everyone

  • @emmavrq(31)· 2569d

    Resteemed done

  • @drina100(36)· 2569d

    Resteemed :)

  • @tys-project(51)· 2569d

    Resteem!

  • @grey1992(54)· 2569d

    Regards @originalworks Resteemed + upvote

  • @steemsard(42)· 2569d

    Hola great annocument. Resteemed

  • @sames(66)· 2569d

    Resteemed

  • @yurulias(35)· 2569d

    Hi guys Reesteemed

  • @kopo483(42)· 2569d

    yeah of course im writing for this wonderul contest Resteemed

  • @seyiodus(62)· 2569d

    Resteemed! Good luck to all writers.

  • @bxlphabet(66)· 2569d

    Resteemed. Thank you :)

  • @antigenx(57)· 2569d

    resteemed.. been long i came in here. glad i caught a glimpse of this.

  • @bookguy(61)· 2569d

    I resteemed the post

  • @sarez(65)· 2569d

    Voted and Resteemed. Entry Soon

  • @chrisparis(70)· 2569d

    Resteem

    Posted using Partiko Android

  • @ayjoe(57)· 2569d

    resteemed done 🙏 register and edit profil done 🤝

    Posted using Partiko Android

  • @izaid(61)· 2569d

    Resteemed

  • @thedarkrider(46)· 2570d

    resteemed

  • @btcfan(46)· 2570d

    resteemed

  • @goldenraven(47)· 2570d

    resteemed

  • @steemcasper(47)· 2570d

    resteemed

  • @aslemeur(40)· 2570d

    I will be writing a post to compete, Reestemed ... excellent

  • @pjmuek(40)· 2570d

    Wonderful a new contest, Reesteemed!!! ... greetings.

  • @krathos(37)· 2570d

    @originalworks friends excellent contest, Reesteemed!!!

  • @dimsyto(60)· 2570d

    I have resteemed this post and I will be taking part in this contest

  • @dmix(25)· 2570d

    Resteemed

    Posted using Partiko Android

  • @darthgexe(67)· 2570d

    Resteemed. I'll also try to participate in this contest.

  • @wongbraling(68)· 2570d

    interestting contest, resteem done

  • @chrisamuda(63)· 2570d

    resteemed deal done, am on it

  • @daniel3050(51)· 2570d

    Reestemed

  • @xrazyafro73(41)· 2570d

    Resteem done ! :) and if I have time, will write something 😉

    Posted using Partiko Android

  • @koliunia(43)· 2570d

    L7 Trade Project Review - Unique Multi-Currency Inter-P2P Exchange! Trading without loss Only profit! https://steemit.com/bitcoin/@koliunia/l7-trade-project-review-unique-multi-currency-inter-p2p-exchange-trading-without-loss-only-profit

  • @whitestallion(54)· 2570d

    I have missed you guys,i will upload my entry soon.resteemed this post.

  • @olezoom(56)· 2570d

    Resteemed

    Posted using Partiko Android

  • @jacqueline5(43)· 2570d

    Resteemed!

  • @nawmi(42)· 2570d

    Resteemed....

  • @resmi(44)· 2570d

    Resteemed

  • @sarmila(5)· 2570d

    Resteemed

  • @karina4(8)· 2570d

    resteemed

  • @miller1(14)· 2570d

    Resteemed.

  • @marizanne(10)· 2570d

    Resteemed done

  • @merina(46)· 2570d

    Post resteemed......

  • @maisha(3)· 2570d

    Resteemed

  • @jerry2(5)· 2570d

    "Resteemed"

  • @dr-frankenstein(66)· 2571d

    R

  • @mirkon86(60)· 2571d

    Resteemed ^^ thanks for the opportunity

    Posted using Partiko Android

  • @myanmarkoko(72)· 2571d

    Resteemed

  • @htwegyi(69)· 2571d

    resteemed

  • @gade4rt(58)· 2571d

    Resteemed this post! Excellent Contest

  • @jhosepdelgado(51)· 2571d

    Resteemed :D @originalworks

  • @yaleal(53)· 2571d

    Resteemed. I will participate in this contest

  • @hexenlagran(40)· 2571d

    Wow!

    Posted using Partiko Android

  • @mdmostofa(68)· 2571d

    Resteem done. I think it is very good project and best offers

  • @lenaspiritual(63)· 2571d

    hi, thanks i resteemed your post. i will participate, sounds great.

  • @empato365(64)· 2571d

    I am qualified to resteem, so I did. Harmony is one great project on the Binnace launchpad and it looks great. Cause I hold a portion of it on BInnace

  • @louislawren(51)· 2571d

    Resteemed

  • @paul.atreides(54)· 2571d

    Resteemed

    Posted using Partiko iOS

  • @maparari(54)· 2571d

    Resteemed

  • @jadams2k18(66)· 2571d

    Resteemed

  • @nazacris(35)· 2571d

    Hello @originalworks this is a great opportunity Reesteemed

  • @mirefalcon(31)· 2571d

    Of course i'll be here with my post for harmony Reesteem Done

  • @medicineforlife(48)· 2571d

    Good Contest @originalworks. Reesteemed done

  • @kayceefresh(57)· 2571d

    Resteemed and I might partake in the contest

    Posted using Partiko Android

  • @gabyoro(40)· 2571d

    Post Resteemed

  • @maguifalcon(49)· 2571d

    Post Resteemed

  • @batman-x(44)· 2571d

    Post Resteemed

  • @guilleoro(48)· 2571d

    Post Resteemed... I Will be taking part!

  • @virgias(41)· 2571d

    Post Resteemed

  • @yasmaoro(49)· 2571d

    Post Resteemed

  • @gabofer(26)· 2571d

    Post Resteemed

  • @rocksort(34)· 2571d

    Post Resteemed

  • @orobux(40)· 2571d

    Post resteemed

  • @mysticalve(46)· 2571d

    Post reesteemet

  • @roselyn26(40)· 2571d

    This is a good project i missed you and Resteemed done

  • @daya1820(35)· 2571d

    Hi dear @originalworks fantastic prizes i'll be back soon with my post Resteemed

  • @matthewanthonyit(60)· 2571d

    I have resteemed this post. Willing to participate

    Posted using Partiko Android

  • @animalovers(38)· 2571d

    I'll do my best :D . Resteemed done

  • @cryptoluck(46)· 2571d

    I'm ready for this amazing contest, thanks @originalworks and @cateredcontent . Thumps up. Reesteemed

  • @eprolific(65)· 2571d

    Resteemed will try to take a shot on this

  • @syllem(78)· 2571d

    Excellent!

    Resteemed

  • @clockworkpriya(48)· 2571d

    Resteemed dear friends of @originalworks & @cateredcontent

    Great Contest!

  • @desmoniac(57)· 2571d

    i have resteemed this post and my entry is coming up soon

  • @arcange(79)· 2571d

    Congratulations @originalworks! Your post was mentioned in the Steem Hit Parade in the following categories:

    • Comments - Ranked 1 with 247 comments
    • Pending payout - Ranked 1 with $ 146,92
  • @jvff(42)· 2571d

    Resteemed! 280th

    Posted using Partiko Android

  • @king-oghie(68)· 2571d

    Thia is a Great Initiative! I'll be dropping my entry soon. For the meantime, I'll just resteem for my friends to see.

  • @carorichards5(38)· 2571d

    Woho im happy for the contest. Reesteem done

  • @bookoons(64)· 2571d

    Resteemed. My entry will come in before due date.

  • @mara0507(44)· 2571d

    Im excited about this writing contest :) Reesteemed

  • @mavi89(47)· 2571d

    Welcome back Reesteem done @originalworks

  • @chireerocks(75)· 2571d

    @originalworks, I've resteemed it. 👍👍

    Posted using Partiko Android

  • @kingsleymond(49)· 2571d

    I have resteem this ...however, this project looks interesting I will carefully go through it one more time to understand better...kudos to @originalworks for sharing this info

  • @floralisma(42)· 2571d

    I am in @originalworks Resteemed

  • @chama10(25)· 2571d

    ohh! but i wanted to!

  • @eddie23(59)· 2571d

    Resteemed with all pleasure!

  • @drigweeu(61)· 2571d

    Restemed, I'm in.

  • @stupid(64)· 2571d

    Resteemed by @stupid

  • @todoenmusica(49)· 2571d

    Great contest \0/ Reesteem done

  • @fucho80(69)· 2571d

    Great project, reesteem to the publication!

  • @nap-io(45)· 2571d

    i resteemed and will participate soon.

  • @peri(46)· 2571d

    resteemed

  • @mariita52(60)· 2571d

    Upvote, reSTEEM. This contest is great!!!

  • @gamsam(69)· 2571d

    Resteemed

    Posted using Partiko Android

  • @dexterdev(63)· 2571d

    resteemed

  • @aekraj(63)· 2571d

    Resteemed

  • @obest(60)· 2571d

    Resteem I will be part of this writing contest ✌

  • @biriki3(60)· 2571d

    i resteemed :)

  • @scosmos(56)· 2571d

    Resteemed, good

  • @iguessitsokay(55)· 2571d

    Resteemed.

  • @myothuzar(73)· 2571d

    Resteemed.

    Posted using Partiko Android

  • @steempowergroup1(56)· 2571d

    Resteemed

    Posted using Partiko Android

  • @billionairehein(64)· 2571d

    Resteemed

    Posted using Partiko Android

  • @thanlwin(43)· 2571d

    Resteemed

    Posted using Partiko Android

  • @khatwai(43)· 2571d

    Resteemed

    Posted using Partiko Android

  • @golden-dream-mm(42)· 2571d

    Resteemed

    Posted using Partiko Android

  • @hein.khant(52)· 2571d

    Resteemed

    Posted using Partiko Android

  • @zarzar1989(49)· 2571d

    Resteem done

    Posted using Partiko Android

  • @golden.future(71)· 2571d

    Resteemed

    Posted using Partiko Android

  • @abdex9(66)· 2571d

    Resteemed. Already ruminating on what to write about for the contest.

    Great job @originalworks✌💖💗

  • @missaj(64)· 2571d

    @nandy4eva

    Posted using Partiko iOS

  • @linnkhant42(52)· 2571d

    Resteemed!

  • @godlovermel25(74)· 2572d

    Resteemed already. God Bless @originalworks

  • @rokhani(70)· 2572d

    Resteemed done It is interesting to join the contest. Thank you @originalworks Warm regard from Indonesia

  • @lovemelange(50)· 2572d

    resteemed

  • @jerry1994(6)· 2572d

    Resteemed

  • @selina2(51)· 2572d

    Resteemed done

  • @almostpeter(48)· 2572d

    resteemed

  • @twistytango(54)· 2572d

    Resteemed

  • @angelsankar(52)· 2572d

    Resteemed....

  • @gabbspitargue(58)· 2572d

    Resteemed! Hoping to join this contest. Time to counter my writer's block. ♡

    Posted using Partiko Android

  • @jenifer2(47)· 2572d

    resteemed

  • @aarshi(12)· 2572d

    resteemed.

  • @chrismadcboy2016(63)· 2572d

    Done Resteemed thank you @originalworks

  • @aasha(41)· 2572d

    Resteemed and upvote this post .

  • @sciencecritics(25)· 2572d

    Ho ho.! RESTEEMED!

    Posted using Partiko Android

  • @jpsarma(32)· 2572d

    Resteemed... Will be taking part as well!!

  • @rukbana(30)· 2572d

    Resteemed

    Posted using Partiko Android

  • @steemitboard(66)· 2572d

    Congratulations @originalworks! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

    Your post was the most commented on one day

    You can view your badges on your Steem Board and compare to others on the Steem Ranking If you no longer want to receive notifications, reply to this comment with the word STOP

    Vote for @Steemitboard as a witness to get one more award and increased upvotes!
  • @rayhankhan(41)· 2572d

    Resteem done.

  • @sweethoney(55)· 2572d

    Resteemed to my followers!

  • @bluewinter(58)· 2572d

    Resteemed to my followers! Will look into this project !

  • @whatsontrend(60)· 2572d

    Resteemed

  • @thewaterygoat(45)· 2572d

    I resteemed the post!

  • @dongajow(40)· 2572d

    i want to join with this program . but i have a question ... how many participant will be get reward ? so , if you rejected the blog . your project will be get free promotions .... "just my think "

  • @pedroerami(66)· 2572d

    Estaré atento, para un próximo concurso.

  • @mariela53(72)· 2572d

    Resteemed

  • @fintiri(42)· 2572d

    Looks like a cool project Will be going through it again for proper understanding

    Posted using Partiko Android

  • @abrish(56)· 2572d

    i think it is the best opportunity for any one who is willing to participate in this witting contest. resteemed

  • @jacuzzi(75)· 2572d

    Woot!! Resteemed... Will be taking part as well!

    Posted using Partiko Android

  • @innocent97(5)· 2572d

    Successfully resteemed

    Posted using Partiko Android

  • @lisbethseijas(78)· 2572d

    Resteemed.

  • @bharathi22(63)· 2572d

    Resteemed! @originalworks @cateredcontent I was waiting for a contest from you. I'm glad you came back with this wonderful contest.

  • @unpensadorloco(59)· 2572d

    Pese a no tener los seguidores lo comparto igualmente. Me parece un buen proyecto y un incentivo para toda la comunidad. Suerte a todos.

  • @miyexi(67)· 2572d

    Resteemed, friends!

  • @camzy(67)· 2572d

    Resteemed

  • @neiraurdaneta(69)· 2572d

    Resteemed this post. Go @originalwords!

  • @indoleboss(42)· 2572d

    I have resteemed this post but it's so unfortunate for me cos the contest rules are out of my reach. I'm not up to a month on steemit yet and still need help to balance my feet here

  • @artgirl(69)· 2572d

    Oh man, time to learn more abt blockchain again. Whew. Nothing but Originalworks contests can make me do it. 😆

    Posted using Partiko Android

  • @edgarare1(68)· 2572d

    It sounds like an interesting project.. I will taking a second read to have it more clear on my mind..!!!

    Posted using Partiko iOS

  • @dioritegravel(40)· 2572d

    resteemed i might take part as well

  • @shibbu57(24)· 2572d

    https://clk.ink/EEbr2r cheack out this video link for further info. fast and follow me back

  • @sahiba(50)· 2572d

    Resteemed

  • @leomarysleon(41)· 2572d

    Resteemed!

  • @juanmolina(70)· 2572d

    Resteemed done!

    i´ll write for you.

  • @thaishps(64)· 2572d

    Están de vuelta, al fín !!! Resteemed!!

  • @taffel(51)· 2572d

    Resteemed

    Posted using Partiko Android

  • @aiuna(69)· 2572d

    Resteemed!

  • @karisatti(33)· 2572d

    One of the best post you are great i love it ❤️😍

  • @ericet(73)· 2572d

    Resteemed. Thanks.

  • @botefarm(70)· 2572d

    #resteemed..

  • @htliao(75)· 2572d

    resteemed

  • @wanderingmoon(63)· 2572d

    Resteemed before I read much of the article in hopes that I would be among the first five hundred. I then went back and noticed I had to have at least a thousand followers and the account had to be at least a month old. Considering I just got my keys yesterday I guess I don't qualify. Oh well, can't say I didn't try. 😂😂 I do not see a wc so I'm not sure how long this story has to be but I started writing it already. I'm also unsure if there is a theme. Good luck to all participants and may the odds be ever in your favor.

  • @salmannaqvi(67)· 2572d

    Resteemed this post. I am willing to participate in this contest.

  • @anaclark(64)· 2572d

    Reesteemed and upvoted. I'm definitely going to enter the contest. Thank you.

    Posted using Partiko Android

  • @rnunez09(68)· 2572d

    Thank you for this opportunity to participate in this interesting contest. Resteemed.

  • @bluemoon(78)· 2572d

    Wish success to all perticipants! Resteemed.

  • @gentleshaid(75)· 2572d

    Resteemed and I might also participate if time permits.

  • @hadji(68)· 2572d

    Resteemed

    Posted using Partiko Android

  • @joseda32(68)· 2572d

    Resteemed!

  • @ggcarlosr(58)· 2572d

    resteemed the post

  • @aamin(64)· 2572d

    Resteemed

  • @rosnalyguerra(51)· 2572d

    Resteemed.

  • @nachomolina(72)· 2572d

    Resteemed!

  • @r1s2g3(77)· 2572d

    Resteemed

  • @lifeaef(54)· 2572d

    Resteemed

  • @danzela(47)· 2572d

    Always doing great job @originalworks Resteemed and will participate in contest. Thank you

  • @ngieng(57)· 2572d

    Resteemed

  • @steeemlover(52)· 2572d

    resteemed

  • @roger5120(73)· 2572d

    I’ve resteemed this post.

    Posted using Partiko iOS

  • @ronel(61)· 2572d

    This post has been resteemed!

  • @manuelgil64(71)· 2572d

    Post resteemed... and my entry will come soon...

  • @p3d1(66)· 2572d

    Resteemed

    Posted using Partiko Android

  • @sthitaprajna(62)· 2572d

    resteemed you are back with a bang

  • @wandergirl(66)· 2572d

    Resteemed..😁

    Posted using Partiko Android

  • @larsson9(54)· 2572d

    Resteemed!

  • @joseangelvs(66)· 2572d

    I already reblog

  • @fredkese(72)· 2572d

    Been awhile

    Posted using Partiko Android

  • @zeushispania(25)· 2572d

    Resteemed

  • @manuelguillegil(39)· 2572d

    ¡RESTEEMED!

  • @androssgb(55)· 2572d

    Resteemed done

  • @imagen(61)· 2572d

    Resteemed

  • @noritza(52)· 2572d

    Resteemed

  • @fortune93(12)· 2572d

    POST RESTEEMED

  • @onyechi(69)· 2572d

    Resteemed

    Posted using Partiko Android

  • @imbigdee(63)· 2572d

    Resteemed

  • @maxwellnewlife7(42)· 2572d

    Resteemed for good

  • @chibuzorwisdom(53)· 2572d

    Post resteemed...... my entry will come soon too.

  • @olaexcel(72)· 2572d

    Resteemed done

    Posted using Partiko Android

  • @olaexcel(72)· 2572d

    This is really a wonderful opportunity, come on everyone

    Posted using Partiko Android

  • @diuhung(44)· 2572d

    Resteemed.

  • @g10a(63)· 2572d

    Resteemed.

    Posted using Partiko iOS

  • @praise-eu(67)· 2572d

    RESTEEMED

  • @carlosluistoro(63)· 2572d

    Resteemed..

  • @autinf(54)· 2572d

    Resteemed.

  • @cetb2008(80)· 2572d

    Resteemed.

  • @sarimanok(70)· 2572d

    Resteemed

    Posted using Partiko Android

  • @carlomile(5)· 2572d

    resteemed

    Posted using Partiko Android

  • @selce-n(59)· 2572d

    Resteem done.

  • @afolwalex(65)· 2572d

    Resteemed! My entry is coming up soon

  • @manishmike10(64)· 2572d

    Esteemed.

  • @mrspeaker(38)· 2572d

    good job @originalworks post Resteemed for easy access..... expect my entry soon.

  • @robibasa(73)· 2572d

    I have resteemed

    Posted using Partiko Android

  • @burlarj(80)· 2572d

    resteemed..

  • @mad-runner(79)· 2572d

    Resteemed

    Posted using Partiko Android

  • @curtwriter(65)· 2572d

    Resteemed... Will be taking part as well!!

  • @hazelalex(67)· 2572d

    Resteemed!

  • @dexent(45)· 2572d

    RESTEEMED this post

  • @stellavincit(57)· 2572d

    Resteemed

  • @sanach(71)· 2572d

    resteemed done

  • @nain(54)· 2572d

    Resteemed done

  • @ikrahch(73)· 2572d

    Resteemed

  • @coolguy222(73)· 2572d

    Resteemed

  • @ajks(69)· 2572d

    resteemed excited to participate in the contest

  • @rosaimm(54)· 2572d

    Resteemed

  • @tyrone3(52)· 2572d

    Resteemed.

  • @reginecruz(54)· 2572d

    Great project!!

    Resteemed 🥀

  • @xabi(76)· 2572d

    Resteemed

  • @ankarlie(64)· 2572d

    Resteemed. This is an interesting contest. Perhaps I will create a tutorial on how to setup using window since the default tutorial leaves out a couple of things unexplained especially for newbies.

  • @kamchore(71)· 2572d

    Resteemed

  • @saun(59)· 2572d

    Gentleman! I RESTEEMED this post!

    Posted using Partiko Android

  • @beerlover(65)· 2572d

    To view or trade BEER go to steem-engine.com.

    Hey @originalworks, here is your BEER token. Enjoy it!

    Do you already know our BEER Crowdfunding

  • @definethedollar(75)· 2572d

    I resteemed! 😁 !BEER

  • @ronarexx(63)· 2572d

    Yo! It's good to have you back. Resteemed!!! Game one

    Posted using Partiko Android

  • @ifioklee(57)· 2572d

    Resteemed

  • @ifeoluwa88(69)· 2572d

    Resteemed

  • @helipad(52)· 2572d

    Resteemed

  • @solute(53)· 2572d

    done

  • @twistytango(54)· 2572d

    Resteemed

  • @englishtchrivy(73)· 2572d

    resteemed

  • @hasmez(55)· 2572d

    Resteemed

  • @yameen(75)· 2572d

    I resteemed this post.

  • @akoaypilipina(59)· 2572d

    Resteemed

  • @allerie00(53)· 2572d

    Resteemed

    Posted using Partiko Android

  • @moeenali(79)· 2572d

    Resteemed

  • @finanzasid(45)· 2572d

    Resteemed done

    Posted using Partiko Android

  • @snars2017(37)· 2572d

    Upvoted and resteemed. Thanks.

  • @kakin(41)· 2572d

    resteemed

  • @sweetkathy(55)· 2572d

    Resteemed

    Posted using Partiko Android

  • @neihy05(58)· 2572d

    Resteemed!

  • @benedict08(72)· 2572d

    resteemed

    Posted using Partiko Android

  • @mamun123456(73)· 2572d

    Resteemed

    Posted using Partiko Android

  • @kushalbang93(37)· 2572d

    Resteemed

  • @sayalijain(37)· 2572d

    Resteemed

  • @blog-beginner(57)· 2572d

    Resteemed

  • @milaan(70)· 2572d

    Resteemed

  • @deantonio(52)· 2572d

    Resteemed

    Posted using Partiko Android

  • @harlhana(60)· 2572d

    Resteemed

    Posted using Partiko iOS

  • @gyn(50)· 2572d

    Resteemed done

  • @cavampire(44)· 2572d

    resteemed

  • @mhyxzqwynn13(45)· 2572d

    Resteemed 😊😊

  • @olivia08(73)· 2572d

    Resteemed

    Posted using Partiko Android

  • @khan.dayyanz(64)· 2572d

    Resteemed..

  • @meetmysuperego(65)· 2572d

    Resteemed ☺️

  • @steemjoker(46)· 2572d

    I resteemed.

  • @otom(61)· 2572d

    resteemed and tweeted!

  • @divine-sound(63)· 2572d

    resteemed

  • @cdaveboyles23(64)· 2572d

    Resteemed

  • @plankton.token(66)· 2572d

    Resteemed.

  • @darlene.kitchen(12)· 2572d

    Resteemed

  • @mkam(40)· 2572d

    resteemed

  • @mermaidvampire(73)· 2572d

    Resteemed!

  • @groynes(56)· 2572d

    Resteemed

    Posted using Partiko Android

  • @repostme(49)· 2572d

    resteemed

  • @florian-glechner(78)· 2572d

    Resteemed.

  • @karofi(52)· 2572d

    Resteemed

  • @eii(72)· 2572d

    Resteemed

  • @illimattic(5)· 2572d

    Resteemed

  • @karishma12(4)· 2572d

    Resteemed

  • @sbd.giveaway(51)· 2572d

    Resteemed

  • @davidfar(70)· 2572d

    I will try it, awesome, Resteemed

  • @ange.nkuru(66)· 2572d

    Resteemed!

  • @bitpizza(62)· 2572d

    Resteemed.

    Harmony for One and All!

  • @joshuaedoja(54)· 2572d

    Resteemed

  • @dragonking(58)· 2572d

    Resteem done.

  • @casperbgd(64)· 2573d

    Resteemed

    Posted using Partiko Android

  • @madushanka(79)· 2573d

    Resteemed and thanks for arrange great contest.

  • @certain(78)· 2573d

    Vow! Great contest Looking forward with positive response to participate here

    Resteemed....

    Posted using Partiko Android

  • @aquamarine(47)· 2573d

    Resteemed

  • @dimples(48)· 2573d

    Resteemed

    Posted using Partiko iOS

  • @gunapeya(56)· 2573d

    resteem finish

  • @travoved(68)· 2573d

    Resteemed

    Posted using Partiko Android

  • @chillpill(52)· 2573d

    resteemed

  • @olasamuel(65)· 2573d

    Resteemed

    Posted using Partiko Android

  • @cryptolucky(50)· 2573d

    resteemed

  • @sumit71428(70)· 2573d

    i have resteemed this post and will take part in it as well.

    Posted using Partiko Android

  • @animaya(56)· 2573d

    Resteemed

  • @hungryharish(67)· 2573d

    Resteemed the post !

    Posted using Partiko Android

  • @alz190(57)· 2573d

    Resteemed

  • @elbrava(59)· 2573d

    Resteemed! 😊

    Posted using Partiko iOS

  • @hairy(67)· 2573d

    resteemed done

  • @abdulmanan(67)· 2573d

    Resteemed.

  • @alokkumar121(82)· 2573d

    Interesting contest. I will try to submit my post soon.

    Resteem done.

    Posted using Partiko Android

  • @calprut(69)· 2573d

    Resteemed, and retweet too... hope this contest get more attentions

  • @smaeunabs(63)· 2573d

    Resteemed!

    I missed joining your contests :D

  • @joseg(58)· 2573d

    RESTEEMED

  • @inderjot(44)· 2573d

    I have resteemed this post

    Posted using Partiko Android

  • @thetimetravelerz(72)· 2573d

    Resteemed

    Posted using Partiko Android

  • @river-island(56)· 2573d

    Resteemed

  • @aamirijaz(70)· 2573d

    Resteemed..

  • @rajan1995(60)· 2573d

    Resteemed done

  • @sathyasankar(65)· 2573d

    Resteemed this post and am willing to participate in this contest.

  • @gduran(68)· 2573d

    Resteemed.

  • @karmadorje(67)· 2573d

    Resteem done.

  • @windermarin(57)· 2573d

    resteemed

  • @lenonmc21(78)· 2573d

    Resteem done. Excellent guys, very interesting contest. Greetings and successes, could encourage me to participate.

  • @conradsuperb(68)· 2573d

    Resteem done 👍🏼 May be partaking in this contest myself 🤔

    Posted using Partiko iOS

  • @oluwashinaayomi(58)· 2573d

    Resteemed

  • @monajam(70)· 2573d

    Resteemed!

    Great contest. I will try to participate. Also, upvoted.

  • @maxili63(66)· 2573d

    Resteemed, The action of writing a bit appears again, I missed it

  • @xyzashu(75)· 2573d

    Resteemed.

    BTW, did you know you can check all resteems in interfaces like steempeak? Why should one be asked to comment after resteeming!

  • @elprutest(60)· 2573d

    "Resteemed"

  • @jessfrendcor(58)· 2573d

    "Resteemed".