did you get the all-in-one xmr-stak?
seems to be simple enough really.
1. run xmr-stak
2. set tu monero (etn is a monero fork) & wallet address
3. set ETN pool, don't use nicehash & tls
4. let it run, then stop
5. edit config.txt change to "verbose_level" : 4
6. cpu.txt to add/remove cpu cores that you have
7. nvidia.txt or amd.txt and change/add/comment out (remove) the cards as you wish. change bfactor to 6/8/12/20/whatever number and see if it runs.
example:
CODE
/*
* GPU configuration. You should play around with threads and blocks as the fastest settings will vary.
* index - GPU index number usually starts from 0.
* threads - Number of GPU threads (nothing to do with CPU threads).
* blocks - Number of GPU blocks (nothing to do with CPU threads).
* bfactor - Enables running the Cryptonight kernel in smaller pieces.
* Increase if you want to reduce GPU lag. Recommended setting on GUI systems - 8
* bsleep - Insert a delay of X microseconds between kernel launches.
* Increase if you want to reduce GPU lag. Recommended setting on GUI systems - 100
* affine_to_cpu - This will affine the thread to a CPU. This can make a GPU miner play along nicer with a CPU miner.
*
* On the first run the miner will look at your system and suggest a basic configuration that will work,
* you can try to tweak it from there to get the best performance.
*
* A filled out configuration should look like this:
* "gpu_threads_conf" :
* [
* { "index" : 0, "threads" : 17, "blocks" : 60, "bfactor" : 8, "bsleep" : 0, "affine_to_cpu" : false},
* ],
*/
"gpu_threads_conf" :
[
// gpu: GeForce GTX 1050 Ti architecture: 61
// memory: 3381/4096 MiB
// smx: 6
// { "index" : 0,
// "threads" : 88, "blocks" : 18,
// "bfactor" : 12, "bsleep" : 25,
// "affine_to_cpu" : true,
// },
],
config.txt - the first few lines are the only ones that are important imo, specifically...
CODE
"pool_list" :
[
{"pool_address" : "asiapool.electroneum.com:3333", "wallet_address" : "etnkGY3JwgMK63aaLx8qjuYewBVeY32cvAMYewUfr4tWDv2Z41zn6G3FWMVjSkQyu3EMYYM8t4KNKbL8jnNVqKyf6rV1V7WyjC", "pool_password" : "", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 },
],
/*
* currency to mine
* allowed values: 'monero' or 'aeon'
*/
"currency" : "monero",
nanti malam i try. thx!