dmarcuse / turbokrist

The first-ever GPU accelerated Krist miner - using Java and OpenCL.
GNU General Public License v3.0
6 stars 3 forks source link

Miner won't start on krist_2.0 #10

Closed Lignum closed 8 years ago

Lignum commented 8 years ago

I'm having some trouble getting the miner to run. Whenever I start it, it just gets stuck on "Starting miner...". This only seems to happen on the krist_2.0 branch as of today, as it worked fine yesterday (same commit, though?).

This is the full command line I'm using: java -jar turbokrist-cli.jar -h kre3w0i79j -w -13198598:2097152 -a

I'm running this on Xubuntu 15.10.

dmarcuse commented 8 years ago

I've been noticing similar problems - sometimes the Miner object just doesn't start. I'll look into it when I get a chance.

It's odd that this only seems to have shown up in the 2.0 branch - maybe it's a problem with the blocks being passed to the miners.

dmarcuse commented 8 years ago

I'm closing this as the current master code works fine via the legacy API. Once websockets are finished, I will likely port turbokrist to the new API properly.