Bitcoin Forum
June 16, 2024, 09:12:48 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: NBMiner v14.0, Nvidia GPU Miner for Grin, BTM, ETH on: January 30, 2019, 02:12:05 PM
NBMiner

Nvidia GPU Miner for Bytom(BTM), Ethereum(ETH), Grin mining.

Download link: https://github.com/NebuTech/NBMiner/releases

Features:

- Support BTM+ETH dual mining , 20% more profit than single mining.
- Support Bytom (BTM) mining, tensority algorithm.
 - Hashrate under default frequency: RTX2080 12000H/s,P106 1900H/s, 1070ti 3400H/s
- Support Ethereum (ETH) mining.
  - Highest profit on mining pools.
  - Support mining pools using ethproxy protocol.
- Support Grin coin mining (Cuckaroo29).
- Support Windows & Linux.
- Support backup mining pool configuration.
- Support SSL connection to mining pools.
- Dev Fee: BTM+ETH 3%, BTM 2%, BTM(RTX) 3%, ETH 0.65%, Grin 2%

Usage:

- Driver version: >= 377.
- BTM Mining:
  - Edit start_btm.bat, modify mining pool url after -o and username or wallet address after -u.
- ETH Mining:
  - Edit start_eth.bat, modify mining pool url after -o and username or wallet address after -u.
  - For users using 1080, 1080ti, 1060-5X cards, which equiped with GDDR5X memory, remember to start OhGodAnETHlargementPill-r2.exe  patch before mining and keep it running background.
- BTM+ETH Dual Mining:
  - Edit start_btm_eth.bat
  - Set mining pool for BTM after option -o, set username for BTM pool after option -u
  - Set mining pool for ETH after option -do, set username for ETH pool after option -du
  - There is an option -di (secondary-intensity) stands for the relative intensity of mining ETH.  Tuning this option to get best performance on different cards.
- Grin Mining:
  - Edit start_grin.bat
  - Set mining pool for Grin after option -o, set username for Grin pool after option -u

CMD options:

Typical usage :

- BTM: nbminer -a tensority -o stratum+tcp://btm.f2pool.com:9221 -u bm1xxxxxxxxxxxx.worker
- ETH: nbminer -a ethash -o ethproxy+tcp://eth.f2pool.com:8008 -u 0xxxxxxxxxx.worker
- BTM+ETH: nbminer -a tensority_ethash -o stratum+tcp://btm.f2pool.com:9221 -u btm_wallet_address.worker -do ethproxy+tcp://eth.f2pool.com:8008 -du 0x_eth_wallet_address.worker
- Grin: nbminer -a cuckaroo -o stratum+tcp://grin.sparkpool.com:6666 -u username@email.com/worker

Options:

- -h, --help    Displays this help.
- -v, --version    Displays version information.
- -c, --config <config file path>    Use json format config file rather than cmd line options.
- -a, --algo <algo>    Select algorithm, tensority for BTM, ethash for ETH, cryptonightv8 for XMR.
- --api  <host:port>    The endpoint for serving REST API.
- -o, --url <url>    Mining pool url.
  - BTM: stratum+tcp://btm.f2pool.com:9221
  - BTM with SSL: stratum+ssl://btm.f2pool.com:9443
  - ETH: ethproxy+tcp://eth.f2pool.com:8008
  - ETH with NiceHash: ethnh+tcp://daggerhashimoto.eu.nicehash.com:3353
- -u, --user <user>    User used in Mining pool, wallet address or username.
  - Format: [username|wallet].workername:password
  - Example: bm1xxxxxx.worker      myusername.worker:password
- -o1, --url1 <url> url for backup mining pool 1.
- -u1, --user1 <user> username for backup mining pool 1.
- -o2, --url2 <url> url for backup mining pool 2.
- -u2, --user2 <user> username for backup mining pool 2.
- -di, --secondary-intensity <intensity>    The relative intensity for ETH when dual mining. recommend: 8 - 24, default to 16.
- -do, --secondary-url <url>    ETH mining pool when dual mining.
- -du, --secondary-user <user>    ETH username when dual mining.
- -do1, --secondary-url1 <url>    Backup 1 ETH mining pool when dual mining.
- -du1, --secondary-user1 <user>    Backup 1 ETH username when dual mining.
- -do2, --secondary-url2 <url>    Backup 2 ETH mining pool when dual mining.
- -du2, --secondary-user2 <user>    Backup 2 ETH username when dual mining.
- -d, --devices <devices>    Specify GPU list to use. Format: "-d 0,1,2,3" to use first 4 GPU.
- --strict-ssl    Check validity of certificate when use SSL connection.
- --log    Generate log file named log_<timestamp>.txt.
- --long-format    Use 'yyyy-MM-dd HH:mm:ss,zzz' for log time format.

GPU Tuning

- BTM + ETH:
  - Suitable secondary intensity depends on the ratio of core performance / memory bandwidth
  - GPU with relative low memory bandwidth, eg. 1070ti, could tune down the di. Otherwise tune up.
  - The ratio changes with different core, tdp, memory  settings when overclock GPU.
- BTM:
  - Bytom mining performance depend heavily on GPU core, instead of GPU memory.
  - Miner can gain beffer hashrate if tuning down GPU memory frequency.
  - For example, using MSI Afterburner to turn down GPU memory to -500.

API Reference

Web Monitor

Open http://api_host:port/ in your browser to use web monitor.

Request

GET http://api_host:port/api/v1/status

Response

    {
        "miner": {
            "devices": [{
                "core_clock": 1556,
                "core_utilization": 100,
                "fan": 36,
                "hashrate": 1499,
                "hashrate2": "23.0 M",
                "hashrate_raw": 1499,
                "hashrate2_raw": 23030000,
                "id": 0,
                "info": "GeForce GTX 1080 Ti 11178 MB",
                "power": 182,
                "temperature": 65
            }, {
                "core_clock": 1518,
                "core_utilization": 100,
                "fan": 34,
                "hashrate": 1490,
                "id": 1,
                "info": "GeForce GTX 1080 Ti 11178 MB",
                "power": 172,
                "temperature": 62
            }],
            "total_hashrate": 2989,
            "total_hashrate_raw": 2989,
             "total_hashrate2": "48.3 M",
            "total_hashrate2_raw": 48308746,
            "total_power_consume": 354
        },
        "start_time": 1532482659,
        "stratum": {
            "accepted_share_rate": 0.99,
            "accepted_shares": 99,
            "password": "",
            "rejected_share_rate": 0.01,
            "rejected_shares": 1,
            "url": "btm.pool.zhizh[Suspicious link removed]p:3859",
            "use_ssl": false,
            "user": "bmxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.test",
            "difficulty": "0003ffff",
            "latency": 65
        },
        "version": "v10.0"
    }

Change Log

v14.0(2019-01-30)
- BTM mining, improve over 200% on RTX cards.
- Improve Grin mining.

v13.2(2019-01-17)

- Add support mining Grin on 1066-win10.
- Fix support for Solo mining using grin-server.

v13.1(2019-01-15)

- Add support for mining Grin coin (cuckaroo29).
- Minor bug fix and improvement.

v12.4(2018-01-05)

- Improve hashrate of BTM+ETH dual mining about 6%.

v12.3(2018-12-30)

- Fix a bug that could cause many reject shares when epoch changes under ETH dual mining .

v12.2(2018-12-26)

- Fix high stale share and reject share ratio when use big -di for dual mining BTM+ETH.
- Fix the support of web monitor for dual mining.
- Minor bug fixs and improvements.

v12.1(2018-12-24)

- Fix support ETH PPS+ mode on F2pool
- Add support for ETH on NiceHash (with protocol header ethnh)
- Fix rest api when dual mining.
- Minor bug fixs.

v12.0(2018-12-19)

- New BTM+ETH dual mining mode.
- Decrease the required driver version to 377.
- Temporarily remove support for XMR mining.
- Fix start using config file.
- Add a default protocol header if not specified.

v11.0(2018-12-12)

- Improve BTM hashrate.
- Add support for ETH and XMR mining.
- Optimize handle for new job, increase profit on mining pool.
- Colorful output on console.
- Add support for backup mining pools.
- Decrease dev fee of BTM to 2%.

v10.0(2018-10-03)

- Improve hashrate

v9.0(2018-08-28)

- Improve hashrate ~30%
- Improve stability

v8.0(2018-08-17)

- Improve hashrate 10% - 15%
- Lower skipped share rate, increase actual hashrate on mining pool.
- Added display for mining pool latency.
- Added display for mining pool difficulty.
- Improve API web monitor.

https://media.discordapp.net/attachments/530851146827300884/540171172113809409/unknown.png
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]Bminer: a fast Equihash/Ethash/CuckooCycle miner for AMD/NVIDIA GPUs 13.1.0 on: January 24, 2019, 01:29:03 PM
INFO] [2019-01-24T16:27:39+03:00] Accepted share
[INFO] [2019-01-24T16:27:40+03:00] Received new job 0
[WARN] [2019-01-24T16:27:40+03:00] Rejected share #0 ({"code":-32502,"message":"Failed to validate solution"})
[INFO] [2019-01-24T16:27:43+03:00] Total 21.44 G/s Accepted shares 750 Rejected shares 46
[INFO] [2019-01-24T16:27:49+03:00] Accepted share
[INFO] [2019-01-24T16:27:52+03:00] Accepted share
[INFO] [2019-01-24T16:27:53+03:00] Accepted share
[INFO] [2019-01-24T16:27:55+03:00] Received new job 1
[INFO] [2019-01-24T16:27:59+03:00] [GPU 0] Speed: 4.27 G/s Temp: 64C Fan: 68% Power: 123W 0.03 G/J
[INFO] [2019-01-24T16:27:59+03:00] [GPU 1] Speed: 4.20 G/s Temp: 63C Fan: 65% Power: 140W 0.03 G/J
[INFO] [2019-01-24T16:28:00+03:00] [GPU 2] Speed: 4.35 G/s Temp: 65C Fan: 68% Power: 91W 0.05 G/J
[INFO] [2019-01-24T16:28:00+03:00] [GPU 3] Speed: 4.35 G/s Temp: 60C Fan: 60% Power: 144W 0.03 G/J
[INFO] [2019-01-24T16:28:01+03:00] [GPU 4] Speed: 4.35 G/s Temp: 66C Fan: 71% Power: 147W 0.03 G/J
[INFO] [2019-01-24T16:28:02+03:00] Accepted share
[INFO] [2019-01-24T16:28:02+03:00] Accepted share
[INFO] [2019-01-24T16:28:03+03:00] Accepted share
[INFO] [2019-01-24T16:28:06+03:00] Accepted share
[INFO] [2019-01-24T16:28:07+03:00] Accepted share
[INFO] [2019-01-24T16:28:09+03:00] Accepted share
[INFO] [2019-01-24T16:28:10+03:00] Received new job 2
[INFO] [2019-01-24T16:28:10+03:00] Accepted share
[WARN] [2019-01-24T16:28:11+03:00] Rejected share #0 ({"code":-32502,"message":"Failed to validate solution"})
[INFO] [2019-01-24T16:28:13+03:00] Accepted share
[INFO] [2019-01-24T16:28:13+03:00] Total 21.53 G/s Accepted shares 761 Rejected shares 47
[INFO] [2019-01-24T16:28:15+03:00] Accepted share
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]Bminer: a fast Equihash/Ethash/CuckooCycle miner for AMD/NVIDIA GPUs 12.1.0 on: January 19, 2019, 10:33:39 PM
at the start

INFO] [2019-01-20T00:26:44+03:00] [GPU 0] Speed: 5.88 G/s Temp: 44C Fan: 24% Power: 65W 0.09 G/J
[INFO] [2019-01-20T00:26:44+03:00] Accepted share
[INFO] [2019-01-20T00:26:44+03:00] [GPU 1] Speed: 5.88 G/s Temp: 37C Fan: 80% Power: 65W 0.09 G/J

after a while the speed drops on the 2 map


[INFO] [2019-01-20T01:32:14+03:00] [GPU 0] Speed: 5.86 G/s Temp: 67C Fan: 46% Power: 213W 0.03 G/J
[INFO] [2019-01-20T01:32:14+03:00] [GPU 1] Speed: 3.77 G/s Temp: 66C Fan: 80% Power: 221W 0.02 G/J
1080ti
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN]Bminer: a fast Equihash/Ethash/CuckooCycle miner for AMD/NVIDIA GPUs 11.4.0 on: January 14, 2019, 10:47:42 PM
        Bminer is a highly optimized cryptocurrency miner that runs on modern
      AMD/NVIDIA GPUs (Maxwell and Pascal, i.e. GPUs that have compute capability 5.0 or above). Bminer is one of the fastest publicly available miners today -- we use various techniques including tiling and pipelining to realize the full potentials of the hardware.

      Bminer also comes with REST APIs to facilitate production deployments (e.g., mining farms).

      • Bminer supports mining Equihash-based coins (e.g., Zcash) with 2% of devfee.
      • Bminer supports mining Zhash / Equihash 144,5 based coins (e.g. BitcoinGold, BitcoinZ) with 2% of devfee.
      • Bminer supports mining Ethash-based coins (e.g., Ethereum) with 0.65% of devfee.
      • Bminer also supports dual mining mode - mining Ethash-based coins (e.g. Ethereum) and Blake14r-based coins (e.g. Decred) / Blake2s-based coins (e.g. Verge) at the same time. Devfee for the dual mining mode is 1.3%, and the second coin (e.g. Decred/Verge) is mined without devfee.
      • Bminer supports mining Tensority-based coins (e.g., Bytom(BTM)) with 2% of devfee.


      Features

      Fast

      • Equihash mining on stock settings
        • 735-745 Sol/s on GTX 1080Ti
        • 450-460 Sol/s on GTX 1070
        • 315-325 Sol/s on GTX 1060
      • Equihash 144,5 (Zhash) mining on stock settings
        • 61 Sol/s on GTX 1080Ti
        • 25 Sol/s on GTX 1060
      • Ethash mining on GTX 1080Ti stock settings (power: 250 W)
      • Dual mining using automatic tuning (default) on GTX 1080Ti stock settings (power: 250 W)
        • With OhGodAnETHlargementPill:
          • ETH 46 MH/s and DCR 1000 MH/s
          • ETH 46 MH/s and XVG 1770 MH/s
        • Without OhGodAnETHlargementPill:
          • ETH 32 MH/s and DCR 2200 MH/s
          • ETH 32 MH/s and XVG 3750 MH/s
      • Bytom mining on stock settings:
        • 4650 H/s on GTX 1080Ti
        • 2850 H/s on GTX 1070
        • 1800 H/s on GTX 1060 6G

      Secure and reliable

      • SSL support
      • Automatic reconnects to recover from transient network failures
      • Automatic restarts if GPUs hang

      Operation friendly

      • Comes with REST APIs to facilitate production deployments


      Quickstart

      To mine Zcash on nanopool:

      • Download and extract Bminer into a folder (e.g. C:\bminer or /home/bminer)
      • Edit mine.bat (mine.sh on Linux) and change the address to the desired Zcash address that Bminer mines towards.
      • Open command line prompt and run mine.bat (mine.sh).

      To mine Zhash on pool.gold:

      • Download and extract Bminer into a folder (e.g. C:\bminer or /home/bminer)
      • Edit mine_zhash.bat (mine_zhash.sh on Linux) and change the address to the desired Zhash address that Bminer mines towards.
      • Open command line prompt and run mine_zhash.bat (mine_zhash.sh).

      To mine BitcoinZ on 2miners.com:

      • Download and extract Bminer into a folder (e.g. C:\bminer or /home/bminer)
      • Edit mine_equihash1445.bat (mine_equihash1445.sh on Linux) and change the address to the desired BitcoinZ address that Bminer mines towards and specify PERS to be BitcoinZ.
      • Open command line prompt and run mine_equihash1445.bat (mine_equihash1445.sh).

      To mine Ethereum on ethermine.org:

      • Download and extract Bminer into a folder (e.g. C:\bminer or /home/bminer)
      • Edit mine_eth.bat (mine_eth.sh on Linux) and change the parameters according to https://www.bminer.me/references/.
      • Open command line prompt and run mine_eth.bat (mine_eth.sh).

      To dual mine Ethereum and Decred:

      • Download and extract Bminer into a folder (e.g. C:\bminer or /home/bminer)
      • Edit mine_eth_dcr.bat (mine_eth_dcr.sh on Linux) and change the parameters according to https://www.bminer.me/references/.
      • Open command line prompt and run mine_eth_dcr.bat (mine_eth_dcr.sh).

      To dual mine Ethereum and Verge:

      • Download and extract Bminer into a folder (e.g. C:\bminer or /home/bminer)
      • Edit mine_eth_xvg.bat (mine_eth_xvg.sh on Linux) and change the parameters according to https://www.bminer.me/references/.
      • Open command line prompt and run mine_eth_xvg.bat (mine_eth_xvg.sh).

      To mine [Bytom] on [f2pool]:

      • Download and extract Bminer into a folder (e.g. C:\bminer or /home/bminer)
      • Edit mine_btm.bat (mine_btm.sh on Linux) and change the parameters according to https://www.bminer.me/references/.
      • Open command line prompt and run mine_btm.bat (mine_btm.sh).

      To Mine Aeternity (AE)
      • The following section describes a few sample usages of mining Aeternity (AE). There are a few things that need to be customized for your own usages:
      • Substitute ak_27we6r5KVGpErVGedqFByq2GAEYrUP39G51jnadMRrDux1YDay with your own AE address.
      • Substitute worker to your worker name.
      • Bminer currently provides supports for mining AE. For example:
      • bminer -uri aeternity://ak_27we6r5KVGpErVGedqFByq2GAEYrUP39G51jnadMRrDux1YDay.worker@ae.f2pool.com:7898

      Dual mining for Ethereum (ETH) and Bytom (BTM)

      • The following section describes a few sample usages of dual mining mode. For example, within dual mining mode, Bminer can mine ETH&BTM.
      • There are a few things that need to be customized for your own usages:
      • Substitute 0xb76d43eAaB2e905028a7f0F3aF13C7A84c477B9f with your own ETH address.
      • Substitute bm1qwz608eyepxamh624xclx4rf05drvsrvuq9p7nc with your own BTM address.
      • Substitute worker with your worker name.
      • Bminer supports mining Tensority coins as a secondary coin, such as Bytom (BTM). By default, Bminer automatically tunes the dual mining mode to get the best performance. You can also tweak the intensity of mining ETH by setting the option -dual-intensity to either 2 or 3. Here is one example:
      • bminer -uri ethproxy://0xb76d43eAaB2e905028a7f0F3aF13C7A84c477B9f.worker@eth.f2pool.com:8008 -uri2 tensority://bm1q4fcqllxe0k05utju0r8uyd9ysm3y8tdu6al6ta.worker@btm.f2pool.com:9221 -dual-intensity 2
      • Please note that primary uri has to be a valid Ethereum scheme and secondary uri has to be a valid Bytom scheme.
      To Mine Beam (BEAM)
      • The following section describes a few sample usages of mining BEAM (BEAM). There are a few things that need to be customized for your own usages:
      • Substitute 3a13205ec464807c9400f0fde8d56ac49da03bb3812055f08844fe2eaf0b9166 with your own BEAM address.
      • Substitute worker to your worker name.
      • Bminer currently provides supports for mining BEAM. For example:
      • bminer -uri beam+ssl://3a13205ec464807c9400f0fde8d56ac49da03bb3812055f08844fe2eaf0b9166.worker@beam.sparkpool.com:2222

      Please see https://www.bminer.me for advanced usages, APIs and updates.
      Please find frequently asked questions and answers by visiting https://www.bminer.me/faq/.

      Downloads


      Release notes
      11.4.0

        • Experimental support mining beam with  AMD cards

        11.3.0

          • Improve the performance of Aeternity for 6GB cards
          • Support mining beam over beepool
          • Output solution/s instead of nounce/s when mining beam

          11.2.0

          • Experimental support for Beam.

          11.1.0

          • Experimental support for Aeternity.

          11.0.0

          • Support ETH/BTM dual mine.

          10.7.0

          • Fix `-devices value` option bug in 10.6.0.
          • Fix a bug in `GET /api/v1/status/device` api.

          10.6.0

          • Require CUDA 9.2 or above for this version.
          • Substantially increase BTM mining speed, e.g. 4650H/s on 1080Ti now.

          10.5.0

          • Require CUDA 9.2 or above for this version.
          • Substantially increase BTM mining speed, e.g. 4500H/s on 1080Ti now.
          • Maximum temperature is monitored more precisely.
          • Support BTG mining on zhash.pro pool.


          10.4.0

          • Add `-pers auto` option to support pools (e.g. zergpool.com) to automatically switch personalization string for equihash144,5 mining.

          10.3.0

          • Make API robust and accessible even when GPUs are hung.
          • Support ethproxy protocol pools, such as dwarfpool, to display worker names.

          10.2.0

          • Support all the other Equihash 144,5 based coins besides BTG, using equihash1445 scheme and -pers config.

          10.1.0

          • Fix performance regression in BTM mining.

          10.0.0

          • Support mining Zhash (Equihash with parameter set 144,5) based coins.
          • Substantially increase BTM mining speed again (up to another 30%).
          • Support reported hashrate feature on ETH pools.

          9.1.0

          • Substantially increase BTM mining speed (up to 30%).
          • Fix editing problems of .bat files on windows.
          • Add scheme suggestions in scripts for ETH mining.

          9.0.0

          • Experimental support for mining Bytom (BTM).
          • Optimize the performance of automatic tuning in dual mining mode.
          • Start REST APIs much faster than previous versions.
          • Improve compatibility of mining Ethereum on Nicehash pool.

          8.0.0

          • Support a dual mining mode for Ethereum (ETH, Ethash) and Decred (DCR, blake14r) / Verge (XVG, blake2s) without affecting Ethereum mining performance.
          • Automatically tune mining performance in dual mining mode.
          • Support dual mining mode in launcher and dashboard GUI.
          • Add scripts to download third party software OhGodAnETHlargementPill to improve Ethereum mining performance on GTX 1080/1080Ti.
          • Introduce new REST APIs to display stratum/solver/device status.

          7.0.0

          • Experimental support for mining Ethereum.
          • Various usability improvements on the launcher GUI.
          • Create a lite distribution without the launcher GUI.

          6.1.0

          • Fix potential regression caused by 6.0.0 for GPUs mounting on risers.
          • Improve mining algorithm stability.

          6.0.0

          • Failover server supports. Supply multiple uris (separated by commas) via the -uri option to enable the failover support.
          • A launcher GUI for Windows.
          • Reduce reject rate caused by stale shares.
          • 0.3-0.5% performance improvement depending on card models.
          • Fix inaccurate metrics at the start of Bminer.
          • Reduce CPU usage the start of bminer.
          • Support miner.reconnect().
          • Experimental support for miningrigrentals.
          • A new option -no-runtime-info to disable runtime information collection.

          5.5.0

          • Show the fan speed in both console and UI.
          • Fix compatibility issues for pool.miningspeed.com.
          • Fix a bug that causes Bminer fails to start on Windows under some configuration.

          5.4.0

          • Fix a reconnection issue in the network layer.
          • Show additional statistics in console.
          • Allow cross-domain requests to access the API.
          • Fix the compatibility issue with docker.
          • Introduce the option `-share-check` to make the time of recovering from no accepted shares configurable.

          5.3.0

          • Experimental support for EthOS / Ubuntu 14.04.
          • Support AMD K10 CPUs.
          • Automatically restart hanged network connections.
          • Improve compatibilities with mining rigs with more than 8 cards.

          5.2.0

          • Introduced the option -logfile to append the logs into a file.
          • Minor optimization on Windows for cards that are mounted on the risers.
          • Improve compatibility for NiceHash.

          5.1.0

          • Support NiceHash.
          • Fix unstable network connections in 5.0.0.
          • Fix performance regressions for 1080Ti under Linux.

          5.0.0

          • Minor performance improvement for GTX 1060.
          • Fixed performance regressions in 4.0.0 on Windows.
          • Optimization on the networking layer.
          • Show GPU ID in case of hardware errors.
          • Introduced the option -no-timestamps which suppresses the timestamps in the logging messages.

          4.0.0

          • Minor performance improvement.
          • Support older CPUs like Core 2 Duo.
          • Support mining rigs that have more than 8 GPUs.
          • Support luckpool.org.
          • Removed the polling option.
          • Introduced the option `-max-network-failures` which allows Bminer to exit after consecutive network failures.
          • Various improvement on the UI.
          • Localization for Russian and Chinese.

          3.0.0

          • Minor performance improvement.
          • Disable CPU polling by default.
          • Introduce a Web-based dashboard.
          • Support slushpool.

          2.1.0

          • Add the -polling option to make GPU polling configurable.
          Disabling polling reduces the CPU usage but it might reduce the performance in some configurations.
          • Improve the stability of the network connections.
          • First public release for Linux.

          2.0.0

          • First public release.
          [/list][/list][/list][/list][/list]

          [2019-01-15T00:44:32+03:00] Bminer: When Crypto-mining Made Fast (v12.0.0-2911709)
          [INFO] [2019-01-15T00:44:33+03:00] Watchdog has started.
          [INFO] [2019-01-15T00:44:33+03:00] Starting miner on 6 devices
          [INFO] [2019-01-15T00:44:33+03:00] Starting the management API at 127.0.0.1:1880
          [INFO] [2019-01-15T00:44:33+03:00] Starting miner on device 0...
          [INFO] [2019-01-15T00:44:33+03:00] CUDA error DRIVER: '2' in func 'bminer::cuckoo::CuckarooSolverCuda::Initialize' line 124
          [FATA] [2019-01-15T00:44:33+03:00] Fatal cuda error in GPU 0. Terminate soon...

          [WARN] [2019-01-15T00:44:33+03:00] Miner died! It will be restarted soon...

          1070 annd 1070ti   error driver 417.22-35
          5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Profit mining calculator on: January 13, 2019, 05:10:53 AM
          I bought it for a month, I think I will prolong it, a good calculator and useful, allows many coins not to be calculated manually earlier. take, you will not regret
          6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Nvidia miner for MTP algo. FREE. OPENSOURCE on: December 28, 2018, 09:39:26 PM
          windows pls
          7  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] ęternity blockchain ∞ AE TOKEN ∞ [PoW & PoS | Oracles | Smart Contracts] on: December 10, 2018, 11:56:51 AM
          i want start mine but i dont have linux is any way to make mainnet wallet for windows ? Thanks

          Hey, please refer to this Forum thread for Windows mining.

          Thank you for supporting ęternity.

          Best regards,
          The AE Team

          C:\Users\strannik\Desktop\2342>echo ─┐╟░╜Ў╓з│╓1080ti
          ─┐╟░╜Ў╓з│╓1080ti

          C:\Users\strannik\Desktop\2342>echo ╟ы╨▐╕─╧┬├ц╡─gpu╓╕╢и╣д╫ў╧╘┐и
          ╟ы╨▐╕─╧┬├ц╡─gpu╓╕╢и╣д╫ў╧╘┐и

          C:\Users\strannik\Desktop\2342>set server=ae-pool.beepool.org:9505

          C:\Users\strannik\Desktop\2342>set wallet=ak_4tWjQH3EfPFugaGRiKMN1E8EYvydjj13J9tf34xYgA5Nv46uV

          C:\Users\strannik\Desktop\2342>set worker=qskg0

          C:\Users\strannik\Desktop\2342>set gpu=0

          C:\Users\strannik\Desktop\2342>title qskg0_0_ae-pool.beepool.org:9505

          C:\Users\strannik\Desktop\2342>qskg_ae.exe -o ae-pool.beepool.org:9505 -q ak_4tWjQH3EfPFugaGRiKMN1E8EYvydjj13J9tf34xYgA5Nv46uV.qskg0 -d 0
          =================
          ╙╔[╟с╦╔┐є╣д,www.qskg.top]▒р╥ы
          ╩╫┤╬╖в▓╝─╤├т┤ц╘┌╬╩╠т
          ╙╨╬╩╠т╟ы╡╜╟с╦╔┐є╣дQQ╚║[875358974]╗Є├█╖ф┐є│╪QQ╚║[813763190]╖┤└б
          ═╞╝Ў╩╣╙├[╟с╦╔┐є╣д],╖в╧╓╬╩╠т═и╣¤╚║┐╪╝░╩▒╥╗╝№┼·┴┐╔¤╝╢─┌║╦
          =================
          ╙├╖и:qskg_ae.exe -o ae-pool.beepool.org:9505 -q ╟о░№╡╪╓╖.┐є╣д├√ -d 0

          ╨┬╘Ў╟┐╢╚▓╬╩¤-iгм╖╢╬з1-11гм─м╚╧10гмCPU╩╣╙├┬╩╕▀
          *─┐╟░╜Ў╓з│╓╧╘┤цб▌8G╡─N┐игм8G╧╘┤ц┐и╨ш╥кWin7╗╖╛│гм╡═╙┌8G╧╘┤ц┐и╘▌╩▒╬▐╖и╩╣╙├бг

          ┐є│╪:ae-pool.beepool.org:9505
          ╟о░№:ak_4tWjQH3EfPFugaGRiKMN1E8EYvydjj13J9tf34xYgA5Nv46uV.qskg0
          =================
          ┴м╜╙┐є│╪ae-pool.beepool.org:9505...
          ┴м╜╙┐є│╪│╔╣ж
          GPU 0/2
          GeForce GTX 1070 with 8192MB @ 256 bits x 4004MHz
          ) with 50% edges, 64*64 buckets, 176 trims, and 64 thread blocks.
          ╖╓┼фGPU─┌┤ц,3019898880)╖╓┼ф─┌┤ц╩з░▄(6),╜Ў╓з│╓1080ti,╚ч╣√╩╟1080ti╟ы│в╩╘╘Ў╝╙╨щ─т─┌┤ц

          C:\Users\strannik\Desktop\2342>pause
          Для продолжения нажмите любую клавишу . . .

          echo ДїЗ°ЅцЦ§іЦ1080ti
          echo ЗлРЮёДПВГжµДgpuЦё¶Ё№¤ЧчПФїЁ

          set server=ae-pool.beepool.org:9505
          set wallet=ak_4tWjQH3EfPFugaGRiKMN1E8EYvydjj13J9tf34xYgA5Nv46uV
          set worker=qskg0
          set gpu=0

          title %worker%_%gpu%_%server%
          qskg_ae.exe -o %server% -q %wallet%.%worker% -d %gpu%

          pause
          8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] ASTRAL (new x20r) RELEASE TODAY on: November 29, 2018, 02:42:32 AM
          windows link does not work Huh

          Sorry, now works
          why did you delete me from discord 1pool.pw ?
          9  Other / Meta / Re: I do not remember the password and email on: November 21, 2018, 01:47:47 PM
          I sent you a PM, now you will receive the email notification so long as you set to receive the email notification of PM from the forum.
          Also sent user a pm, the ball is now in his court. I will advise you log into all the email account you can remember then search for the mail informing you of our PMs


          Good luck, don't forget to update us and request to delete this account (to avoid having multiple accounts) when account recovery is successful.

          Edited:
          Based on what I got from searching time, it's impossible to delete bitcointalk forum's accounts. Abandon them is only option.
          Thanks for the correction.  Abandonment is OK.
          I found such a message in the mail, I tried to change the password, it was written that the letter was sent. but nothing happened on both mails
          http://rgho.st/65RydrksN/image.png
          10  Other / Meta / Re: I do not remember the password and email on: November 21, 2018, 01:37:34 PM
          Case is too complicated. How we believe that your own account ? People's could forgot his password, but you forgot both of them. Only way to prove ownership is sign a msg from your Bitcoin address those you already singed or used here without edit. Although you proved by sign message but there is very low chance to recover your account in fact admin is not doing lately. Then your case more complicated, so it's really difficult.

          I think you used save password since you last active recently, that's why you haven't remembered. So if is it, then you can find your password and mail from Google plus (IMO). If you used save password then obviously it should be save on your Google pulse thoes you are using currently. Search on google how to find password on google plus.


          By the way some of your post really discouraged me to help you;

          good coin
          good project
          a good coin, I like

          http://rgho.st/7 - photo sent to you in private messages .Google Chrome. would not allow me to write information there, if I did not log in to the forum.
          Before changing the window, the password came up, then apparently I got a virus and the record was stolen.
          btc address I did not specify in the profile
          My ip address is permanent and does not change. therefore, it can serve as a definition that my account is
          I had another account strannik51159 , but there they could somehow even change the mailbox.
          11  Other / Meta / I do not remember the password and email on: November 17, 2018, 05:35:25 PM
          https://bitcointalk.org/index.php?action=profile;u=1099859
          after changing the window, the password has ceased to approach the account (perhaps it was the old one in auto-complete).
          I tried to recover, but I can not find the mail on which it hangs. If you can, please send mail to this account. so that I could restore access

          84.42.23.120  I have a permanent ip address and both of these accounts have been registered on it
          Pages: [1]
          Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!