blocknotify - yiimp
-
I’m trying to setup a pool on yiimp and having issue with blocknotify. Yiimp is in one server while feathercoin daemon is in another server.
in server A ip: 1.1.1.1 yiimp is installed
in server B ip: 2.2.2.2 daemon is installed
Even though block has found however blocknotify doesn’t seem to work, I doubt because feathercoin.conf file is in daemon’s B server while actual pool script is on server A, there might be execution issue? How to fix it?
Here is the line I added to daemon’s feathercoin.conf file at server B: 2.2.2.2
Code:
blocknotify=blocknotify 1.1.1.1:4233 308 %sany idea why blocknotify isn’t working? Do I need to make any changes in above line to make blocknotify work from daemon’s B server to intimate server A.
PS. I’m using Linux, Ubuntu 16.04.3
-