00:34:24 Post the long, very incomplete report we have? 01:26:46 Doesn't sound like a terrible idea to me. Any way to condense / share some highlights / what aspects of the review have been completed so far? 03:32:17 I withdrew from binance to monero wallet but I never received it.Binance customer service said it has been withdrawn to the address I filled but I really didn't receive it, can anyone tell me who I should contact. Can anyone tell me who I should contact. thanks. 04:58:26 two options: 04:58:26 - You've not synced your wallet yet ? your wallet need to be synced at 100% to see your balance 04:58:27 - You have malware installed on your pc that replace the address 04:58:27 - Or WORST, you mistyped the address 05:00:46 https://matrix.monero.social/_matrix/media/v1/download/matrix.org/HTxFOlMLPbGMpOqftuteIQzg 05:01:20 im sorry for your loss... (also go to #monero:monero.social) 05:01:57 Thanks, I think I've updated the block with the address I copied, I don't think it should be wrong. 05:58:01 did you check the copy-pasted address matched your actual address? I always check start and end of the address 05:58:47 wouldn't be surprised if binance just ripped you off though yolo 07:08:45 Thanks jberman, will collect the request/feedback and comment it under the ccs today 07:21:08 bro what 07:22:45 concluded way too fast that funds are lost 07:22:45 >Or WORST, you mistyped the address 07:23:26 if you type out monero addresses, you have issues but mistyping shouldnt be one of them (there is a checksum) 07:56:40 You could ask binance for a payment proof. 08:15:08 <1​23bob123:matrix.org> Endor is helping in other room 12:10:19 Does setting up / signing with a multisig wallet require an internet connection? 12:10:43 Or is connection to a node enough? 12:15:10 I'm trying to figure out if a machine that only has access to a node inside the LAN but nothing else can be used for multisig 12:19:52 Offline multisig wallet should be possible tobtoht? Creation also but combersome rbrunner? 12:25:11 I'm not talking about fully offline 12:25:18 It would still have connection to a node 12:25:40 Trying to figure out if the multisig data exchange is done by the node or something else 12:27:30 Yes, possible if messages are manually passed around (without MMS). Soon to be possible with a locally hosted message service. 12:27:32 It would greatly reduce the attack surface without making the setup and signing really annoying 12:28:03 How soon are we talking? 😅 12:28:31 I'm hoping to get a Feather multsig beta release out later this week. 12:28:41 That's awesome 12:28:59 Then I won't even have to touch the cli 12:29:19 Is multisig via anon nero qr a thing? 12:36:03 monerobull Perhaps once Feather’s beta is out we could move MoneroKon’s XMR to a “real” multisig wallet 12:37:24 You can still set those up as rino view wallets correct? 12:37:41 I like the transparency 12:38:00 Like RINO, no 12:38:41 Can't you add view only wallets to rino? 12:38:41 If view only, it would only show XMR coming in, not out 12:38:46 True 12:39:42 Then we could do 20% in rino and rest in the multisig 12:40:10 Top up as needed 12:44:20 monerobull: "Trying to figure out if the multisig data exchange is done by the node or something else " The Monero nodes don't know and don't care about anything multisig. If multisig related info has to be passed between wallets, you are basically on your own, outside of the Monero network. The MMS and now tobtoht 's "hosted messaging service" are approaches that are better than 12:44:20 e.g. mailing such data around. 12:45:22 Got it 13:24:39 Can I get it in the cli?, please 🙂 13:25:06 multisig? 13:27:32 Yes, cli touches local node, without all the wallet exchanging messages with other participants. 13:30:53 That probably requires a separate channel ☹️ 13:46:27 Not fully sure, but I don't think it will still be a big step to connect the CLI to that hosted messaging service in the same way that Feather wallet will use it internally. tobtoht ? 13:56:18 A self hosted service, like an orchestrator, the initiator launch the service and invites the participants to join. 14:09:24 Yep, this should be relatively easy to adapt for CLI 14:29:48 Sort of randomly, i know, but as Monero friendly services go, bitsacard.com works pretty damn well in Europe as a KYC debit card that can be topped up with XMR (promo over and no i don't work for them). I hope their off ramp continues to work (they use BitNova which i know less about) 19:59:23 You need to be able to import infos from other parties, like splits of key images 20:04:23 Hey there. Just wanted to announce I've finished writing the code of my SDK for Android 😊 20:08:45 There's still a lot to do, like documenting and packaging the library, but the main part of the API is already implemented 20:16:42 We already got two wallet apps using this library: one's a work in progress by rafaelrsanches (NEVER DM YOU FIRST), and the other comes with the SDK. I developed it to show how the library works in a real-world app 20:22:29 If you want to try the demo, I just uploaded the APK on GitHub: https://github.com/mollyim/monero-wallet-sdk/releases 20:23:14 The UI is ugly and is missing some usual features, but it works as a wallet app 20:30:59 This is the project's CCS: https://ccs.getmonero.org/proposals/vd-wallet-sdk-android.html 20:31:58 Nice, will test the app. Only 23MB? 20:45:24 I can add random stuff to make it larger If you want 😁 20:46:37 lol 20:53:09 There's a known bug in the demo... it allows to submit a transfer before the wallet is fully synced, but it shouldn't 21:03:24 There's a known bug in the demo... it allows to submit a transfer before the wallet is fully synced, but it shouldn't. And when you click Send, you've to wait a few seconds to the confirmation to pop up. If you move back to the home screen, the transfer is canceled