-
algo_max[m]
I'm running the latest version (0.17.1.6) of monerod, yet my node fell 2 blocks behind again... it worked fine for a few days, just noticed this now. Are there still any holes left that need to be fixed? Height: 2250141/2250143
-
dEBRUYNE
Do you have the ban list applied?
-
algo_max[m]
No.. they said it's not required with 0.17.1.6 anymore so I happily removed it again
-
selsta
algo_max[m]: it will be required for one or two more releases
-
ConsciousFlesh
Has anyone here used the "Feather Wallet" client? The beta was released in October I believe and it's essentially an Electrum clone for Monero (a very good one). I'm throwing everything I have it it via the terminal, using different addresses indices on a hardware wallet... it seems to be totally solid. I'm considering using it as a portable client since it plays nice with hardware wallets and syncs very quickly. Got a look at the codeba
-
ConsciousFlesh
se and there's certainly nothing malicious, but I haven't been able to audit it 100% yet. Wondering if anyone else has had a chance to test it out and has any feedback
-
ConsciousFlesh
It's not created by the official Monero team FYI (unless they're being super anonymous).
-
nioc
it was created by someone who used to work on the GUI
-
nioc
AIUI it's not an electrum clone, just inspired by it
-
Lyza
Yeah it's legit I've been using it as an intermediary wallet since the alpha. couldn't in good conscience recommend beta software for storing large amounts of funds but the devs themselves are solid they work on wownero too
-
Lyza
the advanced coin control is nice
-
ConsciousFlesh
Yes! Love the advanced coin control. Sorry, I did mean to say alpha. It's a very slick wallet.
-
Lyza
no you were right the beta was released recently
-
Lyza
just saying I was using it in alpha as well
-
Lyza
they've got an IRC channel on OFTC you might've found it already
-
ConsciousFlesh
Yes, thank you I did see that on the site.
-
ConsciousFlesh
Good to know the devs are standing members of the community, appreciate all the feedback.
-
viperperidot[m]
<ConsciousFlesh "Has anyone here used the "Feathe"> I thought Feather didn't support hardware wallets?
-
viperperidot[m]
But yes I also use it - is awesome
-
viperperidot[m]
Love the integration of Morphtoken and xmr.to
-
viperperidot[m]
I think its cool having the reddit and ccs pages on there too
-
viperperidot[m]
Overall a great wallet and super lightweight
-
algo_max[m]
selsta: alright, I'll enable the ban-list again. thanks
-
codesoap
I'm trying to download the current version of the cli wallet for Linux amd64, but it's still v0.17.1.3. Other downloads, like Linux x64 or FreeBSD amd64, are v0.17.1.6. Is there a reason for the Linux amd64 version being older?
-
codesoap
*Linux x86
-
Lyza
The CLI v0.17.1.6 is definitely available. You may have a stale cache. I think ctrl+F5 forces a full refresh?
-
dEBRUYNE
codesoap: Use a private / incognito window, probably a local caching issue
-
Lyza
or wget :)
-
tobtoht
-
Lyza
Firefox caching really seems uhh, a little too aggressive ngl, we see people with this issue regularly heh
-
Lyza
dunno if other browsers are as bad
-
codesoap
Thanks for your help! ctrl+F5 didn't help, but a private window did work. That' indeed weird caching of Firefox...
-
Lyza
cool :)
-
p0nziph0ne
download accelerator plus from tucows works best
-
Lyza
lol is that a joke
-
Lyza
tucows still exists?
-
p0nziph0ne
probally :D
-
codesoap
Is there a good reason for the download link pointing to downloads.getmonero.org/cli/linux64 instead of /downloads.getmonero.org/cli/monero-linux-x64-v0.17.1.6.tar.bz2? I guess Firefox wouldn't have problems, if the link changed with every release. It would also be better for downloading with wget, since the output file would have a meaningful name, instead of "linux64".
-
Lyza
I would presume the idea is to have a permanent URL that always redirects to the most recent version. Maybe makes updating the site for new releases easier as well? but yeah Ig that's probably the source of the caching issues too
-
hyc
use wget --trust-server-names and it'll use the expected filename
-
codesoap
@hyc cool, thanks for the tip!
-
hyc
always read the manpages...
-
codesoap
@Lyza: OK, that sounds plausible. I guess downloads.getmonero.org/cli/linux64 could be useful for some scripts, but this link could be kept, besides changing the links on the webpage. Though I undestand, that updating the HTML on every release could be annoying...
-
codesoap
Aha! In the Firefox dev console I can see, that the redirects are cached. I guess some cache-control-headers are missing here. I'm going to take a look at github.com/monero-project/monero-site and maybe propose a pull request.
-
Lyza
that would be dope
-
ziyzhou[m]
who can share Feather Wallet link?
-
ziyzhou[m]
Does it have mac version. I'll give it a shot.
-
moneromooo
-
moneromooo
And it has a mac version.
-
donkeydonkey[m]
on featherwallet.org firefox says: "featherwallet.org has been reported as containing harmful software. You can ignore the risk and go to this unsafe site."
-
moneromooo
Damn javascript is everywhere nowadays, isn't it.
-
codesoap
@Lyza @hyc: JFYI: I created github.com/monero-project/monero-site/pull/1366. I think this should stop the download caching problem.
-
gingeropolous
kinda blows my mind that the server can control the client
-
bobandback
My monerod is still reporting 2 blocks missing from the attack. Anything else i can do besides using the banlist?
-
moneromooo
Use latest. Those blocks aren't missing fwiw, they don't exist and never have.
-
moneromooo
Or wait for .7, which should be out soon.
-
bobandback
moneromooo, I´m aware they don´t exist, but they do prevent proper syncing/unlocking of the wallet.
-
bobandback
I just want my node to run optimally to support the network and mitigate the effect of the attacks.
-
bobandback
Does my monerod also report the chain length of +2 or does it report the actual block height to my outgoing connections?
-
bobandback
I assume the actual current node block height gets sent, but i´m not 100% certain.
-
bobandback
Can this not be mitigated like this? my node receives a fake +2 block height from malicious node, requests these blocks from any of these nodes that have this block height, fetching blocks obviously fails, either because they are invalid blocks or don´t get send at all. Then receive a time-out and fall back to the lower, actual block height?
-
Lyza
<bobandback> u running on Linux?
-
bobandback
Lyza, yes.
-
Lyza
I wrote a little script to get the latest ban list and add any new entries without restarting monerod, might help you out here
-
Lyza
-
Lyza
I'm running it with cron every 24 hours, haven't seen the issue crop up
-
bobandback
I´m using the latest blocklist which doesn´t seem to help (enough)
-
Lyza
you're on 0.17.1.6?
-
bobandback
Maybe i should clear my p2pstate.bin?
-
bobandback
Lyza, yes.
-
Lyza
ehhh I mean it won't hurt but prolly would only be a temorary sol'n. I wish I had more advice like I said this has been sufficient mitigation for me. Next version should have further mitigations.
-
Lyza
if you need to transact there's the CLI or feather which are unaffected but the +2 issue
-
Lyza
by*
-
bobandback
Why are those not affected? They don´t lock the wallet if the blockchain isn´t fully synced to the highest reported block height?
-
bobandback
Haven´t used CLI in ages.
-
Lyza
yeah that's basically my understanding though I'm not a dev. the GUI or some reason uses different logic for this while the CLI and feather ise libwallet directly or some such? I'm sure somebody will correct me :D
-
bobandback
Deleting the p2pstate helped for now. May not last though, we will see. At least i can do a transaction.
-
Whitecat812
How does it feel to be in the queue to be the bottom bitch in a harem of a narcissistic fraud?
-
Whitecat812
If you really want to learn an outdated programming language like C you can just take a course instead of sucking off "the Saviour of NASA"
-
omega
yo, why does monero use gpg hashes and electrum wallet uses signatures to verify?
-
omega
like for example fro the electrum site, "(Note that an attacker would be able to create valid hashes, this is why we do not publish hashes of our binaries here, it does not bring any security)."
-
omega
just tryin to knowledge up on pgp
-
dEBRUYNE
The hashes are signed
-
fluffypony
I don't know what threat they're trying to describe
-
dEBRUYNE
They are correct that merely posting hashes is not sufficient
-
dEBRUYNE
fluffypony: If someone modifies the plain hashes
-
dEBRUYNE
I think that's what they are referring to
-
fluffypony
ah ok
-
dEBRUYNE
List plain SHA256 hash -> attacker will modify both the hash and the binary
-
dEBRUYNE
So verifying the listed hash is insufficient in that sense
-
omega
hmmm. so, is verifying with hashes adding another step? here's what i did to verify electrum: gpg --verify electrum-4.0.7-x86_64.AppImage.asc electrum-4.0.7-x86_64.AppImage
-
omega
thanks!
-
dEBRUYNE
That should be enough to verify it as long as you properly imported and verified the key that was used to sign it
-
omega
yes. thanks so much. didn't mean to ask for electrum support just tryin to understand to difference. PEACE TO ALL. enjoy the apocolypse
-
bobandback
omega, It´s essentially the same process. I find signed hashes more useful. Only need to verify the entire list once and can then just check hashes of the binaries.
-
omega
thank you!
-
Copenhagen_Bram
Is Kastelo still being worked on?
-
Lyza
I just wanna say the option for "human readable date format" on the GUI is really funny. are there non-humans using the GUI? =P
-
hyc
where's the Klingon date format?
-
Lyza
lol brb starting a CCS for translation to klingon
-
jwinterm
is non-human date format unix time?
-
jwinterm
I don't think I ever used gui for more than 5 min
-
Lyza
yyy-mm-dd hh:mm:ss
-
Lyza
"human readable" is like, "10 days ago"
-
sethsimmons
-
Copenhagen_Bram
Why does the Monero website recommend the Edge app? Is the Edge app fully open source and reviewed for security?
-
Copenhagen_Bram
<Lyza> lol brb starting a CCS for translation to klingon
-
Copenhagen_Bram
That's a good idea. Monero is like a cloaking device for money.
-
ForeverNoob[m]
hello, does the AppImage version of monero-gui have an auto updater?
-
ForeverNoob[m]
or like... what's the best way to auto update it? Should I best download the new version every time?
-
anchor[m]
The best way is to use your package manager tbh
-
ForeverNoob[m]
anchor: uh, but don't a lot of distros have like _really_ outdated packages in their repos?
-
ForeverNoob[m]
Debian stable comes to mind
-
anchor[m]
Only the garbage ones
-
anchor[m]
Debian stable is meant for servers
-
ForeverNoob[m]
...or for desktop users looking for maximum stability.
-
anchor[m]
If you're looking for maximum stability don't use appimages or snaps or flatpaks
-
ForeverNoob[m]
what? AppImage files are built by devs and contain all of the dependencies as meant for by the devs themselves, no?
-
anchor[m]
Yes but you get a mess of a system if you use appimages. The only real benefit I can see is portability.
-
anchor[m]
not entirely related but snaps and flatpaks are the devil
-
ForeverNoob[m]
I don't use those but for certain key apps I do use AppImage
-
anchor[m]
you can use appimages as much as you like but it's not the best way
-
anchor[m]
I'm pretty sure Monero devs ship normal binaries too
-
ForeverNoob[m]
what is then the difference of a really big static binary vs. AppImage?
-
anchor[m]
The binaries aren't really big.
-
anchor[m]
AppImages are, they're basically glorified ISOs
-
ForeverNoob[m]
but they can be compiled with everything including the kitchen sink, thus making them equivalent to said ISOs
-
anchor[m]
iirc it's computationally easier to just run a binary rather than to mount an ISO every time
-
anchor[m]
at which point I fail to see any benefit to AppImages
-
ForeverNoob[m]
well that could be but I don't really care about CPU usage, I'd just like it to get timely (auto) updates to stay up with the latest patches.
-
anchor[m]
can appimages do autoupdates? I don't know
-
anchor[m]
I don't believe so
-
anchor[m]
if you wanna stay up to date just check Monero's news
-
anchor[m]
-
ForeverNoob[m]
so, manual updates then.
-
anchor[m]
yep
-
anchor[m]
Sorry if I came off like an ass, I just have a gripe with 'universal' package manager snakeoil. And I've had a long day lol
-
ForeverNoob[m]
I didn't get that impression, more that the answers weren't thought through sufficiently.
-
ForeverNoob[m]
A repo / PPA would be best in my case but I'm not sure if Monero devs offer that
-
anchor[m]
a quick google shows that there are ways to get updater functionality for appimages, if you really want that
-
anchor[m]
it sounds bloated though.
-
ForeverNoob[m]
then there wouldn't be much difference between AppImage and Snap/Flatpak (as the latter offer the auto-update functionality)
-
anchor[m]
When it comes to Monero distributions I would ONLY trust getmonero.org and your official distro package repositories
-
ForeverNoob[m]
in fact, you can't even turn them off in Snaps :p
-
anchor[m]
I can't even find an AppImage on the site
-
ForeverNoob[m]
it's included in the tar files
-
anchor[m]
Ah okay
-
anchor[m]
I got the binaries from my repo
-
anchor[m]
<span data-mx-spoiler>I use Arch btw</span>