Author

Topic: Yiimp mining pool - Problems with setting stratum diff and blocknotify - solved (Read 268 times)

hero member
Activity: 883
Merit: 556
cryptohamstr.com - Pool OP
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: 883
Merit: 556
cryptohamstr.com - Pool OP
I have installed yiimp and i am haveing currently problems on setting the Stratum diff.
On scrypt and sha256 it is always showing a diff of 16, no matter which values i put for "difficulty =" on the stratum/conf/algo.conf
Any ideas what could have gone wrong?

The 2. problem i am faceing is that blocknotify is not working. I did compile everything and copied the blocknotify to .coin folder containing the wallet and blockchain. Everytime a new block is found i only see "scrypt, update block, bad password" on the stratum.
I installed from here: https://github.com/Kudaraidee/yiimp
On different version, original yiimp fork from here: https://github.com/tpruvot/yiimp i did not have the problem with startum diff, but segwit coins would only return "error -8: segwit needs rule" error. So far i did not see this error with Kudaraidee's version.

I would be very happy if someone could help me out with some ideas where to look Smiley

Jump to: