its says: error: No coin profile find for coin AION how to set up the json file?
************************************************************************************
{
"DEFAULTS" : {
"DEVICES" : "AUTO",
"APIPORT" : 0
},
"EXAMPLE_AION" :
{
"COIN" : "AION",
"POOLS" : [
{"POOL" : "eu.aionpool.org",
"PORT" : "9999",
"USER" : "0xa007bc4b542317d9abca49f754cd6243140b6f3e9ff5eccc9a5e6b9d568a1975.jjzsolti",
"PASS" : "x"}
]
},
"EXAMPLE_AION" :
{
"COIN" : "AION",
"SHORTSTATS" : 10,
"LONGSTATS" : 120,
"DIGITS" : 2,
"POOLS" : [
{"POOL" : "eu.aionpool.org",
"PORT" : "9999",
"USER" : "0xa007bc4b542317d9abca49f754cd6243140b6f3e9ff5eccc9a5e6b9d568a1975.jjzsolti",
"PASS" : "x"},
{"POOL" : "eu.aionpool.org",
"PORT" : "9999",
"USER" : "0xa007bc4b542317d9abca49f754cd6243140b6f3e9ff5eccc9a5e6b9d568a1975.jjzsolti",
"PASS" : "x"}
]
},
*******************************************************************************************this s the bat
@echo off
setlocal enableDelayedExpansion
Rem #################################
Rem ## Begin of user-editable part ##
Rem #################################
Rem Insert your configuration file name here
set "PROFILE=EXAMPLE_AION"
Rem #################################
Rem ## End of user-editable part ##
Rem #################################
set "PARAMS=--profile %PROFILE%"
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
lolMiner.exe !PARAMS!
timeout 10
so? what is the problem here, anyone