Pages:
Author

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

jr. member
Activity: 119
Merit: 3
July 16, 2018, 11:18:58 AM
#66
hi everyone, im new here...

my question how to i know max GPU intensity? any tools there?

so far i just tested with my old rig
CPU AMD A8 7800 : 45-55 H/s (4 threads)
GPU ICooler R7 240 2GB : 150-160 H/s (2 threads)

maybe i can run with higher hash?

for each algorithm its own intensity
Which algo do you use?
newbie
Activity: 1
Merit: 0
July 15, 2018, 11:35:22 PM
#65
hi everyone, im new here...

my question how to i know max GPU intensity? any tools there?

so far i just tested with my old rig
CPU AMD A8 7800 : 45-55 H/s (4 threads)
GPU ICooler R7 240 2GB : 150-160 H/s (2 threads)

maybe i can run with higher hash?
sr. member
Activity: 1246
Merit: 274
July 14, 2018, 11:56:14 PM
#64
What kind of hashrate can be expected on a Rx 580/480 mining Masari?  I haven't ever mined that before, so I'm not sure what to expect for a normal hashrate.
newbie
Activity: 7
Merit: 0
July 14, 2018, 10:23:49 PM
#63
Does the newest version support cn fast (Masari)?

New 0.0.7.1 version of BXB-miner has been released
Added support for Masari for you and for everyone. Download the lastest .exe file from github and use "algo": "masari" for  mining Masari

Working great so far..nicely done
jr. member
Activity: 119
Merit: 3
July 14, 2018, 02:03:06 PM
#62
Does the newest version support cn fast (Masari)?

New 0.0.7.1 version of BXB-miner has been released
Added support for Masari for you and for everyone. Download the lastest .exe file from github and use "algo": "masari" for  mining Masari
jr. member
Activity: 119
Merit: 3
July 14, 2018, 10:52:54 AM
#61
Does the newest version support cn fast (Masari)?
No
Will be added in the next version
newbie
Activity: 7
Merit: 0
July 13, 2018, 10:43:09 PM
#60
Does the newest version support cn fast (Masari)?
newbie
Activity: 7
Merit: 0
July 13, 2018, 06:17:26 PM
#59
I have stale time set to 0. I seem to be getting a lot of stale shares on cn heavy and v7. Is this a proper setting?




just set to 1 or 2 and look if results are better X_X..dont forget breathing



I will try it out. Fantastic miner and great speeds even on my vegas with hynix. I already deleted XMR STAK
full member
Activity: 364
Merit: 106
ONe Social Network.
July 13, 2018, 05:53:14 PM
#58
I have stale time set to 0. I seem to be getting a lot of stale shares on cn heavy and v7. Is this a proper setting?

just set to 1 or 2 and look if results are better X_X..dont forget breathing
newbie
Activity: 7
Merit: 0
July 13, 2018, 05:06:58 PM
#57
I have stale time set to 0. I seem to be getting a lot of stale shares on cn heavy and v7. Is this a proper setting?
jr. member
Activity: 119
Merit: 3
July 08, 2018, 02:52:44 PM
#56
Intel(R) Xeon(R) CPU E31245 @ 3.30GHz // 4 threads // cryptonight v7 // ~260 H/s

Thanks, added!
jr. member
Activity: 119
Merit: 3
July 08, 2018, 02:48:08 PM
#55
New version (0.0.7.0) of BXB-Miner released!
Added support for BitTube (IPBC), Saber variant
Fixed bug with Cryptonight-Light algo
New functions in client-server mode
newbie
Activity: 1
Merit: 0
July 07, 2018, 03:46:46 PM
#54
Hey! Great program from what i can see.

I have one issue only so far, and the GUI won't show and my GPU's don't start to mine.
The process starts (can see it in task manager) and my CPU starts mining.

Config:

{
  "pools": [
    {
      "name": "Monero",
      "url": "xmr-eu1.nanopool.org",
      "port": 14433,
      "stale-time": 60000,
      "user": "**HIDDEN**",
      "pass": "x",
      "algo": "v7"
    }    
  ],
  "intensity": "432",
  "gpu": "0,1,2,3",
  "gpu-threads": "2",
  "worksize":"8",
  "auto-fan": true,
  "target-temp": 60,
  "server": true,
  "server-ip": "0.0.0.0",
  "rig-name": "MAIN_RIG",
  "use-cpu":true,
  "cpu-threads": 1
}

Also tried port 14444
And run as Administrator, run it through CMD with -c config.json behind it.

Same issue every time, process starts but no GPU or GUI.

Any tips?

Use option "server: false" if your have one rig

p.s.

Set  "stale-time": 0,

Hello, or change "server-ip": "0.0.0.0", to "server-ip": "127.0.0.1",   
Wink
btw
@Bixbitecoin Greate miner, tested on:
Intel(R) Xeon(R) CPU E31245 @ 3.30GHz // 4 threads // cryptonight v7 // ~260 H/s
5 servers this is average stat.

jr. member
Activity: 119
Merit: 3
July 03, 2018, 01:21:09 PM
#53
Hey! Great program from what i can see.

I have one issue only so far, and the GUI won't show and my GPU's don't start to mine.
The process starts (can see it in task manager) and my CPU starts mining.

Config:

{
  "pools": [
    {
      "name": "Monero",
      "url": "xmr-eu1.nanopool.org",
      "port": 14433,
      "stale-time": 60000,
      "user": "**HIDDEN**",
      "pass": "x",
      "algo": "v7"
    }    
  ],
  "intensity": "432",
  "gpu": "0,1,2,3",
  "gpu-threads": "2",
  "worksize":"8",
  "auto-fan": true,
  "target-temp": 60,
  "server": true,
  "server-ip": "0.0.0.0",
  "rig-name": "MAIN_RIG",
  "use-cpu":true,
  "cpu-threads": 1
}

Also tried port 14444
And run as Administrator, run it through CMD with -c config.json behind it.

Same issue every time, process starts but no GPU or GUI.

Any tips?

Use option "server: false" if your have one rig

p.s.

Set  "stale-time": 0,
newbie
Activity: 25
Merit: 0
July 03, 2018, 05:52:40 AM
#52
Hey! Great program from what i can see.

I have one issue only so far, and the GUI won't show and my GPU's don't start to mine.
The process starts (can see it in task manager) and my CPU starts mining.

Config:

{
  "pools": [
    {
      "name": "Monero",
      "url": "xmr-eu1.nanopool.org",
      "port": 14433,
      "stale-time": 60000,
      "user": "**HIDDEN**",
      "pass": "x",
      "algo": "v7"
    }   
  ],
  "intensity": "432",
  "gpu": "0,1,2,3",
  "gpu-threads": "2",
  "worksize":"8",
  "auto-fan": true,
  "target-temp": 60,
  "server": true,
  "server-ip": "0.0.0.0",
  "rig-name": "MAIN_RIG",
  "use-cpu":true,
  "cpu-threads": 1
}

Also tried port 14444
And run as Administrator, run it through CMD with -c config.json behind it.

Same issue every time, process starts but no GPU or GUI.

Any tips?
newbie
Activity: 141
Merit: 0
June 28, 2018, 02:07:10 PM
#51
Hi,

Is anyway to add nicehash support to this miner? Currently all orders rejected by the pool.
jr. member
Activity: 119
Merit: 3
June 28, 2018, 01:22:36 PM
#50
Does it work well on R9 290?

No tested on R290 only on r390. We will be thankful if you send your results

I tested it on R9 290 and 290X, seem to work fine on regular v7.

Are you planning to improve this software somehow or is this the final release?

For the release of the final version is still far away, there are many interesting ideas that are not yet implemented. They will be implemented in future versions. Also, the code will be optimized.
newbie
Activity: 61
Merit: 0
June 28, 2018, 08:44:27 AM
#49
Does it work well on R9 290?

No tested on R290 only on r390. We will be thankful if you send your results

I tested it on R9 290 and 290X, seem to work fine on regular v7.

Are you planning to improve this software somehow or is this the final release?
jr. member
Activity: 119
Merit: 3
June 28, 2018, 08:28:30 AM
#48
Does it work well on R9 290?

No tested on R290 only on r390. We will be thankful if you send your results
jr. member
Activity: 119
Merit: 3
June 28, 2018, 08:09:27 AM
#47
I tested the miner, v7 works ok but Stellite is only giving incorrect shares:

 Device: #2 worker #0 share diff: 1.29969, needed: 50000.2

Anyone else having this problem when mining Stellite?

you probably have different algos in one config file, this dont work on current version. you need seperate config for each algo

Thanks for the reply, but I had only Stellite algo in the config file, removed every other algo from there.

What is your processor? Write a model, please
Pages:
Jump to: