07:30:09 Greetz 07:30:18 Is there a command to resync from a certain block height? 07:30:43 nevermind found it 20:03:52 ah very nice on localmonero 20:04:01 seems i came in a deal with an idiot /or scammer 20:04:19 makes the sepa transaction and then he tells me he didnt know about that theres a real time option 20:04:45 now dont know if the money comes tomorrow, or if he scammed, or if he cancels it 20:05:06 however, why i even buy with someone with 0 ratings 20:06:46 you tell me 20:06:55 :| 20:19:55 They have to get ratings somehow. 20:20:51 Or else it's just a catch 22 sort of thing. Can't get a sale because no ratings. 20:21:15 So you're really doing them a favor Awaru 20:29:12 Mochi101, had 0 ratings but were the only seller with such a small amount at that time 20:29:18 but i doubt it a scammer just an idiot 20:29:25 made a complain an we got an admin in it 20:29:29 he showed screenshots 20:29:42 i doubt that i will lose the money 20:29:42 Yeah, there are way more idiots in the world than there are scammers. 20:30:19 there were even a notice standing on the screenshot on the form where to make the bank transaction "if you make the transaction on a weekend, it just will be credited on the next working day" 20:30:32 and i asked him 2-3 times if this is real time / immediate transaction 20:45:05 o/ Does any sweep option has a function like spliting the XMR value for make easily spendable? 20:55:31 NakedKing, yes 20:57:06 sweep_all [index=[,,...] | index=all] [] [] [outputs=]
[] 20:57:31 NakedKing, where outputs=N is the number of outputs you want to create. 20:57:55 Can i define value for splitting like 0.1 XMR? 20:58:04 no 20:58:40 For that you can just go transfer
0.1
0.1
0.1
0.1 20:58:47 It can be the same address 20:59:11 Even the same address you're sending from (churning). 20:59:14 But i am unable to send all balance because i dont know how much will take for fee 21:00:10 i will write a logic on backend for determine how many output i need for make 0.1xmr splitting. thanks you 21:00:17 So divide your balance by the approximate value you want to create 21:00:25 Ahh this is automated? 21:00:39 yes 21:02:09 Keep in mind that there is a maximum number of outputs per tx too NakedKing 21:02:38 I think it's 15+1 change output 21:03:16 is +1 for fee? 21:03:23 change 21:07:35 I'm unable to find output parameter https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#sweep_all 21:09:11 if its possible, can you write an example sweep_all call for 10outputs? 21:45:57 Not sure the Wallet RPC supports this NakedKing 21:57:16 Any way to see exact fee before make transaction? 22:12:19 What is estimated fee for transfer 5 xmr with splitted values on same transaction in mainnet? 22:19:40 NakedKing, it's really hard to say, it depends on a lot of factors. How old the outputs are, etc. Use this maybe: https://www.getmonero.org/resources/developer-guides/daemon-rpc.html#get_fee_estimate 22:29:11 Last question for today :D Do you know the algoritm for calculate bytes of transaction? get_fee_estimate function returns "amount of fees estimated per byte" ... I feel like I'm going to vomit. I'm suffocated. 22:36:11 NakedKing, https://github.com/monero-project/monero/blob/v0.17.2.0/src/wallet/wallet_rpc_server.cpp#L4317 22:54:50 Make a tx, count bytes. It depends on the number of inputs, outputs, mostly. 22:55:09 The typical 2 in 2 out tx is about 2 kB IIRC. 22:55:30 There's a function in wallet2.cpp that estimates from those parameters. 22:55:47 estimate_Tx_size or similar name. 22:56:59 Admittedly, it'd make more sense for the fee to be based directly on number of inputs and outputs, plus size of extra. 22:59:18 These things will be easier with N-output supported sweep_all. 22:59:42 can you add a new request to monero github for me? 23:03:56 Do it this time. 23:04:33 allright