-
Adreik
When you say "I forgot you could do this", by that do you mean that the set_tx_key functionality didn't have any unit testing or what (you develop the wallet right)?
-
Adreik
Not sure if it would make a difference, but the transaction was a sweep_single to an external address
-
moneromooo
I meant I forgot there was a command to do this.
-
moneromooo
I don't think I wrote it.
-
Adreik
Just to make sure (maybe my computer generated a garbage "random" number and showed me a different one for some reason) I tried with the obviously garbage value and it shows the same error; Error: Failed to store tx key: Given tx secret key doesn't agree with the tx public key in the blockchain
-
moneromooo
You said above it had 00..01.
-
Adreik
0100000000000000000000000000000000000000000000000000000000000000
-
moneromooo
Are you calling that garbage or did you get somehting else elsewhere ?
-
Adreik
I got something else from the computer that signed the transaction; that is the garbage value that my watch-only wallet claims is the tx key for some strange reason
-
moneromooo
It's not garbage. It's the expected value.
-
Adreik
I have other transfers going out and they say "Error: no tx keys found for this txid"
-
Adreik
Perhaps because I restored the wallet later from keys
-
moneromooo
I've tried set_tx_key here with a correct and incorrect tx key, works ok. The wrong one is rejected with the message you had, the right one is accepted.
-
moneromooo
Are you sure it's the right secret key for the right txid ?
-
Adreik
Yes, I copied it from the result of get_tx_key [txid]
-
Adreik
Although that wallet was on a live OS boot and cannot now be revived sadly
-
Adreik
I guess it doesn't *really* matter; the transfer was acknowledged as received. I mainly wanted to learn about how this part of backing up a monero wallet works I guess
-
Adreik
moneromooo I just tried with xmrchain.net's tool; it shows my transaction key as the correct private transaction key, and shows the correct amount
-
Adreik
So i'm not surer why I'm getting the error in the CLI wallet
-
moneromooo
Dunno. The code doesn't seem to have an obvious bug.
-
moneromooo
-
moneromooo
And see if it outputs the values you expect.
-
moneromooo
If one of them isn't, it gives a clue to what's wrong.
-
Adreik
Try what?
-
Adreik
It is on a windows machine
-
moneromooo
Applying that patch and running set_tx_key again.
-
Adreik
I'll try it if it's in the next build I guess
-
Adreik
I've never tried building from source and i'm not really clear on how to do it
-
moneromooo
Save the patch as /tmp/patch; git clone
github.com/monero-project/monero; cd monero; patch -p1 < /tmp/patch; make
-
moneromooo
If it complains about missing libs, see the README for what you need.
-
Adreik
Perhaps I will try to replicate in stagenet/testnet and raise an issue instead for someone who knows their way around github, has it installed and so on
-
User1337
hello
-
User1337
;
-
User1337
hello
-
sethsimmons
Hi
-
User1337
test
-
sethsimmons
Test succeeded 😉
-
djm_
test test
-
djm_
hello guys
-
djm_
sorry, first time using IRC
-
djm_
anyone here?
-
djm_
guys, I used MorphToken to change BTC to XMR, this was like 5 days ago and still I haven't received my XMRs. Address was fine and generally everything should be fine. I contancted their support and they said on their side everything was fine and I should contact my "wallet provider"
-
djm_
Any tips on what should I do now?
-
UkoeHB_
djm_: perhaps it's a scanning issue, if your wallet didn't scan for the new outputs
-
djm_
rescanning wallet balance does nothing sadly
-
niocbrrrrrr
djm_: did you scan from before the transaction?
-
djm_
I think I might
-
niocbrrrrrr
what wallet are you using?
-
djm_
monero wallet gui
-
djm_
local node
-
niocbrrrrrr
so your own node
-
djm_
yeah
-
djm_
Should I change to remote node and that will help?
-
djm_
the amount of BTC was quite significant so I'm a bit unhappy about the fact that I did not receive the XMRs
-
niocbrrrrrr
it shouldn't as long as you are sure that the daemon is runing
-
niocbrrrrrr
I use the CLI not GUI but I believe that you can set a tx height to scan from
-
gingeropolous
yeah, what status does your daemon say?
-
gingeropolous
bottom left
-
djm_
synchronised
-
gingeropolous
whats the block height?
-
djm_
2156168
-
niocbrrrrrr
is that the wallet or daemon? I believe there is one for each
-
niocbrrrrrr
is it still that way gingeropolous
-
djm_
uhhh to be honest I don't know what to answer to that
-
gingeropolous
i dunno im downloding the gui to run it
-
djm_
maybe I should download CLI then and see there
-
niocbrrrrrr
djm_: have you used the wallet for other txs?
-
gingeropolous
u on windows or ?
-
djm_
mac
-
gingeropolous
lets just stick with the gui for now
-
gingeropolous
i have no idea where the files are put for mac etc
-
djm_
@niocbrrrrrr no, my first transaction
-
gingeropolous
hrm, well 2156167 is the current height
-
gingeropolous
2156169
-
gingeropolous
so u should be seein it
-
niocbrrrrrr
gingeropolous: I just paged dsc from another channel, mebbe he is around, I know he has a mac
-
gingeropolous
djm_, if u know how to get around the CLI, I'd try that. Perhaps the GUI and the CLI both put the blockchain in the same spot
-
niocbrrrrrr
think he is keeping regular hrs now so may be asleep
-
gingeropolous
you'll find out if you launch the CLI daemon and its start sync from scratch or not
-
gingeropolous
you have to shut down the GUI though before you start the CLI
-
cismee
djm_: I've had a similar issue with the XMR GUI wallet, I fixed it by switching the wallet into advanced mode
-
cismee
for some reason after doing so the daemon started for me when it would not do so previously
-
djm_
so I DLed CLI
-
djm_
it's asking for wallet file name
-
djm_
I type the name that I have in GUI
-
djm_
and it's says it's not found
-
gingeropolous
honestly id just restore from seed
-
cismee
djm do you have a viewkey?
-
djm_
what would be that? :D
-
djm_
I have the mnemonic seed
-
djm_
i have restore height
-
cismee
you should also have a viewkey for your wallet as well
-
cismee
if you have the wallet loaded in the gui
-
cismee
you can find it in the settings section
-
cismee
use that viewkey then go to monero blockchain explorer or my monero
-
cismee
and use that to see if your monero arrived in your wallet
-
cismee
dont need to use daemon and it'll pput ur mind at ease
-
cismee
until u can figure out the wallet
-
djm_
okay I created the viewkey in options
-
cismee
awesome
-
gingeropolous
ah, he almost had it cismee
-
cismee
-
cismee
-
cismee
those should be able to check wallet via viewkey
-
djm_
lovely, let me see
-
cismee
u are not putting wallet at risk by using viewkey either no one can use it to access wallet
-
cismee
its view only
-
djm_
in mymonero should I log into my wallet?
-
djm_
with mnemonic?
-
gingeropolous
no
-
gingeropolous
well u can but there's a charge. or there used to be.
-
gingeropolous
mymonero doesn't have a viewkey scanner
-
gingeropolous
and where is the viewkey scanner on moneroblocks.info cismee ?
-
cismee
im not quite sure i just assumed as i had used it before
-
niocbrrrrrr
if you have the txid you can just use that on any explorer
-
cismee
^
-
niocbrrrrrr
here are instructions to recreate your wallet from mnemonic seed
getmonero.org/resources/user-guides/restore_account.html
-
gingeropolous
id still just use the CLI and restore from seed using your own node if you can
-
djm_
according to moneroblocks.info
-
cismee
-
djm_
I checked the tx
-
cismee
if you have tx and viewkey u should see it there
-
gingeropolous
id also subtract 1k or 2k from the restore height just in case
-
djm_
it's asking for electrum seed
-
djm_
why?
-
djm_
what should I type ther
-
cismee
djm_: that website does not ask for seed
-
djm_
but I'm at the CLI
-
djm_
in the terminal
-
cismee
oh
-
djm_
with --restore-deterministric blabl
-
cismee
i have not used CLI wallet in a looong time
-
djm_
Okay I restored on GUI
-
djm_
let's see
-
niocbrrrrrr
seed is the 25 words you wrote down when you created the wallet
-
niocbrrrrrr
you downloaded 0.16.0.1 ?
-
djm_
OMG IT WORKED
-
cismee
good luk sir :D
-
cismee
onice!
-
djm_
<3 <3 <3
-
djm_
love you guys
-
cismee
now all u gotta do is wait for moon
-
cismee
that will be
-
cismee
.soon
-
cismee
lol
-
djm_
hahahahha
-
djm_
sir you saved my day
-
djm_
thank you so much
-
niocbrrrrrr
djm_: yeah your monero is usually not lost (like never) and morphtoken is ok
-
cismee
^
-
djm_
Great to know
-
djm_
amazing stuff
-
cismee
djm_: if ud like to purchase arts with them xmrs shop.cartysewill.com :D
-
cismee
(shameless plug)
-
djm_
I'll definitely take a look :D
-
cismee
enjoy dude
-
djm_
cheers mate! I can happily go to sleep now
-
djm_
take care!
-
niocbrrrrrr
sweet dreams
-
cismee
stick around and idle if u like the community we also got #monero-markets and #monero-pools
-
djm_
I'll definitely stick around
-
niocbrrrrrr
pools? lolol
-
cismee
:P
-
niocbrrrrrr
also #monero-community
-
cismee
rofl
-
cismee
why am i not in that chan?
-
cismee
joined
-
niocbrrrrrr
djm_: there is also tradeogre exchange which is small but non kyc
-
cismee
he gone
-
cismee
but yeah niocbrrrrr that is where i buy my xmr now lol
-
niocbrrrrrr
well look at that :)
-
cismee
tradeogre is chill i been buying eth there too lol
-
cismee
sometimes u get a discount even
-
niocbrrrrrr
you say stick around and he leaves
-
cismee
im not the best salesman for #monero apparently
-
cismee
maybe he did not know what idle means
-
cismee
niocbrrrrr: u notice a lot of peeps joining in diff channels asking for help?
-
cismee
bull confirmed?
-
cismee
lol
-
cismee
seems like its happening a lot lately
-
bigslim[m]
Nobody needs to be a salesman for Monero. It’s been around 6 years and works for what it was created for.
-
bigslim[m]
Monero has Nothing to hide other than your transactions lol
-
bigslim[m]
Marketing bit right there TM
-
cismee
i wasnt trying be a salesman for monero
-
cismee
was being saleman for idling in chat
-
cismee
\community
-
cismee
dude already bot monero lol
-
cismee
regardless it was a facetious comment
-
bigslim[m]
I c
-
bigslim[m]
I don’t know why there is so much marketing of monero
-
cismee
people just trying to shill their bags
-
ghost_matrix[m]
Question: Why is it so expensive to buy btc on bisq?
-
kayront
bigslim[m]> Nobody needs to be a salesman for Monero -- surely raising awareness and writing newbie-friendly materials can't hurt
-
ghost_matrix[m]
Im new to bisq but as i am looking at all the offers alot of them are really expensive compared to what the btc price is at on a normal exchange
-
ghost_matrix[m]
I really want to stay of regular exchanges and use bisq from now on, hopefully someone can chime in thanks ;)
-
ghost_matrix[m]
* I really want to stay off regular exchanges and use bisq from now on, hopefully someone can chime in thanks ;)
-
kayront
ghost_matrix[m]: are you buying or selling crypto?
-
ghost_matrix[m]
both but i dont want to buy my btc on regular exchanges anymore
-
kayront
from what i've heard it's normal for offers in bisq to take hours if not a day or too to be picked up
-
kayront
don't let that discourage you
-
kayront
just put your offer in there, leave the program running. someone will take the bait
-
kayront
too=two
-
ghost_matrix[m]
ok that makes sense, just curios why people jack up the price so much?
-
ghost_matrix[m]
Unless you buy a big amount
-
ghost_matrix[m]
it get cheaper
-
ghost_matrix[m]
* it get cheaper s
-
kayront
privacy premium ? compensating for added risk of p2p ? dunno, everyone must have their reasons
-
ghost_matrix[m]
* it gets cheaper
-
kayront
i check the markets page (some subdomain of bisq.io iirc) now and then and at times there are also many offers at 0% difference
-
kayront
now the price is going a bit wild, so it makes sense to charge a premium to compensate for fluctuations too
-
ghost_matrix[m]
ok i will have a look at that, i still fairly new to this so i will do further research.
-
ghost_matrix[m]
* ok i will have a look at that, im still fairly new to this so i will do further research.
-
kayront
sure. and if it works out for you, don't forget to tell a friend :)
-
kayront
as legit viral as it can be
-
kayront
heh
-
ghost_matrix[m]
I heard its not good practice to load btc that you purchased for a regular exchange into bisq wallet is this true?
-
Adreik
BTC on Bisq is priced as if it is basically guaranteed to be dirty according to chain analytics,
-
mmxxx[m]
<ghost_matrix[m] "I really want to stay of regular"> Have you tried openbazaar?
-
ghost_matrix[m]
what if i i load monero into bisq and then buy btc and other alts with that?
-
kayront
ghost_matrix[m]: not sure how deep into monero you are, but by the tone of the question I'll assume you're still exploring
-
ghost_matrix[m]
* what if i load monero into bisq and then buy btc and other alts with that?
-
ndorf
personally, i would never trade known-good monero for almost-certainly-tainted btc
-
ghost_matrix[m]
<kayront "ghost_matrix: not sure how deep "> Yes :)
-
kayront
the problem with bitcoin and 99% of other cryptos, is that they're completely transparent. and using bisq leaves certain easy-to-follow clues on-chain
-
ndorf
maybe at like a 50% discount or something
-
kayront
combine that with the fact that exchanges use chain analytics, and they WILL know you are depositing into bisq
-
kayront
is that a problem for them now? maybe, maybe not. but when and if it becomes a problem, they tick a few boxes in their dashboard and get a list of everyone who's been depositing to bis
-
kayront
q
-
kayront
and then maybe you have problems or you don't
-
ndorf
^
-
kayront
that's pretty much the essence of why monero exists, we don't want this pervasive, rewindable surveillance of our lives
-
ndorf
have you looked at localmonero.co? it's pretty thin, but maybe you're lucky and there's liquidity in your area
-
kayront
all this to say, ghost_matrix[m], that bitcoin is fundamentally flawed without privacy. so you are right to worry about it (already a step ahead of most people)
-
kayront
it's a dilemma. maybe yout hink: fine, I'll mix my coins before depositing to bisq! well, same logic applies, and with mixing it will definitely raise alarms faster than using bisq. after all, as we all now (/s), only criminals need or want privacy
-
Adreik
I laugh at people that think cash shuffle or coinjoin or whatever gets them good privacy
-
ghost_matrix[m]
<kayront "all this to say, ghost_matrix, t"> Understood yes this is why i really respect monero and what it stands for.
-
ghost_matrix[m]
so to trade on bisq could i just use monero instead?
-
kayront
and the really worrying thing is that governments have grown used to having this kind of power, and now any attempts at remaining anonymous and private are automatically suspicious
-
ghost_matrix[m]
And use that to buy other coins more securely
-
kayront
yes, that would be much better. but as bisq exists today, you must use BTC if you wish to purchase fiat
-
kayront
so you could go XMR -> bisq -> XMR->BTC -> fiat
-
kayront
the BTC you get from selling XMR on bisq, as ndorf implied, will almost certainly be tainted though
-
Adreik
I'm not sure anyone would want their bank account transactions connected to Bisq activity either really
-
kayront
there was some talk last year about making monero a base currency in bisq, but then later i think people were saying the concept of base currency was going away soon™, and frankly i haven't followed it much recently so i dunno where it's at
-
kayront
Adreik, that's the other side of the surveillance coin
-
ghost_matrix[m]
<kayront "so you could go XMR -> bisq -> X"> Ok this makes more sense! because what if someone was to get paid in bitcoin for freelance work but wants to cash out to fiat? how is one supposed to do this?
-
kayront
at some point you want to use fiat because in most places you can't do crypto yet
-
kayront
what are the options?
-
kayront
cex or dex or in-person cash
-
kayront
ghost_matrix[m]: first, they should probably be getting paid in XMR ;)
-
kayront
but to answer your question, there's visa/mastercard options too (needs KYC however) like bitsacard.com (not a customer, can't rate)
-
kayront
then centralized exchanges, then decentralized, then back to mcdonalds with a money-verifying machine in your pocket and probably a small knife just to be sure (true story)
-
ghost_matrix[m]
What if i was to sell on bisq though is that not the same concept as cex or dex?
-
kayront
and last of all, you could just USE the crypto as it is.. the options are limited, but growing every day
-
ghost_matrix[m]
<kayront "then centralized exchanges, then"> This made me laugh !
-
kayront
<ghost_matrix[m]> What if i was to sell on bisq though is that not the same concept as cex or dex? --> bisq *is* a dex
-
ghost_matrix[m]
oh lol
-
kayront
you don't do KYC, but imagine your trading partner is some sort of shady drug dealer character ... all bank transactions are recorded forever
-
kayront
2 years from now guy gets caught, they go through his accounts
-
ghost_matrix[m]
i thought it was a platform sorry ahahah
-
kayront
guess who they find there? good old ghost_matrix[m]
-
kayront
it's a risk.
-
ghost_matrix[m]
I see! ok its all coming together!
-
kayront
that's the beauty (/s) of the surveillance system, you just never know when they're trolling through your life and preparing a frontal assault on your backdoor (heh)
-
Adreik
Are bank transfers really recorded forever? I can't get statements going back more than 7 years (tax office audit timeframe limit)
-
ghost_matrix[m]
Because they still have to pay you into your actuall bank account and vice versa
-
Adreik
But same principle regardless, yes
-
kayront
i don't know for sure Adreik, and i'm sure there are laws that limit in theory, but then again there were laws that limited mass-surveillance too and look where we are
-
kayront
correct ghost_matrix[m]
-
kayront
the bisq vision is much closer to the original ideals of cryptocurrency though, that's for sure. you're just trading, does there really have to be a middle-man ? but because of the whole surrounding financial mass-surveillance system, doing so comes with some extra risks
-
ghost_matrix[m]
So what would be the best way in your opinion if someone was to get paid in bitcoin for freelance work to be able to get your hard earned profit into fiat?
-
kayront
no option is ideal today
-
Adreik
Demand bitcoin through a centralised service like coinbase's merchant thingy. Then sell and buy however much XMR :)
-
kayront
out of principle i would go with bisq and accept the added risk, freedom does come at a price
-
kayront
and if they bother you, at some point you have to fight back and stop letting them push you around
-
kayront
hiding forever doesn't work
-
kayront
but consider that you can buy plane tickets, hotels, amazon giftcards, and many other things with monero (indirectly in most cases through
xmr.to)
-
kayront
so maybe you don't *need* to convert ?
-
mmxxx[m]
Open bazaar is also an option for btc to xmr
-
mmxxx[m]
A better option than bisq, in my experience
-
kayront
what makes it a better experience mmxxx[m] ? never really got into OB myself
-
mmxxx[m]
<kayront "what makes it a better experienc"> Quicker, more responsive sellers. More flexible selllers
-
mmxxx[m]
No added 'fees'
-
kayront
by the way, everyone
-
kayront
i don't have time today, and i'm waiting on feedback from some key members of the community to get their interpretation about the following, but in the mean time, something that interests us all, and has not been widely reported in the crypto media
-
kayront
-
kayront
i'd like to do an article about it
-
Adreik
I think no, because you can have the computer that hosts the code anywhere
-
cyyber
-
Adreik
What is meant by an "unhosted wallet" in that context?
-
cyyber
May I know the contribution of Thayer & Adam on Monero?
-
kayront
anything that's not an exchange/bank wallet
-
kayront
anything they can't put under surveillance
-
kayront
if you transfer exchange to exchange, soon™ if not already (depends on country atm) the travel rule applies and the destination exchange can tell your funds are coming from another exchange/bank-that-custodies-crypto, and you're in the matrix, your life is rewindable, so no problem
-
kayront
if you transfer from an unknown wallet though, they are proposing to outright ban that
-
kayront
or bullying the exchange into losing their license and thus their business
-
kayront
it's not clear if they're looking to go as far as banning merchants from accepting it, but if you think about it if they're willing to go this far, then pontificating about that is but a small step (imo)
-
cyyber
Is Monero moving towards quantum security?
-
kayront
i've been thinking about this, and i think a big part of the problem could be that governments have these global fancy groups, the laws come top-down, and by the time they get to your country where you could ostensibly vote out politicians who support such laws, not only would your country become blacklisted or greylisted, but anyway the chances of a successful vote against are very slim, as only a small percentage of the voters are even aware of
-
kayront
what's been planned for them for years already by that point
-
kayront
CRS is a good example
-
kayront
whereas organized resistance about such things, while discussed globally over the internet, tends to be a country-by-country thing
-
alexanarcho[m]
<cyyber "Is Monero moving towards quantum">
youtu.be/kYm6gqtsses check this out
-
cyyber
alexanarcho[m] I already checked that out and shared the link above :)
-
cyyber
I just want to know if there is any progress
-
ghost_matrix[m]
thanks kayront & Adreik for all the info i really appreciate the insightfull info as im still learning about cryto.
-
ghost_matrix[m]
Going to probably use bisq and also have a look at open bazzar.
-
ghost_matrix[m]
And xmr.to is fantastic also.
-
alexanarcho[m]
Ah ups, didnt read
-
kayront
xmr.to is a lifesaver, though it's questionable (unfortunately) how much longer they'll be able to operate without KYC
-
kayront
keep learning ghost_matrix[m], it's worth it, it's fun, and the world needs it :)
-
Adreik
Hey, anyone know a stagenet faucet?
-
Adreik
Or do we have to mine it and wait an hour
-
Adreik
-
Adreik
So, just checking it's stagenet that's essentially mainnet and testnet that has all the new shiny features being tested? Or other way around.
-
xmrmatterbridge
<rbrunner7> No, not the other way round :) Shiny new features are indeed on testnet, if any. Stagenet is "boring", just mainnet with coins worth nothing
-
amuro
Any safer remote node?
-
jbg
amuro: it's more about trust than safety, and asking random people on IRC which remote node you should trust doesn't make much sense
-
kayront
we're a very trustable bunch tho
-
amuro
moneroworld.com/#nodes <-- Are the nodes on this website can be trusted?
-
kayront
there's very little a bad node can do to hurt you amuro, and it certainly cannot spend your funds
-
kayront
if you want to cover a few more bases, access the node through tor
-
kayront
there's some .onion nodes listed there too
-
amuro
thanks
-
derpy_bridge
<[discord] Yonatan#6948>: Just run your own node on a laptop
-
derpy_bridge
<[discord] Yonatan#6948>: It takes almost no effort
-
ghost_matrix[m]
What is the best way/website to exchange btc to monero?
-
ghost_matrix[m]
Is cake wallet good? I wish xmr.to went the other way around as well.
-
ghost_matrix[m]
morphtoken?
-
kayront
ghost_matrix[m]: xmr.to doesn't do the other way because of the fundamental fatal issues with privacy in bitcoin we were discussing before
-
kayront
cake wallet is trusted in the community, personally i've never used it, but it is certainly legit
-
kayront
never had issues with morphtoken, which is not to say that tomorrow someone won't. simpleswap.io also works well ime
-
ghost_matrix[m]
<kayront "ghost_matrix: xmr.to doesn't do "> I see, i went away and did alot of research after we talked all i can say i privacy coins all the way!
-
artefact
the problem with these tools is the spread on the exchange rate. i just checked simpleswap and it's over 500 basis points (!) for xbtxmr
-
kayront
unless you enjoy 1984-style, china-style authoritarianism, it's the only thing that's ever gonna work
-
kayront
it's frustrating that even in crypto so few people understand that, 12 years on
-
kayront
i believe this could be in big part due to the fact that for most people in crypto, it's a get-rich-and-hodl thing exclusively
-
kayront
nothing wrong with getting rich and/or hodling, but if you don't try to use cryptocurrency for actual commerce, you never run into the massive ramifications of the next-to-no-privacy that 99% of projects suffer from
-
bigslim[m]
kayront: yes it’s great to keep people updated on new developments and work. That is never a bad thing. There is a saying we used to use ten years ago on forums. Use the search function. Now days since forums are practically obsolete due to instant connection, you have to constantly answer the same question thousands of times because people want instant answers instead of using a search function.
-
artefact
also forums are dead because nowadays if you want to look for an answer, it's somewhere on reddit or discord. :-(
-
artefact
i don't think i need to explain why these services are bad for privacy
-
kayront
-
kayront
Dr. Marcus Pleyer of Germany assumed the position of President of the FATF on 1 July 2020. He succeeded Xiangmin Liu of the People's Republic of China.
-
kayront
LOL, that explains a few things
-
ghost_matrix[m]
I found this looks good
-
ghost_matrix[m]
Morphscript
-
ghost_matrix[m]
This python script enables you to convert BTC to XMR (or any currency conversion supported by morphtoken.com) on Tails without using javascript.
-
derpy_bridge
<[discord] Yonatan#6948>: I usually use ChangeNow or LocalMonero to convert my BTC to XMR
-
derpy_bridge
<[discord] Yonatan#6948>: Also Incognito DEX is pretty good
-
jbg
Yonatan: incognito seems to have really bad liquidity for XMR/BTC
-
artefact
i must be looking at the wrong thing because it looks like the only way to use it is to install an ap from a proprietary app store, lol
-
jbg
artefact: yeah, i had the same experience
-
jbg
took *so much* digging to find source code, and i have no way of knowing if it is the same thing i download from an app store
-
artefact
and it requires GSF? is this a sick joke?
-
jbg
they do publish an APK directly, which is better
-
jbg
but even that APK requires google spyware, yeah
-
jbg
and then once you use your burner device to try it out, you find that liquidity is so bad on XMR/BTC that prices are an order of magnitude off
-
ndorf
hm, sounds like a good place to be adding some liquidity
-
jbg
if anyone is trading at all
-
ndorf
i mean, if the spread is as wide as you say, i can be patient :)
-
artefact
makes me wonder who their target audience is
-
jbg
the people who bought PRV, surely
-
fullmetalScience
Hi C cracks :) monerod is acting up here with a runtime error. Stack trace:
ix.io/2t7y
-
monerod[m]
You talking to me! ?
-
monerod[m]
You talking to me? !!
-
monerod[m]
You must be talking to me, There is nobody else here!???
-
artefact
i also do get similar errors. doesn't seem to prevent the daemon from operating normally, from what i can see
-
asymptotically
fullmetalScience: you can use MONERO_RANDOMX_UMASK=1 to shut that error up the easy way (put that before the monerod command in your shell), or you can let it allocate with huge pages
-
artefact
huge pages? that's not mentioned anywhere in the reference, afaik
-
artefact
how many?
-
asymptotically
with 2MB hugepages i have vm.nr_hugepages set to 1193. although i think that was for xmrig which might want more
-
asymptotically
enabling them or telling it to not use hugepages really speeds up the syncing. i messed up the log rotate settings and ended up with gigabytes of log messages after ignoring the warning lol
-
artefact
github.com/tevador/RandomX/blob/master/src/randomx.h#L42 i see. not really documented anywhere afaik, but good to know
-
artefact
looks like =4 might also work
-
artefact
oh and RANDOMX_FLAG_SECURE for w^x, nice
-
fullmetalScience
Okay. I did just notice CLI thinking an outgoing tx had failed. So I tried to repeat it which told me I was trying to double spend. But maybe that's unrelated then and the daemon was just out of sync or anything.
-
fullmetalScience
After a monerod and CLI restart the first TX showed up correctly, not as failed anymore.
-
artefact
Environment=MONERO_RANDOMX_UMASK=29 works w/o hugepages and MemoryDenyWriteExecute=true, pretty good
-
fullmetalScience
I cannot really spare >2 GiB for this on the machine, but I set vm.nr_hugepages=128 to see what happens.
-
fullmetalScience
Nope. Same error right after starting monerod.
-
artefact
just setting vm.nr_hugepages when the system is already running is unlikely to allocate all of them
-
fullmetalScience
I rebooted.
-
artefact
then it's likely not enough
-
fullmetalScience
Let's see with 1280 just out of curiousity ...
-
fullmetalScience
Looks better. No error yet.
-
fullmetalScience
But why does it want so many when not mining?
-
asymptotically
needs to validate the blocks as you download them
-
fullmetalScience
Well it could still use all the mem it wanted, just in smaller chunks ..
-
artefact
it uses 128x2mb pages with RANDOMX_FLAG_FULL_MEM
-
artefact
or not, just errored out again. aaaaaaaaa