-
m-relay
<quickex:matrix.org> Hey fam! Wonna share good news with you: Quickex fully got back "C" rate on Trocador. Also we get premium listing on Cryptwerk which is placed as merchant on official monero website. Always welcome!
-
oldie
After a bit of time I need to transfer some fund, using local daemon (0.18.3.4 synced). Using CLI wallet connect, syncs and I can see all the history and whatnot. I exec a simple transfer 8xxxx 1 and I receive the Error: no connection to daemon. Please make sure daemon is running. How should I troubleshoot this?
-
m-relay
<jeffro256:monero.social> What does running `status` return?
-
oldie
Refreshed 3325352/3325352, synced, daemon RPC v3.14, SSL
-
m-relay
<jeffro256:monero.social> Just try the transfer again
-
m-relay
<jeffro256:monero.social> Sometimes it doesn't work for no apparent reason
-
oldie
Tried five times in a 30 minutes time span
-
m-relay
<jeffro256:monero.social> What about running `refresh`?
-
oldie
It refreshes
-
oldie
Starting refresh...
-
oldie
Refresh done, blocks received: 0
-
oldie
Currently selected account: [0] Primary account
-
m-relay
<jeffro256:monero.social> hmmmm idk
-
oldie
anyone?
-
m-relay
<jeffro256:monero.social> maybe try posting in #monero-support ?
-
oldie
done.. but my hope is on some of the names I still see here after a long time
-
moneromooo
in monerod: set_log 1
-
moneromooo
then try again
-
moneromooo
in monerod: set_log 0
-
moneromooo
then check the log to see what error, if any, was output. 80% chance one will.
-
oldie
I don't have logs.. I ran monerod after download and compile from github
-
oldie
I set log at 0 in console but nothing is showed there
-
m-relay
<jeffro256:monero.social> He's saying you should run the command `set_log 1` before you try transferring this time, which will turn on the logs
-
oldie
sorry I thought that was a correction on the log level..
-
m-relay
<jeffro256:monero.social> Then run `set_log 0` after you're done to set it back to normal
-
m-relay
<jeffro256:monero.social> allg
-
oldie
it's quite a lot of lines..
-
oldie
I'm quite sure there's no error or reference to that transaction
-
oldie
what else could I check?
-
oldie
I tried a different wallet.. same results
-
m-relay
-
m-relay
<ashven:matrix.org> wait! Is that even possible in a trust-less manner?
-
m-relay
<ashven:matrix.org> Glad to see these privacy topic coming to surface though
-
Cindy
monero and bitcoin (cash)'s design are both completely different
-
Cindy
i don't get when people say "peg" or "atomic swap"
-
m-relay
<ashven:matrix.org> I figured that out but the topic suggesting two way peg
-
m-relay
<ashven:matrix.org> Why?
-
Cindy
this would make randomX completely redundant
-
Cindy
if you could mine BCH (with an extremely optimized implementation of SHA256 in ASIC)
-
Cindy
and move it to XMR
-
Cindy
then why bother doing randomX
-
m-relay
<ashven:matrix.org> Monero cant do everything maybe for DeFi and othee stuff?
-
m-relay
<ashven:matrix.org> Monero cant do everything maybe for DeFi and other stuff?
-
m-relay
<ashven:matrix.org> There is more than one reason people want to be in and out of monero
-
Cindy
i doubt it'll be possible in a trustless manner
-
Cindy
considering it's two completely different blockchains
-
m-relay
<ashven:matrix.org> Two way peg doesn’t change the algorithm though its not like drivechain
-
m-relay
<ashven:matrix.org> Its just like permanent bridge
-
m-relay
<ashven:matrix.org> Interesting i was wondering about that also
-
m-relay
<ashven:matrix.org> But in that case the current implementation of atomic swap scheme is not trustworthy or trust-less then?
-
oldie
moneromooo this is the part of the logs while trying to send the tx:
termbin.com/gqkb
-
moneromooo
oldie: then another try: run monero-wallet-cli with --log-level 2, try again. Maybe the wallet is confused by something the daemon sends
-
m-relay
<flaming-flamingo:matrix.org> Hey
-
m-relay
<flaming-flamingo:matrix.org> How is everyone?
-
m-relay
<syntheticbird:monero.social> good and you
-
OftenFaded1
in need off more cooffee
-
m-relay
<flaming-flamingo:matrix.org> not too bad, not too bad
-
m-relay
<flaming-flamingo:matrix.org> lol
-
m-relay
<flaming-flamingo:matrix.org> do the admins mind if I'm inactive on in this server? I don't really use Matrix as my main social app yet
-
oldie
moneromooo it's a very long log in just a couple of seconds
-
oldie
This was already present in the log before enabling level 2: INFO logging contrib/epee/src/mlog.cpp:274 New log categories: *:WARNING,net:FATAL,net.http:FATAL,net.ssl:FATAL,net.p2p:FATAL,net.cn:FATAL,daemon.rpc:FATA
-
oldie
L,global:INFO,verify:FATAL,serialization:FATAL,daemon.rpc.payment:ERROR,stacktrace:INFO,logging:INFO,msgwriter:INFO
-
m-relay
<ofrnxmr:xmr.mx> Are you built from master or release
-
m-relay
<syntheticbird:monero.social> excuse me sir, it's actually le bad to say "master", the branch should be renamed "main"
-
oldie
moneromooo could there be a problem with a too big number of inputs for the tx?
-
oldie
this a p2pool recipient wallet and has 2039 input to consider for the tx
-
oldie
if I reduce the tx amount to a number that is around 10 inputs it works
-
oldie
it seems that over 20 inputs or around that it fails
-
m-relay
<ofrnxmr:xmr.mx> 💢 lol. I asked that a long time aho
-
m-relay
<ofrnxmr:xmr.mx> "Are you sweeping a lot of outputs?"
-
oldie
I probably missed that
-
oldie
is there a know limit?
-
m-relay
<ofrnxmr:xmr.mx> Yes. Sweeping a lot of outputs causes it to create numerous transactions
-
m-relay
<ofrnxmr:xmr.mx> The max inputs per tx is 146-148, and it has to generate a new ring for every input
-
oldie
I would prefer to find a way different than creating hundreds of tx on my own
-
m-relay
<ofrnxmr:xmr.mx> i might be wrong, but might be able to get it to work with a restricted rpc
-
oldie
(I would also suggest to write specific output for these cases)
-
m-relay
<ofrnxmr:xmr.mx> Add --rpc-restricticted-bind-port=18089 to your monerod, then add `--daemon-address=127.0.0.1:18089 --trusted-daemon` to your monero-wallet-cli startup
-
m-relay
<ofrnxmr:xmr.mx> Might not work, i dont remember
-
oldie
ok, I'll try that but I need to leave for 1h..
-
oldie
thanks for the support, really appreciated
-
oldie
be back with a feedback for that test later
-
m-relay
<ofrnxmr:xmr.mx> Sech1 strawberry might have a better way
-
m-relay
<ofrnxmr:xmr.mx> Ok, but make sure you spell restricted properly (and not how i did above)
-
sech1
I never had problems with sweeping many inputs. Even 20k+ inputs on a testnet wallet
-
m-relay
<ofrnxmr:xmr.mx> One diff between restricted and unrestricted is that unrestricted tries to send everything at once. If your node is running on a hdd, its probably not responding
-
m-relay
<ofrnxmr:xmr.mx> Sech1 we has a stressnet wallet that was near impossible to do a "sweep_all" on (a lot of tint outputs). Strawberry was the one who eventually managed to empty the wallet. Not sure what they did
-
sech1
2039 inputs here is 14-15 transactions only
-
sech1
it can be slow on an hdd, yes
-
m-relay
<ofrnxmr:xmr.mx> an extended time with no response (due to hdd) is probably why its erroring with no connection. Restricted might help it send info in smaller chunks (unrestricted tries to do everything at once). I dont know if the latter only applies to txpool, or to all requests.. but worth a shot 🤷♂️
-
m-relay
<ofrnxmr:xmr.mx> Otherwise, probably need to use an ssd node
-
moneromooo
Those categories are log level 0. Any error will be after it.
-
fmlatghor
wanna run my own node, but my node just can't keep up with syncing. IT'll get to 91% then go back to 71% repeatedly. Seem to need a lot of bandwidth for it.
-
m-relay
<ofrnxmr:xmr.mx> That doesnt sound possible.
-
m-relay
<ofrnxmr:xmr.mx> That would imply that it synced 20% of the blockchain without saving
-
fmlatghor
I'll show you the log
-
fmlatghor
oh wait I don't know if this compromises my security
-
fmlatghor
probably does
-
m-relay
<ofrnxmr:xmr.mx> Not unless the log has your user paths in it. Not much else is specific to you
-
fmlatghor
no, it's just the log of monerod
-
fmlatghor
oh wait, I don't know actually
-
fmlatghor
well there's nothing on this wallet so I Guess it doesn't matter
-
oldie
moneromooo sech1 I can't see any errors just trying to create txs to accomodate for the amount using inputs..
-
oldie
could it take too much time or something like that? Is there some kind of wait parameter to adjust?
-
m-relay
<ofrnxmr:xmr.mx> No parameter to set afaik. 1.Did you try a restricted node? 2. Is the node on an hdd?
-
oldie
Just trying with resticted node and port and had the same results after a bit more delay: Error: no connection to daemon. Please make sure daemon is running.
-
oldie
4.2 MB wallet log file just to connect, transfer, exit
-
oldie
there is a Start of loop with 2040 inputs (so 2040 loops)
-
oldie
at the end of everything there is this error:
-
oldie
-
m-relay
<ofrnxmr:xmr.mx> ... hdd?