-
jonah_xd[m]
<ishikawa[m] "When when when! So many good pro"> Im waiting too, its best to wait for final product or we doomed like cyberpunk 2077
-
f-chymera
hi guys, I have this weird situation where the cli wallet is always prompting me for my password twice
-
f-chymera
any idea why and what I can do about this?
-
Norkle
.faucet
-
Wallet
Norkle: Octagon is how many sides?
-
Norkle
6
-
Wallet
Norkle: Oops that is not correct. Try again later. (No not immediately or I'll just ignore you..)
-
cismee
.faucet
-
Wallet
cismee: Your default coin is now set to XMR. Change with coins command.
-
Wallet
cismee: Of 4 and 7, which is 7
-
Wallet
cismee: Oops that is not correct. Try again later. (No not immediately or I'll just ignore you..)
-
cismee
:?
-
Steven_M
Hi all, does anyone here use the the thorchain exchange and does it support Monero?
-
tzpeimlwifmh
FIY, you want to know why you are getting those daily messages? Cults NEED to control information. That's why people like lh1008 get savagly attacked (also called disconnection) for even talking to me. Break the information embargo, break the cult. Who would sign up to Scientology if they knew from the get-go that is is about a sci-fi alien overlord? Who would sign up to MAGA if they knew what a loser Trump is?
-
tzpeimlwifmh
You don't sign up to MAGA to do a failed Viking LARP and some time off in club fed. You sign up because you feel like shit and they promise to give you self-respect. It is a total lie of course, you are still a joke even when cosplaying a Viking. Just like Monero's promise of privacy is a lie.
-
selsta
Steven_M: I think they are working on it.
-
Steven_M
selsta: cool, thanks :)
-
sech1
.balance
-
Wallet
sech1: Access denied for balance. Are you logged in?
-
moneromooo
boogerlad[m]: bool wallet_rpc_server::run()
-
Zta
selsta: Thanks! Changing the wallet restore height worked!
-
Zta
I'm using GUI version 0.17.2.2-937cb98 (Qt 5.15.2), Embedded Monero version: p, li { white-space: pre-wrap; } 0.17.2.0-release
-
Zta
All transactions look fine now.
-
Zta
I think I'm having the same issue on my other wallet (the one I'm sending funds to). I'm interfacing with that wallet with Python though the monero-wallet-rpc. I'll look into decreasting the wallet restore height here as well. Everything testnet btw.
-
rottenwheel
-
CrowmacMcCarthy[
Are there any mobile decentralized exchanges?
-
CrowmacMcCarthy[
* Are there any mobile app decentralized exchanges?
-
diimdeep
Hello, currently how many space node will take in --prune-blockchain mode ?
-
moneromooo
About 35 GB.
-
diimdeep
Got it. 1 CPU in cheap VPS will be enough ?
-
moneromooo
However, if you start syncing without this flag, then use it, the chain db file will not shrink, it will just stop growing until it needs more space. So use the flag when you sync the first time.
-
moneromooo
Yes.
-
moneromooo
The big bottleneck is I/O, so use a SSD if you can.
-
diimdeep
Sync time bottleneck is SSD ?
-
moneromooo
I think you're right.
-
moneromooo
Well, no. It's HDD tecnhically, SSD is the opposite. But yes :)
-
moneromooo
HDD slow, SSD fast.
-
mumuks[m]1
moneromooo: once it is synced, is it noticeable if it runs on an HDD or an SSD?
-
mumuks[m]1
For a small personal node
-
moneromooo
While I don't have an HDD to compare, my understanding is that it doesn't really matter whe njust keeping up after sync.
-
moneromooo
Which means you can sync on SSD, then copy to HDD, if your SSD space is at a premium.
-
mumuks[m]1
Or just have patience? ;)
-
mumuks[m]1
Thanks
-
moneromooo
Always make sure monerod is down before copying the chain btw.
-
moneromooo
Yes :)
-
diimdeep
Hhy 35 GB ? I read somewhere that it is 1/8 of whole blockchain. If I get source code and change proportion somewhere to 1/16 or 1/32 will it still work ?
-
moneromooo
No to the second question.
-
diimdeep
Why ? I just took a look at source code, there is these constants that looks like mandate pruning, could I just tweak them to prune for more space ?
github.com/monero-project/monero/bl…2/src/cryptonote_config.h#L194-L196
-
moneromooo
Well, try it then.
-
sech1
"once it is synced, is it noticeable if it runs on an HDD or an SSD?" it runs fine on HDD once synced
-
moneromooo
It'll probably limp and kinda work, but you'll be an asshole to the network, you'll get banned randomly, randomly ban others, sync slower, and generally not gain much space anyway.
-
moneromooo
But if you really want to do it, you can *probably* sync. And once it's synced, keeping up should be mostly fine.
-
moneromooo
However, if you run into trouble, no way I'll waste my time on it :)
-
diimdeep
OK, I don't know underlying architecture and didn't dive that much into code, to understand how it will affect everything.
-
moneromooo
Changing the ratio will make others think you have different blocks that you do.
-
moneromooo
So if they ask for blocks and you don't have them, they'll ban you beause you're lying. Same in the other direction.
-
moneromooo
This also explains why sync will be slow. You're wrong about what peers have which blocks, so you ask the wrong ones.
-
moneromooo
You'll end up being unable to sync off pruned nodes at all.
-
moneromooo
Which are still a minority now so you'll still sync.
-
moneromooo
Just slower, and banning other peers you think are lying, though it's you who is.
-
moneromooo
About the 1/8th of the chain, it's only true at a very rough first approximation.
-
moneromooo
7/8th of the blocks (deterministically selected) are pruned. This means dropping the signatures, range proofs, and a few other minor bits.
-
moneromooo
But some other stuff is also in the db, not just raw tx data.
-
moneromooo
So, if the chain is 100 GB and the pruned chain is 35 GB, you can do some linear algebra to estimate how much you would save by switching to 1/16, if it were to work.
-
moneromooo
I think if you switched to 0/8 (ie, max), you'd get max 8 GB.
-
moneromooo
So 35 -> 27.
-
diimdeep
So you are saying since pruning been implemented these constant is not mean to be tweaked/configured and part of current convention/algorithm ? I guess prune parameters not advertised by nodes that would allow this to be tweakable?
-
moneromooo
Rough calc.
-
moneromooo
They are not meant to be configured, correct. All nodes must agree on the setup to be compatible with each other.
-
mumuks[m]1
<moneromooo "However, if you run into trouble"> Check your first world privilege
-
moneromooo
It's theoretically possible to switch all nodes to 1/16 in the future though. All at once. When there are more monero nodes around.
-
moneromooo
It'd be a bit unwieldy I guess, but at a fork boundary.
-
moneromooo
No plans to though.
-
sech1
Just run the full node. Storage is cheap these days
-
diimdeep
Thank you for detailed answer, appreciate it.
-
jjexeqch
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
-
gingeropolous
sethsimmons, hey
-
sethsimmons
Howdy
-
gingeropolous
just pmd. noscript gave me a warning on your site.
-
gingeropolous
for podcat
-
gingeropolous
dunno what it means, but thought id report
-
boogerlad[m]
on windows with the monero gui wallet, how can I start the wallet rpc? The daemon rpc seems to be working by default on port 18081
-
boogerlad[m]
do I need to manually invoke `monero-wallet-rpc.exe`? or is there a way to start it up with the gui?
-
gumman
.faucet
-
Wallet
gumman: Access denied for faucet. Are you logged in?
-
gumman
.xmr
-
Wallet
gumman: You must have bot account & be logged in
-
gumman
.faucet
-
Wallet
gumman: How long is the word mother
-
gumman
6
-
Wallet
gumman: @bonuspot tipped 0.0000043 XMR to gumman [1cff9309] Wait ≈23 hrs 53 min before trying again. @bonuspot: 0.01636242
-
lh1008[m]
Hello everyone, in the Monero Outreach we're running a rpc-node (CLI users) and we're about to launch it to the public, but we're also trying to have a public node where anyone can connect too. My questions are, we have one daemon running, is it possible to have both services running in one daemon? Is there a way to open two access ports to a daemon?
-
moneromooo
Only a restricted and an unrestricted one AFAIK.
-
moneromooo
However, you can theoretically run two daemons on the same blockchain database.
-
lh1008[m]
okay, okay, thank you, I'll try it out
-
lh1008[m]
* okay, okay, thank you, I'll try it out.
-
boogerlad[m]
is there a way to have no wallet password / remove an existing one?
-
sethsimmons
Just set it to nothing
-
sethsimmons
It will still prompt but just hit enter
-
sethsimmons
Obviously not recommended.
-
moneromooo
"password" in monero-wallet-cli
-
parazyd
.beg
-
Wallet
parazyd: Snow White had how many dwarfs
-
parazyd
7
-
Wallet
parazyd: @bonuspot tipped 0.0000038 XMR to parazyd [a295b44e] Wait ≈23 hrs 58 min before trying again. @bonuspot: 0.01635862
-
sech1
.balance
-
Wallet
sech1: • Your balance is: 0.00491475 XMR (≈1.19 USD)
-
sech1
.tip sech1@libera all
-
Wallet
sech1 tipped 0.00491475 XMR (≈$1.19) to sech1 on libera [86367955]
-
nioc
.tip nioc@libera all
-
Wallet
nioc tipped 0.0005622 XMR (≈$0.14) to nioc on libera [2220ad66]
-
Guest2986
Hi folks, I am using Mint 20.1 (Ulyssa?). My Monero software wallet GUI is not accepting my password, Any ideas
-
Zta
From GUI wallet I can see the status of a transaction; amount sent, fee, block height, txid, txkey, and confirmations. On the receiving end, I'm using monero-python + monero-wallet-rpc + monerod ... how do I read this status?
-
Zta
I realize that some of this information is secret, but sure I should be able to see something in wallet.incoming() ?
-
selsta
can you link the repo?
-
moneromooo
get_transfers RPC
-
lza_menace
-
lza_menace
-
Zta
selsta: I don't have it up yet, but I'm basically doing ... oh, firefox crashed. That's weird. Anyway, I'm doing wallet.incoming() and wallet.incoming(min_height=1732050) as described in the fine material that lza_menace also linked to.
-
Zta
lza_menace: That's exactly what I'm doing. Except wallet.incoming() returns [].
-
lza_menace
is tx in the pool?
-
Zta
I'm sending to a subwallet, and I use: wallet.incoming(local_address=subwalletaddress)
-
lza_menace
further down in the doc it explains how to check
-
lza_menace
`wallet.incoming(unconfirmed=True, confirmed=False)`
-
Zta
I'm doing that too; no result.
-
lza_menace
something aint right then
-
Zta
The GUI wallet says the transaction has 10 confirmations now.
-
Zta
Can I confirm this on some blockchain explorer website?
-
Zta
...for testnet
-
lza_menace
si
-
lza_menace
-
Zta
thanks
-
lza_menace
what's output of `wallet.height()`?
-
Zta
ah, hash = transaction id
-
Zta
wallet.height(): 1732063
-
lza_menace
seems right
-
Zta
I guess I cannot verify it any deep that just confirm that the txid is present in the blockchain at the correct height
-
Zta
-
Zta
Oh ffs I accidentally deleted my docker volume with my testnet blockchain
-
apotheon
oops
-
Zta
how the hell did that even happen..
-
Zta
Oh, there it is. Welp, you lean something new every day.
-
Zach[m]
Did I hear atomic swaps are almost here?
-
sethsimmons
They're here on mainnet 😀
-
sethsimmons
-
nc1236[m]
Awesome! Can't wait for XMR's price to decouple from BTC
-
nc1236[m]
XMR has waaaaaay more utility than BTC
-
nc1236[m]
And BTC has institutional support
-
nc1236[m]
Good luck regulating XMR!
-
Zta
What is atomic swap?
-
sethsimmons
-
Zta
Thanks
-
Zta
Nice description.
-
sethsimmons
Reminder that there is an ongoing Monero Twitter Space right now:
twitter.com/i/spaces/1dRKZNQjDgXKB
-
sethsimmons
Can jump in and chat live with others in the Monero community!
-
Zta
Any tips to how I could speed up synchronizing the blockchain for a small experimental project on testnet? --prune-blockchain seems like a nice options. Anything else?
-
fehho[m]
Pruning will slow you down since it has to determine what data isn't needed and can be thrown away
-
moneromooo
--sync-pruned-blocks will only load the data without sigs/proofs when appropriate.
-
moneromooo
But using a SSD is the big one.
-
Zta
Synced 7301/1732101 (0%, 1724800 left, 0% of total synced, estimated 18.1 hours left) <-- It's that last number I want to trim
-
moneromooo
Run with --offline. You'll probably want to tweak the fork table in hardforks.cpp to fork very early.
-
Zta
can I transfer locally with --offline? I mean if both parties use the same monerod?
-
moneromooo
If you mean send txes, yes.
-
Zta
should I enable local mining then in order to have the transactions confirmed?
-
moneromooo
I don't know what that is.
-
moneromooo
Oh, if you mean "should I mine", then yes obviously.
-
Zta
Right.
-
moneromooo
You'd also want --fixed-difficulty 1 (or some small number) to not have to wait too much.
-
Zta
Thanks!
-
moneromooo
--data-dir /else/where to avoid messing with any existing chain.
-
solominer
Hello
-
midipoet
sethsimmons: how do we become a speaker?
-
sethsimmons
Request or DM @monero
-
sethsimmons
Max 10 though
-
midipoet
Ok
-
midipoet
Maybe next time
-
sethsimmons
One spot open right now
-
sethsimmons
sgp_: is running, so ping him if can't get in
-
solominer
When XMRig is only using 6 of 12 CPU-cores because of too little L3 cache, could I try using the internal monerod miner to see if its algo can use all cores and therefore give me a higher hashrate?
-
Inge-
nope
-
Inge-
well, you could try, but it would likely be a waste of time. xmrig is well-optimized, and it is the RandomX algorithm itself that needs 2MB L3 cache per thread, so using the internal miner will not help
-
solominer
my xmrig bench is here by the way
xmrig.com/benchmark/5XsNTY
-
solominer
ok so internal miner also uses randomx
-
solominer
?
-
charolastra
of course
-
Inge-
Monero is only mined with RandomX, so yeah, all miners must use it
-
Inge-
-
Inge-
solominer: better to do this conversation in #monero-pools
-
solominer
thank you.
-
solominer
are there any drawbacks to solomining or normal monerod operation when i dont allow incoming p2p connections (no port forwarding on my firewall)?
-
Inge-
I don't think so
-
solominer
i'm customizing monerod with several cmd-options and need to know if RPC is the interface used by all external programs like wallet-cli, xmrig etc.?
-
Inge-
I'll defer that one to others.
-
moneromooo
Yes.
-
solominer
thank you guys so far!
-
gjngjurrs
FIY, you want to know why you are getting those daily messages? Cults NEED to control information. That's why people like lh1008 get savagly attacked (also called disconnection) for even talking to me. Break the information embargo, break the cult. Who would sign up to Scientology if they knew from the get-go that is is about a sci-fi alien overlord? Who would sign up to MAGA if they knew what a loser Trump is?
-
gjngjurrs
You don't sign up to MAGA to do a failed Viking LARP and some time off in club fed. You sign up because you feel like shit and they promise to give you self-respect. It is a total lie of course, you are still a joke even when cosplaying a Viking. Just like Monero's promise of privacy is a lie.
-
Randolf
Drive-by preaching. Monero was designed with privacy as a central purpose.
-
lithium_pt
.faucet
-
Wallet
lithium_pt: Access denied for faucet. Are you logged in?
-
Inge-
.fauci
-
Inge-
.faucet
-
Wallet
Inge-: How long is the word their
-
Inge-
5
-
Wallet
Inge-: @bonuspot tipped 0.0000046 XMR to Inge- [5521e9d0] Wait ≈23 hrs 59 min before trying again. @bonuspot: 0.01633472
-
Randolf
.faucet
-
Wallet
Randolf: Your default coin is now set to XMR. Change with coins command.
-
Wallet
Randolf: OOPS! 30 min penalty. 23 hours to go.
-
Inge-
.balance
-
Wallet
Inge-: • Your balance is: 0.0052719 XMR (≈1.33 USD)
-
Randolf
.balance
-
Wallet
Randolf: • Your balance is: 0 XMR
-
Randolf
.balances
-
Wallet
Randolf: Balances • 0.00001126 BCH • 0.0000001 BTC • ≈2.27 DOGE • ≈0.00002 FIRO • ≈0.74 GRLC • ≈23.01 LDOGE • (≈$2.03 USD) • +8 more ('all'/PM) • Staking: N/A • [N]
-
orangeboxcutter[
.balance
-
Wallet
orangeboxcutter[: Access denied for balance. Are you logged in?
-
ishikawa[m]
-
ishikawa[m]
Finally here !!!!!!!!
-
ishikawa[m]
Ive been waiting for atomic swaps
-
ishikawa[m]
This is huge