amr_arch64 - Version 0.0.2

This commit is contained in:
xcube 2017-12-20 16:30:06 +01:00
parent bb34b4d5b6
commit 04870a0ddd
3 changed files with 23 additions and 15 deletions

View file

@ -32,8 +32,9 @@
#include "align.h"
#define MEMORY 2097152 /* 2 MiB */
#define MEMORY_LITE 1048576 /* 1 MiB */
#define MEMORY 2097152 /* 2 MiB */
#define MEMORY_LITE 1048576 /* 1 MiB */
#define MEMORY_HEAVY 6291456 /* 6 MiB */
struct cryptonight_ctx {

View file

@ -37,7 +37,7 @@
* XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD
* BTC: 1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT
*/
constexpr const int kDonateLevel = 5;
constexpr const int kDonateLevel = 3;
#endif /* __DONATE_H__ */