-
Infinity8
Greetz
-
Infinity8
Is there a command to resync from a certain block height?
-
Infinity8
nevermind found it
-
Awaru
ah very nice on localmonero
-
Awaru
seems i came in a deal with an idiot /or scammer
-
Awaru
makes the sepa transaction and then he tells me he didnt know about that theres a real time option
-
Awaru
now dont know if the money comes tomorrow, or if he scammed, or if he cancels it
-
Awaru
however, why i even buy with someone with 0 ratings
-
bertvvvs
you tell me
-
geonic
:|
-
Mochi101
They have to get ratings somehow.
-
Mochi101
Or else it's just a catch 22 sort of thing. Can't get a sale because no ratings.
-
Mochi101
So you're really doing them a favor Awaru
-
Awaru
Mochi101, had 0 ratings but were the only seller with such a small amount at that time
-
Awaru
but i doubt it a scammer just an idiot
-
Awaru
made a complain an we got an admin in it
-
Awaru
he showed screenshots
-
Awaru
i doubt that i will lose the money
-
Mochi101
Yeah, there are way more idiots in the world than there are scammers.
-
Awaru
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"
-
Awaru
and i asked him 2-3 times if this is real time / immediate transaction
-
NakedKing
o/ Does any sweep option has a function like spliting the XMR value for make easily spendable?
-
Mochi101
NakedKing, yes
-
Mochi101
sweep_all [index=<N1>[,<N2>,...] | index=all] [<priority>] [<ring_size>] [outputs=<N>] <address> [<payment_id (obsolete)>]
-
Mochi101
NakedKing, where outputs=N is the number of outputs you want to create.
-
NakedKing
Can i define value for splitting like 0.1 XMR?
-
Mochi101
no
-
Mochi101
For that you can just go transfer <address> 0.1 <address> 0.1 <address> 0.1 <address> 0.1
-
Mochi101
It can be the same address
-
Mochi101
Even the same address you're sending from (churning).
-
NakedKing
But i am unable to send all balance because i dont know how much will take for fee
-
NakedKing
i will write a logic on backend for determine how many output i need for make 0.1xmr splitting. thanks you
-
Mochi101
So divide your balance by the approximate value you want to create
-
Mochi101
Ahh this is automated?
-
NakedKing
yes
-
Mochi101
Keep in mind that there is a maximum number of outputs per tx too NakedKing
-
Mochi101
I think it's 15+1 change output
-
NakedKing
is +1 for fee?
-
Mochi101
change
-
NakedKing
-
NakedKing
if its possible, can you write an example sweep_all call for 10outputs?
-
Mochi101
Not sure the Wallet RPC supports this NakedKing
-
NakedKing
Any way to see exact fee before make transaction?
-
NakedKing
What is estimated fee for transfer 5 xmr with splitted values on same transaction in mainnet?
-
Mochi101
NakedKing, it's really hard to say, it depends on a lot of factors. How old the outputs are, etc. Use this maybe:
getmonero.org/resources/developer-g…es/daemon-rpc.html#get_fee_estimate
-
NakedKing
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.
-
Mochi101
-
moneromooo
Make a tx, count bytes. It depends on the number of inputs, outputs, mostly.
-
moneromooo
The typical 2 in 2 out tx is about 2 kB IIRC.
-
moneromooo
There's a function in wallet2.cpp that estimates from those parameters.
-
moneromooo
estimate_Tx_size or similar name.
-
moneromooo
Admittedly, it'd make more sense for the fee to be based directly on number of inputs and outputs, plus size of extra.
-
NakedKing
These things will be easier with N-output supported sweep_all.
-
NakedKing
can you add a new request to monero github for me?
-
moneromooo
Do it this time.
-
NakedKing
allright