Provably-Rare-Gem-Miner icon indicating copy to clipboard operation
Provably-Rare-Gem-Miner copied to clipboard

Provably Rare Gem Miner.

Results 6 Provably-Rare-Gem-Miner issues
Sort by recently updated
recently updated
newest added

Is there any way to modify that into CUDA code (for encoding keccak) so that the mining can be more fast?

https://ftmscan.com/address/0x729d74098f6669541ed1b69403ae75f080ccf1e1 this people mint level 4 gems so quickly ,his salt is too low, but execute success. are you knonw the reason? ![image](https://user-images.githubusercontent.com/6828810/132634058-a0058a9b-b3ad-4973-a781-c6c8f6930539.png)

sorry, please show your python dependence version? web3.... the error "salt not good enough" always in my macbook. thanks

I use this script in https://gems.alphafinance.io/#/rarity but execute error . salt not good enough

some of our code is unnecessary based on Ethereum e.g. infura_key, hard code chain no, and more todo: refactor to a more generic one that would be valid across all...

Will probably do tmr, parse n worker to the `get_salt` function so each worker could random int from different range of numbers eg. worker 1: 1-2^122, worker 2: 2^122 to...