blur
blur copied to clipboard
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....
In our `depends` build system, Clang v9.0.0 is not compatible with ubuntu 20.04 host. Presently discerning if this is the cause of our other issues in macOS cross-compilation. I've locally...
As You can see here https://github.com/blur-network/blur/blob/a733e5213612cea8c869e3b4950510a40bbc035c/src/cryptonote_config.h#L62 You have `#define FINAL_SUBSIDY_PER_MINUTE ((uint64_t)200000000000)` set Which was changed with commit https://github.com/blur-network/blur/commit/f411ef341d7cf6fca8fbb326f6e68dc39d6455d7 BLUR uses 12 Decimal points. According to the website https://blur.cash and your...
As mentioned in the discussion here: https://github.com/blur-network/blur/issues/53... `Viewkeys are deterministic, currently (derived from the spendkey, of which the mnemonic is a representation). I think this is a disavowal of established...
Not liking the things in that library. Historically, its been a source of a fairly large problem at least once (Cisco Talos). Comments in code don't seem to be happy...
I noticed that `blurd` will continue to mine after a suspend + resume when no internet access exists on resume. It will mine and use CPU resources indefinitely, not realizing...
This is security-breaking behavior, potentially. Simply generating a random nonce each time is not sufficient in this scenario. We need to use a counter as well, to ensure that we...
Since our mnemonic seed is a representation of the private spendkey, we should take better care to ensure that it is not trivially read from some plain-text source. This issue...