be implemented at the node level right?
idk how that stuff works, neturino is having a bloom filter for every block's utxos and then you can privately check whether your utxos are part of the set (as opposed to the other model where you create bloom filter of your addresses and give it to some node to check blocks for you)
Neutrino is indeed doing the filtering on the client instead of server which helps with privacy. But the problem is that the wallet wants to download entire blocks. Based on a bloom hit. That's a lot lot more data to download.
Neutrino + CTOR scaling was explained here https://medium.com/@bchd.cash/scaling-neutrino-with-ctor-903e96950d56
Neutrino improves wallet privacy, but Dandelion++ goes a step further for transaction privacy. It first sends transactions quietly through random nodes (Stem phase) and only then broadcasts them widely (Fluff phase), making it much harder to trace the original sender. It is more like obfuscation
Обсуждают сегодня