-
vdo
when is v0.16 scheduled for release?
-
ErCiccione[m]
soon(tm)
-
rbrunner
I was tempted to write the same but held back at the last moment :) No fixed date, but how about maybe 2 weeks out?
-
ErCiccione[m]
I think the soon(tm) thing is a tradition at this point :P
-
ErCiccione[m]
i think should be less, but yeah
-
vdo
i mean, the date is fixed right?
-
ErCiccione[m]
nope
-
rbrunner
No. It's quite hard to fix a date. It's ready when it's ready :)
-
vdo
kk
-
fRit_^
hi, I need some advice. I've read a little. I want to start mining, just for fun and for having some XMR of course. I revised my plans and now I'm thinking about buying CPU: R5 3700x, MOB: B450, RAM: 8GB. What do you think? This setup will be only for mining.
-
asymptotically
fRit_^: what memory? works a lot better with faster memory
-
asymptotically
also might be best to ask in #monero-pools or on a subreddit like /r/MoneroMining
-
fRit_^
asymptotically, ok, thanks
-
yanmaani
"The FIU would like to remind all reporting entities of a number of financial indicators to be aware of in general ... The presence of these indicators should encourage further monitoring and reporting where appropriate. ... Debits/Credits from a third party for [NZ]$14.88, or transactions with a reference of 1488; Donations to right wing blogs and websites ... Funds moved through alternative ... platforms
-
yanmaani
such as PayPal and Patreon ... transactions at flag shops ... We appreciate your ongoing support and vigilance"
-
yanmaani
-
fullmetalScience
UkoeHB_ in ZtM section 4.3 Subaddresses, what method are you referring to when saying "We explore anotherway to distinguish between received outputs in the next section."
-
asymptotically
is there a list of tor nodes so that i can add-peer them?
-
asymptotically
*while using anonymous-inbound?
-
azy
-
selsta
-
selsta
this one apparently works too
-
asymptotically
aren't they just for wallet rpc?
-
selsta
try port 18080
-
selsta
add as exclusive peer and check if you can sync off them
-
asymptotically
connection refused :(. he's online though, port 80 works fine for /get_info
-
asymptotically
must have not forwarded 18080
-
asymptotically
well if anyone else is using anonymous-inbound, feel free to add xud6xledg5ltzaou5bhc6ijwarozxgapoowj7lxue7baoyc5ltzqkcqd.onion:18080 as a peer :)
-
UkoeHB_
fullmetalScience: payment IDs
-
netrik182[m]
as per monero.how instructions on how to setup OpenAlias, the example is given as:
-
netrik182[m]
oa1:xmr recipient_address=4JUdGzvrMFDWrUUwY3toJATSeNwjn54LkCnKBPRzDuhzi5vSepHfUckJNxRL2gjkNrSqtCoRUrEDAgRwsQvVCjZbRx8NCvspxJMRJcG69H; recipient_name=Alice Lastname; tx_description=Donate to my cupcake fund!;
-
netrik182[m]
my question is if this 'tx_description' is something optional or not
-
netrik182[m]
and if it's just something that will be visible at sender's wallet
-
selsta
netrik182[m]: optional, yes
-
selsta
only the sender sees it, you can enter a description to remember what the transaction was
-
selsta
not stored on the blockchain
-
netrik182[m]
alright, thanks selsta
-
netrik182[m]
and it will take a subaddress as well?
-
takel
hi
-
takel
i did an update on dockerfile for android with NDK_REVISION 21b
-
takel
compile stopped in the begining
-
takel
all other dependencies compiled without problems
-
takel
is possible to cmpile with NDK_REVISION 21b or i'm losing my time
-
takel
-
takel
very nice if is any help from anyone
-
selsta
netrik182[m]: what do you mean?
-
selsta
openalias? yes
-
selsta
takel: did you solve the other issue?
-
takel
no thats why im testing everything
-
netrik182[m]
selsta: Yes, I meant the OpenAlias. I just set it up and tested. Everything working as intended.
-
netrik182[m]
Thanks again
-
takel
now even monero cli dont compile
paste.debian.net/1147321
-
takel
there are lot of changes and no test on all platforms
-
takel
android is very crucial because everyone has a smartphone today
-
takel
i update git clone and compile failed
-
takel
before there was no problem with cli
-
selsta
takel: we have a gitian build system
-
selsta
android builds fine with it
-
takel
for cli only
-
selsta
yes, we don’t officially support android GUI
-
takel
build.yml can help
-
selsta
I would like to support it but I don’t even own an android phone
-
selsta
so someone else has to fix it
-
takel
the best build system is host agnostic on depends
-
takel
allways succesful and fast
-
selsta
yes we are working on it
-
takel
on cli is super but how to add on gui
-
selsta
first we have to add cmake support
-
takel
cmake for gui?
-
selsta
and then depends
-
selsta
yes
-
takel
when will be possible this?
-
hyc
it is possible as soon as you do it
-
takel
not so great hacker
-
selsta
well it is being worked on
-
hyc
when you want something to happen on an open source project, you make it happen yourself. either by doing the work, or paying for osmeone to do it.
-
hyc
not by asking "when will it be done"
-
takel
the only thing that i can help is to give an updated dockerfile for gui that was working before
-
takel
not now
-
takel
i dont know how to pull request on github so if u want that i can insert on paste.debian and u can insert after on github
-
selsta
yes can you paste it?
-
takel
ok right now
-
selsta
yes
-
takel
-
takel
line 7 is because docker updated something
-
takel
works very well on redmi phones
-
selsta
takel: can you remove the zbar stuff?
-
selsta
it is not required for compilation
-
takel
is need for qrcode
-
takel
qrcode works well too
-
takel
every line is useful there
-
selsta
ok
-
selsta
dumb question but where does boost and other stuff get installed?
-
selsta
(not really familiar with docker)
-
takel
ARG IMAGE_FROM=monero
-
takel
thats why u need docker for cli first and after this
-
selsta
where does libgcrypt get installed?
-
takel
nowhere i inserted but nothing changed so is not libgcrypt issue
-
takel
u can do RUN apt install -y libgcrypt
-
selsta
it is required for compilation
-
selsta
can you post the error you had again?
-
takel
-
takel
the first docker
-
takel
which create ARG IMAGE_FROM=monero
-
takel
contrib/epee/include/net/http_client.h:31:10: fatal error: 'boost/shared_ptr.hpp' file not found
-
takel
this was gui error
-
takel
for some reasons boost files can not be found
-
takel
boost files exist!
-
takel
so something else is happening
-
selsta
did you try updating boost?
-
takel
i did everything
-
takel
so sometime i got confused and updated to last version
-
takel
and bingo even cli didnt compile!
-
selsta
ok have an idea
-
selsta
-
selsta
this is most likely the change that broke it
-
selsta
maybe this will help, gui has to include boost
-
takel
i do revert commit?
-
selsta
no this will not fix it
-
selsta
a lot of PRs depend on this
-
takel
what to move line by line?
-
selsta
-
selsta
includes boost, yours does not
-
selsta
did you remove it?
-
takel
was working before because take boost from monero docker image
-
takel
i inserted as is in this dockerfile but still no success
-
takel
so is not that is smth else
-
takel
how to remove 2799
-
takel
line by line
-
selsta
you can’t
-
takel
no solution
-
selsta
don’t know currently