03:00:18 -xmr-pr- BebeSparkelSparkel opened issue #8219: archiving log files 03:00:18 -xmr-pr- > https://github.com/monero-project/monero/issues/8219 03:44:43 selsta do you want me to squash my PR (https://github.com/monero-project/monero/pull/8211) and have mj-xmr approve that the squashed version is the same? 03:45:09 Or you could pull tye branch, then i'll squash 03:45:39 Hmm, if we want to revert a single thing in the future it might be better to not squash it. 06:01:18 .merges 06:01:18 -xmr-pr- 7675 8154 8158 8159 8169 8186 8187 8190 8216 14:36:19 hi all 14:38:20 i'd like to create a java miner, but how can i use the randomX algorithm if there isn't a java version of it, should i create another version of it in java? also there is blake2 but there isn't a version for java 14:39:28 i am not an advanced developer and i don't know much about mining but i want to give it a try and try ti create an xmr miner using java 14:39:37 don't bother. 14:40:10 if you guys have anything to say please don't hesitate 14:41:32 java will never perform well enough to be a worthwhile miner 14:47:58 oh ok 14:48:27 i would like to try anyways 14:54:13 "if you guys have anything to say..." <- do you know how to make android apps? 15:04:33 i don't 15:04:53 i have to learn kotlin for that 15:07:39 It's pretty easy to learn coming from Java 16:27:21 "i would like to try anyways..." <- for educational purposes I suppose then 16:30:03 btw is there any android app that can show xmr/usd rate next to time? 17:03:55 from the blockchain api there is something on how to create one 17:09:52 "for educational purposes I..." <- yes most for that, also i was curious about how much wold be the hashrate of an android, but based on the fact the java does not directly "talk" to the hardware and is not really fast i don't know it would be the real one even if i succeed, but maybe a hundred hash for second, but there are powerful phones so maybe more but i don't think a phone will ever br able to reach 1kh alone, 17:09:53 my computer reaches just 600hs and it is not the best anyways, but whatever the case, to make an android miner useful it would be needed to have more than 1k phones mining in a pool and it wouldn't make much of a revenue anyways 17:12:27 despite my lack of knowledge i just want to experiment and learn, yesterday i didn't even know how bitcoin mining was achieved and the "math problem" they had to do that in the is just guessing until you got what you want, and it is more easy to understand than the randomX algorithm that is a whole different process 17:15:18 so i wanted to implement randomX to java in some way or if that's not possible to recreate it in java, but first i jave to understand how it works and i find it difficult for now. however i started reading some code from the github repository but being a java only guy i find it a bit hard to completely understand. but it is just the right chance to learn a new programming language, even if i saw that there is also some assambly code 17:15:18 there from the repository at the end 17:16:50 so it is just hard it self to understand how randomX works i think it would be harder to try to implement it after that and to make it work properly, but i want to give it a try anyways 17:18:41 * in the end is just 17:20:29 icscloud: perhaps looking at RandomX written in another language might help you get your C-legs? 17:21:08 yeah 17:22:52 icscloud: https://git.dero.io/DERO_Foundation/RandomX 17:23:08 This implementation has one bug, which they discuss. 17:23:38 But, perhaps you may find it more readable? 17:43:24 "yes most for that, also i was..." <- You can mine from android using xmrig or monerod etc 17:44:23 * You can mine from android using xmrig or monerod etc 17:44:23 Ive had anywhere from 60h/s - 700+ 18:28:14 > <@w:monero.social> You can mine from android using xmrig or monerod etc 18:28:14 > Ive had anywhere from 60h/s - 700+ 18:28:14 using termux 18:28:44 but it would be better with an app made just for that 18:30:02 or at least easuer if someone wants to mine using a phone even if it would be kind of useless, but 700hs is a good number 18:30:35 it is a range i know, but still, that's a good one 19:44:08 "but it would be better with an..." <- There is an app 19:44:08 A few actually 20:00:42 where 20:12:59 https://gitlab.com/liberty-pool/MobileMiner/-/blob/master/app/src/main/java/io/scalaproject/androidminer/Config.java 20:12:59 This is one id like to see forked for xmrig 20:12:59 Should be a drop in replacement 20:13:25 https://play.google.com/store/apps/details?id=com.xmrigforandroid 20:13:25 This one is xmrig 20:30:28 > <@w:monero.social> https://gitlab.com/liberty-pool/MobileMiner/-/blob/master/app/src/main/java/io/scalaproject/androidminer/Config.java... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/7afeaf2cd0b06a33502d6049830bc9ecd1d2d4fa) 20:31:01 > <@w:monero.social> https://play.google.com/store/apps/details?id=com.xmrigforandroid 20:31:01 > 20:31:01 > This one is xmrig 20:31:01 playstore doesn't load the link 21:02:33 "> <@w:monero.social> https://..." <- Search 21:02:40 Xmrig for android 21:05:48 "> <@w:monero.social> https://..." <- Yes 21:05:48 Just needs 21:05:48 - to be set to randomx instead of scala 21:05:48 - xmrig instead of xlarig (not necessary, but ideal. Xlarig is xmrig + scala support. But xlarig is based on older xmrig. ) 21:17:46 "Xmrig for android" <- i tried but it doesn't show up 21:31:24 https://github.com/XMRig-for-Android/xmrig-for-android 21:32:12 Maybe Geo restricted ? 21:57:56 "Maybe Geo restricted ?" <- i think so 21:59:58 most of the program is written in type script 22:00:19 crazy 22:00:39 ther3 is very little of java there