-
dusomorning all
-
kiwi_74Hello! I want to send XMR to this Adress: 59McWTPGc745SRWrSMoh8oTjoXoQq6sPUgKZ66dQWXuKFQ2q19h9gvhJNZcFTizcnT12r63NFgHiGd6gBCjabzmzHAMoyD6
-
kiwi_74It is from: community.xmr.to/faucet/stagenet
-
kiwi_74but I always get WALLET_RPC_ERROR_CODE_WRONG_ADDRESS
-
kiwi_74What is wrong with me ?
-
moneromoooAre you sure you're running a stagenet wallet ?
-
kiwi_74Yes
-
moneromoooAre you sure you;re not copying only part of the address, or extra characters ?
-
kiwi_74I will check something, I might have used a ' ' space too much
-
kiwi_74lmao, yes I copied the space
-
kiwi_74that killed me
-
kiwi_74thanks
-
moneromoooWhat sending software ?
-
kiwi_74My own :-(
-
kiwi_74I now added a trim()
-
gingeropoloussurprised i haven't seen any l33t hax0r humor re: everyone should stay at 127.0.0.1
-
gingeropolousor at ~/
-
gingeropolousyour welcome
-
skiwi_7433Hello, I have a tricky question: Is it possible to change the way how my XMR Address is generated? I would like to get a small prefix at the start (or end) of my XMR Address, which is always the same ?
-
skiwi_7433I have one account and create many subaddresses
-
skiwi_7433Found what I was looking for: It is called a vanity address generator
-
ErCiccione[m]skiwi_7433: github.com/monero-ecosystem/vanity-monero
-
skiwi_7433Hello! :-) If I perform the call: incoming_transfers('available') - What do I know about the transaction ? Do I know, that the transaction is save and I can grant the funds to the user ?
-
moneromoooIt tells you which outputs you own that aren't spent yet.
-
moneromoooIf you want to know "when can I act on monero received", you probably want get_transfers or get_bulk_payments.
-
moneromoooRemember to check the 'locked' field.
-
skiwi_7433Can I use get_transfers to know a subaddress of one account has received a payment ?
-
skiwi_7433What does the locked field tells me ?
-
moneromoooI think so. Whether the outputs are still locked.
-
skiwi_7433Thanks!
-
skiwi_7433Hello again, if I use get_transfers, can the response include a transfer with a confirmation of 0 ?
-
moneromoooConfirmation of 0 means not mined yet. You can get those if you call get_transfers with "pool" on.