selsta
selsta
You have to rescan the wallet, not resync the daemon. There are different ways to do this, but the easiest would be restore from seed with restore height 1.
You can use https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#rescan_blockchain for example, or restore the wallet from seed.
I don't use wallet RPC myself. `rescan_blockchain` definitely exists as a command but I'm not sure what the correct way to call it is. I would suggest to either use...
Use this command to restore from seed: `./monero-wallet-cli --testnet --restore-deterministic-wallet` Afterwards use that wallet again for RPC.
Use a different wallet name.
Which Ubuntu version are you using? We cross compile every single commit to Windows for testing purposes and there are no issues that I'm aware of, see https://github.com/monero-project/monero/runs/7081500633 from 16h...
I'll run the cross compile CI job on Ubuntu 22.04 and report back if it works. We currently use ~~20.04~~ 18.04 for CI.
@agowa338 Do you have a system with Ubuntu 18.04 or 20.04? Seems like for 22.04 at least some tweaks are necessary before cross compiling works.
From IRC ``` 09:49 "no DNSKEY rrset for trust anchor . while building chain of trust" 09:49 ok so that's the root domain 09:49 the way DNSSEC works is it...
> If a dev can provide a good explanation of why this is so This is the commit where it got added, doesn't really say _why_, just that it should...