Giter VIP home page Giter VIP logo

xmrigcc-amd's People

Contributors

bendr0id avatar d3c0d3d avatar deadmanwalkingto avatar djfinch avatar junglecatsw avatar kwaaak avatar schernykh avatar vtnerd avatar xmrig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

xmrigcc-amd's Issues

Fork coming today

Are you able to merge in the latest xmrig-amd? There are fixes and stuff needed in prep for the fork.

error

  • ABOUT XMRigCC-AMD/1.9.3 (based on XMRig) MSVC/2017 (RELEASE with TLS)
  • LIBS libuv/1.23.0 OpenCL/2.0 OpenSSL/1.1.0f microhttpd/0.9.59
  • CPU Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz x64 AES
  • ALGO cryptonight/rwz, donate=5%
  • POOL #1 graft.westcoastxmr.ca:3333 variant rwz
  • API BIND 0.0.0.0:1000
  • COMMANDS hashrate, pause, resume
    [2019-11-06 07:42:14] Please configure CC-Url and restart. CC feature is now deactivated.
    [2019-11-06 07:42:14] compiling code and initializing GPUs. This will take a while...
    [2019-11-06 07:42:14] found AMD platform index: 0, name: Advanced Micro Devices, Inc.
    [2019-11-06 07:42:14] found OpenCL GPU: AMD Radeon RX 5700 XT (gfx1010), cu: 20
    [2019-11-06 07:42:14] #00, GPU #00 AMD Radeon RX 5700 XT (gfx1010), i:960 (8/256), si:1/2, u:8, cu:20
    [2019-11-06 07:42:14] 1.88/3.95/8 GB
    [2019-11-06 07:42:15] GPU #0 compiling...
    1 error generated.
    [2019-11-06 07:42:16] Error CL_BUILD_PROGRAM_FAILURE when calling clBuildProgram.
    Build log:
    Error: Failed to compile opencl source (from CL to LLVM IR).

[2019-11-06 07:42:16] Failed to start threads.

How to configure CC-Url ?

How I do in order to configure CC-Url ?
Please configure CC-Url and restart. CC feature is now deactivated.

# ./xmrigDaemon-amd 
 * ABOUT        XMRigCC-AMD/1.8.14 (based on XMRig) gcc/7.3.0 (RELEASE with TLS)
 * LIBS         libuv/1.24.0 OpenCL/2.0 OpenSSL/1.0.2q microhttpd/0.9.60 
 * CPU          AMD Ryzen 7 2700X Eight-Core Processor          x64 AES
 * ALGO         cryptonight, donate=1%
 * POOL #1      pool.monero.hashvault.pro:3333 variant auto
 * API BIND     0.0.0.0:3333
 * COMMANDS     hashrate, pause, resume
[2019-02-14 02:39:32] Please configure CC-Url and restart. CC feature is now deactivated.
[2019-02-14 02:39:32] compiling code and initializing GPUs. This will take a while...
[2019-02-14 02:39:32] found AMD platform index: 0, name: Advanced Micro Devices, Inc.
[2019-02-14 02:39:32] #00, GPU #00 Radeon RX 580 Series (Ellesmere), i:864 (8/256), si:2/2, u:8, cu:36
[2019-02-14 02:39:32]              1.68/3.95/7 GB
[2019-02-14 02:39:32] #01, GPU #00 Radeon RX 580 Series (Ellesmere), i:864 (8/256), si:2/2, u:8, cu:36
[2019-02-14 02:39:32]              1.68/3.95/7 GB
[2019-02-14 02:39:33] use pool pool.monero.hashvault.pro:3333  207.148.8.9 
[2019-02-14 02:39:33] new job from pool.monero.hashvault.pro:3333 diff 15000 algo cn/2
[2019-02-14 02:39:54] accepted (1/0) diff 15000 (169 ms)
[2019-02-14 02:40:00] new job from pool.monero.hashvault.pro:3333 diff 16650 algo cn/2
[2019-02-14 02:40:05] accepted (2/0) diff 16650 (122 ms)
[2019-02-14 02:40:36] speed 10s/60s/15m 649.4 649.5 n/a H/s max 649.5 H/s

This version of 1.6.5-beta4 error

This version of 1.6.5-beta4 has reported the error in starting mining after suspending mining.
rejected (69/) diff 15000 Duplicate share

Latest version broke xmrig api

Either you removed it, or it no longer is working. I have an xmrig-amd api port defined I'm using a scripts for gathering information, the port is no longer being made active after updating to the latest version; no other changes to the system.

The reboot program will fail

XmrigCC-amd remotely restarts at work. There will be time to die. No initialization procedure has been reinitialized.

I come to China and I can't speak English. If I use Baidu translate, if it is not accurate enough, please forgive me.

CC disabled when API field missing in config, pool-side TLS not working

Hi Ben,

Thank you, currently testing on OSX. Two issues spotted:

  1. pool-side TLS is not working ATM, "use-tls": false option in pool seems to be ignored. TLS against CC-Server works. Yes, miner-side was compiled with TLS support.

  2. I don't want to use build-in API so below field was removed from config (cause API port is "0" so I thought it's not needed there). However, after that CC-Server connection is not working anymore. Revert back to below fixed this. Yes, miner-side was compiled with API support.

  "api": {
    "port": 0,
    "access-token": null,
    "worker-id": null,
    "ipv6": false,
    "restricted": true
  },

WITHOUT API FIELD
image

WITH API FIELD
image

OpenCL Loader is not working on OSX

Hi Ben,

This issue, xmrig#155.

xmrig removed #ifdef __APPLE__ conditions so compiler is trying to include Khronos OpenCL instead of Apple's built-in ones and they seems to be incompatible there. I'm somehow able to fix sourcecode to reuse Apple's OpenCL again but i'm not able to create dynamic lib to use with xmrig from them (.dylib like .dll/.so). Funny workaround is using amd backend dylib created by xmrstak, but... Any idea?

Configure CC-URL and Restart

I can CPU version of XMRig working perfectly, however I cannot get the AMD version to connect to any server that I setup I get the following error
Configure CC-URL and Restart CC Feature is now deactivated

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.