00:55:30 ` 01:10:16 MONERO_CHECK(check_cursor(txn, this->db->tables.accounts_ba, accounts_ba_cur)); 01:10:22 this is failing in monero-lws 01:56:31 err = mdb_cursor_put(requests_cur.get(), &key, &value, MDB_NODUPDATA); 01:56:31 if (err == MDB_KEYEXIST) 01:56:49 this is happening but it never adds the account :( 06:44:39 MeowingCat_: open a github issue 06:45:13 also wuy did you switch to monero-lws? libwallet will be the easiest way to get things working like the gui does currently 06:45:17 why* 17:32:20 https://www.youtube.com/watch?v=j8fu_TOKlg4 18:06:46 virtual bool lightWalletLogin(bool &isNewWallet) const = 0; 18:06:57 what does this isNewWallet mean exactly? 18:09:40 I would guess... "you don't have to scan earlier blocks". Just a guess though. 18:14:23 then if it is false it will scan from zero 18:14:42 this method is sending a request to monero-lws 18:15:03 i need to check balance 18:42:05 https://www.youtube.com/watch?v=d-diB65scQU 21:03:47 https://www.youtube.com/watch?v=dhV9VbxV3Rw 21:06:33 question about monero-lws endogenic or anyone who is about 21:07:00 we have daemon up and running now, and we figured out you need to grant access via admin cli thinger to use rpc 21:07:15 so, we have address and view key, and we sent 0.1 xmr to address 21:08:00 then call this method https://github.com/monero-project/meta/blob/master/api/lightwallet_rest.md#get_address_info 21:08:21 and in the response it says : 21:08:31 "total_received": "99991470000", 21:08:31 "total_sent": "299974410000" 21:14:18 how can it know total_sent? 21:14:22 why is that even in there? 21:15:03 and how can it be larger than total_received if only sent 0.1 xmr (~equal to total_received) 21:15:31 oh that is the amount sent in that output?