-
gingeropolous
1-800-mergefest
-
One-horse-wagon
Does anyone have a rough idea of how many monero public rpc-nodes are usually operating?
-
gingeropolous
One-horse-wagon, you can get that info from the monero daemon now
-
gingeropolous
well, at least for the nodes you can see.
-
gingeropolous
u can also resolve allopennode.xmr-tw.org
-
adamg
/!\ this channel has moved to ##hamradio /!\
-
lstanley
/!\ this channel has moved to #nyymit /!\
-
FleetbG
/!\ this channel has moved to #nyymit /!\
-
hipprW
/!\ this channel has moved to #nyymit /!\
-
batman42
/!\ this channel has moved to #nyymit /!\
-
seyawqmnx
Remember kids. If you call project coral reef for what it is - fluffy embezzling half a mil usd from the monero fund for a website with smaller adoption than monero woo plugin, you will get excommunicated.
-
peach34
Is there an LMDB function I can use to pull a given tx /tx prefix out by hash?
-
peach34
seems like it's all split up
-
peach34
(the tx data)
-
gingeropolous
peach34, i know there's a monerod function to do that, but im not sure if you want to use monerod as an interface to the database, or just access the db directly
-
moneromooo
Yes. get_tx_blob IIRC. Maybe get_transaction_blob.
-
moneromooo
In blockchainLMDB.
-
peach34
guys just wondering, why is there code for berkleyDB in the codebase?
-
peach34
Can't that just come out?
-
peach34
Seems that it's not used
-
hyc
why does it matter, if it's not used
-
peach34
clutter
-
hyc
it's all in one directory. how is that clutter?
-
peach34
if you had a bunch of crisp packets in one of your many in trays at your business, would that be considered clutter?
-
peach34
It's not used/confusing for developers search through the code
-
moneromooo
did that not get removed a while ago ?
-
hyc
yeah actually. I don't have it in my tree
-
hyc
dunno what peach34 is looking at
-
peach34
ah old branch sorry haha
-
peach34
my bad
-
peach34
I will shh now
-
luigi1111w
selsta xiphon moneromooo apologies on the merges. I'm gone until Sunday. If anything is needed before then, please let me know and I can get to it sooner than that
-
luigi1111w
needed or urgent
-
moneromooo
Nothing particularly urgent AFAIK.
-
omega
hello. if you used --detach how do u gracefully shut down the daemon.. i guess this is more of linux question. doing this
monerodocs.org/running-node/open-node-tor-onion - thank you
-
moneromooo
monerod exit
-
omega
what about for ./monero-wallet-rpc --detach ? how do u shut that down. you are a wonderful person. thank you
-
omega
i would like to watch my log again. and i dont know how to shut it down
-
moneromooo
I did not realize this one had --detach...
-
moneromooo
Send it signal 15.
-
moneromooo
(that's a clean exit)
-
moneromooo
(I think :))
-
omega
yeah. ok. lemme try with pid and kill
-
omega
yeah. that worked. no problem. kill pid
-
omega
thank you
-
cankerwort[m]
Hi devs, does the main Monero implementation pull dependencies in a way which would make it vulnerable to this kind of attack?
-
cankerwort[m]
-
cankerwort[m]
Birsan was able to create counterfeit projects using the same names on open-source repositories, each containing a disclaimer message, and found that applications would automatically pull public dependency packages, without needing any action from the developer. In some cases, such as with PyPI packages, any package with a higher version would be prioritized regardless of wherever it was located. This enabled Birsan
-
cankerwort[m]
to successfully attack the software supply chain of multiple companies.
-
moneromooo
AFAIK only if you can break SHA256, maybe some other hash, and/or cause git to misreport a hash. But feel free to check and point out anything that doesn't.
-
moneromooo
There were PRs before pulling stuff without checking hashes.
-
vtnerd
yeah those auto-dependency fetchers are nasty. makes life easier for the programmer and hacker