Aareon / ChickenTicket

Pure Python implementation of a cryptocurrency blockchain
MIT License
15 stars 2 forks source link

Mining Software #15

Closed BurntRouter closed 2 years ago

BurntRouter commented 6 years ago

Since we're losers and like to use Python, how we're doing this whole thing won't use Allium like C does so it will more than likely not be compatible with current miners which means we'll have to write our own. Hopefully the community will help out with this after launch.

Will support: CUDA probably 8.0+ OpenCL probably 1.1 CPU better have a ton of xeons homie

Aareon commented 6 years ago

We are using Allium, its simply not implemented right now in a way that is compatible with current miners. I will look into trying to implement it so that we can use the current miners, but we might have to write our own. Hopefully it doesn't come to that.

BurntRouter commented 6 years ago

"Hopefully it doesn't come to that." 👍 with that one. Might want to bring in community help on this one

Aareon commented 2 years ago

Settled on using a different hashing algorithm (likely blake2s)