-
tokineko[m]
Which one is more performant between data=writeback vs no journal?
-
tokineko[m]
mawk: I need performance for fast synchronization on monero blockchain LMDB.
-
tokineko[m]
I'm also going to mine.
-
fatcat[m]
WARNING net.p2p.tx src/cryptonote_protocol/levin_notify.cpp:680 Unable to send transaction(s) to tor - no suitable outbound connections at height 227468
-
fatcat[m]
What does it mean?
-
-
mycorrhizae[m]
Such I am, Very I am
-
mycorrhizae[m]
* Such I am, Very that I am
-
fatcat[m]
Is this room being infiltrated by chat bots?
-
fatcat[m]
Monero telegram channel was already infiltrated by at least one chat bot and several psy-op agents.
-
nioc
infiltrated? no
-
nioc
no idea what that warning is
-
nioc
if it works then AIUI you can ignore
-
nioc
oh tor
-
nioc
no idea
-
nioc
mycorrhizae[m]: what do those qr codes do
-
mycorrhizae[m]
They are recieve wallets
-
mycorrhizae[m]
For corresponding coin
-
mycorrhizae[m]
I assume the person who made it put them there
-
fatcat[m]
btrfs isn't fast with `noatime,nodatacow,nodatasum,compress=no,space_cache=v2`.
-
fatcat[m]
If I used LMDB on raw disk, will I still know how much free space is left on HDD?
-
fatcat[m]
* If I used LMDB on raw disk, would I still know how much free space is left on HDD?
-
fatcat[m]
How can I make monerod co-operate with logrotate? monerod doesn't tell me any process signal that it accepts.
-
gingeropolous
fatcat[m], monero has its own built in logrotate
-
fatcat[m]
-
fatcat[m]
> In production deployments, you would probably prefer to use established solutions like logrotate instead. In that case, set --max-log-file-size=0 to prevent monerod from managing the log files.
-
fatcat[m]
gingeropolous: ^^
-
fatcat[m]
What is a good value for `db-sync-mode`?
-
fatcat[m]
The documentation for `db-sync-mode` is very outdated.
-
gingeropolous
ah yes re: logrotate. I dunno. I use to use logrotate on monerod just fine until the built in thing was implemented, and then i just used that
-
gingeropolous
so i dunno. re: db-sync-mode, i think the default is generally fine.
-
gingeropolous
other options are useful if you have a system that likes to crash and doesn't keep its file system safe.
-
gingeropolous
thats why i think with windows the option safest is used or something
-
Quotes
fuck windows, use linux!
-
fatcat[m]
gingeropolous: I searched reddit and read monero codebase. It turns out that safe mode is turned on if monerod is within a few blocks of the latest block and is turned off when it's not synchronized.
-
gingeropolous
ah nice.
-
fatcat[m]
But, it is not documented.
-
gingeropolous
your really diving in.
-
gingeropolous
can you help document it as you go?
-
fatcat[m]
Maybe...
-
gingeropolous
maybe...... yes!
-
fatcat[m]
I doubt that monero is going to accept a new pull request since it has a lot of pull requests waiting to be merged.
-
gingeropolous
dude, if its documentation thats like frosting on a donut.
-
gingeropolous
no that makes no sense
-
gingeropolous
my point is that it can't break things
-
gingeropolous
ad there's always pull requests waiting to be merged
-
gingeropolous
don't let that get in the way of progress
-
gingeropolous
don't let progress get in the way of progress. new saying. trademark.
-
gingeropolous
copyright. 100%
-
fatcat[m]
Okay
-
fatcat[m]
Which one is faster for monero blockchain synchronization on HDD? btrfs without checksums, compression, and copy-on-write? ext4 without journaling?
-
fatcat[m]
-
fatcat[m]
Seems fun.
-
fatcat[m]
How do you think of tokenzed stocks on ethereum blockchain?
-
mawk
tokineko[m] ext4 manual seems to imply that data=writeback offers the most throughput
-
mawk
data is written directly to disk
-
mawk
and journal is later updated for metadata
-
mawk
because I'm not sure what you call no journal
-
mawk
I don't see any option to disable it
-
mawk
or rather, the only option I see is data=writeback
-
mawk
it makes data skip journal
-
mawk
journal is only used for metadata, asynchronously presumably
-
mawk
fatcat[m]: I'd do pruning
-
mawk
if I were you
-
mawk
fatcat[m] are you tokineko[m] ?
-
mawk
you have the exact same question
-
mawk
pruning + regular ext4 should be good enough, or maybe data=writeback but I'm not convinced it will offer the highest speedups
-
mawk
given the risks
-
fatcat[m]
Yes, I am.
-
fatcat[m]
mawk: You can create ext4 with `-O ^has_journal`.
-
fatcat[m]
mawk: monerdo automatically switches to safe sync when it's synchronized to the latest blocks.
-
fatcat[m]
* mawk: monerod automatically switches to safe sync when it's synchronized to the latest blocks.
-
mawk
good then
-
mawk
pruning will give you the biggest speedups
-
mawk
can you mine with pruning though?
-
Mochi101
yes
-
mawk
use that then
-
mawk
thanks
-
fatcat[m]
How much difference in performance is there between`data=ordered` and no ext4 journal?
-
fatcat[m]
I guess there's a lot.
-
fatcat[m]
btrfs without copy-on-write doesn't seem slower than ext4.
-
fatcat[m]
raid6.com.au/posts/fs_ext4_external_journal says `journal_async_commit` increases ext4 performance.
-
edlou
hi there, i need some help. had a few transactions from a pool be sent, i see them on the chain but dont see them in my wallet =(
-
Mochi101
edlou, is your wallet fully synced?
-
edlou
Mochi101: i have been trying to use remote node
-
Mochi101
Sometimes some remote nodes are stuck... try adding one manually... you can use a reputable node like node.xmr.to or node.supportxmr.com
-
edlou
is monero-wallet-cli --ademon-address node:ip correct?
-
edlou
ive been trying supportxmr but get error message connecting
-
Mochi101
trick questions... hold on...
-
Mochi101
yes --daemon-address:port
-
edlou
i get this message and it hangs:
-
edlou
Warning: using an untrusted daemon at node.supportxmr.com
-
edlou
Using a third party daemon can be detrimental to your security and privacy
-
Mochi101
it hangs?
-
Mochi101
It might take a bit but it should get through.
-
edlou
ok let me try again i keep closing terminal after a minute
-
endor00[m]
You can also try adding --trusted-daemon
-
edlou
will the cli wallet have to do the refresh every time i start it?
-
Mochi101
no
-
Mochi101
well... if you exit nicely it won't
-
edlou
will it cache something somehow or how will this work? i just assumed the remotte node would be instant
-
edlou
(honestly scared somehow my keys were compromised) dying to check....
-
Mochi101
it'll cache your wallet
-
Mochi101
Why are you scared that your keys were compromised?
-
edlou
i tried the appimage for mymonero , saw balance of 0 , but also no history, just very worried
-
edlou
looks like it will take maybe an hour or more to finish refreshing, i hope im not a goner, thanks for helping me guys
-
edlou
😭
-
Mochi101
Good luck.
-
fatcat[m]
Don't use mymonero.
-
raecarruth
people will keep using it so long as it's on the getmonero website
-
raecarruth
does anyone here use edge wallet?
-
raecarruth
never used it
-
raecarruth
but somebody i told to have a look at the website decided to use it because ot its multi currency capabilities
-
Mochi101
CLI wallet best wallet
-
raecarruth
Mochi101: true
-
raecarruth
but for mobile users
-
Mochi101
I used the GUI wallet for some time... but after ~1000 tx history it was impossible to use... So I stopped using it... The history thing was supposedly fixed but I just never went back to it.
-
Mochi101
Well, for mobile I use Monerujo
-
raecarruth
same
-
raecarruth
but a lot of n00bs like the multi coin wallets
-
Mochi101
Just a testing thing though... not for any real use.
-
raecarruth
i'd never heard fo edge before yesterday
-
raecarruth
just want to make sure it isn't a pile of poop
-
raecarruth
also don't want to dissuade somebody from using something out of pure ignorance
-
Mochi101
That's how I found the bug that you could crash Monerujo by using a colon in the tx-description field of a qr code
-
Mochi101
Fixed now though.
-
fatcat[m]
People who lose XMR tend to use mymonero.
-
fatcat[m]
Is defragmentation bad for LMDB?
-
fatcat[m]
`btrfs defrag`.
-
Inge-
vikrants[m]: Any plans for HW wallet support in Cake?
-
fatcat[m]
* `btrfs filesystem defragment`.
-
vikrants[m]
Yes it’s on the list. But other things are taking priority.
-
Inge-
Fair. It looks nice now.
-
fatcat[m]
I guess I may use xfs rather than ext4 on my HDD. Xfs is faster than ext4.
-
raecarruth
btfs ftw
-
raecarruth
*btrfs
-
fatcat[m]
Sync is stuck at Height: 1351184/2293005 (58.9%) on mainnet for more than an hour. What is going on?
-
fatcat[m]
Perhaps, I need more RAM with `block-sync-size=100`?
-
fatcat[m]
`free -m` tells me I'm not running out of RAM.
-
moneromooo
Check the output of "sync_info".
-
moneromooo
If you're not sure how to interpret it, paste it on some paste site.
-
-
moneromooo
It's partial, right ?
-
fatcat[m]
yes
-
moneromooo
set_log 1, then wait a bit, see if you have verification errors.
-
fatcat[m]
-
moneromooo
Ah, then it looks like it's failing to get the next it of data it needs.
-
moneromooo
It's been requested, it should time out.
-
moneromooo
In much less than an hour.
-
fatcat[m]
-
fatcat[m]
moneromooo: ^^
-
moneromooo
Can you get another with log level 1,*queue*:DEBUG,net.cn:DEBUG please ?
-
moneromooo
Maybe 10 seconds' worth.
-
fatcat[m]
Can you give me an exact command?
-
moneromooo
set_log 1,*queue*:DEBUG,net.cn:DEBUG
-
fatcat[m]
-
fatcat[m]
I'm synchronizing to become a full node.
-
fatcat[m]
Perhaps, there are malicious nodes that prevent me from synchronizing?
-
selsta
you can use --enable-dns-blocklist to block malicious nodes, but you should still be able to sync fine without it
-
moneromooo
Can you PM me your external IP address, I'll check my node for logs. Looks like you're requeting objects but never getting them.
-
moneromooo
So peers seem to be rejecting your queries for some reason.
-
moneromooo
You're requesting blocks from several peers, so it's unlikely to be bad peers.
-
fatcat[m]
So, all of them configured their nodes wrong?
-
moneromooo
Unlikely, it';s probably your node that's wrong.
-
moneromooo
Try restarting with: --add-exclusive-node 88.198.163.90:18080 (that's my node, so I'll have logs from the other side)
-
moneromooo
Ah, crap, my node is pruned where you need blocks.
-
fatcat[m]
moneromooo:
pastebin.com/9jKKWmPQ is my current config. I pass --data-dir=/data/monero --non-interactive to monerod.
-
fatcat[m]
What does --add-exlcusive-node do exactly?
-
moneromooo
It uses only that node as a peer.
-
moneromooo
Oh, try removing --block-sync-size as a test.
-
moneromooo
100 is fine normally, but yo umight be hitting large blocks...
-
moneromooo
It'll normally use 20 there.
-
fatcat[m]
According to `free -m`, I'm not running out of RAM.
-
gingeropolous
whats your full list of startup flags?
-
moneromooo
Checking the code, there's no size limit there, still worth a try I guess.
-
fatcat[m]
What the hell. It started synchronizing again without `block-sync-size=100`.
-
fatcat[m]
`block-sync-size=100` must have overwhelmed something in monerod.
-
gingeropolous
nice find
-
fatcat[m]
I suspect `block-sycn-size=100` surpassed `block-download-max-size`.
-
gingeropolous
ah. im trying to reproduce. whats full startup flags?
-
fatcat[m]
monerod --data-dir=/data/monero --non-interactive --config-file
pastebin.com/9jKKWmPQ
-
gingeropolous
i don't see block download max size
-
gingeropolous
oh that wasn't a startup flag
-
gingeropolous
?
-
multifractal
I've been trying to connect to all the remote nodes listed on moneroworld.com from my tails gui wallet. but it just spins for a while and says network status disconnected. no info in logs panel.
-
fatcat[m]
gingeropolous: I didn't include `block-download-max-size` in my config or startup flag.
-
Mochi101
multifractal, try a node like node.xmr.to or node.supportxmr.com
-
Mochi101
add it manually\
-
selsta
multifractal: you have to connect to an onion node
-
multifractal
i used note.xmr.to yesterday and it worked fine
-
fatcat[m]
gingeropolous: I use monero 0.17.1.9
-
multifractal
i tried an onion address too, and same thing
-
selsta
both node.xmr.to:18081 and node.supportxmr.com:18081 are online
-
multifractal
i tried both of those
-
moneromooo
block-download-max-size is unrelated.
-
multifractal
there is no further information in the logs
-
moneromooo
It's more likely to be a packet size limit.
-
fatcat[m]
matrix.org was awfully slow and disconnected frequently on tor browser. But, matrix.monero.social is quite fast on tor browser.
-
selsta
did you activate socks5 proxy in settings -> interface?
-
fatcat[m]
moneromooo: What kind of packet?
-
moneromooo
Remote nodes that aren't yours shed some privacy, opens some more avenues of attack, and make the network less resilient compared to running your own node.
-
moneromooo
Network packet.
-
fatcat[m]
-
moneromooo
Monero network packet.
-
fatcat[m]
Can I adjust the size of monero network packet? Or, does monerod have to be modified?
-
moneromooo
You'd modify monero, but you could not modify peers'.
-
gingeropolous
moneromooo, is this related to recent modifications?
-
fatcat[m]
Slice blocks up.
-
» moneromooo ponders whether to continue replying to these before knowing for sure
-
gingeropolous
i feel like i remember something about size of things being modded recently to mitigate stuffs
-
fatcat[m]
I think `block-sync-size` should be renamed to `max-block-sync-size` so that blocks fit in monero network packets.
-
fatcat[m]
`block-sync-size=100` shouldn't block synchronization.
-
selsta
what is the default value?
-
fatcat[m]
`block-sync-size=100` before v4. `block-sync-size=20` since v4.
-
fatcat[m]
block-sync-size automatically adapts if I don't specify it manually.
-
selsta
I only tested the recent DoS mitigation patches with default value.
-
fatcat[m]
`--block-sync-size` // How many blocks are processed in a single batch during chain synchronization. By default this is 20 blocks for newer history and 100 blocks for older history ("pre v4"). Default behavior is represented by value 0. Intuitively, the more resources you have, the bigger batch size you may want to try out. Example:
-
fatcat[m]
`./monerod --block-sync-size=500`
-
multifractal
yesterday i used node.xmr.to:18081 successfully. now nothing connects
-
gingeropolous
multifractal, have you tried to run monerod and get your own node going?
-
selsta
running a node on tails is complicated
-
multifractal
i don't have disk space for that
-
selsta
did you see my message?
-
selsta
13:39 <selsta> did you activate socks5 proxy in settings -> interface?
-
multifractal
selsta: that box is ticked
-
fatcat[m]
I'm feeling the temptation to run a pruned node as I watch the synchronization.
-
gingeropolous
multifractal, have you considered renting a vps to run your own node and then connect to that from your tails setup
-
selsta
the problem is not the node
-
selsta
node.xmr.to is online
-
fatcat[m]
xmr.to is out of business by the way.
-
gingeropolous
its online but is it connectable
-
gingeropolous
my main remote node currently has 100 rpc connections
-
gingeropolous
thats when it starts to be useless
-
selsta
gingeropolous: yes it is online and connects fine
-
multifractal
i've tried a whole bunch of them
-
multifractal
is there any way to get more detailed logging of the failure
-
fatcat[m]
-
selsta
fatcat[m]: yes, but the node will continue to run for now
-
fatcat[m]
> Sad news today. With heavy hearts we are announcing that the XMR.to service will no longer be operated.
-
selsta
multifractal: can you start monero-gui from the tails terminal?
-
gingeropolous
selsta, gotcha
-
selsta
then it will print logs, you can also try to increase log level if nothing useful shows
-
multifractal
Some problems at connecy, mssage: connection refused
-
fatcat[m]
By the way, you can still use xchange.me as a substitute for xmr.to
-
fatcat[m]
Or, fixedfloat.com
-
vikrants[m]
yeah we gotta get something in cake soon
-
vikrants[m]
to replace xmrto
-
multifractal
I set log level to 4 in the GUI and I'm watching the console
-
multifractal
"Connection refused" is all I see in the way of errors
-
fatcat[m]
By the way, monero-gui should decouple monero.
-
fatcat[m]
* By the way, monero-gui should be decoupled from monero. monero-gui should depend on monero as a dynamic library.
-
multifractal
"regex not matched for URI..." - some kind of warning maybe?
-
multifractal
maybe i'll just come back in a few hours and see if magic fixed it
-
multifractal
less than ideal but i'm out of ideas
-
yunes[m]
Does Anyone know some DEX which trades Monero with low fees even for about $ 50k ?
-
fatcat[m]
By the way, monerod is not really pushing HDD, CPU, or RAM, but synchronization is slow.
-
fatcat[m]
freenode_yunes[m]: Have you tried xchange.me or fixedfloat.com ?
-
fatcat[m]
50k is a lot...
-
fatcat[m]
You can also try polarity exchange.
-
vikrants[m]
You can always use the existing exchange in Cake wallet to convert xmr to btc a bulk amount and save the btc in your cake wallet and use it when you need to.
-
fatcat[m]
Polarity Exchange has a centralied order book, but it is a non-custodial exchange.
-
fatcat[m]
* Polarity Exchange has a centralized order book, but it is a non-custodial exchange.
-
yunes[m]
<fatcat[m] "You can also try polarity exchan"> is it DEX or centralized?
-
fatcat[m]
It's somewhere between CEX and DEX.
-
yunes[m]
No I need a DEX only
-
fatcat[m]
Look into BTDex and turtle network DEX.
-
fatcat[m]
By the way, you don't need an account on polarity exchange. You can create a local account and save the seed.
-
fatcat[m]
You can also use it on tor browser.
-
fatcat[m]
It is also non-custodial.
-
fatcat[m]
* By the way, you don't need an online account on polarity exchange. You can create a local account and save the seed.
-
fatcat[m]
O javem
-
fatcat[m]
* I haven't seen a true DEX with some liquidity.
-
fatcat[m]
Bisq exchange is also a true DEX, but it is slow and doesn't have a lot of liquidity.
-
fatcat[m]
Verus coin tries to be its own decentralized exchange at the protocol level.
-
fatcat[m]
You can convert wrapped XMR into pirate chain or verus coin on verus coin desktop wallet.
-
fatcat[m]
* You will soon be able to convert wrapped XMR into pirate chain or verus coin on verus coin desktop wallet.
-
fatcat[m]
<yunes[m] "No I need a DEX only"> Satisfied?
-
selsta
fatcat[m]: do you use a HDD?
-
fatcat[m]
Yes, I do.
-
fatcat[m]
A 6TB HDD
-
fatcat[m]
* A 6TB HDD dedicated to monero blockchain.
-
selsta
afaik the problem is HDD read latency
-
selsta
SSD will result in way faster sync
-
fatcat[m]
monerod isn't really pushing HDD throughput.
-
fatcat[m]
* monerod isn't really pushing the limits of HDD throughput.
-
selsta
like I said, the bottleneck is read latency
-
moneromooo
It's random seeks, not throughput.
-
fatcat[m]
Reading 400KB/s doesn't really push an HDD.
-
fatcat[m]
Okay
-
fatcat[m]
How can I improve read latency?
-
moneromooo
Copy the chain to RAM or use a SSD.
-
selsta
HDD is fine if you are okay with initial sync taking longer
-
moneromooo
Catting to /dev/null caches to RAM IIRC.
-
fatcat[m]
hahahaha.... I don't have 6TB RAM.
-
moneromooo
The chain's only ~30 GB pruned, or 100 GB unpruned.
-
moneromooo
You likely have only a portion of it as of yet.
-
fatcat[m]
Ethereum blockchain is already 6TB.
-
moneromooo
:|
-
fatcat[m]
I have 16GB RAM.
-
fatcat[m]
Is xfs going to decrease read latency?
-
-
fatcat[m]
Disabling checksum, copy-on-write, and compression improved write on HDD.
-
fatcat[m]
* Disabling checksum, copy-on-write, and compression on btrfs improved write.
-
fatcat[m]
According to benchmarks, xfs is the king of speed.
-
fatcat[m]
-
slave_blocker
hello good day
-
slave_blocker
I'm translating zero to monero to portuguese.
-
fatcat[m]
But, there is not much difference in random read between xfs and btrfs.
-
fatcat[m]
Next time, I will buy a much quicker storage.....
-
slave_blocker
so i have a question : on page 38 it's incorrect because it's small k and not K . That bob needs to sign with. Bob does not sign at any rate with his one time address!
-
selsta
UkoeHB: ^
-
slave_blocker
he proves ownership by signing with his private key small k one time...
-
slave_blocker
I guess...
-
slave_blocker
So as i am translating this such that i understand it. I hit a bump right now.
-
fatcat[m]
2TB SSD is surprisingly affordable.... Damn...
-
selsta
fatcat[m]: once you are synced it should not matter too much, though SSD will be faster when generating a transaction
-
slave_blocker
on chapter six, it is said that a MLSAG will be used for each Rj.
-
selsta
slave_blocker: UkoeHB is the author, maybe he can clarify
-
fatcat[m]
Is there such a thing as trusted raw blockchain that I can import?
-
selsta
yes, if you created it yourself on a different device
-
selsta
but not from the internet
-
slave_blocker
but a MLSAG includes all the one time public keys in it's construction...
-
fatcat[m]
That's not very comforting since I turned off checksumming...
-
fatcat[m]
Can monerod verify database corruption?
-
fatcat[m]
* Can monerod detect database corruption?
-
selsta
are you using monero-blockchain-import or monerod?
-
fatcat[m]
I'm using monerod to slowly sync for now.
-
fatcat[m]
Can monero-blockchain-import detect corruptions?
-
selsta
there is ./monerod --db-salvage that can fix corruptions, but obviously not guaranteed
-
fatcat[m]
Does btrfs copy-on-write degrade LMDB write performance significantly?
-
selsta
I don’t know.
-
fatcat[m]
Without copy-on-write, I don't get checksums. Without checksums, I can't easily verify corruptions.
-
fatcat[m]
It seems I may look for a way to get checksums without copy-on-write.
-
fatcat[m]
* I may look for a way to get checksums without copy-on-write.
-
yunes[m]
<fatcat[m] "By the way, monerod is not reall"> is fixedfloat DEX?
-
fatcat[m]
freenode_yunes[m]: It's a CEX, but it's also non-custodial.
-
fatcat[m]
It's non-KYC.
-
fatcat[m]
You don't need an account on fixedfloat.com
-
moneromooo
The object packet size limit is 128 MB, which is more than the current overall limit at ~100 MB, so it's not that.
-
moneromooo
The 100 blocks from the log add up to ~34 MB.
-
selsta
moneromooo: maybe objects / fields / string limit?
-
selsta
though I think we did it so that a ~10x growth would be fine
-
moneromooo
As I said, my node's pruned there.
-
moneromooo
Is yours ?
-
» moneromooo stops caring about this
-
kiwi_94737
New idea for reducing MineXMRs hashrate (currently 40% of the network):
old.reddit.com/r/Monero/comments/lg…er_distribute_moneros_hashrate_away
-
ktwo
Hi, can anyone recommend how to buy smaller amounts of monero safely ? im kinda new to cryptos in gerneral, preferably a way i can use Exodus as a wallet and without the chance of being scammed
-
ComplyLast
ktwo, localmonero.co or kraken.com might be good options
-
ktwo
ComplyLast Thanks
-
ComplyLast
you're welcome
-
mmxxx[m]
how long will my tx show pool 'locked'?
-
moneromooo
Should be 10 blocks.
-
Mochi101
moneromooo, I think I asked you this before but I can't 100% remember. If I run a pruned node and make it a public node is it handicapped at all?
-
moneromooo
Not really.
-
moneromooo
The one thing it cannot do is send back unpruned historical block/txes, but wallets don't ask for that.
-
Mochi101
Is it only the post RingCT blocks that've been pruned?
-
moneromooo
I think so. Can't recall for sure now.
-
Mochi101
I'm asking because like it or not storage is still fairly expensive and I want to keep my costs under control but I want to run a public node.
-
moneromooo
Ah, yes. rct only.
-
Mochi101
ok
-
moneromooo
It's possible to prune more, but the node would be less useful to others on P2P.
-
Mochi101
I have both a pruned chain and a full chain locally... if I copy the chain and prune it again it'll be different than my other pruned chain right?
-
moneromooo
Probably.
-
Mochi101
ok
-
moneromooo
It might pick the same eigth to prune. Probably won't.
-
moneromooo
s/prune/keep/
-
Mochi101
I see lately that the community really has a need for 'trusted' public nodes... I usually recommend node.xmr.to and node.supportxmr.com... would be nice if I could recommend my own.
-
gingeropolous
home connection Mochi101 ?
-
gingeropolous
make sure you don't have any data caps if thats the case
-
Mochi101
gingeropolous, yeah but... stupid setup that doesn't allow me to open up an incoming connection
-
gingeropolous
ah so your public node will be ... on a vps?
-
Mochi101
yeah
-
Mochi101
but I heard that sometimes there are problems with crashing when you run a node... so I want to keep it separate from my other site
-
leonardus
Can anything be done with a wallet file password without having access to the wallet file?
-
moneromooo
Nothing but smartarse replies.
-
Mochi101
leonardus, not really... but you might want to transfer your funds to a different wallet just in case.
-
leonardus
I was asking because I found a Monero entry in my password manager from 1-2 years ago but I think I only had a few dollars worth in it so it's no big deal if I can't recover it
-
moneromooo
If it's a set of 24 or 25 words, it's enough to restore the wallet. If just a password, nope.
-
leonardus
ah oh well then
-
leonardus
maybe it's on one of my old hard drives I'll have to plug those in
-
Kenalda
hiya!
-
Kenalda
total noob at using monero
-
Kenalda
installed the wallet last night and transfered my money out of binance
-
Kenalda
it still hasnt arrived.
-
Kenalda
whats that about?
-
moneromooo
Is your daemon done syncing ?
-
moneromooo
"status" will show.
-
Kenalda
says its fully synced
-
moneromooo
Is your wallet done scanning ? "status" will also show.
-
Kenalda
wallet and daemon both synced
-
moneromooo
Is the wallet monero-wallet-cli ?
-
Kenalda
i have no idea
-
Kenalda
downloaded the simple one from the monero page
-
Kenalda
using it with a ledger
-
moneromooo
Type "set", what is the value of "refresh-from-block-height".
-
Kenalda
in the log?
-
moneromooo
On the console output.
-
Kenalda
yeah i have the gui wallet
-
selsta
What does it say in Settings -> Info under wallet mode?
-
Kenalda
2293269
-
selsta
wallet mode
-
Kenalda
simple
-
moneromooo
That's the refresh from block height ?
-
selsta
ok and under wallet restore height?
-
Kenalda
2293269 (change)
-
selsta
hmm did you change that number?
-
Kenalda
nope
-
moneromooo
That's *really* recent.
-
moneromooo
As in, a few minutes ago.
-
Kenalda
i only set it up last night
-
selsta
try clicking on change and setting it to 2293000
-
selsta
and then on ok twice
-
selsta
wait for it to refresh and your funds should show up
-
moneromooo
Maybe the wallet estimation is getting worse now. I'll check.
-
selsta
gui has its own estimation code
-
moneromooo
Oh. OK.
-
moneromooo
(why ?)
-
selsta
though it was a JS port of the same algorithm
-
selsta
so they should be the same
-
Ejderha[m]
<moneromooo "That's *really* recent."> How can you say that? A formula or smth?
-
selsta
-
Kenalda
its just sitting spinning on closing wallet. it did this last night now i remember
-
selsta
worst case you can simply recreate the ledger wallet
-
selsta
though changing it should also work if you wait a bit
-
Ejderha[m]
-
moneromooo
It seems to be a couple days off only.
-
moneromooo
Ejderha[m]: yes, formula if the deamon isn't online.
-
Kenalda
perfect. thanks very much. makes sense. so my wallet was backing up from a point after the transaction was procesed?
-
selsta
yes
-
Kenalda
gotcha. cheers. would never have got there myself
-
Ejderha[m]
Amazing people out here eh
-
selsta
so did it work again?
-
Kenalda
its still closing wallet but im hopeful. you sound like you know what your talking about
-
Kenalda
:)
-
selsta
that closing wallet thing should not take that long, worst case close the gui, reopen and restore your ledger wallet from height 2293000
-
moneromooo
paste.debian.net/hidden/839b337e seems appropriate (not even built yet).
-
Kenalda
have to restart.. ffs.
-
blaeks[m]
I just hope everything will be alright when back
-
Kenalda
2293000
-
Kenalda
thats what my refresh height should be?
-
moneromooo
You want that to be a bit before the heiht when you sent that tx. 720 blocks per day.
-
moneromooo
When did you send it ?
-
Kenalda
last night
-
moneromooo
So... 2292000 should be safe.
-
moneromooo
xxx3000 would be too high, most likely.
-
Kenalda
There it is!
-
Kenalda
thanks guys
-
Kenalda
sorted.
-
Kenalda
thought id made a right mess of that cause when you press copy address button to receive, it copies over "monero:" with it
-
Kenalda
which you then have to manually delete
-
Kenalda
and i thought i may have deleted to many characters
-
Kenalda
i had to do that cause when i scanne dthe QR code it was saying it wasnt a valid address
-
moneromooo
Possibly because it has "monero:" in it.
-
Kenalda
im assuming cause it was taking that extra bit over with it too
-
moneromooo
It's meant to trigger some URI scheme demultiplexer somewhere.,
-
Kenalda
defeats the point of having a QR code in the wallet though does it not?
-
Kenalda
if its taking over invalid addresses?
-
moneromooo
It's not an address, it's a URI.
-
moneromooo
With the address in it.
-
moneromooo
Now, I'm not sure what you were copying exactly.
-
Kenalda
when i click on the receive thing
-
Kenalda
it gives me threeoptions
-
Kenalda
for the QR code
-
Kenalda
and the primary address is sitting above it
-
Kenalda
with a copy to clipboard thing
-
Kenalda
so the QR code doesnt work when i scan it with binance
-
Kenalda
ignore me
-
Kenalda
ive just done it again
-
Kenalda
it didnt bring the monero: thing across
-
Kenalda
it must have still been in my clipboard from when i copied the QR code
-
Kenalda
last night
-
Kenalda
anywho. all sorted now. thanks for your help guys
-
moneromooo
selsta: does the GUI also have a month off for safety ?
-
moneromooo
If the daemon is not reachable, it does this in wallet2. And if it's reachable, it would not have had a height that high yesterday.
-
moneromooo
Unless it's generated when connected to some asshole ofc.
-
moneromooo
When generating a new wallet without daemon, I get 2269xxx here, which is nowhere near Kenalda's value.
-
moneromooo
(with monero-wallet-cli though)
-
Kenalda
my strange number may have been something to do with the wallet not shutting down correctly last night. so when i opened it up this evening it was the high value as selsta said was a couple of minutes ago
-
Kenalda
?
-
Kenalda
i only installed it last night so techincally it would never have ran correctly
-
moneromooo
It's generated when you create the wallet. Not shutting down correctly would not cause this.
-
Kenalda
ahh
-
Kenalda
well its as well you can change it manually then!
-
moneromooo
Did you have the daemon running when you created that wallet ?
-
Kenalda
you want me to creat another wallet and see what it says now?
-
moneromooo
Sure.
-
Kenalda
i was having a fair few problems as i had ledger live running at the same time and my ledger was pinging between the two of them
-
Kenalda
2272000
-
moneromooo
That's good.
-
Kenalda
although i created my other wallet from my ledger
-
Kenalda
which was where i had the problems
-
moneromooo
Not sure why it'd matter, but if this is the only difference, it might be that.
-
Kenalda
2272873 if i create a new wallet from the ledger again.
-
Kenalda
who knows. seems to be grand now
-
moneromooo
Alright, thanks for testing.
-
Kenalda
no bother. thanks for sorting it
-
Kenalda
see yas later
-
goatyydstx
I think everyone here knows that most Monero exchange withdrawals and desposits are traceable (Breaking Monero - poisoned outputs). How does it feel to go out and lie to people that they are private and then earn less than holding BTC on your bag?
-
diverter[m]
[goatyydstx left the room]
-
-
diverter[m]
Sovereign stack swag