03 2021 档案

摘要:场景 对于诸如Filecoin/Arweave等POC挖矿,Linux下对CPU/RAM/SSD的优化策略很多: Q1: 需解除一些Linux环境下用户进程数/最大文件读取数的限制。 Q2: 对于RandomX算法,设置大内存页面保留 Q1: ulimit设置 // ulimit临时修改用户`最大进 阅读全文
posted @ 2021-03-22 20:43 kumata 阅读(716) 评论(0) 推荐(0)
摘要:场景记录 Catch mistakes and output > testlog #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <time.h> int write_log (FILE* pFile, cons 阅读全文
posted @ 2021-03-09 17:47 kumata 阅读(70) 评论(0) 推荐(0)