Myron
Myron
Please check if there is xdag-testnet.config in your resource file directory. Can you provide us with the code version and system version you are running, so that we can better...
> yes, xdag-testnet.config in the resource file directory. I used master branch. You can try to copy xdag-testnet.config to the compiled jar package path. If you are using a linux...
> > yes, xdag-testnet.config in the resource file directory. I used master branch. > > You can try to copy xdag-testnet.config to the compiled jar package path. > If you...
Can you tell me the version of your operating system and the steps you followed? Looks like it lacks a dependency on randomx. You can check if randomx is installed....
maybe u use centos? try this to build randomx ``` git clone https://github.com/tevador/RandomX.git cd RandomX mkdir build && cd build cmake -DARCH=native .. make sudo make install ``` and try...
> > maybe u use centos? > > try this to build randomx > > ``` > > git clone https://github.com/tevador/RandomX.git > > cd RandomX > > mkdir build &&...