02:27:47 Guest72: hi. I did transfer index=1 and now balance detail shows that change output is at index 0 not 1.  is this intended behaviour?
02:29:41 ofrnxmr: Yes
02:31:58 Guest72: ok, seemed strange to me, but transfered it from 0 to 1 with sweep_single. thanks
02:43:37 anything21:matrix.org: Guest72: Do you think it will be like Bitcoin behavior in HD wallet where every change will go to a new change address? The same confusion I had the first time I noticed a monero transaction in my wallet. 😃
03:08:52 ofrnxmr: related: https://github.com/monero-project/monero/pull/10266
04:01:44 zombie:catgirl.cloud: XMR to the moon. 🚀
05:19:58 BlueyHealer: Eh, no thanks. If it does, that disincentivizes actually spending it on stuff.
07:27:30 321bob321: Hodl Neva sodl
10:25:35 pw:xmr.mx: @zombie:catgirl.cloud: You've said that the last 4 days. Go back to.reddit
10:29:18 Cindy_: @zombie:catgirl.cloud: are you also interested in shitcoins and NFTs?
10:29:52 rottenwheel:unredacted.org: I am interested in a shitcoin. I earn and use XMR, how else could I not be?
10:30:12 rottenwheel:unredacted.org: walks away whistling...
10:31:04 Cindy_: *runs and throws a Mk 2 grenade with the pin pulled*
11:13:07 rsch: I need some help. my monero cli does not accept transfers anymore. when I press confirm he just shows y^M and nothing anymore. no reaction no logs
11:13:32 rsch: I had this rare times in the past too. it was a connection or network issue. now its consistant
11:13:50 rsch: I use Monero 'Fluorine Fermi' (v0.18.4.3-release)
11:18:26 Cindy_: wdym doesn't accept transfers
11:59:18 rsch: I dont know he just show nothing. I press in the wallet cli as usual and he does not react
12:00:29 rsch: Is this okay? (Y/Yes/N/No): y^M
12:00:45 rsch: when you do transfer <addr> <amount>
12:01:03 rsch: he ask for confirmation and then I press y <enter> and he just response with y^M
12:01:20 ofrnxmr: Which os
12:01:47 rsch: arch
12:02:46 rsch: have you released a new cli version that could be corrupt?
12:02:53 ofrnxmr: Is your ctrl button stuck?
12:02:58 rsch: no
12:03:06 ofrnxmr: U sure :P
12:03:15 ofrnxmr: ^M = ctrl m
12:04:27 ofrnxmr: What term emulator are you using?
12:06:23 rsch: alacritty
12:06:40 rsch: $ showkey --ascii and then pressing enter I get ^M 13 0015 0x0d
12:06:46 rsch: can this be the error?
12:08:34 rsch: I have never run into this issue before but control+m and enter shows the same keycode. its weird
12:11:00 ofrnxmr: Try a different emulator
12:13:20 rsch: ok I tried the gui there the transaction worked
12:13:31 rsch: hm ok I try another emu
12:14:21 Cindy_: try urxvt
12:14:29 Cindy_: or maybe even xterm as a basic one
12:15:19 Cindy_: xterm is from 1984, it should be very mature
12:20:55 rsch: I will try it. for the moment I execute the transaction using the gui. can you or someone else tell me how to configure monerod using tor?
12:21:02 rsch: 2025-12-26 12:16:10.897 W Unable to send transaction(s), no available connections
12:21:05 rsch: is what I get now
12:21:27 rsch: proxy=127.0.0.1:9050 tx-proxy=tor,127.0.0.1:9050,disable_noise p2p-bind-ip=127.0.0.1 no-igd=1 is what I have now
12:23:37 Cindy_: you need a hidden service to forward your ports to
12:28:38 rsch: the hidden service is only for income connections. are they obligation to work?
12:40:42 Cindy_: you could add some bootstrap nodes
16:05:26 ofrnxmr: Cindy_: Nono
16:05:45 ofrnxmr: rsch: For this, you only need to have tor running on 9050
16:06:48 Cindy_: ofrnxmr: i'm dumb then :P
16:07:24 ofrnxmr: This means that you're unable to make outgoing connections to onion peers, which can happen for a few reasons: > <rsch> 2025-12-26 12:16:10.897 W Unable to send transaction(s), no available connections
16:07:25 ofrnxmr: 1. bad or no tor connectivity
16:07:25 ofrnxmr: 2. youve set --add-exclusive-node somewhere as well
19:23:12 sneedlewoods_xmr:matrix.org: > 11:13 rsch I need some help. my monero cli does not accept transfers anymore. when I press confirm he just shows y^M and nothing anymore. no reaction no logs
19:23:13 sneedlewoods_xmr:matrix.org: probably too late for the answer, but still want to share: I get that too sometimes, I think usually when debugging the cli in gdb in tmux. To get the effect of enter key you can hit ctrl + j, or you can close the cli and use command stty sane, then open cli again and enter key works, at least for me