How can a ripple wallet trust server?

0

How can a wallet using ripple-lib to interact with the ledger be certain it is seeing the real consensus ledger? If an attacker has control of the rippled server, or the connection to it, what is to stop them from falsely verifying that funds have been received?

Is it just a matter of trusting server operator + certificate authority + https? If you are currently connected to a legitimate server is there some data you can save that would confirm that future transactions were verified by the same entity?

user1055568

Posted 2019-04-23T17:38:47.790

Reputation: 123

Answers

2

One option would be to ask multiple servers: that way you can as sure as you want that. Or you could just run a server—it’s quite simple—and point the wallet to it since, presumably, you wouldn’t lie to yourself.

Nik Bougalis

Posted 2019-04-23T17:38:47.790

Reputation: 326

1Ideally, if you are using the network for anything significant, you would run your own server.David Schwartz 2019-05-21T23:55:29.257