amr_arch64 - Version 0.0.2
This commit is contained in:
parent
bb34b4d5b6
commit
04870a0ddd
3 changed files with 23 additions and 15 deletions
|
@ -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 {
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
* XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD
|
||||
* BTC: 1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT
|
||||
*/
|
||||
constexpr const int kDonateLevel = 5;
|
||||
constexpr const int kDonateLevel = 3;
|
||||
|
||||
|
||||
#endif /* __DONATE_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue