Symphonic

Results 10 comments of Symphonic

I see this is mentioned in #219. I will attempt to remove all JIT-related code from the x86 version. If anyone has a little more experience in C and would...

If you look at the [example](https://github.com/tevador/RandomX/blob/master/src/tests/api-example2.cpp), you can see how the dataset is initialized and then used to create a vm. This dataset can be used multiple times and you...

The flags are **defined** in randomx.h but you assign them when you allocate the dataset. Notice on lines 11-13 of the example a variable is being used to set the...

In terms of how to use the flags: RANDOMX_FLAG_LARGE_PAGES allocates the memory in large pages which makes dataset allocation waaaay faster. There is usually no reason to not enable this....

I am also having this issue.

NACK, this protocol is one of many that exist for this purpose and should remain outside of any spec for bitcoin. Application layer BIPs should provide a clear motivation resulting...