00:02:12 i need an archive file or object files :(((( 00:02:26 to link my library 00:05:36 damn it is building libwallet_merged.a 00:05:53 when i run make second time 00:08:06 nowwwww ub_* things are missing on linking 00:08:26 i think it is libunbound thing which is not exists in v0.18 00:08:29 :(((((((((( 00:11:51 if you don't use libunbound anymore why there are linking errors for that? 01:08:45 did you delete libunbound sobmodule for license issues? 06:18:47 selsta & @jberman:matrix.org thanks a lot! Let me know if we can help in any way 07:47:32 MeowingCat: the copy of libunbound in the source tree was removed because it was out of date 07:47:48 you need to have a recent version installed on your build machine 07:48:23 it's still required for the build. the README has been updated to note this already 07:51:43 hyc, i installed with pacman in MSYS2 07:59:09 is doing wallet->setHeight(wallet->getBlockchainHeight()) true? 07:59:25 do i need to start from wallet->getBlockchainHeight() - 1 ? 09:07:35 Hello everyone running into a problem 09:07:37 I have monerod on a separate server in my local network with rpc-bind-ip and can user gui wallet to sync remotely however when I want to access the node with monero-wallet-rpc the command runs without issues but I get unauthorized access when i curl localhost:port/get_info 09:07:39 if I user a browser I get a pop-up to enter password even though I havent specified a password in conf file. 09:07:41 and when I add a user:pass I can no longer run rpc command because I get this error "E !r. THROW EXCEPTION: tools::error::no_connection_to_daemon 09:07:43 E Exception at while refreshing, what=no connection to daemon" 09:07:45 everything works fine when I directly access the node by local ip but cant figure out how to make the rpc work 09:14:46 --rpc-login user:password 09:14:50 MeowingCat: look at the source code of existing wallets 09:14:52 do you have it in monerod command line? 09:25:51 I havent specified an rpc-login in monerod conf file so what do I put in monero-wallet-rpc --rpc-login tag? 09:26:22 post your full config 09:26:24 monero-wallet-rpc works fine according to you 09:26:37 no it doesnt 09:26:40 hang on 09:26:53 "monero-wallet-rpc the command runs without issues " 09:27:17 data-dir=/var/lib/monero/ 09:27:17 # Log file 09:27:17 log-file=/var/log/monero/monerod.log 09:27:17 max-log-file-size=10485 09:27:17 # P2P configuration 09:27:19 p2p-bind-ip=0.0.0.0 # Bind to all interfaces (the default) 09:27:21 p2p-bind-port=18080 # Bind to default port 09:27:23 # RPC configuration 09:27:25 rpc-bind-ip=0.0.0.0 09:27:27 rpc-bind-port=18089 09:27:29 confirm-external-bind=1 09:27:31 #rpc-restricted-bind-ip=0.0.0.0 09:27:33 #rpc-restricted-bind-port=18089 09:27:35 no-igd=1 09:27:37 #rpc-login=user:pass 09:27:39 public-node=0 09:27:41 # Pruning configuration 09:27:43 prune-blockchain=1 09:27:45 max-concurrency=0 09:27:47 db-sync-mode=safe 09:27:49 sync-pruned-blocks=1 09:27:51 fast-block-sync=1 09:27:53 block-sync-size=5 09:27:55 # ZMQ configuration 09:27:57 no-zmq=1 09:27:59 # Block known-malicious nodes from a DNSBL 09:28:01 enable-dns-blocklist=1 09:28:03 this is my monerod conf file 09:29:28 when I down disenable password in monerod, rpc command connects but ask for password if i curl AND If enable rpc password the rpc command wont connect to node with this error 09:29:28 E !r. THROW EXCEPTION: tools::error::no_connection_to_daemon 09:29:28 E Exception at while refreshing, what=no connection to daemon" 09:30:09 *when I disable 09:49:58 Are you sure you're logging in correctly with curl ? IIRC monero isn't using basic auth, but another... synonym to hash auth IIRC. 09:52:36 well I havent enabled password in monerod conf file so I dont use login with curl but when I enable it I use "curl -u user:pass --digest" 09:58:03 Ah, then add --disable-rpc-login on the wallet daemon. 09:58:44 Unless you want password on node but not wallet ? 09:59:11 (didn't read all due to the spam - use a pastebin next time) 09:59:51 let see if this work otherwise I will dump it all on a pastebin 10:00:00 Anyway, to curl the wallet, either digest auth or disable rpc login. 10:02:43 unrecognised option 'disable-rpc-login' 10:02:56 should I add this in daemon or rpc? 10:04:13 That question makes no sense. But it's a wallet option. 10:04:29 That's the wallet that was rehjeting your curl I think. 17:27:23 hugepages is only recommended in p2pool when mining, right? a monerod+p2pool won't get any improvement in perf by enabling them. cc/ sech1 17:30:19 they still calculate hashes faster with huge pages 17:30:42 every time a new block is received, it has to calculate a RandomX hash 17:31:24 if it checks a new block faster, it will send new job to miners faster 17:31:59 right, thank you 17:53:42 moneromooo: please also open 8513 against release 17:55:40 UkoeHB: can you give https://github.com/monero-project/monero/pull/8545 a final approval? jberman[m] slightly changed the last commit 18:19:35 done 18:23:20 ty 20:00:07 .merge+ 8534 8551 8538 20:00:07 Added 20:00:26 sech1: do you have time for another review tomorrow? https://github.com/monero-project/monero/pull/8544 20:02:18 sure 20:03:41 want to include that in the release too