Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ZOLD, an experimental non-Blockchain cryptocurrency for fast micropayments
by
U
on 27/08/2019, 01:46:31 UTC
As I understand,this is just a copy idea of IOTA.
plz correct me.

Well, it's not a copy of IOTA. Not even close Smiley

Have you had a chance to read the white paper?
Yes.

Some questions:
How to calculate the scores of Nodes for priority when they can be in and out of network randomly?

How to protect Double spending?
Quote
The receiver of the money must be careful and always do the full fetch (from as many nodes as possible) in order to guarantee safety of transactions.
---How? and which results should the receiver believe when fetched two or more different balances?

How to protect 51% attack?
Quote
This may happen, but a fetching node may always re-validate the entire wallet, by checking RSA signatures of all transactions. This will take some time, but will provide an extra guarantee to the client.
--let's say more than 1000 nodes,what's the time needed and how to check?

How to protect DDOS attack?