-
Mmmmmmmmmm
What's a good use-case of unlock_time? If I want to give my child an inheritance? =D
-
hyc
if you're afraid you don't have the self-discipline to hodl enough
-
Mmmmmmmmmm
Hahah, better make sure you don't accidentally add an extra zero at the end of the unlock_time
-
Mmmmmmmmmm
Or maybe that would be beneficial if you're looking to hodl
-
hyc
... I thought the point of using frameworks like QT was that they were supposed to hide portability issues. not cause them.
-
hyc
the GUI has been a continuous stream of failures
-
selsta
hyc: contributors welcome
-
selsta
I have 1 laptop, I can't test various linux distros
-
hyc
I work on software that I use. I have no use for a GUI
-
hyc
you shouldn't have to test all distros. this is clearly a place where the community can step up.
-
selsta
Qt did not cause this issue, some libxcb bug that only shows up on Ubuntu 18.04
-
selsta
I even downloaded Ubuntu 16.04 and 20.04 to test
-
moneromooo
Statistically, you tested on 18.04.
-
selsta
well that is what I thought lol
-
hyc
hm... 18.04 is not likely to get a fix backported at this point, it's out of LTS already isn't it?
-
selsta
-
selsta
static libxcb so now I will go through the various versions and fine one that works on Ubuntu 16.04 - 20.04
-
selsta
1.12 crashes on Ubuntu 20.04, 1.14 has a deadlock on Ubuntu 18.04... fun
-
selsta
1.13 starts on Ubuntu 18.04
-
selsta
can’t wait to find out if it has issues on 16.04 or 20.04
-
dEBRUYNE
hyc: Kind of discouraging to put out those statements
-
dEBRUYNE
Numerous people are working hard to improve it
-
ErCiccione[irc]
and i cannot agree about the fact that the GUI is a continuous stream of failures. During the last year has improved by a lot from all points of view. More changes will inevitably bring more bugs, but overall GUI devs have done a great job lately IMHO
-
xmr-pr
pushshift opened issue #6998: Does Monero-GUI attempt to retry failed transactions?
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #6999: epee: tighten the URL parsing regexp a little
-
xmr-pr
-
fluffypony
latest CLI still broken on some Ubuntu versions
-
fluffypony
and it made it worse
-
fluffypony
0.17.1.2 worked with just setting LANG
-
fluffypony
0.17.1.3 needs you to set LC_ALL and LANG
-
fluffypony
else it chokes on the locale error
-
fluffypony
this regression is so annoying, especially because we had it fixed for ages
-
selsta
0.17.1.2? you sure?
-
selsta
we never released v0.17.1.2
-
fluffypony
sorry 0.17.1.1
-
selsta
weird, don’t think we touched anything in this direction
-
fluffypony
I think the regression first reared its head in 0.17.0.0.
-
fluffypony
I'll have to check my logs
-
fluffypony
(IRC logs I mean)
-
fluffypony
oh I stand corrected, first showed up in 0.17.1.0
-
fluffypony
0.17.0.0 was fine
-
fluffypony
we had a few people moan about it in #monero
-
fluffypony
2020-10-14 17:59:07.016 E Exception in main! locale::facet::_S_create_c_locale name not valid
-
dEBRUYNE
Think it was .1
-
dEBRUYNE
-
fluffypony
dEBRUYNE: yes
-
dEBRUYNE
xiphon: Would you mind investigating?
-
selsta
hyc: can
monero-project/monero 4665906 have an effect on what fluffy describes?
-
selsta
else there is nothing in v0.17.0.0...v0.17.1.0 diff that seems related
-
hyc
selsta: I don't believe so, that change affected only the definition of the lgamma function and nothing else
-
hyc
what specifically is broken, that setting LOCALE fixes?
-
hyc
I missed the original problem description
-
Mmmmmmmmmm
Do people still use make_uri? Subaddresses should have killed this, right?
-
asymptotically
Mmmmmmmmmm: you can make a uri that contains a subaddress
-
asymptotically
it's just adding some extra data like a description and amount to a wallet address
-
fluffypony
hyc: if you don't explicitly set LANG and LC_ALL then it dies on startup
-
fluffypony
2020-10-14 17:59:07.016 E Exception in main! locale::facet::_S_create_c_locale name not valid
-
hyc
what version of ubuntu is that?
-
fluffypony
16.04.7 LTS
-
hyc
strange considering that we use 16.04 as our build base
-
kayront
fluffypony: good time to pm?
-
kayront
(sorry, OT)
-
fluffypony
sure
-
fluffypony
hyc: ikr
-
hyc
hm, my mistake, we're on 18.04
-
hyc
ubuntu bionic
-
hyc
fluffypony: can you paste strace output from startup?
-
fluffypony
sure, I'll upload now
-
fluffypony
-
hyc
that's weird, line 215
-
hyc
it should be C_UTF-8.
-
hyc
sounds like you have a weird system default locale
-
iDunk
I have C.UTF-8 here.
-
hyc
oh yes, C.UTF-8, not underscore
-
hyc
or maybe something in your bitmonero.conf has tweaked it, tho I don't see what possibly could
-
hyc
also on my own startup I don't even see those locale calls happening
-
hyc
(ubuntu 18)
-
fluffypony
this is starting up in a different user account
-
fluffypony
so no .conf
-
TheCharlatan
I only get the error on my server 18.04, but not on my desktop 18.04.
-
moneromooo
Do you have libunwind on that one ? So we can see what throws it from where ?
-
hyc
still seems weird because C should already be the default locale
-
hyc
in other news - google is locking down execute permissions in android
twitter.com/w8emv/status/1325556483354931201
-
hyc
which will basically kill the ability to run monero CLI from an android terminal shell, unless it's explicitly packaged as an APK
-
hyc
so annoying. is this really the only way to slow down the spread of malware?
-
hyc
are they so unable to plug the holes that allow malware to land on the system in the first place?
-
selsta
monero-gui has an .apk now
-
selsta
but yea, not going to help with daemon
-
viperperidot[m]
<selsta "monero-gui has an .apk now"> Really it does?
-
viperperidot[m]
Where can I find that?
-
selsta
It is experimental so we don’t publish it on the website yet. Do you have a Github account?
-
selsta
You can download it from here once the build is finished, should take 1 hour more hour:
github.com/monero-project/monero-gui/runs/1375710540
-
viperperidot[m]
Thanks ill check it out
-
viperperidot[m]
I didn't even know the monero GUI team was working on a mobile version
-
selsta
viperperidot[m]: it is the desktop GUI ported to android, no mobile specific design
-
viperperidot[m]
Ok well I am interested to see how it works
-
xmr-pr
mj-xmr opened pull request #7000: Reduce compilation time of epee/portable_storage.h
-
xmr-pr
-
selsta
viperperidot[m]: android apk can now be downloaded
-
xiphon
dEBRUYNE: "xiphon: Would you mind investigating?" -> will have a look, working on the GUI build atm though
-
dEBRUYNE
All right
-
kayabaNerve
As an update to that Python Wallet/WatchWallet library I posted a couple days ago, I did update it to Monero v13 (latest) and did some generic linting/cleanup work and so on. Now supports CLSAG :)
-
Mmmmmmmmmm
Hi, I wrote a Daemon and Wallet client to interface with Monero's JSON-RPC API in C#, as I see we don't have one in the Monero Ecosystem. Is anyone in here able to review my code before I complete the README documentation and make it into a Nuget Package?
github.com/Agorist-Action/csharp-monero-rpc-client. I've tested 90% of the commands
-
Mmmmmmmmmm
myself without issue.
-
Mmmmmmmmmm
That link doesn't work because there is a sneaky period right after the link. Here:
github.com/Agorist-Action/csharp-monero-rpc-client
-
binaryFate
GUI v0.17.1.4 is out on website. Big thanks to selsta for rebuilding it quickly today