-
Steven_M
Hi all, I get a different key id when I import binaryFate's gpg key than the one shown on the instructions, even though the fingerprints match. I get: key 2A0BDF92: public key "binaryFate <binaryfate⊙go>" imported. The website shows: key F0AF4D462A0BDF92: public key "binaryFate...etc
-
Steven_M
any idea why I get a different ID?
-
selsta
Steven_M on which website does it show F0AF4D462A0BDF92 ?
-
selsta
Steven_M: anyway, looks like the key you are seeing is cut
-
selsta
gpg --fingerprint binaryfate⊙go
-
selsta
should return `81AC 591F E9C4 B65C 5806 AFC3 F0AF 4D46 2A0B DF92`
-
Steven_M
-
selsta
see all keys end in `DF92`, they are just not the full key
-
d4ndo[m]
2A0BDF92 are the last 4 byte of F0AF4D462A0BDF92
-
d4ndo[m]
The short notation.
-
Steven_M
selsta: d4ndo[m]: Oh I see
-
Steven_M
selsta: the fingerprint matched what you gave me, so I should be fine right?
-
selsta
Steven_M: yes
-
Steven_M
selsta: Thanks :-)
-
Steven_M
d4ndo[m]: Thanks to you as well. :-)
-
d4ndo[m]
np
-
Steven_M
Windows built-in virus checker thinks it has found Trojans in many of the Monero exe's. The checksum of the download matched the hash file though. Has this happened to anyone else before?
-
selsta
Yes, Windows classifies the included miners as malware.
-
Steven_M
selsta: okay, thanks. :-)
-
d4ndo[m]
Another - Unmasking Satoshi Nakomoto Video has been uploaded on Youtube.
-
d4ndo[m]
»Bitcoin - Unmasking Satoshi Nakamoto«
-
knueffelbund[m]
Hi there. I just published a Figma file with a work-in-progress design concept for a mobile wallet. Something I've been messing with for some time, but just cleaned up because xmrscott had asked about mobile wire frames. Not sure if there is an effort on the mobile front right now, but maybe this is helpful.
figma.com/community/file/8430295402…083746/Monero-mobile-wallet-concept
-
selsta
knueffelbund[m]: awesome, thank you
-
knueffelbund[m]
Np. I'm happy about any feedback and ideas.
-
xmrscott[m]
knueffelbund: About to reply to you email as well, but you might also want to ask in monero-gui about any mobile interests :)
-
xmrscott[m]
I can only speak for myself, not for the people who are the regular gui contributors
-
knueffelbund[m]
Will do. If I remember correctly, rehrar also looked into mobile wallets a few months ago. Haven't asked him recently about it though.
-
selsta
I wonder how well Qt apps work on mobile and if it wouldn’t be better to write it native in Swift. Probably would be better but contributors are missing.
-
xmrscott[m]
Yes, was mentioning that in my email, but can mention here
-
selsta
(only talking about iOS version)
-
xmrscott[m]
Basically the last mobile-anything effort I'm aware of (granted I don't lurk a whole lot in monero-gui apart from close to releases for localization/string lock stuff) is indeed rehrars wireframes circa Konferenco last year
-
xmrscott[m]
That was slightly preceded in Mar/April of 2019 w/ me pushing someone (ended up being rehrar) to talk to Purism about what was happening with their LibremPay wallet
-
xmrscott[m]
rehrar talked to Todd Weaver, Todd Weaver said it's very much still going to be a thing, but I think mainly Purism's focus based on their blogposts has been trying to get Librem 5 out, not so much the extraneous software
-
xmrscott[m]
One of the Purism software devs followed up with me fall-ish of last year about it because someone had asked about it on the Purism forums, and I said TMK it was still WIP, but no one from Monero was actively working on it. They said they'd follow up w/ rehrar or some other person I think like dsc on IRC. TMK, never did
-
xmrscott[m]
I'll have to refind the post, but anywho long story short. Last work on mobile-anything I believe was rehrar's wireframes. I started asking around this week because now that the PinePhone is shipping out late May, it would be nice to have a 'first movers advantage' in the Linux mobile space
-
xmrscott[m]
My C++ foo hasn't been touched in over 6 years, but I figured since I'm currently learning QML and (re)learning Python for my first Linux mobile project, a HackerTracker Linux mobile port, I'd try to do the QML for a Monero mobile wallet as well. So I asked around, and dsc and selsta suggested contacting you and rehrar as you both had the most recent design work
-
selsta
more GUI contributors are always welcome :)
-
xmrscott[m]
My hope is, whatever shoddy QML I write up is enough to help encourage someone w/ decent+ C++ foo to connect the pieces to the existing createWallet() createTx(), etc functions, and then we can sort out the CMake and flatpak and get it published in the relevant stores
-
xmrscott[m]
Discover for KDE, whatever Canonical's is called at this point being the two big ones
-
selsta
Most of the C++ is already written. A mobile port of the GUI will most likely be purely QML.
-
knueffelbund[m]
Way over my head. I can do some web development, but can't chime in on any of this.
-
selsta
QML is quite similar to JavaScript.
-
xmrscott[m]
Hmm, to put it another way, hasn't been work on it in a year. I'm hoping to get a first draft of the UI code that makes up the Pages (think the View part of MVC (I do dev in .NET stack so best parallel I can think of))
-
xmrscott[m]
Given the 'Controller' and 'Model' parts pretty much already exist w/ desktop wallet can be re-purposed, in theory after View work it should just be some 'minor' stitching together
-
xmrscott[m]
* That was slightly preceded in Mar/April of 2019 w/ me pushing someone more 'official' (ended up being rehrar) to talk to Purism about what was happening with their LibremPay wallet
-
knueffelbund[m]
I'm sure some features and implementations would have to be changed because of the difference in mobile hardware, touch input, extra capabilities like notifications and Face/Touch ID, etc?
-
xmrscott[m]
Yes, definitely some feature would need to be changed I think at the logic level, potentially. I'm not sure what differences might need to be accounted for in terms of home directory, etc when using flatpak. Just know it should be much less than writing everything from scratch, hopefully
-
xmrscott[m]
And the Linux mobile UI frameworks are still very much a WIP
-
knueffelbund[m]
Doesn't have to be all done at once either. Just getting a solid foundation that works done is a big step and makes it easier for others to contribute.
-
xmrscott[m]
Yep, exactly. It's all about building step by step. My favorite go to example to explaining to people who don't like the state of Linux mobile now is that it took until iOS 3 to send picture messages for a company that makes billions every year. It'll be rough, but hopefully it's a exponential growth as frameworks improve, and it gets easier to package and publish via IDE's, etc
-
xmrscott[m]
Good example of what's possible in terms of cross platform with QML and C++:
lwn.net/Articles/780031
-
knueffelbund[m]
Very cool effort, scott.
-
-
flipchan
Hey, what are some good monero sites/links ?
-
neoflux[m]
-
neoflux[m]
-
eMochi
-
azy
(7.60x) +7.60000 XMR
-
azy
oof