Post
Topic
Board Development & Technical Discussion
Re: Is there any research being done to make the blockchain less energy consuming?
by
aleksej996
on 13/11/2017, 22:47:43 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


To be honest I can't call Ripple "cryptocurrency". It is most like securities united with Paypal. There is no block or decentralized nodes. It's the same to existing bank system.

What do you mean?

Ripple does have 'blocks', but in Ripple parlance they are called 'ledgers':

- - Transactions compete to be part of the next ledger.
- - Once a majority of nodes agrees on a set of transactions, a new ledger is created and propagated through all of the network.
- - The ledger contains a list of transactions, a reference hash to the previous ledger (building a merkle chain) as well as the changed 'state' of the system, similar to how Ethereum's system changes state. This ensures that all nodes can verify locally that the listed transactions indeed result in the given state change, making forks (near?) impossible.

Nodes are definitely decentralized in Ripple:
- - Everyone can run their own node.
- - Nodes can connect to any other node. In fact, users can configure which other nodes they want to connect to exactly.

Also, I am not really sure what "securities united with Paypal" looks like. Could you give some more information on this?

~Wiebe-Marten

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJaCg03AAoJEBfPRUP+Bdzsp8IP/3Ujqo+nTnlIziPjEFk+tOc7
BrcEVZIeX20dBxdJjHDLq/cxkmhDx5XPeYjRarMHgQAUwMI7kRNiZUx/fo50k71A
ggoTy+HSGdWqxo/DVUBg+fuL/QsyWmWg9+OQGAqP0UwA4/Ab9IZAB/v8ChkORZuc
nQ5NqB55w0oyHoVURNc2g8h5gm4udYUVxplLWf3vTjRhQ/aQrp5qeT/t1wcpqKCV
L+nW3MsCeqUYUspobJ14lJuYJHKxbxTdlFbzrJoCr9/hJnN94MpoABuOB5XSPzA2
c4n0FoQP7gCM9ZbTDttP634pyaifHUG4CKv97e1n7c6A5dT4yABf79XJNnSFK+Wg
70blykfqySOmiKI306jiEHraDNmNCAxsuKqT3EBQ0l/39ysLvCsOGFnUAMWAfHdy
1JZ/jvQjBSXd1eXnNiCAwCbseaaUY7DYlSH68RfTVyYneK1ppQVKU8QAu+G4emq0
etJEea3ThQ1OIRHmiGVaPIFTy14xJEvuxvLNAgcGzeZJmzS8/wmEKVniZaRyUZOF
zlg6ow7ueA+8HIps21e6E7H3ngFfF40hiCvuVcJwqru3pKgwxC7WMkA18Ds7RSBM
dV/VrEovHIx0xiBE2uf0E1/Up34FmD4INOGEncaghrIVhZcjAEugVvsH6+sETJTo
pIG2FR/nWAGZYtpLou7y
=NHLj
-----END PGP SIGNATURE-----


I am curious, do these ledgers have all the balances of every address on them? Or just the new transactions?
It seems to me like it would have the same security if the ledgers just stored balances instead of transactions which isn't the case for PoW chains.
There would be no need for the old ledgers then. You can just have the most recent one. And poof goes the blockchain.
It is just a SWIFT system now where anyone can be a bank, right?