Post
Topic
Board Development & Technical Discussion
blocknotify - yiimp
by
theonlyone
on 22/02/2018, 05:06:49 UTC
I'm trying to setup a pool on yiimp and having issue with blocknotify. Yiimp is in one server while 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 is found however blocknotify doesn't seem to work, I doubt because bitcoin.conf file is in daemon's B server while actual pool script is on server A.

Here is the line I added to daemon's conf file at server B: 2.2.2.2

Code:
blocknotify=blocknotify 1.1.1.1:4233 307 %s

any idea why blocknotify isn't not 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