-
oyntgkuapzhbyzr[
Network hashrate droppin a bit. Looks like those GPUs are starting to be redirected
-
M5M400
oyntgkuapzhbyzr[: yep. along with nanopool hashrate. nanopool is traditionally a GPU centric pool
-
nonie_
I'm so excited. CPU mining - soon.
-
kayront
-
Inge-
new blog post of yours, kayront ?
-
kayront
yes Inge-
-
kayront
had a severe case of writers block :p
-
skrech
hey guys, while I was syncing the blockchain I encountered "Transaction must abort, has a child, or is invalid". What can I do now and what caused it?
-
moneromooo
Are you using --block-notify or --tx-notify ?
-
skrech
moneromooo: no
-
moneromooo
Is your chain pruned ?
-
skrech
I don't think so
-
skrech
This is the first time I'm downloading the blockchain
-
moneromooo
What OS ?
-
skrech
When I left this morning it was around 63% synced after two days
-
skrech
FreeBSD
-
moneromooo
What filesystem ?
-
skrech
hm... this partition is on ext4
-
skrech
because I still dual-boot from time to time
-
skrech
I'm using ext4 fuse driver
-
moneromooo
Did the OS crash of the computer die of a power cut ?
-
skrech
no
-
skrech
it was up for 4 days
-
skrech
I've "service monerod stop" several times
-
moneromooo
How large is the data.mdb file ?
-
skrech
24G
-
kayront
i don't think ext4 write support is very mainstream in freebsd
-
kayront
could be why
-
kayront
everyone uses either UFS2 or ZFS really
-
skrech
yes, I'm on ZFS, but bevause I use a HDD for both Linux and FreeBSD
-
skrech
I left this "media" partition in tact
-
skrech
with ext4
-
moneromooo
Well, I don't know. hyc might want to inspect your db, so don't delete it yet if you have the space.
-
moneromooo
You could try copying it away, then run monerod with --db-salvage.
-
kayront
do you see anything odd in dmesg or /var/log/messages skrech ?
-
Freneticks
Just to be sure, if I have a script that update monero with gpg key, I'm not affected by the "trojan"/whatever problem ?
-
skrech
kayront: no, nothing suspicious in /var/log/messages
-
kayront
and in dmesg output?
-
skrech
they are the same in FreeBSD, but no, nothing in the output
-
kayront
then I can only offer you the assurance that i've been running monerod on fbsd for more than a year on ufs2 with zero problems; my first guess would be that it's ext4 related, but it's just a guess
-
skrech
kayront: Yes, I suspect ext4 also
-
skrech
anyway, I'm archiving the db just in case and then
-
skrech
should I run --db-salvage with all the rest of the options I'm running monerod?
-
skrech
or just run monerod --db-salvage without any other options?
-
skrech
I have custom data-dir and etc
-
hyc
you could also try mdb_dump -a > /dev/null
-
hyc
if it runs without any errors, then the DB structure is ok
-
dEBRUYNE
Freneticks: Could you elaborate?
-
skrech
hyc: I'll try in a sec
-
SerHack
Who has the source file of "dont-buy-monero-sticker" uploaded on github?
github.com/monero-ecosystem/dont-buy-monero-sticker
-
louipc
svg is the source isnt it?
-
louipc
-
louipc
nice thing is browsers can render it directly
-
SerHack
louipc: the image has been exported to SVG, but that's not the source file
-
louipc
what could it be then?
-
louipc
gimp xcf?
-
SerHack
inkscape file
-
louipc
oh is inkscape svg different than standard one
-
louipc
yea looks like it
-
skrech
damn, mdb_dump is running for more than an hour for 23G database...
-
skrech
:?
-
ndorf_
something strange seems to be happening when attempting to HTTP Resume downloads from getmonero.org
-
ndorf_
e.g. curl -C - -LO '
dlsrc.getmonero.org/cli/monero-linux-x64-v0.15.0.1.tar.bz2' <-- when i already have the complete file, this shouldn't modify it, but instead i end up with a corrupted one
-
ksk
does that redirect to github at any chance? iirc github does not like (untimely) resumes
-
ksk
as all downloads are sessioned (my guess..)
-
ksk
ndorf: ^