Questions tagged [random-x]

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

RandomX is a proof-of-work (PoW) algorithm that is optimized for general-purpose CPUs. RandomX uses random code execution (hence the name) together with several memory-hard techniques to minimize the efficiency advantage of specialized hardware.

15 questions
3
votes
2 answers

What is so different about RandomX from other attempted ASIC-resistant mining algorithms?

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 modern day CPU into the most effective mining tool -…
Dr-Bracket
  • 503
  • 3
  • 22
3
votes
1 answer

RandomX slow hash "miners" parameter

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 seedheight, const char *seedhash, …
Andrei
  • 367
  • 1
  • 9
2
votes
1 answer

Mining questions

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 order to submit? Take this example:…
Keiros
  • 99
  • 6
2
votes
1 answer

Validate a job's result in a proxy pool

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
  • 367
  • 1
  • 9
2
votes
1 answer

What pool miners exist that can mine RandomX?

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 particular algorithm, so that a current miner may use to…
user36303
  • 34,928
  • 2
  • 58
  • 123
1
vote
1 answer

Does Monero still use chacha for wallet encryption?

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
  • 111
  • 2
1
vote
1 answer

Optimizing xmrig

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, 14, and 15. Their hash rate is much higher, 380…
JoeM
  • 105
  • 1
  • 4
  • 8
1
vote
1 answer

What's the easiest way to create a unique job for every worker of monero mining pool?

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 note that I want to generate unique among all my…
Andrei
  • 367
  • 1
  • 9
1
vote
1 answer

What other cryptocurrency has implemented the RandomX PoW for mining?

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 パトシ
  • 4,608
  • 4
  • 27
  • 69
1
vote
3 answers

How many hashes does an AMD Threadripper 1950X do on the RandomX Monero mining algorithm?

I have an AMD Threadripper 1950X, has there been benchmarks done for mining on RandomX compared to other CPUs and high end GPUs?
Patoshi パトシ
  • 4,608
  • 4
  • 27
  • 69
1
vote
1 answer

Does a CPU or GPU mine better on the RandomX algorithm for Monero mining?

Was RandomX made specifically for CPUs or GPUs for mining? I know it's ASIC resistant.
Patoshi パトシ
  • 4,608
  • 4
  • 27
  • 69
0
votes
0 answers

How can I create a simple private pool for tracking hashes for me and my friends trying to mine a block by ourselves?

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 little discord bot that runs on my home server to use…
0
votes
1 answer

Hash rate of three million mining Monero?

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? BitHull-Overtakes-ASIC-Market-with-New-FPGA-Miners
0
votes
0 answers

Monero miner for ppc64le?

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 which aren't updated for the current RandomX PoW. I'm…
0
votes
1 answer

Updating Your Loki Service Node using the Loki Launcher

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 ready for this hardfork?
Patoshi パトシ
  • 4,608
  • 4
  • 27
  • 69