-
oavmqgwxt
For a community that prides itself on manipulating people, you can't manage a single guy that spends most of his time in his underpants :D
-
mbxojuujellr
There are multiple psychological hooks to keep Monero community members in place. Here is one:
-
mbxojuujellr
-
mbxojuujellr
Notice that Scientologists don't stand on street corners saying "Would you like to talk about our Lord and Saviour, Xenu?"
-
mbxojuujellr
Put yourself instead in the shoes of someone who spent $10,000 and 2-3 years of their life on their courses
-
mbxojuujellr
And you get a bunch of bad sci-fi - you have two choices:
-
mbxojuujellr
- either swallow a very bitter pill that you wasted a pile of money and a portion of your life
-
mbxojuujellr
- or swallow the sci-fi, and from that point on, you will swallow _anything_ they tell you.
-
mbxojuujellr
In the cult trade that's called "insider doctrine".
-
mbxojuujellr
Would you like to talk about our Lord and Saviour of NASA, Howard Chu?
-
mbxojuujellr
-
francolio[m]
Not sure if this is the right place for this...but... I'm a past software engineer I like Monero. Monero would benefit from many more polished UXs out there. I would like to pursue/fund a Status.im like application/system/community with Monero (and something like Wire?) as a base. Think: no-metadata chat, language, value transfer in real time. I have a little road map worked out but I'm wondering if this effort
-
francolio[m]
exists in the community already (I believe it needs to be an actual commercial effort - happy to change my mind tho). Gen 1 might include signal/wire, fog-monero(or single spoke dandelion (trusted enclave (:-/))) - near instant pay/tip, app based wallet...Is anyone working on this? Who would be able to help with this? I'm happy to pay $$$ or XMR for services, learning whatever. Thank you in advance and apologies
-
francolio[m]
if I am spamming.
-
moneromooo
There's various software that make it easuer to use monero. Some of which unmaintained.
-
moneromooo
There's mymonero, cake wallet, wallets which put user friendliness first.
-
moneromooo
There's a point of sale system called... kasisto IIRC, this one's unmaintained.
-
moneromooo
Nothing I can think of that bundles a chat program.
-
moneromooo
Some of the stuff above wasn't too clear so feel free to rephrase.
-
virgildante[m]
francolio: you want your chat app to be able to send/receive xmr correct?
-
francolio[m]
<moneromooo "There's various software that ma"> Thank you moneromooo...will do some more reading here. I think a commercial platform for chat, payments (yes XMR->FIAT->XMR etc etc) would be viable at this point. I'm just trying to find a partner, company, group to invest in that would own this or run with it...has the passion vision to polish this. It would make money on TX fees (like all of these businesses) and
-
francolio[m]
evolve into a purely private venmo/signal like app. Think anonymous WeChat Pay.
-
francolio[m]
<virgildante[m] "francolio: you want your chat ap"> that's part of it...but hopefully just the beginning...something that let's people find each other, chat, pay...all with "perfect" privacy
-
moneromooo
If you want to invest in a company that does that, as opposed to help build it, this is really not the place. But if you want to work on it, I'd suggest looking at the W3C payment stuff and the XMPP docs, might give good leads.
-
moneromooo
Though XMPP might be dying nowadays, not sure...
-
francolio[m]
<moneromooo "If you want to invest in a compa"> Thank you very much and sorry for the noise! will look at the leads you share here. The monero community is second to none BTW. I love this crowd.
-
moneromooo
There's #monero where this'd be appropriate if you don't know this one.
-
mj-xmr
francolio[m], it's possible to get your project financed by the community and get paid some small fixed fee later on, if you release it as open source to the community.
-
mj-xmr
-
mj-xmr
(fixed fee for maintaining it later on)
-
mj-xmr
But I would also ask there (#monero or #monero-community) what the interest there is or existing solutions.
-
francolio[m]
<mj-xmr "But I would also ask there (#mon"> virgil.dante: Excellent - thank you very much :-)
-
astreknet
Hello, anybody here succeded installing monero on OpenBSD?
-
virgildante[m]
<astreknet "Hello, anybody here succeded ins"> You have to compile from source I think
-
sethsimmons
Probably a better question for #monero
-
virgildante[m]
And you need to change the max men config to compile it
-
virgildante[m]
* And you need to change the max mem config to compile it
-
virgildante[m]
* And you need to change the max mem per process config (cant remember how this is called in OpenBSD) to compile it
-
astreknet
Yes, I read it on github but didn't even got the chance...
-
endogenic
francolio[m]: DMd you
-
endogenic
do DMs work from irc to matrix? not sure I've ever tried
-
astreknet
Hi there, I got an error when compiling monero on OpenBSD
-
astreknet
exactly in monero/contrib/epee/src/net_ssl.cpp
-
astreknet
line 579
-
moneromooo
Paste the compiler's output into paste.debian.net or similar, and paste the URL here.
-
astreknet
if (!(ssl_key = SSL_CTX_get0_privatekey(ctx)) || !(ssl_cert = SSL_CTX_get0_certificate(ctx)))
-
moneromooo
There's a recent PR that just removes it IIRC. It's because you are using libressl instead of openssl I think.
-
astreknet
-
astreknet
Could it be OpenBSD uses LibreSSl instead of OpenSSL?
-
moneromooo
Maybe. Or it could be because openssl got replaced by libressl.
-
astreknet
I just comented this line to see what happened and so far i'm 92%
-
astreknet
I can try to force to compile it with OpenSSL
-
moneromooo
I thought there was a PR to fix it, looks like I was wrong.
-
astreknet
-
moneromooo
Then maybe a header switch. That'd seem unlikely though.
-
astreknet
this could be wrong cos I'm not much into C++
-
moneromooo
Your man page does not mention the function though.
-
astreknet
but could be that "if (!(ssl_key = SSL_CTX_get0_privatekey(ctx)) || !(ssl_cert = SSL_CTX_get0_certificate(ctx)))"
-
astreknet
should be "=="?
-
astreknet
right
-
moneromooo
Unlikely, and it would not throw that error.
-
astreknet
i'll give a try with openssl
-
astreknet
I'll see what happens ignoring this line but doesn't feel good, and then try openssl, thanks!
-
astreknet
Going back to the compiling monero on OpenBSD, yes the function SSL_CTX_get0_privatekey doesnt exists in the system
-
astreknet
neither if you download openssl
-
astreknet
or at least I wasn't able to find it
-
astreknet
thanks anyway