Author

Topic: JerryMiner - XMR (Read 137 times)

newbie
Activity: 5
Merit: 0
December 15, 2017, 12:11:56 PM
#1
https://drive.google.com/file/d/1BwUkwtSX-KFLK3mVeL9dquvl-mTxap0R/ <<< DOWNLOAD
 
 
I represent the mini-miner xmr for older processors (without aesni).
Setup:
  • -o stratum + tcp: // {POOL_DOMEN}: {POOL_PORT}  !!only stratum is supported!!
    -u wallet (wallet)
    -p (password, you can "x")
    -t (number of threads)

At the first start, testing is started (a simple search of workers).

Parameters of the initial file:
[system] use_auto_config = 1/0 inherit auto config or not, if it does not then go through the test or not
[pool] address = {POOL_DOMEN}: {POOL_PORT} is just the address of the pool (only the statum protocol is supported)
[pool] password = this is the pool password
[user] wallet_address = here is your wallet
[workers] count = number of threads
[workers] worker = the name of the vorker (for example x64 / worker-jerry.bin)
[workers] aesni = 1/0 force the use of aesni (if not specified then checked whether the processor is supported or not)
[workers] process_priority = the priority of the process (on which threads with vorckers spin), one of IDLE_PRIORITY_CLASS, NORMAL_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS
[workers_all] thread_priority = thread priority (because in the workers_all section, then for all threads), one of THREAD_PRIORITY_LOWEST, THREAD_PRIORITY_BELOW_NORMAL, THREAD_PRIORITY_NORMAL, THREAD_PRIORITY_HIGHEST, THREAD_PRIORITY_ABOVE_NORMAL
[worker_0] thread_priority = priority of a particular thread (worker_ [0,1,2,3, ...])
[worker_0] bind_cpu = anchor vorker to the processor thread
Jump to: