-
monerouser1144
Hi all, I have a question: Using wallet CLI 0.17.1.6 with a remote (stagenet) node how can I relay a transfer which is still listed as "pending out" after ~20min?
-
moneromooo
relay_tx TID (in the daemon). If that remote node isn't yours, you lose.
-
monerouser1144
Thx, I had read about relay_tx but no, the remote (stagenet) node isn't mine ...
-
selsta
monerouser1144: did a block get mined in the meantime?
-
monerouser1144
Sure, several blocks - it has been ~35min. The wallet status is synced.
-
selsta
which node did you use?
-
monerouser1144
monero-stagenet.exan.tech:38081
-
selsta
-
monerouser1144
thx, I switched to stagenet.community.xmr.to and now the tx is listed as "failed out". Should I re-send?
-
moneromooo
Only if you use an input that's the same.
-
moneromooo
Or if you don't mind both being mined.
-
h2017
the market has basically come to a standstill on binance (xmrbtc). Maybe 0.0071391 will remain the fixed btc conversion price for all time
-
h2017
is binance broken?
-
h2017
nope someone sold
-
monerouser1144
I think that discussions about price are for another channel, but I check
monero.how has an overview of several exchanges
-
h2017
oops yeah sorry my bad
-
h2017
didn't meant that for this channel
-
h2017
thanks for the web page though. i'll make sure to remember that one
-
h2017
the transaction count looks like it's exploding
-
camalonso
should I still apply block.txt with monerod 0.17.1.6?
-
nioc
won't hurt
-
nioc
so far it seems to run ok without
-
ziyzhou[m]
Hi, which community channel is being used mostly? Matrix, slack, or mattermost ?
-
nioc
don't think that slack is used. matrix and mattermost are bridged to IRC where we are now
-
nioc
of those 2 I would say matrix
-
ziyzhou[m]
@nioc Thanks.
-
nioc
:)
-
Inge-
-
anchor[m]
<camalonso "should I still apply block.txt w"> Considering I see it happening again on 0.17.1.6, I'd say yes
-
selsta
anchor[m]: they automatically get banned, but it might take 1-3 minutes
-
selsta
But yea, using the ban list is still recommended.
-
anchor[m]
I waited for at least 5 minutes
-
anchor[m]
either way it's fine now
-
anchor[m]
maybe I was unlucky
-
selsta
anchor[m]: ok, could be that they changed behaviour
-
Copenhagen_Bram
when a cryptocurrency goes up, does the amount you can mine also go down?
-
Lyza
<Copenhagen_Bram> not directly, but increased price is likely to bring more miners to the system which is going to mean everyone gets a smaller share
-
Lyza
you know what would be handy? a way to update the blocklist without restarting the node. Like, I know xmrig looks for the config file to change and reloads it automatically if it does. could the blocklist be similar?
-
Lyza
otherwise, correct me if I'm wrong, but I've eitehr got to download the new blocklist, diff them, and call 'monerod ban' for each new IP address, or I have to restart the daemon
-
Lyza
even just a command to reload the blocklist would be dope
-
moneromooo
You don't have to, you can do something like:
-
moneromooo
cat block.txt | while read b; do monerod ban "$b"; done
-
moneromooo
Should do it.
-
camalonso
so duplicates doesn't matter? just ban them all, every time?
-
Lyza
moenromooo the problem I have having with that right now is that bash is interpreting 'monerod' and 'ban' separately. so it calls monerod without arguments, then tries to call the 'ban' command by itself which obvs fails
-
Lyza
but yeah calling monerod to ban each one individually is the *other* bad hackey solution I thought of, and am trying to implement on ym system
-
Lyza
<camalonso> I am using 'comm -1 -3 block.txt block.txt.1' to pull only the new entries
-
jess
have you thought of implementing a DNSBL for the banned IPs
-
jess
dnsbl, otherwise known as a Real Time Blacklist, like efnetrbl or dronebl
-
jess
that way you could run your own lookup service that monero nodes point to
-
moneromooo
We have the infra, we already lookup DNS TXT records for stuff. But ideally centralization of such things is kept at a minimum.
-
moneromooo
It could be made optional though. Good suggestion.
-
Lyza
ok so it seems like actually when I call monerod from the while loop, what runs is 'monerod ban' and the variable does not get passes
-
Lyza
comm -1 -3 block.txt block.txt.1 | while read b; do monerod ban "$b" 2687360480; done
-
Lyza
this fails and seems to not pass $b, however "comm -1 -3 block.txt block.txt.1 | while read b; do echo "$b"; done" works perfectly so, I'm at a bit of a loss. tried various combinations of single quotes, double quotes, and parenthasese to no avail
-
Lyza
obvs I'm bad at bash, so help is hella appreciated, but as far as making a case for different behavior, I am sure I'm far from the only one who would struggle with this. ideally updating the ban list should be simply and not require a restart
-
camalonso
Lyza: good stuff, thanks
-
camalonso
i'll experiment next time i get new IP's
-
Lyza
ok now I feel dumb as shit. "monerod ban 1.2.3.4 2687360480" returns "Unknown command: ban" from monerod
-
Lyza
but that seems right to me?
-
Lyza
ok so it's adding the seconds that breaks it, but "ban <IP> [<seconds>]" is what help shows for the ban command sooo, idk, anyone see waht I'm doing wrong?
-
selsta
try a smaller second number
-
Lyza
<selsta> taht worked ty my hero
-
Lyza
I got the number I used from looking at the ban time on the IPs added from the block list
-
Lyza
wonder what the actual max value is
-
selsta
the block list does not have to use the input parser, so that’s why there can be differences
-
Lyza
gotcha the max value for passing is apparently 2147483647, for some reason
-
Lyza
ah it's 2^31
-
Lyza
welp, anyway, that rounds out what I needed to figure out to automatically update the bans, ty!
-
xstatic2012
Prove that you really have the most critical thinking community. Come to
t.me/get_monero and let's discuss things like adults.
-
omega
hello. i have a qquestion about verifying myy hash for latest release.
-
moneromooo
Ask it ? :)
-
imjustaguy
-
moneromooo
Oh don't spam too please.
-
imjustaguy
It's literally what the bot posted earlier..
-
imjustaguy
no, I'm not a spammer, I just wanted to show how mental retarded fireice is
-
jess
that's unhelpful
-
omega
Hello. I see the release is dated 7 DEC 2020 and
-
omega
gpg --verify hashes.txt
-
omega
gpg: Signature made Tue 08 Dec 2020
-
omega
Is this standard gpg usage? Seems weird the signature is dated after the release. I'm probably misunderstanding pgp. Thank for your help.
-
moneromooo
Not sure, but I use: gpg --veryify filename.asc filename
-
raecarruth
o_0
-
moneromooo
hashes.txt sounds like a set of SHA256 hashes, right ?
-
omega
yes. the filename is hashes.txt
-
selsta
omega: we wrote the release notes before it got signed
-
selsta
so it is normal
-
omega
okay. thank you.
-
moneromooo
You hash the binaries, and GPG sign a set of hashes ?
-
lza_menace
anyone know of projects in the ecosystem that can let you visualize your node's peers in near real-time?
-
moneromooo
monerod (print_cn or sync_info)
-
lza_menace
same as rpc get_connections, right?
-
moneromooo
Sounds likely.
-
lza_menace
i mean to run IPs through geoip dbs and render a plotted map
-
lza_menace
just wondering if someone's already made that or if I'll need to write it
-
lza_menace
trying to beef up my node operations dashboard
-
donkeydonkey[m]
<lza_menace "trying to beef up my node operat"> is this a public visible project you are working on ?
-
lza_menace
-
donkeydonkey[m]
nice
-
lza_menace
guess i'll just write something then
-
lza_menace
there's a pool that has a similar thing with the map
-
lza_menace
but not sure if it's open source
-
nioc
lza_menace: xmrto also has a map
-
nioc
if it is working
-
nioc
supposed to show versions also
-
lza_menace
ty
-
donkeydonkey[m]
-
Mochi102
nice
-
nioc
just checked my node which had been running 0.17.1.6 w/o ban list just fine
-
nioc
sync_info now shows 3 of the AHPs that are 2 blocks ahead
-
moneromooo
7107 fixes that.
-
nioc
thx
-
mfoolb
I really don't get this late rgb loving
-
mrtrousers
Hello
-
mrtrousers
Im building monero in netbsd, everything goes fine until 80%.. Then..
-
mrtrousers
I get an error related to trezor and protobuf.. ? Ill baste the error message..
-
mrtrousers
-
moneromooo
Did you install the protubuf-devel stuff ?
-
moneromooo
Or similar name.
-
moneromooo
libprotobuf-dev, protobuf-compiler (from the README).
-
mrtrousers
Yes i did install protobuf from pkgscr in netbsd..?
-
mrtrousers
The trezor code is giving me trouble, but i dont even have a trezor lol
-
moneromooo
Does your compiler support the __attribute__ function, er... attribute ?
-
moneromooo
Is it GCC or CLANG ?
-
mrtrousers
I think its GCC..
-
mrtrousers
In my home folder there is a gcc4.9 folder i think..
-
selsta
You should not need protobuf dependency if you don't use Trezor
-
selsta
try uninstalling the dependency, it will turn off Trezor functionality
-
mrtrousers
selsta uninstall the protobuf?
-
selsta
yes
-
mrtrousers
selsta Ok, if this compilation run fails, im at 15%, i will uninstall protobuf.
-
moneromooo
Do you have a /usr/include/google/protobuf/generated_message_util.h file ?
-
moneromooo
Does it have "#define PROTOBUF_DEPRECATED" in it, around line 74 ?
-
mrtrousers
I will check as soon as this compilation run is done.. I dont remember how to use multiples screens/ttys/tmux in the same terminal.
-
mrtrousers
I probably should relearn that..
-
moneromooo
If it defines it as __attribute__((deprecated)) or the like, try making it an empty define. It is empty for me (Linux).
-
mrtrousers
moneromoo i found the file
-
mrtrousers
im gettint rid of protobuf see what happens
-
mrtrousers
selsta without protobuf it disables trezor support but doesnt compile..
-
mrtrousers
With protobuf it compiles until 80% before failing..
-
selsta
weird, I have compiled monero without protobuf in the past, but not on netbsd
-
mrtrousers
The compiling script mentions missing HIDAPI and gtest ?
-
mrtrousers
Found libhidapi and installing it..
-
kinghat[m]