Bitcoin Forum
May 24, 2024, 07:46:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 »
21  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: July 14, 2018, 02:52:54 PM
Does the newest version support cn fast (Masari)?
No
Will be added in the next version
22  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: July 08, 2018, 06:52:44 PM
Intel(R) Xeon(R) CPU E31245 @ 3.30GHz // 4 threads // cryptonight v7 // ~260 H/s

Thanks, added!
23  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: July 08, 2018, 06:48:08 PM
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
24  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: July 03, 2018, 05:21:09 PM
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,
25  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: June 28, 2018, 05:22:36 PM
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.
26  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: June 28, 2018, 12:28:30 PM
Does it work well on R9 290?

No tested on R290 only on r390. We will be thankful if you send your results
27  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: June 28, 2018, 12:09:27 PM
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
28  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: June 28, 2018, 12:08:30 PM
Are you guys going to add/support cn-fast & cn-saber(Bittube)? thanks! can someone post a pic of vega 56/64 h/s?

Yes, if it will be demanded
29  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: June 20, 2018, 07:06:06 PM
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.
}

Remove all comment from config file

valid:
Code:
{
  "pools": [
    {
      "name": "test_coin",
      "url": "loki.miner.rocks",
      "port": 7777,
      "stale-time": 0,
      "user": "L9ftbfMEB1SRjvZcX4cvsxBg3dib2r4nMCe7vDbJjWDNHxKvMGmCfWbQX8xbFQfLQVCuFxQQWpai1SxnCWg67oY5Hb7zwpy.180000",
      "pass": "LoKi02",
      "algo": "heavy"
    }
  ],
  "intensity": "896",
  "gpu": "0,1,2,3,4,5,6,7,8",
  "gpu-threads": "2",
  "worksize": "8",
  "auto-fan": true,
  "target-temp": 60,
  "server": true,
  "server-ip": "0.0.0.0",
  "rig-name": "PROG",
  "use-cpu": true,
  "cpu-threads": 2
}
30  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: June 20, 2018, 11:07:06 AM
can someone share the "start.bat" file, I cant atart the miner  Huh Undecided
What is your problem?
your config please
31  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: June 20, 2018, 11:02:16 AM


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
32  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: June 20, 2018, 09:37:40 AM
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.
33  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: June 20, 2018, 09:21:18 AM
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
34  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: June 20, 2018, 06:31:26 AM
--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.
35  Alternate cryptocurrencies / Mining (Altcoins) / Re: BXB-Miner Cryptonight AMD GPU/CPU on: June 20, 2018, 05:14:30 AM
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?
36  Alternate cryptocurrencies / Mining (Altcoins) / BXB-Miner Cryptonight AMD GPU/CPU on: June 19, 2018, 03:10:41 PM





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:

37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LIVE][AIRDROP] BIXBITE (BXB) - Cryptonight Heavy [POW] on: June 15, 2018, 08:53:04 AM
We published a light version of the White Paper, you can see the main provisions on the official website.      


38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LIVE][AIRDROP] BIXBITE (BXB) - Cryptonight Heavy [POW] on: June 13, 2018, 07:14:54 AM
How about the mining software for Radeon RX CPUs, Dev? I highly appreciate if you can guide me to set up, thank you.
BXB miner works with AMD video cards from the beginning.
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LIVE][AIRDROP] BIXBITE (BXB) - Cryptonight Heavy [POW] on: June 11, 2018, 07:09:50 AM
We proud to say that BXB-miner now supporting CPU mining! We’re working hard to implement NVIDIA GPU support in a shortest possible time!!!
https://github.com/BixBite-project/bxb-miner/releases/tag/0.0.6.0
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LIVE][AIRDROP] BIXBITE (BXB) - Cryptonight Heavy [POW] on: June 10, 2018, 07:10:46 AM
Didn't get payed from official Pool since 2 Days. plz help

Found it, payout was set up to 25BXB
Are you all right?
Pages: « 1 [2] 3 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!