00:02:35 Its code that modifies private keys tho 05:23:28 Hi 05:24:58 I’m looking for resources to earn money doing dev for monero. I would like to find a way to do it full time but am willing to start with open source. What areas need the most help for development? 07:14:15 bounties.monero.social 12:15:59 it's all open source. what's "start with" ? 12:22:40 💵 16:18:57 I didn't know that ZMQ notifications were triggered from inside the `Blockchain` class, I thought it was the `core` class... oh well 16:32:41 Yeah it might be movable, but the caller needs to know whether it's in the main chain or not 21:40:41 hello 21:44:33 hi 22:04:53 .merge+ 9130 22:04:53 Added 22:10:26 For development, I  start local monerod + php https://github.com/monero-integrations/monerophp 22:10:27 And I get error. How to disable  SSL certificate for local development. Is it possible? 22:10:27 Fatal error: Uncaught RuntimeException: Unable to connect to https://127.0.0.1:28081/ Error: SSL certificate problem: self signed certificate in /home/rudi/web/sites/monero/example/vendor/monero-integrations/monerophp/src/jsonRPCClient.php:141 Stack trace: #0 22:10:28 /home/rudi/web/sites/monero/example/vendor/monero-integrations/monerophp/src/jsonRPCClient.php(81): MoneroIntegrations\MoneroPhp\jsonRPCClient->getResponse() #1 /home/rudi/web/sites/monero/example/vendor/monero-integrations/monerophp/src/daemonRPC.php(113): MoneroIntegrations\MoneroPhp\jsonRPCClient->_run() #2 22:10:28 /home/rudi/web/sites/monero/example/vendor/monero-integrations/monerophp/src/daemonRPC.php(130): MoneroIntegrations\MoneroPhp\daemonRPC->_run() #3 /home/rudi/web/sites/monero/example/vendor/monero-integrations/monerophp/example.php(16): MoneroIntegrations\MoneroPhp\daemonRPC->getblockcount() #4 {main} thrown in 22:10:29 /home/rudi/web/sites/monero/example/vendor/monero-integrations/monerophp/src/jsonRPCClient.php on line 141 22:11:43 try `--rpc-ssl disabled` 22:11:48 but not sure if this will solve your issue 22:46:53 Fixed 22:46:53 just pass a 3rd parameter to the classes like: 22:46:54 $daemonRPC = new daemonRPC('127.0.0.1', 28081, false); 22:46:54 and 22:46:55 $walletRPC = new walletRPC('127.0.0.1', 28083, false);