I have been looking everywhere (bitcoin.org and here at github) for the official documentation for the bitcoin.conf file. I could not find it, though. Does this documentation exist?
I am especially interested in the documentation for the blocknotify and walletnotify fields.
When do they trigger? In my impression, blocknotify triggers for every block, but I am not sure about walletnotify. Does it trigger for every transaction, or only for transactions mentioning addresses from the wallet? Sometimes it seems to even trigger twice for the same transaction hash.
Are blocknotify or walletnotify affected in any way by addresses imported through the importaddress RPC function?