cache more blockchain data to reduce number of RPC calls

This commit is contained in:
Boog900
2023-10-23 22:24:02 +01:00
parent eeefe49d63
commit 6bfc4da4e4
5 changed files with 59 additions and 133 deletions

View File

@@ -21,5 +21,7 @@ fn main() {
.file("c/CryptonightR_JIT.c")
.file("c/CryptonightR_template.S")
.flag("-maes")
.flag("-Ofast")
.flag("-fexceptions")
.compile("cryptonight")
}