Author

Topic: pleasedeleteme (Read 302 times)

hero member
Activity: 851
Merit: 556
January 22, 2021, 02:31:20 AM
#2
If someone has the same problem here is the solution: download and compile only yiimp stratum from original git

Quote
git clone https://github.com/tpruvot/yiimp
cd yiimp/stratum/iniparser
make
cd .. (move to stratum folder)
make
Copy your old config with not working difficulty to yiimp/stratum/config
cd yiimp/stratum
nano run.sh

Quote
Original Config:
#!/bin/bash

cd /var/stratum/config/ && ./run.sh $*
change 3. line to
Quote
cd /home/USERNAME/yiimp/stratum/config
change 2. run.sh
cd /home/USERNAME/yiimp/stratum/config
nano run.sh

Change line6 to correct stratum path:
Quote
cd /home/USERNAME/yiimp/stratum

That's it. After that, i am able to put any value on COIN.conf difficulty and it is working Smiley
hero member
Activity: 851
Merit: 556
January 20, 2021, 05:17:56 AM
#1
_
Jump to: