Viewing a response to: @yabapmatt/re-inertia-comparing-steem-engine-to-dstors-and-dlive-20190208t032613424z
> It's a separate chain of blocks created based on data from the Steem blockchain. If that's not a sidechain I don't know what is. In any case, like you said there are no real definitions for any of these terms, and I don't know of anything that more closely and simply describes what this is than "sidechain". By that definition, one might assert that hivemind is a sidechain. It even has a table called `hive_blocks` and that table has the block hash. So on a cursory view, it's a sidechain. I say cursory because in all seriousness, I agree that hivemind is *not* a sidechain. The blocks it tracks are not its own blocks. But it does have *some* of the trappings. It follows the Steem blockchain and creates its own index based on `custom_json` and other types of transactions. So what makes steem-engine a sidechain and hivemind not? For instance, if hivemind added columns to calculate and track the hash of the block on its own, would it suddenly become a sidechain?
author | inertia |
---|---|
permlink | re-yabapmatt-re-inertia-comparing-steem-engine-to-dstors-and-dlive-20190208t172356726z |
category | steemengine |
json_metadata | {"tags":["steemengine"],"app":"steemit/0.1"} |
created | 2019-02-08 17:23:57 |
last_update | 2019-02-08 17:23:57 |
depth | 2 |
children | 3 |
last_payout | 2019-02-15 17:23: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 | 981 |
author_reputation | 346,568,901,399,561 |
root_title | "Comparing Steem Engine to dstors and dlive" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,581,487 |
net_rshares | 0 |
Look the [definition of Dan Larimer](https://steemit.com/lisk/@dan/why-lisk-is-inferior-to-ethereum) of what is a side chain back in 2016: > A smart contract on Steem can use side chains. A side chain is really **a fancy way of saying a multisig account where the transactions that should be signed are agreed upon by consensus and then signed by multiple independent parties as defined by a smart contract**. Steem Smart contracts can interact with the rest of the Steem blockchain just like any other user can. The smart contract consensus algorithm will generate and sign valid Steem transactions which get included in the Steem blockchain. This definition make sense for me, meaning that a side chain should be able to perform transactions (like transfer steem) in the mainnet using smart contracts. Steem Engine is almost that. It still needs a central actor to use real steem, not with multisignatures.
author | jga |
---|---|
permlink | re-inertia-re-yabapmatt-re-inertia-comparing-steem-engine-to-dstors-and-dlive-20190412t144159684z |
category | steemengine |
json_metadata | {"tags":["steemengine"],"links":["https://steemit.com/lisk/@dan/why-lisk-is-inferior-to-ethereum"],"app":"steemit/0.1"} |
created | 2019-04-12 14:42:00 |
last_update | 2019-04-12 14:42:00 |
depth | 3 |
children | 2 |
last_payout | 2019-04-19 14:42:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.080 HBD |
curator_payout_value | 0.359 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 910 |
author_reputation | 76,172,796,162,312 |
root_title | "Comparing Steem Engine to dstors and dlive" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 82,960,901 |
net_rshares | 2,335,038,672,481 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
inertia | 0 | 2,335,038,672,481 | 100% |
I think what Dan is saying is that implementing a side-chain next to a main-chain, where the main-chain itself already has smart contracts, is trivial due to multisignature (side-chains in Easy Mode). Steem Engine is setting up a side-chain in Hard Mode, without a main-chain smart contract system. Then, in its own side-chain, it defines a smart contract system within the side-chain. Without the benefit of main-chain smart contracts, Steem Engine needs to establish consensus some other way. This external consensus could possibly leverage side-chain signatures in some way. E.g., when a block is included in the side-chain, it's signed in some way by a block producer. I'm not sure if side-chain multisignature has a role in block production in this scenario. We already have main-chain multisignature, but by itself, multisignature is not a solution without main-chain smart contracts. **By the way, [check this out](http://scribe.steemian.info/?url=https%3A%2F%2Fsteemit.com%2Flisk%2F%40dan%2Fwhy-lisk-is-inferior-to-ethereum).**
author | inertia |
---|---|
permlink | re-jga-re-inertia-re-yabapmatt-re-inertia-comparing-steem-engine-to-dstors-and-dlive-20190412t155834546z |
category | steemengine |
json_metadata | {"tags":["steemengine"],"app":"steemit/0.1","links":["http://scribe.steemian.info/?url=https%3A%2F%2Fsteemit.com%2Flisk%2F%40dan%2Fwhy-lisk-is-inferior-to-ethereum"]} |
created | 2019-04-12 15:58:33 |
last_update | 2019-04-12 16:00:51 |
depth | 4 |
children | 1 |
last_payout | 2019-04-19 15:58:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,043 |
author_reputation | 346,568,901,399,561 |
root_title | "Comparing Steem Engine to dstors and dlive" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 82,965,369 |
net_rshares | 0 |
Thanks for the link with the history of changes. > I'm not sure if side-chain multisignature has a role in block production in this scenario. Suppose that the actions of @steemsc are made by consensus between several parties, like the witnesses of the side chain. In this scenario, @steemsc is a multisignature account, and one action requires 17 of 21 signatures to be performed. The authorities (active/owner) of @steemsc are updated in the main chain as the witnesses change in the side chain. I think that it is what Dan is saying in his article. In fact, he is saying that this is the way Lisk is working, and that we could do the same in steem: > Lisk relies on 3rd party multi signature solutions to evaluate the code and authorize any transfers out of the smart contract. ... App developers could use Steem and BitShares to implement smart contracts via *Side Chains* in the same manner
author | jga |
---|---|
permlink | re-inertia-re-jga-re-inertia-re-yabapmatt-re-inertia-comparing-steem-engine-to-dstors-and-dlive-20190415t071347965z |
category | steemengine |
json_metadata | {"tags":["steemengine"],"users":["steemsc"],"app":"steemit/0.1"} |
created | 2019-04-15 07:13:48 |
last_update | 2019-04-15 07:13:48 |
depth | 5 |
children | 0 |
last_payout | 2019-04-22 07:13: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 | 900 |
author_reputation | 76,172,796,162,312 |
root_title | "Comparing Steem Engine to dstors and dlive" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 83,124,252 |
net_rshares | 0 |