You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we really want blockchain technology to replace fiat then we really need lightning network for cheap, near real-time transfers. If you buy a chocolate in a store you want to use NFC on your phone to transfer money and wait a second or 2, not 20 seconds or minutes, and you don't want to pay $1 transaction fee for a $2 chocolate.
We don't want to waste to much power and resources and destroy environment in order to create transactions.
We don't want someone to earn more money just because they are already rich. We want them to earn money by contributing to the network by allowing semi-instant transactions.
Proposal:
Create standardized lightning network with a special kind of smart contract that would be recognized by Casper
Develop Casper PoS in such a way to give mining rights and reward to active nodes in this lightning network, by randomly choosing a smart contract and giving a reward proportional to log of value in that contract contributed by active node in that contract.
The whole idea would be based on math instead of some regulations:
Problems and Solutions:
Q: What will prevent whales to split their balance and connect these 2 nodes and earn rewards? A: There are 2 different types of incentives for whales to create active nodes which would serve actual users:
a) In the smart contract which creates a connection in lightning network, nodes can be set as active (banks) or passive (end users), and only an active nodes would get the reward. That would give incentive to "banks" to use their balance in multiple connections with other users.
b) Reward would be proportional to log x (where x is the number of ETHs contributed in the contract by one active node). This would give incentive for active nodes to connect multiple users instead of using all their balance on one smart contract.
Q: But in that case active nodes would flood the ethereum chain with really small contracts (eg. 0.001 ETH). A: No, because they would lose money when contract value is less than 2 ETH if the reward is proportional to log X (Do your math!)
That means that anyone with more than 2 ETH could be part of lightning network and they would have incentive to create multiple connections greater than 2 ETH.
Q: If there are 2 active nodes in a contract would they receive a reward? A: No. Reward would give them incentive to split their connection to multiple small contracts and that would unnecessary increase the size of the ethereum chain. However if an active node is not well connected with other active nodes, then users would break the contract so that active node would have less chance for a reward.
If you think that 2 ETHs is to small then formula could be log (x/5) so that would give incentive to have nodes greater than 10 ETH.
I think that implementing lighting network and PoS in this way could be used to reduce traffic on the chain and then the time between block could also be increased because the majority of transactions would happen on lightning network where each active node would track only their own transactions.
If we want the whole world to use ethereum for daily transactions it needs to be done by some kind of lightning network so that we can have billions almost-instant transactions per day without increasing the size of the chain by 1TB per day. Chain should be used for contracts, not for transactions.
The text was updated successfully, but these errors were encountered:
Assumptions:
If we really want blockchain technology to replace fiat then we really need lightning network for cheap, near real-time transfers. If you buy a chocolate in a store you want to use NFC on your phone to transfer money and wait a second or 2, not 20 seconds or minutes, and you don't want to pay $1 transaction fee for a $2 chocolate.
We don't want to waste to much power and resources and destroy environment in order to create transactions.
We don't want someone to earn more money just because they are already rich. We want them to earn money by contributing to the network by allowing semi-instant transactions.
Proposal:
Create standardized lightning network with a special kind of smart contract that would be recognized by Casper
Develop Casper PoS in such a way to give mining rights and reward to active nodes in this lightning network, by randomly choosing a smart contract and giving a reward proportional to log of value in that contract contributed by active node in that contract.
The whole idea would be based on math instead of some regulations:
Problems and Solutions:
Q: What will prevent whales to split their balance and connect these 2 nodes and earn rewards?
A: There are 2 different types of incentives for whales to create active nodes which would serve actual users:
a) In the smart contract which creates a connection in lightning network, nodes can be set as active (banks) or passive (end users), and only an active nodes would get the reward. That would give incentive to "banks" to use their balance in multiple connections with other users.
b) Reward would be proportional to log x (where x is the number of ETHs contributed in the contract by one active node). This would give incentive for active nodes to connect multiple users instead of using all their balance on one smart contract.
Q: But in that case active nodes would flood the ethereum chain with really small contracts (eg. 0.001 ETH).
A: No, because they would lose money when contract value is less than 2 ETH if the reward is proportional to log X (Do your math!)
That means that anyone with more than 2 ETH could be part of lightning network and they would have incentive to create multiple connections greater than 2 ETH.
Q: If there are 2 active nodes in a contract would they receive a reward?
A: No. Reward would give them incentive to split their connection to multiple small contracts and that would unnecessary increase the size of the ethereum chain. However if an active node is not well connected with other active nodes, then users would break the contract so that active node would have less chance for a reward.
If you think that 2 ETHs is to small then formula could be log (x/5) so that would give incentive to have nodes greater than 10 ETH.
I think that implementing lighting network and PoS in this way could be used to reduce traffic on the chain and then the time between block could also be increased because the majority of transactions would happen on lightning network where each active node would track only their own transactions.
If we want the whole world to use ethereum for daily transactions it needs to be done by some kind of lightning network so that we can have billions almost-instant transactions per day without increasing the size of the chain by 1TB per day. Chain should be used for contracts, not for transactions.
The text was updated successfully, but these errors were encountered: