-
MeowingCat
i need an archive file or object files :((((
-
MeowingCat
to link my library
-
MeowingCat
damn it is building libwallet_merged.a
-
MeowingCat
when i run make second time
-
MeowingCat
nowwwww ub_* things are missing on linking
-
MeowingCat
i think it is libunbound thing which is not exists in v0.18
-
MeowingCat
:((((((((((
-
MeowingCat
if you don't use libunbound anymore why there are linking errors for that?
-
MeowingCat
did you delete libunbound sobmodule for license issues?
-
arnuschky[m]
selsta & @jberman:matrix.org thanks a lot! Let me know if we can help in any way
-
hyc
MeowingCat: the copy of libunbound in the source tree was removed because it was out of date
-
hyc
you need to have a recent version installed on your build machine
-
hyc
it's still required for the build. the README has been updated to note this already
-
MeowingCat
hyc, i installed with pacman in MSYS2
-
MeowingCat
is doing wallet->setHeight(wallet->getBlockchainHeight()) true?
-
MeowingCat
do i need to start from wallet->getBlockchainHeight() - 1 ?
-
user01cs98
Hello everyone running into a problem
-
user01cs98
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
-
user01cs98
if I user a browser I get a pop-up to enter password even though I havent specified a password in conf file.
-
user01cs98
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
-
user01cs98
E Exception at while refreshing, what=no connection to daemon"
-
user01cs98
everything works fine when I directly access the node by local ip but cant figure out how to make the rpc work
-
sech1
--rpc-login user:password
-
selsta
MeowingCat: look at the source code of existing wallets
-
sech1
do you have it in monerod command line?
-
user01cs98
I havent specified an rpc-login in monerod conf file so what do I put in monero-wallet-rpc --rpc-login tag?
-
selsta
post your full config
-
sech1
monero-wallet-rpc works fine according to you
-
user01cs98
no it doesnt
-
user01cs98
hang on
-
sech1
"monero-wallet-rpc the command runs without issues "
-
user01cs98
data-dir=/var/lib/monero/
-
user01cs98
# Log file
-
user01cs98
log-file=/var/log/monero/monerod.log
-
user01cs98
max-log-file-size=10485
-
user01cs98
# P2P configuration
-
user01cs98
p2p-bind-ip=0.0.0.0 # Bind to all interfaces (the default)
-
user01cs98
p2p-bind-port=18080 # Bind to default port
-
user01cs98
# RPC configuration
-
user01cs98
rpc-bind-ip=0.0.0.0
-
user01cs98
rpc-bind-port=18089
-
user01cs98
confirm-external-bind=1
-
user01cs98
#rpc-restricted-bind-ip=0.0.0.0
-
user01cs98
#rpc-restricted-bind-port=18089
-
user01cs98
no-igd=1
-
user01cs98
#rpc-login=user:pass
-
user01cs98
public-node=0
-
user01cs98
# Pruning configuration
-
user01cs98
prune-blockchain=1
-
user01cs98
max-concurrency=0
-
user01cs98
db-sync-mode=safe
-
user01cs98
sync-pruned-blocks=1
-
user01cs98
fast-block-sync=1
-
user01cs98
block-sync-size=5
-
user01cs98
# ZMQ configuration
-
user01cs98
no-zmq=1
-
user01cs98
# Block known-malicious nodes from a DNSBL
-
user01cs98
enable-dns-blocklist=1
-
user01cs98
this is my monerod conf file
-
user01cs98
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
-
user01cs98
E !r. THROW EXCEPTION: tools::error::no_connection_to_daemon
-
user01cs98
E Exception at while refreshing, what=no connection to daemon"
-
user01cs98
*when I disable
-
moneromooo
Are you sure you're logging in correctly with curl ? IIRC monero isn't using basic auth, but another... synonym to hash auth IIRC.
-
user01cs98
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"
-
moneromooo
Ah, then add --disable-rpc-login on the wallet daemon.
-
moneromooo
Unless you want password on node but not wallet ?
-
moneromooo
(didn't read all due to the spam - use a pastebin next time)
-
user01cs98
let see if this work otherwise I will dump it all on a pastebin
-
moneromooo
Anyway, to curl the wallet, either digest auth or disable rpc login.
-
user01cs98
unrecognised option 'disable-rpc-login'
-
user01cs98
should I add this in daemon or rpc?
-
moneromooo
That question makes no sense. But it's a wallet option.
-
moneromooo
That's the wallet that was rehjeting your curl I think.
-
vdo
hugepages is only recommended in p2pool when mining, right? a monerod+p2pool won't get any improvement in perf by enabling them. cc/ sech1
-
sech1
they still calculate hashes faster with huge pages
-
sech1
every time a new block is received, it has to calculate a RandomX hash
-
sech1
if it checks a new block faster, it will send new job to miners faster
-
vdo
right, thank you
-
selsta
moneromooo: please also open 8513 against release
-
selsta
UkoeHB: can you give
monero-project/monero #8545 a final approval? jberman[m] slightly changed the last commit
-
UkoeHB
done
-
selsta
ty
-
selsta
.merge+ 8534 8551 8538
-
xmr-pr
Added
-
selsta
sech1: do you have time for another review tomorrow?
monero-project/monero #8544
-
sech1
sure
-
selsta
want to include that in the release too