Pages:
Author

Topic: BXB-Miner Cryptonight AMD GPU/CPU - page 4. (Read 3646 times)

jr. member
Activity: 119
Merit: 3
June 20, 2018, 03:06:06 PM
#26
full member
Activity: 364
Merit: 106
ONe Social Network.
June 20, 2018, 02:52:13 PM
#25
hero member
Activity: 2086
Merit: 608
Online Security & Investment Corporation
June 20, 2018, 02:19:47 PM
#24
What is the problem ?
Where is pool.supportxmr.com in the config file Huh??

Picture:


Code:
{
  "pools": [
  {
      "name":"test_coin",
      "url": "loki.miner.rocks",
      "port":7777,
      "stale-time":0,
      "user": "L9ftbfMEB1SRjvZcX4cvsxBg3dib2r4nMCe7vDbJjWDNHxKvMGmCfWbQX8xbFQfLQVCuFxQQWpai1SxnCWg67oY5Hb7zwpy.180000",
      "pass": "LoKi02",
      "algo":"heavy"
   }
  ],
  "intensity": "896",          // GPU intensity (one value for all GPUs, separated list for individual intensity per adapter ("896,432,896")
  "gpu":"0,1,2,3,4,5,6,7,8",            // GPU ID using to mine, for multiple set as "0,1,2,3,4"
  "gpu-threads": "2",         // threads per GPU, may be set ("2,1,1,2,2")
  "worksize":"8",         // Worksize per GPU, may be set ("8,8,8,7,8")
  "auto-fan":true,         // fan auto-control
  "target-temp":60,         // target temperature
  "server":true,          // this option enabling server monitoring feature, other rigs may acts as clients
  "server-ip":"0.0.0.0",        // server IP address for server monitoring
  "rig-name":"PROG",            // rig name on monitoring server
  "use-cpu":true,          // Enable CPU mining
  "cpu-threads": 2          // Manual settings for cpu threads (not recomended). Not set this otion for auto select thread count.
}
legendary
Activity: 2254
Merit: 2253
From Zero to 2 times Self-Made Legendary
June 20, 2018, 12:19:52 PM
#23
can someone share the "start.bat" file, I cant atart the miner  Huh Undecided

use the config.json and hit the "bxb-miner.exe" directly

this is config.json that i use

Code:
{
  "pools": [
  {
      "name":"LoKi",
      "url": "loki.miner.rocks",
      "port":7777,
      "stale-time":0,
      "user": "L9ftbfMEB1SRjvZcX4cvsxBg3dib2r4nMCe7vDbJjWDNHxKvMGmCfWbQX8xbFQfLQVCuFxQQWpai1SxnCWg67oY5Hb7zwpy.180000",
      "pass": "LoKi02",
      "algo":"heavy"
   }
  ],
  "intensity": "920,920,1024,1024,1024,920",
  "gpu":"0,1,2,3,4,5",
  "gpu-threads": "2",
  "auto-fan":false,
  "target-temp":60,
  "server":true,
  "server-ip":"127.0.0.1", 
  "rig-name":"LoKi02"
}
full member
Activity: 364
Merit: 106
ONe Social Network.
June 20, 2018, 07:44:16 AM
#22
can someone share the "start.bat" file, I cant atart the miner  Huh Undecided

there is no start.bat

if you want to run specicif config file use bxb-miner.exe -c configfile.json

@dev thanks, this way it works
member
Activity: 154
Merit: 14
June 20, 2018, 07:19:57 AM
#21
can someone share the "start.bat" file, I cant atart the miner  Huh Undecided
What is your problem?
your config please

sorry, I did it, now I wave to play with my intensity to run this miner on higher levels than SRBminer
jr. member
Activity: 119
Merit: 3
June 20, 2018, 07: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
member
Activity: 154
Merit: 14
June 20, 2018, 07:03:23 AM
#19
can someone share the "start.bat" file, I cant atart the miner  Huh Undecided
jr. member
Activity: 119
Merit: 3
June 20, 2018, 07:02:16 AM
#18
member
Activity: 154
Merit: 14
June 20, 2018, 06:52:24 AM
#17
will do some tests on my cards, hope that will work for me too
full member
Activity: 364
Merit: 106
ONe Social Network.
June 20, 2018, 06: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
}
jr. member
Activity: 119
Merit: 3
June 20, 2018, 05: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.
jr. member
Activity: 119
Merit: 3
June 20, 2018, 05:21:18 AM
#14
full member
Activity: 364
Merit: 106
ONe Social Network.
June 20, 2018, 03: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
jr. member
Activity: 119
Merit: 3
June 20, 2018, 02: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.
legendary
Activity: 2254
Merit: 2253
From Zero to 2 times Self-Made Legendary
June 20, 2018, 02: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.
full member
Activity: 364
Merit: 106
ONe Social Network.
June 20, 2018, 01: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
jr. member
Activity: 119
Merit: 3
June 20, 2018, 01: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?
full member
Activity: 364
Merit: 106
ONe Social Network.
June 19, 2018, 11:22:52 PM
#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
legendary
Activity: 2296
Merit: 1031
June 19, 2018, 06: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...
Pages:
Jump to: