Post
Topic
Board Mining (Altcoins)
Re: [XMR] JCE Miner Cryptonight/forks, now with GPU!
by
monote
on 25/08/2018, 16:32:09 UTC

Quote
I'm mining veronite (pool.veronite.space), and yeah, I tried both "+" and "." but nothing works...
Veronite is to be added in the upcoming 0.32i, meanwhile you can mine with parameter --any --variation 5
let me check on that pool, it will be a good test for the new native Veronite support

edit, tried with current version (the wallet is a dummy one):

Code:
jce_cn_gpu_miner64.exe --auto -u VERayYXDx83WepmMzP5JWkXUqdu578QJ9dEnTpJfSKR2E5vfKM2dPnyfNACMjxLbZnYdPNf3HwTbtbxxEvDniXaGGxTurqtziGs.10000 -o pool.veronite.space:3333 -p x
Wallet does not match any of the supported currencies,
or your wallet couldn't be recognized.
Either use both the --any and --variation N parameters, with N one of:
  1 = Original Cryptonight
  2 = Original Cryptolight
  3 = Cryptonight V7 fork of April-2018
  4 = Cryptolight V7 fork of April-2018
  5 = Cryptonight-Heavy
  6 = Cryptolight-IPBC
  7 = Cryptonight-XTL fork of May-2018
  8 = Cryptonight-Alloy fork of May-2018
  9 = Cryptonight-MKT fork of May-2018
 10 = Cryptonight-Arto fork of May-2018
 11 = Cryptonight-Fast MSR fork of June-2018
 12 = Cryptonight-Haven fork of June-2018
 13 = Cryptonight-BitTube v2 of July-2018

Expected, and it says what to do: add --any --variation N with N=Cryptonight-Heavy=5

Code:
jce_cn_gpu_miner64.exe --auto -u VERayYXDx83WepmMzP5JWkXUqdu578QJ9dEnTpJfSKR2E5vfKM2dPnyfNACMjxLbZnYdPNf3HwTbtbxxEvDniXaGGxTurqtziGs.10000 -o pool.veronite.space:3333 -p x --any --variation 5
...
17:14:54 | Connected to pool. Now logging in...
17:14:54 | Successfuly logged as VERayYXDx83WepmMzP5JWkXUqdu578QJ9dEnTpJfSKR2E5vfKM2dPnyfNACMjxLbZnYdPNf3HwTbtbxxEvDniXaGGxTurqtziGs.10000
17:14:54 | Pool changes Difficulty to 10000.
17:14:57 | Pool sends a new Job.
[/quote]


Thanks for the answer man. And yes, it does set the diff to whatever you put after the ".", BUT after mining a bit,
it starts to increase, decrease, etc, as if you don't put anything!