Author Topic: Making Proof of Work as Predictable as DPOS  (Read 2806 times)

0 Members and 1 Guest are viewing this topic.

Offline Troglodactyl

  • Hero Member
  • *****
  • Posts: 960
    • View Profile
Doesnt mining still burn energy needlessly that could be put into the ecosystem?  What is the point of making blocks predictable like dpos when dpos is still better?  Just curious.
Yes.  The point is that there are lots of people who stubbornly oppose any alternative to POW, and that's a market worth serving.  I'd prefer selling them a better product too, but you just have to give them the best they're willing to take.

Just give them BitBTC.

If they think every system without mining is doomed, that won't help them.

sumantso

  • Guest
Doesnt mining still burn energy needlessly that could be put into the ecosystem?  What is the point of making blocks predictable like dpos when dpos is still better?  Just curious.
Yes.  The point is that there are lots of people who stubbornly oppose any alternative to POW, and that's a market worth serving.  I'd prefer selling them a better product too, but you just have to give them the best they're willing to take.

Just give them BitBTC.

Offline CLains

  • Hero Member
  • *****
  • Posts: 2606
    • View Profile
  • BitShares: clains
Just as an outsider I will say it sounds like a talented guy getting caught up in details. I am sure your skills could grab a few hundred juicy low hanging fruits in the time it takes you to think through and execute this.

Offline 70231f697a2b3c2b

  • Full Member
  • ***
  • Posts: 61
    • View Profile
If the miners are producing hashes independently of blocks, what are they producing hashes of?

Could signing blocks (and receiving the block reward) be payment for doing something not directly related to the blockchain (but still useful) with their processing power?
« Last Edit: December 04, 2014, 12:47:56 pm by todofixthis »

Offline sparkles

  • Full Member
  • ***
  • Posts: 107
    • View Profile

Offline gamey

  • Hero Member
  • *****
  • Posts: 2253
    • View Profile

Miners can also now collude easier.

This secondary queue concept opens up a whole new way of attacking by utilizing some out of band (inband?) network communication.  You would likely need some sort of dynamic confirmation size that is dependent on size the secondary queue. (# of blocks in the line) You're basically removing a lot of the security properties doing it that way, because miners will be able to see when their confederates have 7 blocks in a row etc.

Perhaps you would make delegates create these blocks while POW miners just find the hash?
I speak for myself and only myself.

Offline Troglodactyl

  • Hero Member
  • *****
  • Posts: 960
    • View Profile
Which is why sparkles shouldn't be improving (and thus introducing new risky unknowns) anything with the Proof-of-Waste algorithm so that he can advertise it as the same as Bitcoin. That is the only advantage this consensus algorithm has over DPOS (that it appeals to the irrational majority in the cryptocurrency community).

Interesting backwards-yet-logical point.

They'll get their PoW.. and have to eat it too :)

edit: For the record, I think Sparkle is a worthwhile experiment

Agreed, I think it's worthwhile, but it seems like a frustrating thing to work on for someone with a drive to solve problems, which I think describes most developers.

Offline roadscape

Which is why sparkles shouldn't be improving (and thus introducing new risky unknowns) anything with the Proof-of-Waste algorithm so that he can advertise it as the same as Bitcoin. That is the only advantage this consensus algorithm has over DPOS (that it appeals to the irrational majority in the cryptocurrency community).

Interesting backwards-yet-logical point.

They'll get their PoW.. and have to eat it too :)

edit: For the record, I think Sparkle is a worthwhile experiment
« Last Edit: December 01, 2014, 01:25:07 am by roadkill »
http://cryptofresh.com  |  witness: roadscape

Offline Troglodactyl

  • Hero Member
  • *****
  • Posts: 960
    • View Profile
Doesnt mining still burn energy needlessly that could be put into the ecosystem?  What is the point of making blocks predictable like dpos when dpos is still better?  Just curious.
Yes.  The point is that there are lots of people who stubbornly oppose any alternative to POW, and that's a market worth serving.  I'd prefer selling them a better product too, but you just have to give them the best they're willing to take.

Which is why sparkles shouldn't be improving (and thus introducing new risky unknowns) anything with the Proof-of-Waste algorithm so that he can advertise it as the same as Bitcoin. That is the only advantage this consensus algorithm has over DPOS (that it appeals to the irrational majority in the cryptocurrency community).

Sounds reasonable to me.

Offline arhag

  • Hero Member
  • *****
  • Posts: 1214
    • View Profile
    • My posts on Steem
  • BitShares: arhag
  • GitHub: arhag
Doesnt mining still burn energy needlessly that could be put into the ecosystem?  What is the point of making blocks predictable like dpos when dpos is still better?  Just curious.
Yes.  The point is that there are lots of people who stubbornly oppose any alternative to POW, and that's a market worth serving.  I'd prefer selling them a better product too, but you just have to give them the best they're willing to take.

Which is why sparkles shouldn't be improving (and thus introducing new risky unknowns) anything with the Proof-of-Waste algorithm so that he can advertise it as the same as Bitcoin. That is the only advantage this consensus algorithm has over DPOS (that it appeals to the irrational majority in the cryptocurrency community).

Offline Troglodactyl

  • Hero Member
  • *****
  • Posts: 960
    • View Profile
Doesnt mining still burn energy needlessly that could be put into the ecosystem?  What is the point of making blocks predictable like dpos when dpos is still better?  Just curious.
Yes.  The point is that there are lots of people who stubbornly oppose any alternative to POW, and that's a market worth serving.  I'd prefer selling them a better product too, but you just have to give them the best they're willing to take.

Offline ticklebiscuit

  • Full Member
  • ***
  • Posts: 97
    • View Profile
Doesnt mining still burn energy needlessly that could be put into the ecosystem?  What is the point of making blocks predictable like dpos when dpos is still better?  Just curious.

Offline ag

  • Full Member
  • ***
  • Posts: 132
    • View Profile
if you have POW with 20s target, you could have delegates still responsible to broadcast a signed block if a POW block is not submitted within 30s. POW block could take preference over signed block in the fork situation. the majority of blocks would end up mined, the minority signed. not sure what %.

Offline sparkles

  • Full Member
  • ***
  • Posts: 107
    • View Profile
So it has been really bugging me that Sparkle lacks the nice predictable block times that DPOS provides so I set out to design a better approach to proof of work.

Imagine if you will that miners don't create a block at the same time that they find a hash.  Imagine instead that every time a miner produces a hash they get put in a queue to sign a block.   Now imagine this queue is processed every 10 seconds just like DPOS.   It would be like a buffered video stream.

If the queue length is less than X blocks difficulty decreases, if it is more than X blocks difficulty increases. 

So now you end up with two "chains" the proof of work chain to determine the signers and the transaction chain that executes every 10 seconds exactly.  The proof of work chain would have to reference the head of the transaction chain and thus support and confirm the transaction history.   

The issue becomes what new attacks can be executed:

1) a bad miner (who is anonymous) could easily sign many different blocks when their turn shows up.
2) a bad miner would know in advance when they have a run of blocks
3) what would a good "confirmation time" be? 

We can mitigate the first attack by having their mining reward vest for X blocks and allow any crypto graphic proof to the contrary to deny their pay.

Just a wild idea :)  Perhaps too complex and untested and Sparkle should simply stick with what is known.