Post
Topic
Board Bitcoin Technical Support
Re: [Back to not solved] Block notify refusing to execute script
by
nicon
on 18/11/2014, 17:00:26 UTC
Ok, wow...

So do you specify this in the conf file
Code:
blocknotify=/home/bitcoin/block.sh %s

and in the block.sh file:
Code:
#!/bin/sh
code goes here

not sure if I should use dh or bash and if I should call the .sh file direct or via blocknotify=/bin/sh /home/bitcoin/block.sh %s

How are you doing this?