Skip to main content

Questions tagged [random-x]

Questions relating to the RandomX proof-of-work (PoW) algorithm used by Monero.

0 votes
0 answers
275 views

For context, me and my friends have assembled a little mining group for fun and we currently mine whatever is most profitable on cpu and gpu to the same address on the same pools. I programmed a ...
waiai's user avatar
  • 1
0 votes
1 answer
302 views

Is this article truthful when it quotes a hash rate of three million when mining Monero? If so, what is the way to learn and apply the RandomX algorithm in FPGA hardware? What knowledge is required? ...
James Pasinski's user avatar
2 votes
1 answer
183 views

I am trying to write a miner for myself. I understand I get the block template and then hash the block hashing blob. That gets me a hash. Do I then append it to block hashing blob or something else in ...
Keiros's user avatar
  • 99
1 vote
1 answer
150 views

With the advent of RandomX has Monero created an encryption scheme that use it for key derivation? Also how does/did chacha8 work is there a whitepaper one can read?
Philogy's user avatar
  • 111
1 vote
1 answer
11k views

I am mining Monero with xmrig 5.11.1. I am using an AMD Ryzen 1950 cpu on Ubuntu Linux 20.04. I am trying to optimize my mining. This is the output of the “h”. It shows an “anomaly” in threads 12, 13,...
JoeM's user avatar
  • 105
1 vote
1 answer
156 views

There are several mining pool servers. Each server polls monerod for a new job. I want to generate a unique job on each server for all the workers of my distributed pool. It is very important to ...
Andrei's user avatar
  • 367
3 votes
2 answers
2k views

I read that the original Cryptonight hashing algorithm was optimized for the L3 cache of a modern CPU, giving CPUs as large of an edge as possible. I've also heard that RandomX effectively turns a ...
Dr-Bracket's user avatar
3 votes
1 answer
568 views

I want to write fast RandomX verification in Python. I'm using pybind11 and want to bind the C function rx_slow_hash: void rx_slow_hash(const uint64_t mainheight, const uint64_t ...
Andrei's user avatar
  • 367
0 votes
0 answers
363 views

Is there any Monero miner which supports the current RandomX PoW and compatible with the ppc64le architecture? I've already checked out xmr-stak-power and this port of xmrig for ppc64le, both of ...
Mukesh Sai Kumar's user avatar
2 votes
1 answer
322 views

I'm writing my own proxy pool implementation. I have problem with share verification. I received a job from upsteam mining pool: job={ "blob": "...
Andrei's user avatar
  • 367
2 votes
1 answer
448 views

In a couple weeks from now, Monero will start using the RandomX PoW algorithm, replacing the current Cryptonight-R. What are the current pool miner software that may be used to mine with this ...
user36303's user avatar
  • 34.9k
0 votes
1 answer
193 views

The Loki network is going to be upgrading to v4 in the coming week to prepare for RandomX mining and as a Storage Server for messaging. Currently I am on version 3. How do I update my Loki SN to get ...
Patoshi パトシ's user avatar
1 vote
1 answer
471 views

With the move to RandomX for PoW mining on Monero, what other coins have forked RandomX into their coin? I know Loki has done it with RandomXL but have any others implemented it?
Patoshi パトシ's user avatar
1 vote
3 answers
2k views

I have an AMD Threadripper 1950X, has there been benchmarks done for mining on RandomX compared to other CPUs and high end GPUs?
Patoshi パトシ's user avatar
1 vote
1 answer
3k views

Was RandomX made specifically for CPUs or GPUs for mining? I know it's ASIC resistant.
Patoshi パトシ's user avatar