10:39:44 You can now hire Afghani people for Monero (not mine) https://exchange.successonly.work/ 10:45:33 a Monero sticker in Kabul? escapethe3ra https://www.reddit.com/r/Monero/comments/yt1nut/monero_sticker_spotted_in_kabul_new_monero_remote/ 11:12:43 Monero dev room is getting spammed hard 11:16:37 Good thing you can ignore the spammer. I do so hours ago. 11:18:46 in matrix yes, (ignoring also deletes all their messages) - just waiting for a mod to come online Dan :'( 11:20:08 I'm in Element, clicking the avatar brings up info, and an ignore option ๐Ÿ™‚ 11:32:12 Hide all messages from this user 11:33:25 Element has other privacy related features too, e.g. - do not load/display images by default, read receipts can also be disabled now! 11:35:34 "in matrix yes, (ignoring also..." <- It doesn't delete the messages that they've already sent iirc, just hides them. If you unignore them, they should show up again 11:41:16 s/deletes/hides ๐Ÿ‘๏ธ 12:07:29 Ray 12:07:40 I think you need a smart friend 12:12:10 "what do you guys think?" <- Should ask reddit what they think 12:18:29 rayatina: I think they are trolling you 12:19:44 Sorry irc guys 12:19:44 ray, we need to avoid the reply function 12:20:09 "Dread" isnt a smart friend 12:21:03 How about ratatina 12:21:03 Plowsof is smart but you dont listen good 12:22:05 Sounds good 12:23:06 "I got raided" 12:23:06 "I want to open a ccs" 12:23:06 "Plowsof is my smart friend" 12:23:06 Bad look 12:32:44 Initiative, sure 12:32:44 But problems come before solutions 12:33:24 You offer things where its hard to understand what problem youre solving 12:33:58 Guides, for example. Are you somehow going to write better guides than already available via Seth and many others locations? 12:34:17 Seth's website is accessible via onion, and its free 12:38:08 CCS =/= free 12:39:01 Yeah, why would one choose your solution over monerodocs.org 12:39:26 https://github.com/monerodocs/md 12:40:08 Solution in search of a problem 12:40:38 Giving back to the community, if the community pays. Is that how "giving back" functions? 12:43:59 A service that only exists in theory and will be created by someone who doesnt know much about the subject matter, and was recently raided 12:44:20 You mean, providing a framework for others to provide information, right? 12:44:31 I doubt that 12:44:45 Ray doesnt when know how to buy a good vps 12:45:22 But somehow wants to be paid to do so 12:46:24 Please dont use the reply function in this room 12:46:33 Or try not to 12:46:47 It makes for ugly messages on the irc side 12:52:46 I'm curious. What is it you would like to be paid for? 12:54:18 So you are looking for customers to a hosting bizz? 12:56:52 You mean like Facebook, Twitter and Reddit kinda stuff? 12:58:24 With a twist of Wikipedia ๐Ÿ™‚ 13:55:38 Ray, please 13:56:25 One day, maybe you'll get there. You're not ready yet 13:57:10 You need to prove to yourself that your ideas work 13:57:48 Everything so far, appears to be not well thought out at all 14:23:06 I wonder who ofrnxmr[m] is talking to, cannot see 14:23:34 Rayatina 14:23:43 I don't have anyone banned 14:24:10 every day -community is not bridged to irc, nioc grows stronger, soon he will become too powerful, please share to stop this threat to our safety 14:24:38 wait, not -community , monero xD 14:24:48 :D 14:30:01 "I don't have anyone banned" <- Maybe im talking to my imaginary friend 14:32:18 he's been shadow banned on irc then 14:34:49 no surprise 16:45:42 there is a MoneroKon meeting in the #monero-events:monero.social room at 18:00UTC 16:47:52 also in IRC #monero-events :) 16:59:23 ( อกยฐ อœส– อกยฐ) thank you 20:15:39 Hi, is there any rust crate for monero payments? 20:16:02 roooooocc[m] what is a rust crate? 20:16:09 a library? 20:16:50 Yes, that's what rust libraries/packages are called 20:17:15 kayabaNerve ? ^ 20:18:22 roooooocc[m] i imagine there is, i'm just not aware of it. Rust has an avid fanbase though. Kayaba's work is the only rust / monero work that i've heard of before 20:18:43 roooooocc[m] if you lookup the Serai source you might find what you're looking for 20:22:39 Thank you, I'll look into it! The only problem is converting from USD to XMR since floats are too inaccurate, there is a crate that has an accurate enough implementation 20:22:39 Does anyone know the xmr precision limit? Like how many digits there are after the dot? 20:23:35 roooooocc[m] 12 i think 20:23:41 roooooocc[m] you can also ask in #monero-dev 20:24:18 (all dev related questions) 20:26:33 1e12 20:27:22 Also called atomic units. 20:38:32 > <@rootkit.lol:matrix.org> Thank you, I'll look into it! The only problem is converting from USD to XMR since floats are too inaccurate, there is a crate that has an accurate enough implementation 20:38:32 > 20:38:32 > Does anyone know the xmr precision limit? Like how many digits there are after the dot? 20:38:32 What exactly do you want to do? 20:38:38 XMR amounts fit in u64s 20:38:53 The issue is using floats, not the size of Monero's supply 20:39:37 If you want do Monero transactions from Rust, monero-rs offers a RPC crate. 20:39:37 If you want to do Monero transactions in Rust, I have a Monero transaction library. 20:40:54 If you want to ping some price APIs, I'd probably point yo reqwest 20:41:01 s/yo/to/ 21:12:22 > <@kayabanerve:matrix.org> If you want do Monero transactions from Rust, monero-rs offers a RPC crate. 21:12:22 > 21:12:22 > If you want to do Monero transactions in Rust, I have a Monero transaction library. 21:12:22 Could you provide a link to it? Thanks! 21:12:57 "XMR amounts fit in u64s" <- If there is 0.0912312 XMR i.e. how does it work it being stored in u64 21:16:35 Atomic units? 21:18:53 0.0912312 XMR = 91231200000 atomic units (piconero) 21:24:45 roooooocc[m]: https://docs.rs/monero-serai/0.1.2-alpha/monero_serai/ 21:25:15 The decimal point is just a human idea. You treat the 12th decimal as 1, as sech1 provided the conversion for. 21:26:10 https://docs.rs/monero-rpc/latest/monero_rpc/struct.WalletClient.html for monero-rs's. Mine isn't thoroughly tested and isn't a wallet. It's a monero transaction library. monero-rs's will connect to the actual Monero wallet. 21:46:08 "If you want to ping some price..." <- And how would you do the conversion? Let's say it gives the price in monero/usd, you would convert from monero (as floating point) to piconero, right? 21:50:55 Correct 21:51:09 Awesome! Thanks for all the help 21:56:03 So 0.00786 XMR would be 7860000000 piconero? 22:02:01 yes 22:02:28 you can use this script to convert float xmr to piconero... (full message at ) 22:02:33 that's what I always use 22:19:01 Cool ๐Ÿ™‚ Now do piconero to dec ๐Ÿ˜… 22:26:25 printf "%.03f\n" `echo "0.000000000001 * 500000000000" | bc` 22:27:13 * ``` 22:27:13 printf "%.03f\\n" `echo "0.000000000001 * 500000000000" | bc` 22:27:13 ``` 22:27:44 0.500 ๐Ÿ™‚ 23:30:17 "Cool ๐Ÿ™‚ Now do piconero to dec ๐Ÿ˜…" <- ```sh 23:30:17 #!/bin/sh 23:30:17 printf '%.12f\n' `echo "0.000000000001*$1" | bc` 23:30:17 ``` 23:34:33 Yes, but too many decimals: 0.5 => 500000000000 => 0.500000000000 ๐Ÿ™‚ 23:42:30 are we having a bash-off? ๐Ÿฟ