-
selstaluigi1111w: could you merge 8103 so that tests are green again?
-
willyijinin[m]I have two wallets under the path: /Users/sh07017ml/Monero/wallets/sh07017ml/. I can open one of them. But cannot open the other. This is my command:... (full message at libera.ems.host/_matrix/media/r0/do…ded95caacaaa7cf0889b009e95a81642584)
-
willyijinin[m]I checked the wallet named "test". It has two documents: `test` and `test.keys`.
-
luigi1111wmj-xmr[m] can you approve it?
-
Guest71Hi. I'm new to this kind of stuff... Just would like to know if it is ok to simply clone (fork?) the source from the official repo and tinker with it to try and make my own token?
-
selstaGuest71: read the LICENSE file
-
Guest71Ok. Thank you for answering.
-
selstato answer your question, basically yes, but there are conditions as written down in the LICENSE file
-
Guest71Yes. I'll read them carefully.
-
Guest15how can I start contributing?
-
Halver[m]<Guest15> "how can I start contributing?" <- moneroar4fiojlkzkvwgt25rp6vifswcpwa…ad.onion/monero-dev/monero-jobs.php
-
willyijinin[m]Can I derive the privateSpendKey from the privateViewKey?
-
moneromoooNot in the general case.
-
moneromoooIt'd defeat the purpose.
-
willyijinin[m]
-
willyijinin[m]In the doc, the view-only wallet exports the outputsHex to the offline wallet, and then the offline wallet immediately exports the keyImage to the view-only wallet?
-
willyijinin[m]I thought the "Related one-time private key x(keyImage) is specific to unspent output." Since I haven't specified the amount yet, how does the offline wallet know which output is being used next, and bond to the Keyimage?
-
mj-xmr[m]<luigi1111w> "mj-xmr can you approve it?" <- monero-project/monero #8114 This one?
-
willyijinin[m]I call this `const result = MoneroUtils.validateAddress(address, net);`... (full message at libera.ems.host/_matrix/media/r0/do…dd3e1d100e9c4eb43913ff21a39458b51be)
-
mj-xmr[m]If this is the case, then I'll have a look from a technical perspective, but I hope you know what you're doing.
-
selstamj-xmr[m]: luigi meant 8103
-
selstabut you approved it already
-
mj-xmr[m]selsta: Thanks God :P
-
willyijinin[m]I set up a view-only wallet using the Monero GUI. But after it finishes syncing, it seems there's a serious bug. I query the wallet for all the unspent outputs. But the ones are spent are also remarked as `spent: false`.... (full message at libera.ems.host/_matrix/media/r0/do…089c5e9f19a2f9c385fea6ef0541123d3c2)
-
willyijinin[m]* I set up a view-only wallet using the Monero GUI. But after it finishes syncing, it seems there's a serious bug. I query the wallet for all the UTXOs. But the ones that are spent are falsely remarked as `spent: false`.... (full message at libera.ems.host/_matrix/media/r0/do…567ce17b130eb113cb17dc709448d17e414)
-
meropewill.yijinin: that's because, in the current transaction protocol, viewkeys can only see incoming transactions, but not outgoing
-
merope(This wil most likely change in the future)
-
meropeTo mark transaction outputs as spent in the view-only wallet, you need a "full" version of the wallet to scan each one of them with the private spend key, then export the spent key images and import them in the view-only wallet
-
willyijinin[m]How do you do that while view-only wallet is scanning the transactions? endor00
-
meropeDon't know, sorry
-
meropeThere should be some function that handles that
-
willyijinin[m]endor00: are you sure? It seems what you described are signing transactions with view wallet and offline wallet.
-
willyijinin[m]Why would I need private spend key to view if a transaction is spent or not??
-
selsta
-
willyijinin[m]endor00: Ok got it.