selsta

Results 960 comments of selsta

Do you know how to compile monero manually from source?

Do you have homebrew installed?

So you built the binary on 10.12? And this did not happen before v0.18? Can you run randomx tests? ``` git clone https://github.com/tevador/RandomX cd randomx mkdir build cd build cmake...

And this did not happen before v0.18? And what's the output of `ulimit -a` ?

``` cd randomx git checkout master~20 cd build cmake .. make ./randomx-tests ``` Does this show the same output?

We use a newer SDK to build v0.18 binaries so that we are compatible with Apple Silicon. What does not make sense currently is that you get the same monerod...

@bf215181b5140522 Can you download and unpack https://bitcoincore.org/depends-sources/sdks/MacOSX10.11.sdk.tar.gz And then add `-D CMAKE_OSX_SYSROOT=~/Downloads/MacOSX10.11.sdk/` to Makefile on line 103? https://github.com/monero-project/monero/blob/master/Makefile#L103 It should look like this ``` cd $(builddir)/release && cmake -D CMAKE_OSX_SYSROOT=~/Downloads/MacOSX10.11.sdk/...

As a first step try to run a node without docker and without config. If there are no issues re-add the config and check if you still have this issue.

There isn't anything interesting in that log. Can you try to post the output of log level 2 while there is high CPU usage?

@hajes can you post more information? Do you also use docker? What is your monerod config? Are you p2pool mining?