02:12:12 Is it possible to have multiple wallets under one node? I have an idea where people can donate to authors on a central database like Good Reads or IMDB. So basically I want everyone to have a wallet when they register on my site. Is this possible with Monero? 02:13:05 If you mean "can several wallets use RPC on the same node", then yes. 02:14:41 Also, if you have N wallets, each tx will have to be scanned by all of them. If they all run on the same machine, it'll be heavy. Something like mymonero might help there. 02:19:04 Cool thanks for the info 07:17:05 Hi 14:13:44 hi y'all 14:13:57 searching for a localbtc helper/mod/admin 14:16:07 Monero is a cryptocurrency, but it's not bitcoin. They are distinct cryptocurrencies, like euro and US dollar. While there's a user overlap, you want to ask in a bitcoin channel to have a chance of reaching who you need to reach. 14:19:13 I know but none reply and they give me a 24h deadline that I can't respect so... 14:19:38 i was buying btc to convert to xmr but I'm in a controversy right now 14:21:41 ? 14:21:44 Explain 14:21:59 you mean localbitcoins.com admin? 14:24:40 yes 14:24:45 azy yes 14:25:13 try the website? you'll get no help with that on irc in the monero channel lol 14:26:36 mmxxx[m] i have a 2 controversy open, I sent the money but they keep saying that I sent only 2 and 3 euros, now they ask for a video of me entering my bank account and show the transaction , the problem is that today my account got suspended for address verification and it will take 4 days, the deadline is 24 hours 14:27:02 lol I know but no one from localbtc is helping me 14:29:37 Sounds horrible. I haven't used localbitcoin in years. 14:30:08 you either explain them the situation or get the bank to speed up the process 14:30:45 * you either explain the situation to localbtc or get the bank to speed up the process 14:32:06 the live chat support of my bank open tomorrow, I already written to localbtc but no reply, I tried reddit, Facebook, open a ticket, sending mails. but nothing 14:32:35 the support is too shitty for a company like localbtc 14:32:58 Indeed it is 14:38:43 Hi I am new here 14:39:35 Welcome th4ll 14:40:26 I have some question regarding accept monero as a payment for my exporting business plan 14:40:55 What is it? 14:41:31 How can I provide security for my customer? 14:42:06 What do you mean by security for your customer? Can you be more specific? 14:42:40 you know to make sure they not getting scam 14:44:01 Scammed in what way? You say you want to accept payment in Monero for your business. So your cutomers would pay you with Monero. Are you asking how they can get Monero to pay you without getting scammed? 14:44:24 is there a service where I can deposit some fund as a security to ensure customer that they are not getting scam 14:44:59 no no how do I make my customer know that I am not a scammer 14:45:18 th4ll, You want escrow for their payment to you that can be released upon delivery of the product or service? 14:46:12 yes something like that 14:49:55 th4ll, If you have an agreed upon neutral party, you can do escrow yourself with multi-sig. 14:53:49 I dont really know much about technology lol 14:54:40 I know how to use them but nothing more 14:55:09 .time 14:55:20 !time 14:55:46 alright then... what time is it in UTC? 14:56:39 date --utc 14:57:00 th4ll, Can you arrange a 3rd party that is neutral and reliable that is agreed upon by you and the customer? 15:02:37 Apparently multisig is not implemented in the GUI yet, you need to do quite a bit of CLI trickery, not the most convenient... 15:05:15 moneromooo: TIL. Thanks 15:16:30 I dont understand anything code related lol 15:17:36 OpenBazaar2 is kind of neat but I dont know who I should use to be mod 15:29:15 th4ll, any escrow system still relies on trusting somebody. 15:42:15 I know right it kind of weird to see something like this happend in a product that promising some form of security when exchange 15:46:01 anyway atm I am not have anything better to do so I think I could be some help by translate GUI to Thai lang not promising anything btw 16:41:07 th4ll, Monero does not make any promise about offering escrow or anything. It´s secure in the sense of privacy and reliability i would say. 18:11:12 alright, I've got a fully synced mainnet node and sending 'get_block_by_header_hash' RPC method is returning the following error: {"code":-5,"message":"Internal error: can't get block by hash. Hash = ea055bb3f832cc19f091121c7fa2d43b0a2b15c50b39d2301ca813d585b6beda."} 18:11:22 print_height 18:11:24 2065236y 18:11:31 s/y// 18:11:47 Remove the . from the hash. 18:12:12 Oh, might be part of the message. Let me check... 18:12:38 yeah, I checked that, I believe it's part of the string 18:13:00 Yeah nvm. Then make sure it's an existing block hash. 18:13:16 it is, I'm taking them from block explorers so I know they're valid 18:13:37 Eve tells you it's valid, so you know it's valid ? :) 18:13:47 Try: print_block ea055bb3f832cc19f091121c7fa2d43b0a2b15c50b39d2301ca813d585b6beda 18:13:52 (in monerod) 18:14:43 hmm,, Error: Unsuccessful 18:15:20 Then don't trust Eve. Also, make sure you're not confusing testnet/stagenet/mainnet. 18:15:56 oh, wait 18:15:59 My own node does not have that block fwiw. 18:16:02 I think my wires are crossed 18:16:13 tx hash != block hash 18:17:13 yeah, that's what's wrong, I'm grabbing the wrong value 18:19:06 what call should I use to retrieve block info for a given transaction hash? 18:19:26 get_transactions 18:19:37 Then get_block_by_header_hash 18:19:43 Or get_block_by_header_height 18:19:54 You get the height from get_transactions at least. 18:20:45 coolio, thanks moneromooo 18:21:05 im learning Rust and making a block explorer for fun on a Sunday :P