03:18:11 -xmr-pr- camthegeek opened issue #7414: wallet_rpc: generate_from_keys not setting seed language 03:18:11 -xmr-pr- > https://github.com/monero-project/monero/issues/7414 03:18:11 -xmr-pr- perfect-daemon opened pull request #7413: cmake: fix ccache detection 03:18:11 -xmr-pr- > https://github.com/monero-project/monero/pull/7413 03:18:12 -xmr-pr- tobtoht opened pull request #7412: wallet_rpc: add scan_tx 03:18:13 -xmr-pr- > https://github.com/monero-project/monero/pull/7412 07:16:10 -xmr-pr- TechyGuy17 opened issue #7415: Problems syncing node 07:16:10 -xmr-pr- > https://github.com/monero-project/monero/issues/7415 07:34:32 .merges 07:34:32 -xmr-pr- 7270 7332 7349 07:34:48 <3 dsc 09:01:10 -xmr-pr- mj-xmr opened pull request #7416: epee dynamic linkage; move monero_add_library to root CMakeLists.txt 09:01:10 -xmr-pr- > https://github.com/monero-project/monero/pull/7416 09:40:02 dsc_ could you bring the bot back also in -site pls? 09:40:23 oh nevermind, it was only a bit late. Thanks :) 12:55:00 master (v0.17.0.0-b8f3e44a3) uptime on xmrchain: 5d 16h 42m 39s 18:16:10 -xmr-pr- Luxter77 opened pull request #7417: documentation: Make pruning section more consistent in README.md 18:16:10 -xmr-pr- > https://github.com/monero-project/monero/pull/7417 19:50:15 .merges 19:50:15 -xmr-pr- 7270 7332 7349 19:50:44 .merge+ 7335 7336 19:50:44 Added 22:30:15 Hello everyone, I have problem with JSON-RPC on monerod 22:30:23 On query $monero->transfer($receive_amount,$receive_address); 22:30:36 I get error 22:30:38 { 22:30:38 "error": { 22:30:38 "code": -32600, 22:30:38 "message": "Invalid Request" 22:30:38 }, 22:30:38 "id": 0, 22:30:38 "jsonrpc": "2.0" 22:30:39 } 22:30:51 but transactions is sent, everything works fine 22:31:05 but i get wrong response, also enabled debug log on monerod 22:32:17 nothing obvious like error 22:32:45 only [sock 1828] Some not success at read: End of file:2 22:34:07 [sock 1816] Some not success at read: An established connection was aborted by the software in your host machine:10053 22:35:24 using https://github.com/monero-integrations/monerophp 22:36:31 Request: {"jsonrpc":"2.0","method":"transfer","params":{"destinations":[{"amount":80000400000,"address":"VALIDADDRESSHERE"}],"mixin":10,"get_tx_key":true,"payment_id":"","account_index":0,"subaddr_indices":"","priority":2,"do_not_relay":false}}; 22:43:57 Try #monero 22:47:30 tnx