-
sheila600k[m]I'll help the community how to earn $30k within three days or seventy-two hours but you will reimburse me 10% of your dividend when you collect it. Note: only interested people should involve, ask me how now or Whatsapp +1 (209) 876-7868 immediately.
-
gingeropolouswould be dope if there was a flag for monerod --alphabetical such that would list the commands in alphabetical order .. and commands took on the convention of ,,.... i dunno. noun_verb .... or verb_noun .... hrm.....
-
gingeropolousbut it could just be friday night...
-
plowsofi tried monerod --help > lol.txt; sort lol.txt but its not right
-
gingeropolousyeah i mean there's an awk unix oneliner award winning solution... but .... it'd just be nice to see at the top of the default list (and bottom) a --alphabetical flag
-
gingeropolousbecause, lets be honest, the keyboard and screen is just glue code until we can plug straight in, so helping out these gooey inputs ....
-
Pathfinder[m]hi
-
chch3003[m]Hello! As far as I know Monero on Trezor is derived with github.com/satoshilabs/slips/blob/master/slip-0010.md Do you know any other hardware wallet using the same derivation?
-
jozsef[m]gingeropolous plowsof `monerod --help | grep vim -` then search. <- Much faster than reading through any alphabetical list, IMHO.
-
jozsef[m]s/grep//, s/<-/\<-/
-
jozsef[m]spambot just joined sgp xmrscott please. thx
-
DeafwaveWhat is the most up to date/widely used NodeJS RPC Client? It appears they all may be unmaintained.
-
xmr-prmubali1987 opened issue #8664: E string len count value 10383 goes out of remain storage len 4432
-
xmr-pr
-
selstaDeafwave: github.com/monero-ecosystem/monero-javascript isn't unmaintained
-
woodser[m]1yeah not unmaintained. next update will be minor updates only, anyway
-
DeafwavePerfect, thanks. That one slipped through my searches.
-
xmr-prdarkdrag00n opened pull request #8665: Support multiple destinations in make_uri and parse_uri
-
xmr-pr
-
llacqie[m]Does monerod use one udp socket for incoming datagrams, and one socket for each outgoing connection?
-
moneromooooNo.
-
llacqie[m]And then how does monerod use udp sockets?
-
moneromooooIt does not directly, but libunbound can. You can force tcp with an env var though.
-
moneromooooApart from this (for DNS), no UDP.
-
llacqie[m]Ok, thanks