-
hbs[m]@moneromooo I think I found the cause of my weirdness with outproofs, get_tx_proof will generate an InProofV2 for a transfer to a subaddress linked to the same account as the one from which the transfer is done
-
RaydarWhat are ya working on?
-
hbs[m]checking auto-sweeping with proof generation
-
binaryFateMonero v0.18.2.2 binaries are now available at getmonero.org, thanks to all contributors
-
hbs[m]Does it include the 1060 limitation of tx_extra?
-
ofrnxmr[m]yes
-
hbs[m]I did not follow closely but that means the partitioning issue was fixed
-
ofrnxmr[m]promptly
-
ofrnxmr[m]needs testing so please test
-
hbs[m]deployed
-
Raydardoes anyone know if this python miner by jtgrassie should still work?
-
Raydar
-
RaydarI'm trying to use it to help troubleshoot a custom block submission validator with "pyrx", but the solo-block.py returns {'error': {'code': -7, 'message': 'Block not accepted'}, 'id': '0', 'jsonrpc': '2.0'}
-
RaydarAny more tips on validating a submission from xmrig before actually passing it to the rpc endpoint would be great. python if possible. I can barely do any C/C++ yet.