-
Hi @MrCyjaneK , I noticed that Monero supports [four types of UR](https://github.com/MrCyjaneK/monero_c/blob/master/patches/monero/0003-airgap.patch) and uses [encrypt_with_view_secret_key](https://gi…
-
I followed your instructions to build the monero wallet lib for Android according to [BUILDING external libs](https://github.com/m2049r/xmrwallet/blob/master/doc/BUILDING-external-libs.md).
But it's …
-
Define minimum requirements and features in order to deploy a pre-alpha Block Node, in an integration environment, for (among others) mirror node team to use for development and testing. This is inten…
-
Currently the wallet uses `cn_slow_hash` to hash the password at [generate_chacha_key](https://github.com/monero-project/monero/blob/master/src/crypto/chacha.h) to get a chacha_key that is used for th…
-
Some issues with code mainly regarding MacOS
```
/src/crypto/slow-hash.cpp:70:7: error: '~cn_context' has a non-throwing exception specification but can still throw [-Werror,-Wexceptions]
…
-
Hello friends, trying compiling forknote in my Ubuntu with gcc (Ubuntu 6.3.0-12ubuntu2) 6.3.0 20170406
is giving the next error:
[ 14%] Building CXX object src/CMakeFiles/Crypto.dir/crypto/slow-h…
-
Might also have to do with xcode update.
After the update I get the flolowing error:
/XXX/src/crypto/slow-hash.cpp:54:7: error: '~cn_context' has a non-throwing exception specification but can still…
-
Hugo already has the the ability to get modified date from git but could we also get the original creation date from git with the:
```
enableGitInfo = true
```
This should be possible with g…
-
Just a bit of feedback...
There are a lot of hardcoded ints... it would be clearer for the next developer if these were named in a constants class/struct.
Also, there seem to be a lack of unit t…
-
Wallet and wallet api, wallet rpc don't necessarily need to link to mining functions exported by cryptonote_core. Ideally avoiding symbols from miner.cpp and functions like get_block_longhash and cn_s…