14:37:03 Hello. I need help. For some reason I receive one transaction out of several using the Wallet RPC get_transfers method 14:42:29 Can you provide more information, please? What does `wallet2::get_transfers` return versus the RPC endpoint that you're missing? What kind of transactions are they? What kind of wallet? Which calls exactly did you make before this? Do you have logs? You really haven't explained what expected behavior you're looking for or what you've tried already which makes it hard for people to help you. 14:52:16 i'm sorry. https://pastebin.com/iSKpCh2W link for request and response from postman. I receive one (first) transaction although monero gui shows correctly from the same node - 2 transactions 14:53:22 Was the second transaction still in the pool? 14:53:38 `get_transfers` only returns confirmed transactions 14:55:29 The second transactions The second transaction already has 523 confirmations. Tell me how I can show you the logs of the second transaction from the monero gui? 14:55:41 The second transaction already has 523 confirmations. Tell me how I can show you the logs of the second transaction from the monero gui? 14:56:27 The second transaction id: 4b5971a135f92ab939dc36715fec869fa90292befc6dd34dcdef294028e91650 14:58:09 Are all transfers going to the same account? 14:59:38 Yes, the `account_index` parameter you send in the request must match the subaddress account index of the received transfer that you're expecting in the responde 14:59:42 yes. One wallet, one account, several addresses 15:01:02 I tried with it and tried without it at all. The result is the same. At the same time, Wallet GUI displays everything correctly. Both transactions were sent to the same address. 15:07:57 Is it returned with the `incoming_transfers` RPC endpoint? 15:11:47 No. ( https://pastebin.com/nc4yGm5G 15:12:10 First transaction only 15:15:59 Using the exact params that you sent, returned multiple transactions for me 15:16:22 what is the average commission for xmr withdrawal? 15:20:17 plowsof 15:20:57 When requesting a balance through the RPC, I also see a balance that takes into account only the first transaction 15:21:02 Commission from whom ? 15:21:20 Yes, connected to my own node and my own wallet 15:21:37 Bro keeps posting nonsense in here 15:22:44 What could be wrong with me? 15:23:11 the wallet file that your using might not be synced? 15:23:32 You're* 15:23:45 Is it different wallet cache files ? 15:24:09 for withdrawal via automatic system 15:24:34 What automatic system blud 15:25:48 { 15:25:48     "id": "0", 15:25:49     "jsonrpc": "2.0", 15:25:49     "result": { 15:25:50         "height": 3400501 15:25:50     } 15:25:51 } 15:26:24 It seems to be less than a block with a transaction 15:26:35 Rajafan form a coherent question in another channel as this is likely not dev related 15:27:02 Yeah that height is ~1000 blocks behind 15:27:08 I did get_height correctly to get the current sync block of the wallet? 15:27:11 The same nameless one he's been asking about posting on getmonero for 6 months 15:27:37 Foxett, yes, but your wallet isnt synced 15:28:41 Same one he posted screenshots here about 15:29:16 Thank you very much guys. Can you tell me if I can run synchronization by request or do I need to contact DevOps to run it on the server? 15:29:25 Tldr: its unrelated to monero-dev , monero-site, etc. 15:29:48 You just need to connect the wallet to a daemon and let it sync 15:30:29 Foxett, you can call the "refresh" command on the RPC wallet as long as it has an assigned daemon 15:31:09 If it doesn't have an assigned daemon , you can assign one by URL using the "set_daemon" command 15:33:47 Thank you guys. Sorry for my English. I am writing through a translator. 15:35:28 That's okay! I'm glad ofrn could figure it out lol 15:35:44 It's always a syncing issue isn't it 15:41:59 after refresh when I request get height I get different values ​​every time but sometimes they become bigger sometimes smaller but they repeat all the time. What could it be? That is, it does not catch up with the node 15:43:48 are you using v0.18.4.0? 15:45:48 "version": "0.18.3.4-release", 15:47:10 Update to 18.4.0 15:47:52 Thank you. I asked DevOps to do it already. 15:49:24 the get_height should only be increasing. Is the wallet being closed periodically? There is a bug that will lose the wallet state if closed 15:51:28 Lets continue in #monero-support 15:53:15 I understand that it should increase after node blocks, but it runs in circles between some values. Maybe RPC Wallet needs to be restarted? There are no errors. Try closing and opening the wallet?