-
selsta
BigmenPixel[m]: no, the CPU isn't the issue
-
selsta
the Arch package has to be compiled with ARCH="default"
-
selsta
-
ga_1700[m]
chaser: you're welcome to discuss this at #monero:monero.social or #monero-pools:monero.social
-
DeanGuss
chaser[m]: Put proxy=127.0.0.1:9050 in monero.conf
-
DeanGuss
and tx-proxy=tor,127.0.0.1:9050 to proxy your outgoing transactions
-
DeanGuss
or is that deprecated now? Is a transaction submission in monero different from how a node exchanges transactions with other nodes?
-
selsta
DeanGuss: tx-proxy isn't deprecated
-
selsta
it's 2 different things
-
BigmenPixel[m]
<selsta> "
github.com/monero-..." <- hmm ... So for the flatpak package for x86_64 architecture I also need to specify ARCH = "default"?
-
BigmenPixel[m]
s///, s///
-
selsta
do you maintain the flatpak package?
-
BigmenPixel[m]
selsta: yes
-
selsta
yes
-
BigmenPixel[m]
selsta: What about aarch64? Should it work or not?
-
BigmenPixel[m]
There is ARCH=armv8-a
-
selsta
should what work?
-
BigmenPixel[m]
selsta: monero-gui :)
-
selsta
monero-gui runs on aarch64 yes
-
BigmenPixel[m]
selsta: thanks
-
selsta
BigmenPixel[m]: basically we used to default to x86-64 arch, we removed it to make it work out of the box on ARM too
-
selsta
so now it uses "native" arch
-
selsta
which is only useful to run the binary on the same CPU as it was compiled on
-
BigmenPixel[m]
Ok, I'll fix it now.
-
kayabaNerve
I'm building an old Monero node version and linking is failing. `undefined reference to `bool cryptonote::Blockchain::get_transactions_blobs` where the error is within libcryptonote_core already, which is set to be compiled with blockchain.cpp AFAICT. Anyone have any ideas?
-
cornfeedhobo
kayabaNerve: my only suggestion is to look at the dockerfile for what ever version you are compiling. it will have hints about the history of the build process in the most concise format
-
selsta
kayabaNerve: are you building debug?
-
selsta
with clang?
-
selsta
try release instead
-
selsta
if you need debug you have to apply a patch
-
tevador
-
crypto_grampy[m]
<tevador> "
github.com/monero-..." <- Siren:
-
crypto_grampy[m]
* Siren
-
dEBRUYNE
tevador: Cool! Presumably it works with hw wallets as well?
-
tevador
The HTTP wallet simply calls wallet RPC, so it should work AFAIK. Untested.
-
tevador
Btw, it seems that the current master branch fails functional tests.
-
ack-j[m]
tevador: Is your fork PoC operational yet? Or is it still a work in progress?
-
tevador
which fork PoC?
-
ack-j[m]
Did you finish the webserver implementation in this?
monero-project/monero #8110
-
ack-j[m]
Can I compile and play around with it, is I guess what I'm asking
-
tevador
Yes
-
ack-j[m]
s/Can I compile and play around with it, is I guess what I'm asking/Can I compile and play around with it, I guess is what I'm asking/
-
ack-j[m]
thanks!
-
tevador
It works, but it's not feature-complete. Can have some bugs.
-
tevador
if you need some testnet coins, I have plenty...
-
tevador
On a side note, the official wallet RPC documentation is pretty outdated.
getmonero.org/resources/developer-guides/wallet-rpc.html
-
kayabaNerve
selsta: CMAKE .., make, presumably gcc. I'll try expliticly declaring release
-
selsta
might be a different issue then
-
selsta
you can try bisecting the commit that fixes it and then manually apply that fix for older versions
-
selsta
tevador:
monero-project/monero #8103 needs an approval
-
kayabaNerve
selsta: I couldn't find any meta on why it was occurring actually. 0 search results about that function in issues/prs. I didn't bother digging through the entire link history.
-
kayabaNerve
It ends up being all good though. I got what I needed. Thanks for getting back to me on it though :)