-
tryphe
it doesn't exist physically but somehow is property. makes sense that it's a law.
-
ndorf
property can't be traded for goods and services? IOW, bartering is illegal in russia?
-
hyc
no idea. it's frowned on even in the US, because uncle sam wants to tax all transactions
-
UkoeHB_
"Putin has now signed a law saying that crypto is property, not money, and can't be used to pay for goods and services" this is so comical
-
mmxxx[m]
-
derpy_bridge_
<[discord] Yonatan#6948>: Question
-
derpy_bridge_
<[discord] Yonatan#6948>: Does my node run when my laptop is sleeping?
-
Inge-
if the node is on your laptop, then no
-
Inge-
Or your laptop is lying about sleeping
-
derpy_bridge_
<[discord] Yonatan#6948>: Oh ok
-
derpy_bridge_
<[discord] Yonatan#6948>: Another question
-
derpy_bridge_
<[discord] Yonatan#6948>: Can I monitor incoming traffic to my node?
-
derpy_bridge_
<[discord] Yonatan#6948>: Because it’s exposed to the public internet
-
sethsimmons
You’d have to setup some type of proxy, like a reverse proxy using NGINX to monitor/filter/rate limit
-
sethsimmons
Obviously you get some logging in the daemon
-
sethsimmons
But for more advanced logs you’ll need some sort of proxy.
-
mmxxx[m]
How long has xmr.to made provisions for btc lightning payments?
-
rbrunner
I think the announcement was a few days ago
-
derpy_bridge_
<[discord] Yonatan#6948>: Yep
-
derpy_bridge_
<[discord] Yonatan#6948>: They don’t support a lot of channels
-
niocbrrrrrr
an
-
derpy_bridge_
<[discord] Yonatan#6948>: Half of the lightning channels I have open don’t work with xmr.to
-
derpy_bridge_
<[discord] Yonatan#6948>: I would love to see a lightning network for XMR in the future
-
mmxxx[m]
Ok. The few that I would use often seem to work.
-
jbg
derpy_bridge_: definitely get in touch with them, together you can probably solve the reachability problems
-
jbg
i have a small service that accepts lightning payments and it's really useful when people contact me about things like that, usually it's easily solved and makes things better for everyone
-
jbg
oops, tagged the bridge. I meant Yonatan
-
derpy_bridge_
<[discord] Yonatan#6948>: Already did
-
derpy_bridge_
<[discord] Yonatan#6948>: They said they were planning on opening more channels soon
-
derpy_bridge_
<[discord] Yonatan#6948>: Supporting*
-
mmxxx[m]
<jbg "i have a small service that acce"> What kind of services do you provide?
-
derpy_bridge_
<[discord] Yonatan#6948>: I fucked up my key management for my encrypted partition
-
derpy_bridge_
<[discord] Yonatan#6948>: How fucked am I
-
Spaceguide
@yonatan : very
-
derpy_bridge_
<[discord] Yonatan#6948>: Ahhhh
-
derpy_bridge_
<[discord] Yonatan#6948>: Guess I’ll need to reinstall
-
derpy_bridge_
<[discord] Yonatan#6948>: Fuck my life honestly
-
derpy_bridge_
<[discord] Yonatan#6948>: That’s why you don’t don’t mess with your keys while you’re tired
-
Spaceguide
@yonatan.... and then...you backup, and backup the backup
-
Adreik
Hello all; I am looking for some tech support. Upon submitting a transaction from a watch-only wallet, if I enter get_tx_key [transaction] it displays a transaction key that is blatantly wrong (all 0 except for one). I saved the transaction key from the wallet that signed the transaction which certainly looks random, however upon attempting to type
-
Adreik
it in for set_tx_key it states that it doesn't match the pubkey of the transaction; anyone have any ideas?
-
moneromooo
Did you do this in the hot wallet ?
-
Adreik
No, in the watch-only wallet. It should also be able to save transaction keys, no?
-
moneromooo
What distinction are you making here ?
-
Adreik
Upon signing the transaction in the wallet that had both private spend and viewkey, it generated a transaction hash which is the same as the transaction that was submitted to the network. Entering "get_tx_key" [txid] generates a hex string
-
moneromooo
The tx key is the *secret* tx key, so the hot wallet does not have it. I'll assume you meant hot wallet.
-
Adreik
then, in the wallet that has only the private viewkey, I enter "set_tx_key [txid] [tx_key]"
-
moneromooo
I forgot you could do this.
-
moneromooo
So you take the secret key from the cold wallet, and set it manually in the hot wallet. And this errors out. Correct ?
-
Adreik
Yes, it generated an error for me. This gets you the transaction key "r" which is just a randomly generated value of no connection to the private spendkey correct (based on cryptonote white paper)?
-
Adreik
It was my understanding that I should have been able to do this?
-
moneromooo
It is random, yes.
-
Adreik
The wallet that broadcast it claims it has a value that is blatantly not random, and distinct from what the wallet that signed it says