00:27:30 morning all 11:59:52 Hello! I want to send XMR to this Adress: 59McWTPGc745SRWrSMoh8oTjoXoQq6sPUgKZ66dQWXuKFQ2q19h9gvhJNZcFTizcnT12r63NFgHiGd6gBCjabzmzHAMoyD6 12:00:00 It is from: https://community.xmr.to/faucet/stagenet/ 12:00:14 but I always get WALLET_RPC_ERROR_CODE_WRONG_ADDRESS 12:00:29 What is wrong with me ? 12:00:34 Are you sure you're running a stagenet wallet ? 12:00:38 Yes 12:00:58 Are you sure you;re not copying only part of the address, or extra characters ? 12:01:26 I will check something, I might have used a ' ' space too much 12:02:13 lmao, yes I copied the space 12:02:16 that killed me 12:02:20 thanks 12:02:36 What sending software ? 12:03:05 My own :-( 12:03:12 I now added a trim() 15:03:54 surprised i haven't seen any l33t hax0r humor re: everyone should stay at 127.0.0.1 15:04:01 or at ~/ 15:04:03 your welcome 16:08:34 Hello, 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 ? 16:09:07 I have one account and create many subaddresses 16:12:43 Found what I was looking for: It is called a vanity address generator 16:13:17 skiwi_7433: https://github.com/monero-ecosystem/vanity-monero 20:02:20 Hello! :-) 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 ? 20:07:52 It tells you which outputs you own that aren't spent yet. 20:08:30 If you want to know "when can I act on monero received", you probably want get_transfers or get_bulk_payments. 20:09:00 Remember to check the 'locked' field. 20:09:02 Can I use get_transfers to know a subaddress of one account has received a payment ? 20:09:10 What does the locked field tells me ? 20:09:34 I think so. Whether the outputs are still locked. 20:34:34 Thanks! 20:52:53 Hello again, if I use get_transfers, can the response include a transfer with a confirmation of 0 ? 21:32:22 Confirmation of 0 means not mined yet. You can get those if you call get_transfers with "pool" on.