09:18:12 Hello Together 09:18:35 i hope you are doing well :) 09:19:38 i stuck again and would appreciate a bit help...in communication with monero mining pool i very often get this responses and i dont know the reason :( Either i get job not found or wrong hash 09:19:40 https://pastebin.com/xPK4iWmi 09:26:59 i have to submit the job id as little endian and in hex, maybe ? 09:28:16 I don't know what pool it is, but usually job id must be exactly the same string as you got before 09:28:33 its antpool 09:29:16 hmm ok, i m submitting the job id as integer as you can see it 09:29:22 but i get this responses 09:29:31 these* 09:37:39 the other of my problems is the error 'wrong hash' . I think i understood, i have to add my nonce to blob at position 39 in hex format, then decode the packed blob to binary and hash it with randomX, but it does not work-i dont get accepted shares 09:38:21 does someone of you has example job for me and result to be able to validate my hashing process, please ? 09:54:46 nanopool, sorry my mistake - it is nanopool i try to use for monero 10:09:01 Nonce is at positions 39-42 in the binary blob (indexing starts from 0), not hex blob. If you get "Cannot find job 472a5" errors, it means this job is expired. You need to always submit solutions to the last job you received from pool. 10:09:36 And all pools update their jobs frequently, every 15-30 seconds. 10:28:59 hmm ok 10:29:44 the blog i get from mining pool...is this the blob i have to use for pow hashing ? 10:29:57 blob i mean 10:30:58 the job blob is the blob for hashing, isnt it ? 10:31:13 my blob is about 76bytes long 10:31:36 in hex,but as binary it is much over double size 10:31:55 152 bytes or so 10:33:37 in the blob i get from mining pool the i thought that would be the job i would have to use for pow function 10:34:00 but it is in hex 10:35:52 You have to use blob that pools gives you. Convert it to binary and find the nonce. 11:01:13 but i have to convert to binary before inserting nonce or afterward ? 11:07:26 thank you, i will try it 12:41:25 Convert from hex (text) first, then poke the nonce in. Or convert the nonce to hex and plonk that (at twice the offset obviously). 12:41:40 You just need to match binary or text with all your data. 14:08:24 hi moneromoo,ok thanks 18:35:52 selsta: Is there a plan yet when approximately to merge my pr into the release branch? https://github.com/monero-project/monero/pull/8800 18:37:15 with v0.18.3.0, adding such a large change to a tiny point release isn't a good idea 18:38:04 don't have a timeline but will think about it 18:56:32 Thanks! 19:02:11 selsta can we get 8619 tested & reviewed for v0.18.3 19:02:30 it would be a massive improvement, especially for mobile wallets 19:08:27 we need to find someone who will review it, it's a large change 20:09:22 jbermanis there anyone up to the task? 20:39:34 good night guys and thanks 20:55:49 rbrunner: why is that being done against the release branch? typically thats for fixes, this isn't necessarily a fix 20:56:20 I guess selsta already commented on that slightly