-
vtnerd__
its leaking to other zmq clients that this particular node is the origin (or at the very least a manual re-broadcast)
-
vtnerd__
might as well just publish during the "stem" phase anyway then
-
vtnerd__
ugh, I'll just comment in PR. this behavior was as-designed by me, but I see why people don't like it
-
vtnerd__
ah nevemrind, read the PR wrong, yeah this is an annoying bug I'll definitely have to review this pr
-
JakeHawkinse[m]
-
JakeHawkinse[m]
urgent pls!!!
-
ofrnxmr[m]
Did you send those funds to yourself?
-
JakeHawkinse[m]
no
-
ofrnxmr[m]
So you dont own the recipient wallet, correct? (Cant troubleshoot on the receiving end?)
-
ofrnxmr[m]
What node did you send it from?
-
JakeHawkinse[m]
I jsut wana to recharge to binance
-
ofrnxmr[m]
You sent to Binance from where?
-
JakeHawkinse[m]
xmrwallet.com
-
plowsof
you transferred funds from a third party to another third party , one of which is linked to phishing / scams (xmrwallet)
-
ofrnxmr[m]
I was about to say, xmrwallet.com isnt that a scam?
-
JakeHawkinse[m]
xrmwallet.com isn't a scam one
-
ofrnxmr[m]
-
JakeHawkinse[m]
I had read this article. But my situation is different with it
-
ofrnxmr[m]
Piece of advice.
-
ofrnxmr[m]
Running a node and using a full wallet isnt hard
-
ofrnxmr[m]
Sorry to say, but sounds like you got scammed
-
-
ofrnxmr[m]
.. next time dont use some scammy web wallet. .
-
ofrnxmr[m]
You say you tried other nodes
-
ofrnxmr[m]
Did you try to restore your seed into a non-scam wallet ? (Monero gui, feather wallet, Cake wallet, monerujo)
-
ofrnxmr[m]
Also, you had a different txid before you edit your issue.
-
ofrnxmr[m]
Where is the original one from?
-
JakeHawkinse[m]
I had a another successful trx. The state "output match" is true
-
-
ofrnxmr[m]
Id stop using that wallet 🥲
-
selsta
vtnerd__: this one would be kinda important
monero-project/monero #8379
-
selsta
at least i don't know who else should review this
-
sethforprivacy
I've updated the checklist up to the extent of my knowledge of our readiness:
monero-project/meta #690
-
sethforprivacy
Thanks for the immense amount of work that has gone into this, everyone! Almost there 🙂 If anyone knows of something on the list being completed that I'm not aware of, please ping me or leave a comment on that issue.
-
WillMorrison[m]
Are there docs for the zeromq server?
-
sech1
-
sethforprivacy
One quick question, seems like release naming changed quite a bite -- I assume `monero-arm-linux-android-*` is the new version of `monero-linux-armv8-*`?
-
sech1
no, it's 32-bit arm
-
selsta
we rename them before uploading to the website
-
selsta
-
sethforprivacy
ahh
-
sethforprivacy
Hadn't ever noticed that before. Thanks
-
r4v3r23[m]
are these the binaries that are gonna be uploaded?
-
sethforprivacy
Is the libunbound version min really `1.4.16`? All of my Ubuntu-based Docker builds are broken in v0.18.0.0 with libunbound errors:
-
sethforprivacy
-
sethforprivacy
Base image for these builds is Ubuntu 20.04, so libunbound-dev is `1.9.4`.
-
selsta
show your dockerfile
-
sech1
r4v3r23[m] yes, if no emergency fixes will be needed
-
sethforprivacy
-
sethforprivacy
My main image is Alpine-based and builds properly, but now need libunbound installed in the final image for the binary to run properly.
-
sethforprivacy
I'm troubleshooting that separately.
-
selsta
can you do make depends inside the dockerfile?
-
selsta
otherwise you have to compile static unbound yourself, not from package manager, see
monero-project/monero #8439#issuecomment-1186548894
-
sethforprivacy
I can test it, this image is somewhat out of date (it doesn't match all of the changes I've made for my monerod one yet)
-
sethforprivacy
My Alpine build is working outside of needing the new lib, but will work on modernizing the broken one and just hotfix the Alpine one for now:
github.com/sethforprivacy/simple-mo…r/blob/release-v0.18.0.0/Dockerfile
-
sethforprivacy
Is `make depends` run as a prior command before the actual make command for building the binaries, or does it replace that?
-
selsta
it replaces that
-
selsta
make depends target=x86_64-linux-gnu
-
sethforprivacy
Ah, yes, see the official Dockerfile does that
-
sethforprivacy
I'll play around with it, thanks selsta!
-
sethforprivacy
can I do `make depends` and keep building only the daemon with `-C build/release daemon`?
-
r4v3r23[m]
how can i point the monero build to my local unbound?
-
selsta
there is the `UNBOUND_ROOT` env variable, and you can set cmake `-D UNBOUND_INCLUDE_DIR=` and `-D UNBOUND_LIBRARIES=`
-
sethforprivacy
selsta: Is this for *not* using `make depends`?
-
sethforprivacy
And working around the libunbound issue?
-
selsta
i was replying to r4v3r23[m]
-
selsta
you can theoretically just build the daemon
-
sethforprivacy
Oh, sorry, have them muted.
-
sethforprivacy
`make depends` seems the more ideal solution overall anyways so I'm working on migrating to that for both my images.
-
selsta
i don't see you just building the daemon in the dockerfile
-
sethforprivacy
Will test and report back 🙂
-
sethforprivacy
-
selsta
-
selsta
copy these two steps in your dockerfile and then just build the daemon, should work similar to how you do it currently
-
sethforprivacy
Ah, interesting, will try that out
-
selsta
you have to replace target with x86_64-linux-gnu
-
sethforprivacy
Yeah, I'm doing it dynamically as this is a multi-arch image
-
sethforprivacy
Will set it via a var
-
selsta
that's a problem then
-
selsta
it's probably better for you to just compile unbound manually
-
sethforprivacy
-
sethforprivacy
Where MAKE_TARGET will replace target in the lines you linked
-
sethforprivacy
selsta: Maybe 😕
-
selsta
you have to test it out, i don't know if make depends works on arm
-
sethforprivacy
Ahh
-
sethforprivacy
This image works fine without building it at all, just requires bloating the final image with unbound-dev
-
sethforprivacy
Probably not really worth the headache to figure out all of the compilation just to remove that at this point. Will focus on fixing the Ubuntu build alone then.
-
r4v3r23[m]
<selsta> "there is the `UNBOUND_ROOT..." <- in `FindUnbound.cmake` yeah?
-
r4v3r23[m]
unbound_root isnt working for me
-
hyc
make depend assumes x86-64 build host, but will work for all the targets
-
selsta
r4v3r23[m]: can you set the two cmake options?
-
edisonamosyox[m]
hi selsta, the issue #8440 of github,how i can check the trx was successful or not?
-
edisonamosyox[m]
-
edisonamosyox[m]
I need be know which platform the problem happed,now I totoally confused
-
selsta
what does it say in xmrwallet.com as receiver address?
-
edisonamosyox[m]
selsta: communicated with customer service of xmrwallet.com,but no response
-
selsta
but what does it say inside the wallet? there has to be a receiver?
-
edisonamosyox[m]
I had test another trascation: i could use my own sender account and viewkey check the trx was successful,why?
-
edisonamosyox[m]
selsta: to my knowledge, the characterstic of xmr is each txid hide the address both of sender and receiver, right ? I need the support from core team urgently!!!
-
selsta
edisonamosyox[m]: from the outside yes but the wallet should still say the receiving address assuming it's the wallet you sent the transaction from and you didn't delete the wallet cache
-
selsta
that's why I'm asking what does it say as receiver inside xmrwallet.com ?
-
HungHaVan[m]
Hi everyone, can anyone help me how to use open_wallet and close_wallet method of wallet-rpc properly?
-
HungHaVan[m]
thanks
-
hyc
HungHaVan[m]: ask in #monero
-
MexicanTakeout96
I found a bug in the monero-wallet-cli software, check_reserve_proof returns bad signture error when reserve proof signature has a message attached.
-
MexicanTakeout96
This is on Monero 'Fluorine Fermi' (v0.18.0.0-b6a029f22)
-
MexicanTakeout96
get_reserve_proof doesnt accept more than 1 word message. Weird
-
MexicanTakeout96
I tried `get_reserve_proof 2 "this is a message"` and got a usage error
-
selsta
could you open a github issue with description?
-
MexicanTakeout96
I am making one rn
-
selsta
MexicanTakeout96: did it work with v0.17?
-
MexicanTakeout96
same error in v0.17.3.2-release :((
-
alexey[m]1
Hi! I have a problem with the monero daemon, I am unable to synchronize the blockchain. Yesterday my server had a power outage, after that daemon crashes on start. I suspect that blockchain file got corrupted. Is there any way to fix? I have a limited internet plan, so I would like to avoid deleting it and... (full message at
libera.ems.host/_matrix/media/r0/do…dfd5376657a96041e5445219e65de7ecdf9)
-
selsta
./monerod --db-salvage
-
selsta
but most of the time it doesn't work, it only helps in some cases
-
alexey[m]1
<selsta> "./monerod --db-salvage" <- No luck. I have no other option but to download the whole blockchain again?
-
selsta
alexey[m]1: if you do --prune-blockchain --sync-pruned-blocks it will use less bandwidth
-
selsta
but yes, assuming you don't have a backup
-
jeffro256[m]
alexey if you expect more power outages in the future or other I/O interuptions, I recommend using db-sync-mode=safest
-
hyc
it's just --db-sync-mode=safe
-
MexicanTakeout96
selsta: any luck on my issue? :((
-
selsta
I didn't look yet, I'm busy with release notes
-
selsta
can you try the GUI?
-
HungHaVan[m]
Can I have multiple users using their wallets to connect or use the same monero wallet rpc ?
-
MexicanTakeout96
kk I will try with rpc server too
-
MexicanTakeout96
hyc: I had to resync'd 3 times on my machine because of outages like alexey.
-
MexicanTakeout96
db-sync-mode=safe is very slow, so I switched back to fast mode
-
nikg83[m]
<hyc> "it's just --db-sync-mode=safe" <- I am using this, does this cause a lot more io then normal mode ?
-
jeffro256[m]
> it's just --db-sync-mode=safe
-
jeffro256[m]
yeah you're right. The modes are safe, fast, and fastest
-
jeffro256[m]
> Can I have multiple users using their wallets to connect or use the same monero wallet rpc ?
-
jeffro256[m]
Are you asking about multiple monero clients connect to one remote monero-wallet-rpc instance ?
-
MexicanTakeout96
HungHaVan[m]: no, one wallet can only be opened one at a time for a single instance of wallet-rpc.
-
alexey[m]1
Does "--db-sync-mode=safe" produce more writes to disk? I have a blockchain on SSD, iirc lots of small writes to flash memory can wear it down pretty fast.
-
ofrnxmr[m]
alexey[m]1: Yes. Are you using windows?
-
hyc
alexey[m]1: yes
-
alexey[m]1
ofrnxmr[m]: Linux 5.15.0-33-generic
-
ofrnxmr[m]
Was asking because, my understanding is that windows is more likely to corrupt the database
-
kico
sirs was trying to compile release-v0.18 and get this error ... libssl?
pastebin.com/1ri0pqnh
-
hyc
wow, pastebin has gone full invasive with ads and shit
-
kico
F
-
selsta
kico: you need newer openssl
-
kico
aight
-
kico
tks for confirming sir
-
selsta
1.1.1 or newer I think
-
selsta
you will also need newer boost as a consequence
-
kico
I see
-
kico
thanks selsta :)
-
vtnerd__
selsta: you asked me once and I began looking at it, but I had to go back and familiarize myself with some of that
-
vtnerd__
will do it now because it looks high priority
-
selsta
thanks, i just don't know who else is supposed to review this
-
jeffro256[m]
> thanks, i just don't know who else is supposed to review this
-
jeffro256[m]
which PR?
-
selsta
8379
-
MexicanTakeout96
-
MexicanTakeout96
check_reserve_proof requires the exact message to verify the proof. False advertising on this guide
getmonero.org/resources/developer-g…wallet-rpc.html#check_reserve_proof
-
plowsof
MexicanTakeout96complain in #monero-site:monero.social or make a PR on github if you feel " Should be the same message used in get_reserve_proof" is false advertising.
-
MexicanTakeout96
plowsof: That part I understand completely. The part that is false is that message here is not (optional), also this string message acts more like a pass phrase when revealing the proof and not like "message" passed between parties.
-
ofrnxmr[m]
"If a message was added to 'get_reserve_proof' (optional), this message is required when using 'check_reserve_proof'"
-
MexicanTakeout96
That is completely different from "message - string; (Optional) Should be the same message used in get_reserve_proof."
-
MexicanTakeout96
Sorry I misread your text. I think yours would work better replacing this ^ text