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
This github issue is created to record suggestions of new features and improvements.
Please use this thread for NextGen Blockchain Features Proposals.
Feel free to include P2P, privacy, mining etc. anything related to requirement/mass-adoption/usage of futuristic blockchain like where common man and IOT devices are utilizing blockchain in day to day life with full privacy and without any hype.
Take this thread as beyond DERO, it is about futuristic blockchain.
Homomorphic account based model [First privacy chain to have this.](Check blockchain/transaction_execute.go line 82-95).
Instant account balances[ Need to get 66 bytes of data only from the blockchain].
No more chain scanning or wallet scanning to detect funds, no key images etc.
Truly light weight and efficient wallets.
Fixed per account cost of 66 bytes in blockchain[Immense scalability].
Perfectly anonymous transactions with many-out-of-many proofs [bulletproofs and sigma protocol]
Deniability
Fixed transaction size say ~2.5KB (ring size 8) or ~3.4 KB (ring size 16) etc based on chosen anonymity group size[ logarithmic growth]
Anonymity group can be chosen in powers of 2.
Allows homomorphic assets ( programmable SCs with fixed overhead per asset ), with open Smart Contract but encrypted data [Internal testing/implementation not on this current testnet branch].
Allows open assets ( programmable SCs with fixed overhead per asset ) [Internal testing/implementation not on this current testnet branch]
Allows chain pruning on daemons to control growth of data on daemons.
Transaction generation takes less than 25 ms.
Transaction verification takes even less than 25ms time.
No trusted setup, no hidden parameters.
Pruning chain/history for immense scalability[while still secured using merkle proofs].
Example disk requirements of 1 billion accounts ( Assuming it does not want to keep history of transactions, but keeps proofs to prove that the node is in sync with all other nodes)
Requirement of 1 account = 66 bytes
Assuming storage overhead per account of 128 bytes ( constant )
Total requirements = (66 + 128)GB ~ 200GB
Assuming we are off by factor of 4 = 800GB
Note that, Even after 1 trillion transactions, 1 billion accounts will consume 800GB only, If history is not maintained, and everything still will be in proved state using merkle roots.
And so, Even Raspberry Pi can host the entire chain.
Senders can prove to receiver what amount they have send (without revealing themselves).
Entire chain is rsyncable while in operation.
The text was updated successfully, but these errors were encountered:
On chain 2fa capability, to restrict transactions from a registered account(not wallet client level) would be amazing, if possible at all.
If not, in the event someone's seeds were compromised, a layer to prevent a complete loss would be a huge safety perk for average users.
Encrypted communications via wallet (Text messages)
Human readable DERO Addresses - When registering DERO address with option 4 give option to chose username (e.g send 10 DERO to joshy in stead of DERO address
Currently reliability and stability is more important for Dero than features. Successful web3 protocol requires several implementations (at least 3): python (more like testspec) and rust for performance cases.
This github issue is created to record suggestions of new features and improvements.
Please use this thread for NextGen Blockchain Features Proposals.
Feel free to include P2P, privacy, mining etc. anything related to requirement/mass-adoption/usage of futuristic blockchain like where common man and IOT devices are utilizing blockchain in day to day life with full privacy and without any hype.
Take this thread as beyond DERO, it is about futuristic blockchain.
DERO-HE is having following features right now.
DERO HE Current Features:
And so, Even Raspberry Pi can host the entire chain.
The text was updated successfully, but these errors were encountered: