Bitcoin Forum
May 06, 2024, 10:16:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 »  All
  Print  
Author Topic: BXB-Miner Cryptonight AMD GPU/CPU  (Read 3622 times)
Bixbitecoin (OP)
Jr. Member
*
Offline Offline

Activity: 119
Merit: 3


View Profile WWW
June 19, 2018, 03:10:41 PM
Last edit: October 31, 2018, 05:45:02 PM by Bixbitecoin
Merited by CjMapope (3)
 #1






Support CPU / AMD / Nvidia GPU Graphics with fan control. For test only.

Miner is early beta version.
Download:

Github: https://github.com/BixBite-project/bxb-miner/releases

Supported algo/coins:
Cryptonight
Cryptonight v7
Cryptonight v8(new algo)
Cryptonight-Fast (Masari)
Cryptonight-Heavy (Bixbite, Ryo, Loki)
New Stellite
New Haven
BitTube (IPBC), Alloy
Cryptonight Lite
Cryptonight Lite v7

Without Dev fee ! Not a fork of any miner software!


Config example:
Code:
{
"pools":[ // POOLS section
{
"name": "Bixbite", // pool configuration name
"url": "pool.bixbite.pro", // pool address
"port": 3333, // pool port
"stale-time": 0, // stale share time interval allowing window in milliseconds (0 means don't submit stale shares)
"user": "<WALLET>", // your wallet address
"pass": "<PASSWORD", // your password
"algo": "heavy" // mining algorithm: old, v7, v8, stellite, heavy, haven, ipbc(new BitTube variant), alloy, lite, lite_v7, masari, auto (for old/v7)
}
],
"ocl":{ // AMD (OpenCL) section
"gpu": "0", // GPU ID using to mine, for multiple set as "0,1,2,3,4"
"intensity": "896", // GPU intensity (one value for all GPUs, separated list for individual intensity per adapter ("896,432,896")
"threads": "2", // threads per GPU, can be set for multiple GPUs ("2,1,1,2,2")
"worksize": "8", // Worksize per GPU, can be set for multiple GPUs ("8,8,8,7,8")
"auto-fan": true, // fan auto-control
"target-temp": 60 // target temperature
},
"cuda":{ // NVIDIA (CUDA) section
"gpu": "0", // GPU ID using to mine, for multiple set as "0,1,2,3,4"
"blocks": "36", // blocks per GPU, may be set ("24,36,36,24,36")
"threads": "16", // threads per GPU, may be set ("8,8,16,32,8")
"temp-monitor": true // temperature monitoring
},
"cpu":{ // CPU section
"use-cpu": true, // Enable CPU mining
"cpu-threads": 2 // Manual settings for cpu threads (not recommend). Exclude this option to auto-select thread count.
},
"server": true, // this option enabling server monitoring feature, other rigs may acts as clients
"server-ip": "0.0.0.0", // server IP address to connect (when acts as client)
"rig-name": "PROG", // rig name on monitoring server
"log": true // show log at start and write into file
}

Use the "-c" switch to run different configurations (ex: bxb-miner.exe -c config_heavy.json)


BXB-Miner client-server usage:


If your have many rig`s in mine, you can use this function for simplefy monitoring and management

Next commands avalible for use:

  • Change current pool in all rigs;
  • Pause/Start all rig`s in mine;
  • Reset statistics on all rig`s connceted for server;
  • Reload pool list from file, without restart miner;
  • Update pool list in rigs (send list from server). Use macros $$$name$$$ in config for automaticaly replace to rig-name on recieved rig`s;

Recommended:
  • Use large pagefile, more 32gb
  • Set system variable:
  • GPU_FORCE_64BIT_PTR in 1
  • GPU_MAX_ALLOC_PERCENT 100
  • GPU_MAX_HEAP_SIZE 100
  • GPU_MAX_SINGLE_ALLOC_PERCENT 100
  • GPU_MAX_USE_SYNC_OBJECTS 1

Tested CPU`s:
Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz // 3 threads // cryptonight v7 // 195 H/s

Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz // 4 threads // cryptonight light v7 // 595 H/s

Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz // 12 threads // cryptonight v7 // 495 H/s

Intel(R) Xeon(R) CPU E3-1245 @ 3.30GHz // 4 threads // cryptonight v7 // 260 H/s

Tested cards:


BIXBITE COIN (https://bixbite.pro)
TELEGRAM (https://t.me/bixbitecoin)
1715033796
Hero Member
*
Offline Offline

Posts: 1715033796

View Profile Personal Message (Offline)

Ignore
1715033796
Reply with quote  #2

1715033796
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715033796
Hero Member
*
Offline Offline

Posts: 1715033796

View Profile Personal Message (Offline)

Ignore
1715033796
Reply with quote  #2

1715033796
Report to moderator
treanski
Full Member
***
Offline Offline

Activity: 364
Merit: 106


ONe Social Network.


View Profile
June 19, 2018, 06:45:41 PM
Last edit: June 19, 2018, 07:09:18 PM by treanski
 #2

thank you speed is good like other miners with fee Grin

just haven dont works, i get no valid shares... i use haven algo in config

other heavy / cnv7 coins work fine

is it possible to prevent miner from autostart mining?

suggestion for next version...->different gpu configs in one config file

seperate them by name, select them on pool config with name

Elder III
Sr. Member
****
Offline Offline

Activity: 1246
Merit: 274


View Profile
June 19, 2018, 08:42:58 PM
 #3

Are those hashrates for GPUs with modified Bios or with stock Bios?  Are they undervolted at all? 

Out of curiosity, what is your motivation to develop this without any fee implemented?
ro2sf
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
June 19, 2018, 09:25:24 PM
 #4

Perfect timing for announcing this miner as I'm trying to get into Cryptonight with my RX 580s. Thank you for this.

+1 for the curiosity of why this has 0% dev fee
igotek
Hero Member
*****
Offline Offline

Activity: 2044
Merit: 608


Online Security & Investment Corporation


View Profile WWW
June 19, 2018, 10:01:31 PM
 #5

I see so many big values for Core and MEM.
RX470 4GB HYNIX 1300/2020 ?? Wooow.
I m using SRBMiner currently and the mining software crash if i set such a high values for Core and MEM.

Did you use modified Bios ? I used PBE 2.2 to make modified Bios. 1276/1750 gives 696 h/s for heavy.
Currently mining Bixebite. I want to get 780 h/s for bixbite.

I cannot live, I cannot die, trapped in myself.
Hold my breath as I wish for death. Oh please god, help me !
igotek
Hero Member
*****
Offline Offline

Activity: 2044
Merit: 608


Online Security & Investment Corporation


View Profile WWW
June 19, 2018, 10:18:24 PM
 #6

I have edited the config.json but the mining start with pool.supportxmr.com
I dont have this information in the config file.
why ?

I cannot live, I cannot die, trapped in myself.
Hold my breath as I wish for death. Oh please god, help me !
grendel25
Legendary
*
Offline Offline

Activity: 2282
Merit: 1031



View Profile
June 19, 2018, 10:18:36 PM
 #7

Are those hashrates for GPUs with modified Bios or with stock Bios?  Are they undervolted at all?  

Out of curiosity, what is your motivation to develop this without any fee implemented?

Reminds me of the good old days when people developed fresh and new miners for free because they liked what they were doing and they wanted to share it with those in the community.  Nowadays people simply run existing miners through enhancement/optimization programs and then do a little work of compiling and adding in developer fees.  

Maybe things are looking up...

..EPICENTRAL .....
..EPIC: Epic Private Internet Cash..
.
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████████████▀▀█████▄
▄████████████▀▀▀    ██████▄
████████▀▀▀   ▄▀   ████████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
▀████████▌▐       ████████▀
▀████████ ▄██▄  ████████▀
▀█████████████▄███████▀
▀█████████████████▀
▀▀█████████▀▀
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████▀█████▀████████▄
▄██████▀  ▀     ▀  ▀██████▄
██████▌             ▐██████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
▀█████▄  ▄▄     ▄▄  ▄█████▀
▀██████▄▄███████▄▄██████▀
▀█████████████████████▀
▀█████████████████▀
▀▀█████████▀▀
.
.
[/center]
treanski
Full Member
***
Offline Offline

Activity: 364
Merit: 106


ONe Social Network.


View Profile
June 20, 2018, 03:22:52 AM
 #8

I have edited the config.json but the mining start with pool.supportxmr.com
I dont have this information in the config file.
why ?

remove the  -> , <- after the last pool

Bixbitecoin (OP)
Jr. Member
*
Offline Offline

Activity: 119
Merit: 3


View Profile WWW
June 20, 2018, 05:14:30 AM
 #9

thank you speed is good like other miners with fee Grin

just haven dont works, i get no valid shares... i use haven algo in config

other heavy / cnv7 coins work fine

is it possible to prevent miner from autostart mining?

suggestion for next version...->different gpu configs in one config file

seperate them by name, select them on pool config with name

Did you set "algo": "haven" in your config file for Haven mining?

BIXBITE COIN (https://bixbite.pro)
TELEGRAM (https://t.me/bixbitecoin)
treanski
Full Member
***
Offline Offline

Activity: 364
Merit: 106


ONe Social Network.


View Profile
June 20, 2018, 05:49:24 AM
 #10

thank you speed is good like other miners with fee Grin

just haven dont works, i get no valid shares... i use haven algo in config

other heavy / cnv7 coins work fine

is it possible to prevent miner from autostart mining?

suggestion for next version...->different gpu configs in one config file

seperate them by name, select them on pool config with name

Did you set "algo": "haven" in your config file for Haven mining?

    {
      "name": "Haven",
      "url": "haven.miner.rocks",
      "port": 4005,
      "stale-time": 0,
      "user": "xxx",
      "pass": "x",
      "algo": "haven"
    },

--found another bug, if you close the miner by clicking on the x, its still running in the background as process

Quote
07:50:06, Connection to pool... haven.miner.rocks port: 4005
07:50:06, Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
07:50:06, cache L2: 256
07:50:06, cache L3: 6144
07:50:06, Algo use 4 Mb memory/thread ...
07:50:06, Using 1 cpu threads ...
07:50:13, Device: #4 set lock pages privilege
07:50:13, Device: #4 set lock pages privilege
07:50:13, Device: #4 used virtual memory ...
07:50:13, Device: #4 used virtual memory ...
07:50:13, set worker algo: 9, device: 4, worker 0
07:50:13, Select pool algo: 9
07:50:13, Device: #0, worker #0 start calc new work ...
07:50:13, Device: #0, worker #1 start calc new work ...
07:50:13, Device: #1, worker #1 start calc new work ...
07:50:13, Device: #1, worker #0 start calc new work ...
07:50:13, Device: #2, worker #1 start calc new work ...
07:50:13, Device: #2, worker #0 start calc new work ...
07:50:13, Device: #3, worker #1 start calc new work ...
07:50:13, Device: #3, worker #0 start calc new work ...
07:50:13, Device: #4, worker #2 start calc new work ...
07:50:13, {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"384073909209323","job":{"blob":"0303acd5a7d905ed06cf349cd74820c775b6b78aacb7112071adbe7b5979d16e35dba37ca63a6a0 00000002e0042bd3fafef1da0454e04dad9532a5287ba86d79b8a63bd2236ba4189810909","job_id":"281989074608852","target":"b7d10000"},"status":"OK"}}
07:50:13, Pool work diff: 80000.1

07:50:13, Block diff: 3.32847e+7

07:50:13, Logon Ok!
07:50:13, Device: #0, worker #0 start calc new work ...
07:50:13, Device: #1, worker #1 start calc new work ...
07:50:14, Device: #1, worker #0 start calc new work ...
07:50:14, Device: #2, worker #1 start calc new work ...
07:50:14, {"jsonrpc":"2.0","method":"job","params":{"blob":"0303acd5a7d905ed06cf349cd74820c775b6b78aacb7112071adbe7b5979d16e35dba37ca63a6a0 000000025d11b6229548243506a0c812ba8c15c63da6501ead89eed32113f5bb11934b709","job_id":"529784849982997","target":"b7d10000"}}
07:50:14, Pool work diff: 80000.1
07:50:14, Block diff: 8.1474e+7

07:50:14, Device: #0, worker #1 start calc new work ...
07:50:14, Device: #3, worker #1 start calc new work ...
07:50:14, Device: #2, worker #0 start calc new work ...
07:50:14, Device: #3, worker #0 start calc new work ...
07:50:14, Device: #1, worker #1 start calc new work ...
07:50:14, Device: #0, worker #0 start calc new work ...
07:50:15, Device: #1, worker #0 start calc new work ...
07:50:15, Device: #2, worker #1 start calc new work ...
07:50:19, Device: #1 worker #0 OCL NONCE 33333b23 (858995491) found in slot 0 (found = 255)
07:50:19, Device: #1 worker #0 share diff: 1.72533, needed: 80000.1
07:50:21, Device: #0 worker #1 OCL NONCE 1999ae72 (429502066) found in slot 0 (found = 255)
07:50:21, Device: #0 worker #1 share diff: 3.12378, needed: 80000.1
07:50:23, Device: #4, worker #0 start calc new work ...
07:50:26, Device: #0 worker #1 OCL NONCE 1999bad5 (429505237) found in slot 0 (found = 255)
07:50:26, Device: #0 worker #1 share diff: 3.47199, needed: 80000.1
07:50:45, Device: #1 worker #1 OCL NONCE 4ccd2272 (1288512114) found in slot 0 (found = 255)
07:50:45, Device: #1 worker #1 share diff: 3.97704, needed: 80000.1

abhiseshakana
Legendary
*
Offline Offline

Activity: 2226
Merit: 2229


From Zero to 2 times Self-Made Legendary


View Profile WWW
June 20, 2018, 06:26:32 AM
 #11

already used  this program (Beta Version) and i like the interface .. first used on Bixbite (test net) and still using this miner on Loki for now.
But sometimes the miner can't be opened, when i tried the third time and need to restart the Rig to solve this issue and i think it belong to OpenCL or ADL conflict.

.
.Duelbits.
█▀▀▀▀▀











█▄▄▄▄▄
TRY OUR
  NEW  UNIQUE
GAMES!
.
..DICE...
███████████████████████████████
███▀▀                     ▀▀███
███    ▄▄▄▄         ▄▄▄▄    ███
███   ██████       ██████   ███
███   ▀████▀       ▀████▀   ███
███                         ███
███                         ███
███                         ███
███   ▄████▄       ▄████▄   ███
███   ██████       ██████   ███
███    ▀▀▀▀         ▀▀▀▀    ███
███▄▄                     ▄▄███
███████████████████████████████
.
.MINES.
███████████████████████████████
████████████████████████▄▀▄████
██████████████▀▄▄▄▀█████▄▀▄████
████████████▀ █████▄▀████ █████
██████████      █████▄▀▀▄██████
███████▀          ▀████████████
█████▀              ▀██████████
█████                ██████████
████▌                ▐█████████
█████                ██████████
██████▄            ▄███████████
████████▄▄      ▄▄█████████████
███████████████████████████████
.
.PLINKO.
███████████████████████████████
█████████▀▀▀       ▀▀▀█████████
██████▀  ▄▄███ ███      ▀██████
█████  ▄▀▀                █████
████  ▀                    ████
███                         ███
███                         ███
███                         ███
████                       ████
█████                     █████
██████▄                 ▄██████
█████████▄▄▄       ▄▄▄█████████
███████████████████████████████
10,000x
MULTIPLIER
NEARLY UP TO
.50%. REWARDS
▀▀▀▀▀█











▄▄▄▄▄█
Bixbitecoin (OP)
Jr. Member
*
Offline Offline

Activity: 119
Merit: 3


View Profile WWW
June 20, 2018, 06:31:26 AM
 #12

--found another bug, if you close the miner by clicking on the x, its still running in the background as process

Why you decide it's a bug (only devs can confirm issue and mark some "abnormal action" as bug)? We're tested a lot before release first version, it's a normal process on exit when miner wait until all calculating jobs finished.

BIXBITE COIN (https://bixbite.pro)
TELEGRAM (https://t.me/bixbitecoin)
treanski
Full Member
***
Offline Offline

Activity: 364
Merit: 106


ONe Social Network.


View Profile
June 20, 2018, 07:44:31 AM
 #13

--found another bug, if you close the miner by clicking on the x, its still running in the background as process

Why you decide it's a bug (only devs can confirm issue and mark some "abnormal action" as bug)? We're tested a lot before release first version, it's a normal process on exit when miner wait until all calculating jobs finished.

oh my fucking god do not be pissed off directly for me it just looked like a bug -.-

maybe you should comment it in readme, because if you close miner and start it directly with another config the whole rig crash because of this background miningprocess
which is completely normal if you have two miners running at the same time

Bixbitecoin (OP)
Jr. Member
*
Offline Offline

Activity: 119
Merit: 3


View Profile WWW
June 20, 2018, 09:21:18 AM
 #14

thank you speed is good like other miners with fee Grin

just haven dont works, i get no valid shares... i use haven algo in config

other heavy / cnv7 coins work fine

is it possible to prevent miner from autostart mining?

suggestion for next version...->different gpu configs in one config file

seperate them by name, select them on pool config with name

Did you set "algo": "haven" in your config file for Haven mining?

    {
      "name": "Haven",
      "url": "haven.miner.rocks",
      "port": 4005,
      "stale-time": 0,
      "user": "xxx",
      "pass": "x",
      "algo": "haven"
    },

--found another bug, if you close the miner by clicking on the x, its still running in the background as process

Quote
07:50:06, Connection to pool... haven.miner.rocks port: 4005
07:50:06, Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
07:50:06, cache L2: 256
07:50:06, cache L3: 6144
07:50:06, Algo use 4 Mb memory/thread ...
07:50:06, Using 1 cpu threads ...
07:50:13, Device: #4 set lock pages privilege
07:50:13, Device: #4 set lock pages privilege
07:50:13, Device: #4 used virtual memory ...
07:50:13, Device: #4 used virtual memory ...
07:50:13, set worker algo: 9, device: 4, worker 0
07:50:13, Select pool algo: 9
07:50:13, Device: #0, worker #0 start calc new work ...
07:50:13, Device: #0, worker #1 start calc new work ...
07:50:13, Device: #1, worker #1 start calc new work ...
07:50:13, Device: #1, worker #0 start calc new work ...
07:50:13, Device: #2, worker #1 start calc new work ...
07:50:13, Device: #2, worker #0 start calc new work ...
07:50:13, Device: #3, worker #1 start calc new work ...
07:50:13, Device: #3, worker #0 start calc new work ...
07:50:13, Device: #4, worker #2 start calc new work ...
07:50:13, {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"384073909209323","job":{"blob":"0303acd5a7d905ed06cf349cd74820c775b6b78aacb7112071adbe7b5979d16e35dba37ca63a6a0 00000002e0042bd3fafef1da0454e04dad9532a5287ba86d79b8a63bd2236ba4189810909","job_id":"281989074608852","target":"b7d10000"},"status":"OK"}}
07:50:13, Pool work diff: 80000.1

07:50:13, Block diff: 3.32847e+7

07:50:13, Logon Ok!
07:50:13, Device: #0, worker #0 start calc new work ...
07:50:13, Device: #1, worker #1 start calc new work ...
07:50:14, Device: #1, worker #0 start calc new work ...
07:50:14, Device: #2, worker #1 start calc new work ...
07:50:14, {"jsonrpc":"2.0","method":"job","params":{"blob":"0303acd5a7d905ed06cf349cd74820c775b6b78aacb7112071adbe7b5979d16e35dba37ca63a6a0 000000025d11b6229548243506a0c812ba8c15c63da6501ead89eed32113f5bb11934b709","job_id":"529784849982997","target":"b7d10000"}}
07:50:14, Pool work diff: 80000.1
07:50:14, Block diff: 8.1474e+7

07:50:14, Device: #0, worker #1 start calc new work ...
07:50:14, Device: #3, worker #1 start calc new work ...
07:50:14, Device: #2, worker #0 start calc new work ...
07:50:14, Device: #3, worker #0 start calc new work ...
07:50:14, Device: #1, worker #1 start calc new work ...
07:50:14, Device: #0, worker #0 start calc new work ...
07:50:15, Device: #1, worker #0 start calc new work ...
07:50:15, Device: #2, worker #1 start calc new work ...
07:50:19, Device: #1 worker #0 OCL NONCE 33333b23 (858995491) found in slot 0 (found = 255)
07:50:19, Device: #1 worker #0 share diff: 1.72533, needed: 80000.1
07:50:21, Device: #0 worker #1 OCL NONCE 1999ae72 (429502066) found in slot 0 (found = 255)
07:50:21, Device: #0 worker #1 share diff: 3.12378, needed: 80000.1
07:50:23, Device: #4, worker #0 start calc new work ...
07:50:26, Device: #0 worker #1 OCL NONCE 1999bad5 (429505237) found in slot 0 (found = 255)
07:50:26, Device: #0 worker #1 share diff: 3.47199, needed: 80000.1
07:50:45, Device: #1 worker #1 OCL NONCE 4ccd2272 (1288512114) found in slot 0 (found = 255)
07:50:45, Device: #1 worker #1 share diff: 3.97704, needed: 80000.1


Show your full config.json, please

BIXBITE COIN (https://bixbite.pro)
TELEGRAM (https://t.me/bixbitecoin)
Bixbitecoin (OP)
Jr. Member
*
Offline Offline

Activity: 119
Merit: 3


View Profile WWW
June 20, 2018, 09:37:40 AM
 #15

Are those hashrates for GPUs with modified Bios or with stock Bios?  Are they undervolted at all?  

Out of curiosity, what is your motivation to develop this without any fee implemented?

This tool is part of the Bixbit coin project and we decided to make him free, but you can always donate. Donate address specified inside miner window at bottom.

BIXBITE COIN (https://bixbite.pro)
TELEGRAM (https://t.me/bixbitecoin)
treanski
Full Member
***
Offline Offline

Activity: 364
Merit: 106


ONe Social Network.


View Profile
June 20, 2018, 10:16:03 AM
 #16



Show your full config.json, please

Quote
{
  "pools": [
    {
      "name": "Saronite",
      "url": "saronite.miner.rocks",
      "port": 5555,
      "stale-time": 2,
      "user": "x.80000",
      "pass": "x",
      "algo": "heavy"
    },
    {
      "name": "Haven",
      "url": "haven.ingest.cryptoknight.cc",
      "port": 5832,
      "stale-time": 2,
      "user": "x.80000",
      "pass": "x",
      "algo": "haven"
    },
    {
      "name": "loki",
      "url": "loki.miner.rocks",
      "port": 5555,
      "stale-time": 2,
      "user": "x.80000",
      "pass": "x",
      "algo": "heavy"
    },
    {
      "name": "ryo",
      "url": "mine.ryo.fairpool.xyz",
      "port": 5555,
      "stale-time": 2,
      "user": "x",
      "pass": "x",
      "algo": "heavy"
    }
  ],
  "intensity": "896",
  "gpu": "0,1,2,3,4",
  "gpu-threads": "2",
  "worksize":"8",
  "auto-fan": false,
  "target-temp": 60,
  "server": true,
  "server-ip": "0.0.0.0",
  "rig-name": "MAIN_RIG",
  "use-cpu":false,
  "cpu-threads": 3
}

raske
Member
**
Offline Offline

Activity: 154
Merit: 14


View Profile
June 20, 2018, 10:52:24 AM
 #17

will do some tests on my cards, hope that will work for me too
Bixbitecoin (OP)
Jr. Member
*
Offline Offline

Activity: 119
Merit: 3


View Profile WWW
June 20, 2018, 11:02:16 AM
 #18



Show your full config.json, please

Quote
{
  "pools": [
    {
      "name": "Saronite",
      "url": "saronite.miner.rocks",
      "port": 5555,
      "stale-time": 2,
      "user": "x.80000",
      "pass": "x",
      "algo": "heavy"
    },
    {
      "name": "Haven",
      "url": "haven.ingest.cryptoknight.cc",
      "port": 5832,
      "stale-time": 2,
      "user": "x.80000",
      "pass": "x",
      "algo": "haven"
    },
    {
      "name": "loki",
      "url": "loki.miner.rocks",
      "port": 5555,
      "stale-time": 2,
      "user": "x.80000",
      "pass": "x",
      "algo": "heavy"
    },
    {
      "name": "ryo",
      "url": "mine.ryo.fairpool.xyz",
      "port": 5555,
      "stale-time": 2,
      "user": "x",
      "pass": "x",
      "algo": "heavy"
    }
  ],
  "intensity": "896",
  "gpu": "0,1,2,3,4",
  "gpu-threads": "2",
  "worksize":"8",
  "auto-fan": false,
  "target-temp": 60,
  "server": true,
  "server-ip": "0.0.0.0",
  "rig-name": "MAIN_RIG",
  "use-cpu":false,
  "cpu-threads": 3
}

Set the haven pool is first in list. Swapping between different algoritms not yet working correctly. We will add this feature in next releases.

If your dont use server-client function set "server": false

BIXBITE COIN (https://bixbite.pro)
TELEGRAM (https://t.me/bixbitecoin)
raske
Member
**
Offline Offline

Activity: 154
Merit: 14


View Profile
June 20, 2018, 11:03:23 AM
 #19

can someone share the "start.bat" file, I cant atart the miner  Huh Undecided
Bixbitecoin (OP)
Jr. Member
*
Offline Offline

Activity: 119
Merit: 3


View Profile WWW
June 20, 2018, 11:07:06 AM
 #20

can someone share the "start.bat" file, I cant atart the miner  Huh Undecided
What is your problem?
your config please

BIXBITE COIN (https://bixbite.pro)
TELEGRAM (https://t.me/bixbitecoin)
Pages: [1] 2 3 4 5 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!