-
kaz
hi there I could really use some help
-
kaz
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
-
kaz
I am on Mac OS X
-
kaz
I am unable to salvage after booting monerod as it shuts itself down
-
kaz
I'm looking for data.mbd but am having trouble finding it
-
gdmojo
moneromooo: Is this along the right lines for #7179
gdmojo/monero d3aa94c ?
-
selsta
gdmojo: I did not look at 7179 in detail but I would look at the start_mining daemon command, which already supports specifying threads
-
selsta
and then use the same method as start_mining for wallet_rpc_payments
-
gdmojo
selsta: from my understanding that command enables mining in monerod, not the wallet, that's why there was a need for a second set
-
gdmojo
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
-
gdmojo
-
gdmojo
if we are to go this route, cryptonote::miner needs to be written into and linked to the wallet
-
selsta
gdmojo: I did not look into your patch in detail
-
selsta
and also did not look into the existing code
-
selsta
so if what I suggested is more work then ignore my comment :D
-
selsta
gdmojo: as far as I can see rx_slow_has does support specifying the amount of threads using the miners variable
-
selsta
it currently is hardcoded to 1
-
selsta
-
hyc
the miners argument to rx_slow_hash is really just a boolean
-
hyc
multi-threading is up to the caller to arrange
-
gdmojo
is there a way for multiple miners to work on the same hash (note that nonce is just going ++)?
-
moneromooo
It's for threading the data set generation, no ?
-
selsta
ok then ignore what I wrote :D
-
hyc
it simply tells that the dataset is needed
-
hyc
in a very early design it was used to allocate the mining threads
-
hyc
but we use threadpool now so that purpose is obsolete
-
gdmojo
hyc: Oh, wow, it is a small world. We use your database at work. Great code :)
-
hyc
heh thanks
-
Guest68
Hey, can anyone help me with an issue im having on creating a Monero fork?
-
selsta
Guest68: wrong channel, try #monero but doubt many are familiar with forking monero
-
gdmojo
I opened
monero-project/monero #7358 have a nice evening everyone