DinoStray

Results 5 issues of DinoStray

print info like "true" or "false"?

We have supported syslog, why not add journald support?

we use mmap map the whole file, and ret->data is only part of the file without ETHASH_DAG_MAGIC_NUM ``` static bool ethash_mmap(struct ethash_full* ret, FILE* f) { int fd; char* mmapped_data;...

In C++, I can call protobuf_object.SerializeAsString(). Which method is the same as above in nodejs? The following code is not correct. ``` let out = pbObj.serializeBinary(); let serializeStr = Buffer.from(out).toString();...

question