-
boldsuck
Client to browse, just download and click .exe:
torproject.org/en/download
-
bigslim[m]
Monero tor node. Sorry should have been more descriptions
-
sgp_
Dave Jevans, the CEO of CipherTrace, has agreed to join the Compliance Q&A on Saturday
-
binaryFate
sgp_: interesting
-
r2d2
hi all!
-
propatte
hey r2d2 :)
-
r2d2
i'm trying to setup a raspinode to work as a hidden service
-
r2d2
im searching the web but the info is very contradictory
-
r2d2
in my btc node was very simple
-
r2d2
there is a useful resource outthere for a five years old boy?
-
r2d2
thanks
-
asymptotically
r2d2: if you follow a normal node guide, and then edit torrc like you did for btc, i think that's all you'll have to do
-
asymptotically
just with different ports
-
r2d2
but i want accept connections from my gui and cake wallet as hidden service
-
asymptotically
yeah it'll just be the same, you would add monerod's rpc port 18081 into torrc
-
r2d2
18081 or 18089
-
asymptotically
you can pick whichever you want. 18081 is the default, i think people pick 18089 so that an old script scanning for public nodes finds them
-
r2d2
and what are the parameters in bitmonero.conf?
-
asymptotically
do you want it to be available over the clearnet too, or just tor?
-
r2d2
# Hidden Service monero
-
r2d2
HiddenServiceDir /var/lib/tor/monero_service/
-
r2d2
HiddenServiceVersion 3
-
r2d2
HiddenServicePort 18081 127.0.0.1:18081
-
r2d2
HiddenServiceAuthorizeClient stealth moneroclient1 ,moneroclient2 ,moneroclient3
-
r2d2
this are correct?
-
r2d2
only tor as hidden service
-
asymptotically
i'm not famiilar with what HiddenServiceAuthorizeClient means but sure.
-
asymptotically
i think the only thing you'll need in your bitmonero.conf or as an argument to monerod is `restricted-rpc`. it just means that people can't tell your daemon to start mining for them, or ask it to shut down
-
azy
HiddenServiceAuthorizeClient that's if you just want certain people to be able to access it
-
azy
afaik
-
r2d2
hidden service i mean i can access from my gui client or from cake wallet as an ip like this jufhi78jifeffjifefwf.onion
-
r2d2
do you know any useful guide ? git of monero is very contradictory
-
r2d2
#monero-otc
-
azy
do you want everyone to be able to connect via your .onion?
-
r2d2
not everyone only the person who has the onion domain
-
r2d2
only my clients
-
azy
i dont think onion domains stay private, therefore you need HiddenServiceAuthorizeClient, but i think then you need to have your clients auth with your hs
-
r2d2
yep thats the idea i can authorize
-
r2d2
how can get this?
-
azy
im guessing it's that bit which is stopping you from being able to connect, maybe try without that line, restart tor and try to connect via your gui
-
azy
or cake or whatever
-
asymptotically
azy: v3 onions do afaik
-
visualshock
Is it possible to select which address to transfer from, or doesn't it matter?
-
azy
hamazing
-
asymptotically
you can pick a particular output to spend using sweep_single. addresses don't matter
-
visualshock
If I receive on one address in another account, backup and restores my key(no cache), create a new account and generate a new address, will the fund be back on that exact account?
-
asymptotically
yes, but if you leave a big gap (e.g. you generate 5000 addresses and someone sends a payment to the last address but none of the earlier ones) you will have to use --subaddress-lookahead to tell it to skip more empty addresses
-
visualshock
Is --subaddress-lookahead resource intensive?
-
selsta
not really
-
asymptotically
i think it's a problem if you're using a device like a ledger nano s and you don't delegate the scanning to your pc
-
visualshock
I see, thanks.
-
visualshock
I am using the cli, what is the [device] parameter for integrated_address?
-
selsta
visualshock: I think it allows you to display an integrated address on your hardware wallet
-
visualshock
ok
-
visualshock
When using integrated_address, how to check if I have received payment on that address?
-
jwinterm
-
jwinterm
-
jwinterm
visualshock, ^
-
yanmaani
So how come the Monero wallet doesn't change your address when you get a payment?
-
yanmaani
Otherwise your counterparties could collude, no?
-
selsta
change your address?
-
yanmaani
If I'm using a Bitcoin wallet, then it will tell me, "you can get transactions to 1asdasd"
-
yanmaani
and after anything has been sent to 1asdasd, it will change it to 1sdfsdf
-
jwinterm
yanmaani, I think that will get added soon
-
jwinterm
I saw some discussion of it recently
-
selsta
or you can simply generate a new subaddress
-
yanmaani
and so on, and so forth
-
yanmaani
in Monero, it seems like it always shows the same address, without changing it upon payment
-
yanmaani
right, but I really would like for it to be automaticl
-
selsta
it does not show the same address on the blockchain though
-
yanmaani
jwinterm: ah cool thanks
-
yanmaani
Right, but your counterparties see it
-
yanmaani
I buy some Monero with my credit card and do KYC, then someone sends me some monero to this identity, and whoops
-
visualshock
jwinterm, thanks
-
selsta
best to create an account for every identity
-
selsta
and a new address every time you want to give an address out to one identity
-
selsta
but yep automatic can be more user friendly
-
selsta
AFAIK monerujo on android has this feature
-
knifeofpi
good afternoon
-
knifeofpi
is it still possible to split your own outputs back to yourself in the CLI
-
knifeofpi
?
-
moneromooo
It is.
-
visualshock
Can different subaddresses/accounts send payments regardless of what those addresses/accounts has received?
-
selsta
if you receive funds to account 1 then you can’t send them from account 0
-
selsta
you have to send account 1 -> account 0 first
-
selsta
this is good so that outputs from different identities (accounts) don’t get spend together
-
visualshock
so if I want to transfer them I would have to transfer them and pay the fee?
-
selsta
can you rephrase that?
-
asymptotically
visualshock: yes you would have to pay the transaction fee
-
visualshock
thanks
-
asymptotically
but if you just use subaddresses from the same account, they can all be spent together
-
visualshock
Are integrated addresses also tied to an account?
-
asymptotically
yeah you can imagine them like coordinates. (account 0, subaddress 0), (account 0, subaddress 1) etc
-
selsta
integrated addresses don’t work together with subaddresses
-
asymptotically
oh sorry integrated addresses, not sure how i managed to misread that :P
-
selsta
you can only generate integrated addresses with your primary address
-
visualshock
Is it possible to derive my primary address if I give away a integrated address?
-
asymptotically
yes, an integrated address is just your primary address with random junk on the end
-
visualshock
So they are more for convenience than privacy?
-
selsta
Integrated addresses were used before subaddress existed.
-
selsta
so yes, they are not used for privacy
-
visualshock
They are also preferred for applications right?
-
selsta
easier to integrate? maybe but subaddresses are preferred
-
visualshock
Why is that?
-
visualshock
Is it possible to check if a subaddress has received payment?
-
jwinterm
-
jwinterm
you could also just iterate over get_bulk_payments
-
jwinterm
visualshock, ^
-
visualshock
thanks
-
jwinterm
yw
-
visualshock
I read that integrated addresses are better for applications since it is possible to generate them without the key - is this true? Is it better to pre-generate a lot of subaddresses?
-
jwinterm
I'm not sure, I think subaddresses are ok in terms of performance
-
jwinterm
but I guess if you're worried about having key on a server then maybe
-
visualshock
I would prefer not to have the key on one of my shitty servers
-
selsta
you can use integrated addresses but they might get removed in the future
-
selsta
they are easier to integrate
-
selsta
integrated addresses had worse UX in the past (users sending to integrated address and the wallet showed base address in the transaction history -> support requests with monero sent to wrong address)
-
selsta
but I think wallets don’t do this now
-
visualshock
I see
-
visualshock
If they are maybe going away I guess I will just use subaddresses.
-
selsta
no plan yet but it is possible