-
xmr-pr
BebeSparkelSparkel opened issue #8219: archiving log files
-
xmr-pr
-
jeffro256[m]
selsta do you want me to squash my PR (
monero-project/monero #8211) and have mj-xmr approve that the squashed version is the same?
-
jeffro256[m]
Or you could pull tye branch, then i'll squash
-
selsta
Hmm, if we want to revert a single thing in the future it might be better to not squash it.
-
mj-xmr[m]
.merges
-
xmr-pr
7675 8154 8158 8159 8169 8186 8187 8190 8216
-
icscloud[m]
hi all
-
icscloud[m]
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
-
icscloud[m]
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
-
hyc
don't bother.
-
icscloud[m]
if you guys have anything to say please don't hesitate
-
hyc
java will never perform well enough to be a worthwhile miner
-
icscloud[m]
oh ok
-
icscloud[m]
i would like to try anyways
-
spirobel[m]
<icscloud[m]> "if you guys have anything to say..." <- do you know how to make android apps?
-
icscloud[m]
i don't
-
icscloud[m]
i have to learn kotlin for that
-
amackillop[m]
It's pretty easy to learn coming from Java
-
ZombieMaster[m]
<icscloud[m]> "i would like to try anyways..." <- for educational purposes I suppose then
-
ZombieMaster[m]
btw is there any android app that can show xmr/usd rate next to time?
-
icscloud[m]
from the blockchain api there is something on how to create one
-
icscloud[m]
<ZombieMaster[m]> "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,
-
icscloud[m]
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
-
icscloud[m]
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
-
icscloud[m]
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
-
icscloud[m]
there from the repository at the end
-
icscloud[m]
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
-
icscloud[m]
* in the end is just
-
wernervasquez[m]
icscloud: perhaps looking at RandomX written in another language might help you get your C-legs?
-
icscloud[m]
yeah
-
wernervasquez[m]
-
wernervasquez[m]
This implementation has one bug, which they discuss.
-
wernervasquez[m]
But, perhaps you may find it more readable?
-
w[m]
<icscloud[m]> "yes most for that, also i was..." <- You can mine from android using xmrig or monerod etc
-
w[m]
* You can mine from android using xmrig or monerod etc
-
w[m]
Ive had anywhere from 60h/s - 700+
-
icscloud[m]
> <@w:monero.social> You can mine from android using xmrig or monerod etc
-
icscloud[m]
> Ive had anywhere from 60h/s - 700+
-
icscloud[m]
using termux
-
icscloud[m]
but it would be better with an app made just for that
-
icscloud[m]
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
-
icscloud[m]
it is a range i know, but still, that's a good one
-
w[m]
<icscloud[m]> "but it would be better with an..." <- There is an app
-
w[m]
A few actually
-
icscloud[m]
where
-
w[m]
-
w[m]
This is one id like to see forked for xmrig
-
w[m]
Should be a drop in replacement
-
w[m]
-
w[m]
This one is xmrig
-
icscloud[m]
-
icscloud[m]
-
icscloud[m]
>
-
icscloud[m]
> This one is xmrig
-
icscloud[m]
playstore doesn't load the link
-
w[m]
<icscloud[m]> "> <@w:monero.social> https://..." <- Search
-
w[m]
Xmrig for android
-
w[m]
<icscloud[m]> "> <@w:monero.social> https://..." <- Yes
-
w[m]
Just needs
-
w[m]
- to be set to randomx instead of scala
-
w[m]
- xmrig instead of xlarig (not necessary, but ideal. Xlarig is xmrig + scala support. But xlarig is based on older xmrig. )
-
icscloud[m]
<w[m]> "Xmrig for android" <- i tried but it doesn't show up
-
w[m]
-
w[m]
Maybe Geo restricted ?
-
icscloud[m]
<w[m]> "Maybe Geo restricted ?" <- i think so
-
icscloud[m]
most of the program is written in type script
-
icscloud[m]
crazy
-
icscloud[m]
ther3 is very little of java there