blur-network / blur

The Blur Network is a privacy-oriented peer-to-peer network, built upon the premise that privacy is incompatible with centralization. BLUR employs a custom mining algorithm called CryptoNight-Dynamic. Iterations adjust approximately once every five seconds, with a goal of maintaining CPU advantages over specialized mining hardware.
https://blur.cash
Other
44 stars 19 forks source link

Documentation explaining Blur interoperability #72

Closed Mikerah closed 4 years ago

Mikerah commented 4 years ago

I'm a researcher in the blockchain space and I recently stumbled upon the Blur Network. One of the claims made is that it aims to be interoperable with BTC, XMR and ZEC. However, there is no documentation explaining the mechanisms used to achieve this. Is there any documentation I can read to learn more about this?

who-biz commented 4 years ago

@Mikerah you can find the code being written toward that goal here: https://github.com/blur-network/dpow-blur

Interoperability is not yet possible. But, that repo is capable of handling BTC-specific types and structures.

If you have further questions, please open an issue on that repo instead.

who-biz commented 4 years ago

Closing due to being opened on the incorrect repo.