-
m-relay<jeffro256:monero.social> Its code that modifies private keys tho
-
m-relay<hggpn9tbv4:matrix.org> Hi
-
m-relay<hggpn9tbv4:matrix.org> 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?
-
m-relay<detherminal:matrix.org> bounties.monero.social
-
hycit's all open source. what's "start with" ?
-
m-relay<edge7:matrix.org> 💵
-
m-relay<jeffro256:monero.social> I didn't know that ZMQ notifications were triggered from inside the `Blockchain` class, I thought it was the `core` class... oh well
-
m-relay<vtnerd:monero.social> Yeah it might be movable, but the caller needs to know whether it's in the main chain or not
-
rudihello
-
moneromooohi
-
selsta.merge+ 9130
-
xmr-prAdded
-
rudiFor development, I start local monerod + php github.com/monero-integrations/monerophp
-
rudiAnd I get error. How to disable SSL certificate for local development. Is it possible?
-
rudiFatal error: Uncaught RuntimeException: Unable to connect to 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
-
rudi/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
-
rudi/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
-
rudi/home/rudi/web/sites/monero/example/vendor/monero-integrations/monerophp/src/jsonRPCClient.php on line 141
-
selstatry `--rpc-ssl disabled`
-
selstabut not sure if this will solve your issue
-
rudiFixed
-
rudijust pass a 3rd parameter to the classes like:
-
rudi$daemonRPC = new daemonRPC('127.0.0.1', 28081, false);
-
rudiand
-
rudi$walletRPC = new walletRPC('127.0.0.1', 28083, false);