06:39:34
msvc:
when i invoke open_wallet - for how long does the password stay in memory, is it in plaintext there? how to use wallet without password UNLESS transfer / private key requested?
07:08:39
msvc:
should i rely on suggested_confirmations_threshold or just use 10?
07:47:08
ofrnxmr:xmr.mx:
For whst
11:02:03
tobtoht:
I could also use reviews on #9673.
11:16:55
msvc:
consistently getting `Error: RPC error: failed to get output distribution` and `Unexpected hard fork version v16 at height` on regtest. i can't isolate the issue, for output distribution, flushing everything (monerod + wallets) helps but after some time this happens again. RPC and monerod are the same versions, setting --allow-mismatched-daemon-version for wallet RPC server didn't help. could someone explain what's happening?
11:17:24
msvc:
tobtoht: pls help
11:19:15
ofrnxmr:xmr.mx:
Is the node not running in regtest?
11:20:26
msvc:
sure it does. i'm even able to interact with regtest for some time but then some of these 2 errors happen
11:29:36
ofrnxmr:xmr.mx:
Or is the wallet not running in regtest?
11:29:37
ofrnxmr:xmr.mx:
Msgs failing
11:32:51
msvc:
wallet is running but it returns code - -1, message - Unexpected hard fork version v16 at height 4264. Make sure the node you are connected to is running the latest version
11:33:53
msvc:
i've passed --allow-mismatched-daemon-version to monero wallet rpc but maybe this didn't work for rpc. for simplewallet this helped tho
11:34:05
msvc:
are you on matrix? maybe i should join there
11:35:14
ofrnxmr:xmr.mx:
I'm on matrix and irc. Afaik the error shouldnt be happening if both wallet and daemon are run with --regtest
11:36:51
ofrnxmr:xmr.mx:
What are your start commands for each
11:38:00
msvc:
as i understand there is no --regtest setting for wallet as it uses the same crypto as the mainnet. you only have to specify --testnet since it is separate chain and addresses prefix used. with regtest it just connects to monerod and works at least for some time
11:38:31
ofrnxmr:xmr.mx:
Why would you use --testnet
11:38:41
ofrnxmr:xmr.mx:
They are different and unrelated
11:39:11
msvc:
i'm not using it. i mean that IF you use testnet - you should specify --testnet flag to simplewallet/wallet-rpc, but not for regtest
11:39:45
msvc:
monerod --rpc-bind-ip=0.0.0.0 --rpc-bind-ip=18081 --confirm-external-bind --regtest --offline --fixed-difficulty=1
11:39:59
ofrnxmr:xmr.mx:
oh ok gotcha
11:40:07
msvc:
./monero-wallet-cli --allow-missmatched-version
11:40:58
selsta:
.merge+ 9673
11:40:58
xmr-pr:
Added
11:41:13
msvc:
monero-wallet-rpc --daemon-address=myip:18081 --rpc-bind-ip=0.0.0.0 --rpc-bind-port=18088 --confirm-external-bind --trusted-daemon --disable-rpc-login
11:41:46
msvc:
adding --allow-missmatched-version helps for ./monero-wallet-cli but does not help for monero-wallet rpc
11:43:19
msvc:
previously i saw smth about reorgs but even before that after some time testing i just get `Error: RPC error: failed to get output distribution` if i try to transfer from wallet1 to wallet2, both on regtest with wallet1 being recepient of mining rewards
11:44:12
ofrnxmr:xmr.mx:
Only 1 node running?
11:44:17
msvc:
yes
11:45:55
ofrnxmr:xmr.mx:
hmm ..
11:47:00
msvc:
i suspect that it might be related to reorgs due to blockchain immaturity on regtest but it doesn't explain output distribution error
11:47:39
msvc:
there is like 70k XMR mined yet it can't sent even 1 XMR after this error occurs
11:48:00
ofrnxmr:xmr.mx:
In confused how youd have reorgs with 1 node doing all of the block production
11:48:20
msvc:
just to clarify, these are 2 separate errors im getting
11:48:31
ofrnxmr:xmr.mx:
If the reorg was deeper than 100 blocks, wallet rejects it. Does wallet work if you delete the cache file and let it resync?
11:48:34
msvc:
idk lol
11:48:44
msvc:
how to delete it?
11:48:55
ofrnxmr:xmr.mx:
Its the file that doesnt end in .keys
11:49:21
msvc:
lemme check
11:50:53
ofrnxmr:xmr.mx:
Can just send a `rescan_bc` as well
11:51:06
ofrnxmr:xmr.mx:
Does essentially the same thing
11:51:49
higherlander:matrix.org:
I'm interested in the Monero Zcash Community Grant.
11:51:50
higherlander:matrix.org:
If you have any ideas to share and build with, please contact me.
11:51:52
higherlander:matrix.org:
Let's build together.
11:52:14
ofrnxmr:xmr.mx:
Join #monero-support for now. We can come back here if this turns out to be a bug etc
11:52:26
ofrnxmr:xmr.mx:
Bad copy and paste?
11:52:42
higherlander:matrix.org:
I'm interested in the Monero Community Grant.
11:52:44
higherlander:matrix.org:
If you have any ideas to share and build with, please contact me.
11:52:46
higherlander:matrix.org:
Let's build together.
11:52:49
higherlander:matrix.org:
oops
11:53:03
ofrnxmr:xmr.mx:
Rofl
11:53:05
msvc:
is it some poor local LLM agent
11:56:36
msvc:
i did: 1) close_wallet 2) delete not .keys 3) open_wallet 4) refresh - it returns the same error - Unexpected hard fork version v16 at height 4264. Make sure the node you are connected to is running the latest version | for different wallets it's different height
11:57:02
higherlander:matrix.org:
Could even a poor local LLM agent make such a mistake?
11:57:24
ofrnxmr:xmr.mx:
Off topic anyway. Go to [#monero-community:monero.social](https://matrix.to/#/%23monero-community:monero.social)
11:58:20
msvc:
trying to invoke rescan_blockchain also returns the same error
11:59:09
msvc:
both wallet rpc and monerod are the same latest release version
11:59:29
ofrnxmr:xmr.mx:
msvc - both wallets report different heights? Cli works and rpc doesnt? can you come to #monero-support so we dont drown this room
18:48:21
selsta:
.merge+ 10294 10298 10278 10290 10283 10284 10282 10285
18:48:22
xmr-pr:
Added
19:48:27
tobtoht:
.merges
19:48:27
xmr-pr:
10139 10278 10290 10298
19:53:35
tobtoht:
done
20:04:23
selsta:
.merge+ 10210 9494 9495
20:04:23
xmr-pr:
Added
20:05:17
selsta:
9494 and 9496 have release equivalents but i would prefer merge only to master for now
20:42:40
jpk68:
Thanks for merging :)))