RandomX
Proof of work algorithm based on random code execution (by tevador)
ProgPOW
A Programmatic Proof-of-Work for Ethash. Forked from https://github.com/ethereum-mining/ethminer (by ifdefelse)
RandomX | ProgPOW | |
---|---|---|
74 | 2 | |
1,451 | 259 | |
1.3% | - | |
3.4 | 0.0 | |
2 months ago | almost 4 years ago | |
C++ | C++ | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
RandomX
Posts with mentions or reviews of RandomX.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-08.
-
Ask HN: What fuel for my data furnace?
This is not true for all crypto coins. A small proportion of mining hash functions are deliberately designed to thwart ASICs, e.g. https://github.com/tevador/RandomX. It's a cat-and-mouse game, though: CryptoNight was designed to fulfill the same role, but ultimately failed: https://monerodocs.org/proof-of-work/cryptonight/.
- Proof-of-Work Defense for Onion Services
-
Verification
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 This is my last post on reddit. The purpose of this post is to prove that the reddit account /u/tevador and the github account of the same name are controlled by the same person. GPG key: https://github.com/tevador/RandomX/blob/master/doc/tevador.asc This message was posted in the subreddit /r/randomx_mining on the 30th of June 2023. I recommend https://monero.town/ as an alternative to /r/Monero. -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQQyhaMtUTB2YyzoJRBaKMhq571zpgUCZJ8XewAKCRBaKMhq571z pqlWAQDc7RNvs6CUy9QV6/ozl3gFjLwm1NmT94FTNSleT+AlfAEA7ENSGDvq+FFk pU3uR1I0KFA6PmipgHTRGCD5YPlw2ws= =ihK6 -----END PGP SIGNATURE-----
-
RandomX Inputs
Can we reference this specs doc from the Randomx repo https://github.com/tevador/RandomX/blob/master/doc/specs.md . I am going to be using the variables K and H as described in the doc.
- Plans for 30% Tax on Bitcoin Mining Shut Down in New Debt Deal: Senator Warren Davidson - The Daily Hodl
-
Why does purplecoin want asic friendly pow algorithm if you are advertising full node on any device?
Monero uses randomx, an ASIC-resistant and CPU-friendly POW algorithm created by Monero community members, designed to make the use of mining-specific hardware unfeasible. Monero previously used CryptoNight and variations of this algorithm. More info in the GitHub repo.
-
How to code javascript monero mining algorithm from scratch?
Here's the randomx github. Or at least I think its the same randomx that xmr uses? https://github.com/tevador/RandomX. There's some stuff in there under the documentation section.
- is monero CPU intensive or ram
-
[serious] Is Monero really what investors think they would get buying Bitcoin?
Monero does not have ASICs since RandomX was implemented in 2019. CPU is the best way to mine it. See https://github.com/tevador/RandomX.
- Satoshi's Secret Weapon and ASIC Resistance
ProgPOW
Posts with mentions or reviews of ProgPOW.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-21.
-
Proposed Dogecoin Scaling Roadmap
If energy usage / asic unavailability due to chip shortage becomes a serious issue and is causing potential centralization, consider change of PoW algorithm to ProgPoW which is a well developed ASIC resistant GPU friendly hashing algorithm. If energy use or GPU availability becomes a major concern, there is always the CPU algo Yespower.
-
If XMR is designed to be GPU resilient, why we have xmrig-cuda module?
A large common subset of native hardware instructions exists among different CPU architectures. The same cannot be said about GPUs. For example, there is no common integer multiplication instruction for NVIDIA and AMD GPUs [2].
What are some alternatives?
When comparing RandomX and ProgPOW you can also consider the following projects:
nodejs-pool
yespower - Proof-of-work scheme building upon yescrypt and scrypt
xmrig-proxy - Monero (XMR) Stratum protocol proxy
dogecoin - very currency
p2pool - Decentralized pool for Monero mining
xmrig - RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark
randomx-sniffer - Proof of concept tool to detect RandomX cryptojacking malware on Windows
wiki - Classic source for Truebit documentation
Breez Mobile Client - Lightning Network mobile client
docker_wownero - Such wow. Little privilege. Very container. Many security (maybe)
RandomX_CUDA - RandomX CUDA implementation