06:32:17 hi there I could really use some help 06:32:35 E Exception in main! Failed to enumerate txpool tx blob: MDB_BAD_VALSIZE: Unsupported size of key/DB name/data, or wrong DUPFIXED size is the error I'm receiving 06:32:40 I am on Mac OS X 06:32:59 I am unable to salvage after booting monerod as it shuts itself down 06:33:16 I'm looking for data.mbd but am having trouble finding it 11:56:26 moneromooo: Is this along the right lines for #7179 https://github.com/gdmojo/monero/commit/d3aa94c12c3406005651f60dbe47c5a26fb9d006 ? 15:24:52 gdmojo: I did not look at 7179 in detail but I would look at the start_mining daemon command, which already supports specifying threads 15:25:25 and then use the same method as start_mining for wallet_rpc_payments 16:04:47 selsta: from my understanding that command enables mining in monerod, not the wallet, that's why there was a need for a second set 16:06:48 selsta: so making use of it would mean tearing out the existing mechanism completely, if that's what you want, sure, I'm trying to avoid being that guy that rocks up and rewrites half the repo without anyone asking :D 16:13:42 https://github.com/gdmojo/monero/blob/master/src/rpc/core_rpc_server.cpp#L1281 that's the start_mining miner 16:14:52 if we are to go this route, cryptonote::miner needs to be written into and linked to the wallet 16:15:02 gdmojo: I did not look into your patch in detail 16:15:08 and also did not look into the existing code 16:15:23 so if what I suggested is more work then ignore my comment :D 16:18:22 gdmojo: as far as I can see rx_slow_has does support specifying the amount of threads using the miners variable 16:18:32 it currently is hardcoded to 1 16:19:15 https://monero.stackexchange.com/questions/12141/randomx-slow-hash-miners-parameter 16:19:16 the miners argument to rx_slow_hash is really just a boolean 16:19:34 multi-threading is up to the caller to arrange 16:19:35 is there a way for multiple miners to work on the same hash (note that nonce is just going ++)? 16:19:40 It's for threading the data set generation, no ? 16:19:50 ok then ignore what I wrote :D 16:19:53 it simply tells that the dataset is needed 16:20:21 in a very early design it was used to allocate the mining threads 16:20:28 but we use threadpool now so that purpose is obsolete 16:22:37 hyc: Oh, wow, it is a small world. We use your database at work. Great code :) 16:25:44 heh thanks 19:04:59 Hey, can anyone help me with an issue im having on creating a Monero fork? 19:08:28 Guest68: wrong channel, try #monero but doubt many are familiar with forking monero 19:26:28 I opened https://github.com/monero-project/monero/pull/7358 have a nice evening everyone