-
spoke0_
Is it possible that an rpc call to rescan_spent will delete the destination field of all past outgoing transaction?
-
selsta
IIRC yes
-
spoke0_
Is it also possible that this happens during importing keyimages/outputs?
-
snackoverflow
is monero a bitcoin fork?
-
aqua42
no
-
tryphe
monero, it's got what plants crave!
-
aqua42
ring signatures?
-
asymptotically
privacy! plants don't like to grow while you're watching
-
aqua42
🌵👀
-
asymptotically
is there a way to start a new private testnet/stagenet from the latest fork or block version?
-
moneromooo
spoke0_: no
-
newyearday
hello
-
eddyH
anyone managed to recover from a coredump when running monerod. managed to get 50% blockchain download yesterday, today it just core dumps.
-
selsta
you most likely have to sync from scratch
-
eddyH
start over again ?
-
selsta
core dump usually means that your computer crashed / didn’t shut down properly
-
moneromooo
Yeah, that db is annoying, it's fast as it saves the "links" data directly, but it means segfaults and bus errors when it's bad :/
-
moneromooo
It's supposed to never corrupt, but in practice it can't avoid it.
-
eddyH
so shall i start over and run in safe mode ?
-
moneromooo
Could be a bug in monero too though.
-
eddyH
i raised it on github, but log file says nothing, where is core dump nowadays
-
moneromooo
You can try running once with --db-salvage, might help.
-
eddyH
tried that :)
-
eddyH
no luck
-
moneromooo
Then nothing left but re-download.
-
eddyH
ok
-
moneromooo
If you're on crashy/windows, I guess you can exit from time to time and backup the partly synced db, then restart from that next time you run into this :)
-
eddyH
im on ubuntu. i noticed when i control D the terminal it seemed to hang.
-
eddyH
no smooth closedown
-
selsta
does ctrl + c work?
-
eddyH
same with that as well, hangs
-
moneromooo
An all thread stack trace would be helpful if that happens again.
-
eddyH
ok, see if i can get one of those.
-
moneromooo
(thread apply all bt full)
-
Adriel
If I am running in rpc mode, how do I see the hash rate of all my workers?
-
Adriel
in monerod
-
Adriel
is there any documentation that explains how the rpc daemon mode works besides the api documentation? I searched but could not find anything.
-
nioc
Adriel: there is also #monero-pools for a possible answer
-
nioc
Much off topic and trolling along with knowledge :)
-
Adriel
?
-
Adriel
what is off topic and trolling?
-
lza_menace
Adriel: he means your question might be better suited in #monero-pools channel but that they go off topic a lot and occasionally troll
-
Adriel
ohhh ok
-
Adriel
they said it cant be done
-
Adriel
monerod just doesnt do it
-
lza_menace
yeah, it depends on the mining software you're using ,really
-
lza_menace
i'll carry the convo in the other channel
-
fuwa
-
Adriel
yea that just shows the status of the internal miner
-
Adriel
not any rpc clients that are mining through the daemon
-
fuwa
daemon couldn't possibly know that
-
Adriel
yea the workaround that sounds best is to use a proxy and have that connect to the daemon
-
Adriel
then I can get full stats at the proxy
-
fuwa
right
-
Adriel
anyway I think I have enough to go on now, thanks very much for the recommendation for the other channel :)
-
nioc
meow
-
azy2
monerod: W Failed to commit a transaction to the db: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid, E Exception in cleanup_handle_incoming_blocks: Failed to commit a transaction to the db: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
-
moneromooo
OS crash or power loss ?
-
azy2
i put it to sleep/hibernate regularly
-
moneromooo
I think that should be fine (unless buggy).
-
selsta
azy2: self compiled or release binaries?
-
azy2
release
-
moneromooo
Or it could be that odd bug with some error message scribbling over the db.
-
marmulak
I always compile
-
selsta
I think you can send the DB to hyc (if he has time)
-
moneromooo
And with what version of libunbound ?
-
moneromooo
Not that I know which one is suspected anyway :P
-
azy2
how would i find that out?
-
selsta
release binaries should have ok unbound
-
fuwa
yeah
-
selsta
though no idea if unbound even is / was the problem
-
xmrpow
Hey, guys might it be possible that monerod cant run stable on 2gb ram without the swap activated?
-
xmrpow
Im running my monerod on 4gb ram machine that is always in sync for some days but then it suddenly stops
-
xmrpow
With memory allocation failed
-
xmrpow
Should be a ram problem,right?
-
hyc
given that the corruption we saw consisted of libunbound debug msgs that normally go to stderr, it's quite certain that the offending data came from libunbound
-
hyc
whether it was libunbound or something else that messed up stderr, dunno
-
selsta
updating unbound to the latest release would probably be a good idea
-
selsta
they had an audit and fixed a lot of bugs
-
hyc
yeah, I guess we ought to do that before v0.15.1
-
selsta
yep