Coder Social home page Coder Social logo

Comments (12)

sheepchen avatar sheepchen commented on May 14, 2024

to info:
The error is reproducible (obviously).
The old system (xmr-stak-nvidia and xmr-stak-cpu side by side) works fine.
Ubuntu Server 17.04

from xmr-stak.

psychocrypt avatar psychocrypt commented on May 14, 2024

from xmr-stak.

sheepchen avatar sheepchen commented on May 14, 2024

Yea, no problem. If you need any more data just say it. At the moment I run the old programs, but I leave the xmr-stack binary (+src) on server. I am an developer by myself (C#) so I now how hard it is to program an program that must run on all different systems (OS and hardware).

So if you need an testsubject I am your man ;P.

Where should I put future feature-requests? In the ‚old‘ (splitted) reposetories or in this new one?

from xmr-stak.

psychocrypt avatar psychocrypt commented on May 14, 2024

from xmr-stak.

sheepchen avatar sheepchen commented on May 14, 2024

I would like to test this version. However, I am not so familiar with GIT. I am only registered at GIT to follow this project. on the main page (https://github.com/fireice-uk/xmr-stak) is only #72 available. How can I get the sources of #76?
Or do I have to download all changed files (#76) and exchange them manually in the source code? That seems a bit awkward to me. But if that's the only way, I will.

from xmr-stak.

psychocrypt avatar psychocrypt commented on May 14, 2024

from xmr-stak.

sheepchen avatar sheepchen commented on May 14, 2024

First now the binary works fine (Build #76 on ubuntu server). But I get worse results than with the standalone programs.
(look at GPUs)

note for all tests. GPU 0 & 1 are only xmr-stak-*. GPU 2 & 3 run also ffmpeg.

xmr-stak

config:

"cpu_threads_conf" :
[
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 2 },
],

"gpu_threads_conf" :
[
  // gpu: GeForce GTX 1060 3GB architecture: 61
  //      memory: 831/3013 MiB
  { "index" : 0,
    "threads" : 12, "blocks" : 27,
    "bfactor" : 0, "bsleep" :  0,
    "affine_to_cpu" : false,
  },
  // gpu: GeForce GTX 1060 3GB architecture: 61
  //      memory: 831/3013 MiB
  { "index" : 1,
    "threads" : 12, "blocks" : 27,
    "bfactor" : 0, "bsleep" :  0,
    "affine_to_cpu" : false,
  },
  // gpu: GeForce GTX 1060 3GB architecture: 61
  //      memory: 831/3013 MiB
  { "index" : 2,
    "threads" : 12, "blocks" : 27,
    "bfactor" : 0, "bsleep" :  0,
    "affine_to_cpu" : false,
  },
  // gpu: GeForce GTX 1060 3GB architecture: 61
  //      memory: 831/3013 MiB
  { "index" : 3,
    "threads" : 12, "blocks" : 27,
    "bfactor" : 0, "bsleep" :  0,
    "affine_to_cpu" : false,
  },
],

Running several hours.

HASHRATE REPORT
| ID | 10s | 60s | 15m | ID | 10s | 60s | 15m |
| 0 | 387.6 | 387.4 | 386.4 | 1 | 307.9 | 307.5 | 306.6 |
| 2 | 203.7 | 196.4 | 200.3 | 3 | 206.1 | 211.0 | 207.7 |
| 4 | 20.4 | 20.3 | 20.5 | 5 | 18.3 | 18.3 | 18.8 |
| 6 | 19.7 | 20.0 | 20.3 |

Totals: 1163.6 1160.8 1160.6 H/s
Highest: 1330.0 H/s

xmr-stak-cpu

config:

"cpu_threads_conf" :
[
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1 },
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 2 },
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 3 }
],

HASHRATE REPORT
| ID | 2.5s | 60s | 15m | ID | 2.5s | 60s | 15m |
| 0 | 22.4 | 21.0 | (na) | 1 | 26.6 | 26.2 | (na) |
| 2 | 17.2 | 15.9 | (na) |

Totals: 66.1 63.1 (na) H/s
Highest: 69.4 H/s

xmr-stak-nvidia

config:

"gpu_threads_conf" :
 [
     { "index" : 0, "threads" : 16, "blocks" : 64, "bfactor" : 8, "bsleep" : 5, "affine_to_cpu" : true },
     { "index" : 1, "threads" : 16, "blocks" : 64, "bfactor" : 8, "bsleep" : 5, "affine_to_cpu" : true },
     { "index" : 2, "threads" : 16, "blocks" : 64, "bfactor" : 8, "bsleep" : 5, "affine_to_cpu" : true },
     { "index" : 3, "threads" : 16, "blocks" : 64, "bfactor" : 8, "bsleep" : 5, "affine_to_cpu" : true }
 ],

HASHRATE REPORT
| ID | 10s | 60s | 15m | ID | 10s | 60s | 15m |
| 0 | 426.0 | 425.8 | (na) | 1 | 424.2 | 424.2 | (na) |
| 2 | 317.5 | 327.0 | (na) | 3 | 316.5 | 325.6 | (na) |

Totals: 1484.2 1502.5 (na) H/s
Highest: 1537.1 H/s

If I copy config from xmr-stak-cpu and xmr-stak-nvidia into desired xmr-stak-configfiles the following happend:


xmr-stak 2.0.0-predev mining software.
Based on CPU mining code by wolf9466 (heavily optimized by fireice_uk).
NVIDIA mining code was written by KlausT and psychocrypt.
Brought to you by fireice_uk and psychocrypt under GPLv3.

Configurable dev donation level is set to 2.0 %

You can use following keys to display reports:
'h' - hashrate
'r' - results
'c' - connection

[2017-10-29 14:36:40] : Start mining: MONERO
[2017-10-29 14:36:40] : Starting NVIDIA GPU thread 0, no affinity.
[2017-10-29 14:36:40] : Starting NVIDIA GPU thread 1, no affinity.
[2017-10-29 14:36:40] : Starting NVIDIA GPU thread 2, no affinity.
[2017-10-29 14:36:40] : Starting NVIDIA GPU thread 3, no affinity.
[2017-10-29 14:36:40] : Starting single thread, affinity: 1.
[2017-10-29 14:36:40] : hwloc: memory pinned
[2017-10-29 14:36:40] : Starting single thread, affinity: 2.
[2017-10-29 14:36:40] : hwloc: memory pinned
[2017-10-29 14:36:40] : Starting single thread, affinity: 3.
[2017-10-29 14:36:40] : hwloc: memory pinned
[2017-10-29 14:36:40] : Connecting to pool pool.supportxmr.com:5555 ...
[2017-10-29 14:36:40] : Connected. Logging in...
[2017-10-29 14:36:40] : Difficulty changed. Now: 5000.
[2017-10-29 14:36:40] : Pool switched.
[CUDA] Error gpu 2: </work/Monero/xmr-stak/src/76/xmr-stak-fix-winCompilerAndAeon/xmrstak/backend/nvidia/nvcc_code/cuda_extra.cu>:203
terminate called after throwing an instance of 'std::runtime_error'
what(): [CUDA] Error: out of memory
Abgebrochen (Speicherabzug geschrieben)
root@mpm01:/work/Monero/xmr-stak#

from xmr-stak.

sheepchen avatar sheepchen commented on May 14, 2024

This is standard with my current setup.
The GPUs get 425 H/s or ~340 if ffmpeg is running in background. (~1530)
But with xmr-stak I only get 387.6, 307.9, 203.7, 206.1 (~1100)

XMR-GPU
status: running
GPU 0: 425.8 H/s / 57°C / 57.90 W / 23 Tx MB / 62 Rx MB
GPU 1: 425.5 H/s / 63°C / 62.80 W / 19 Tx MB / 48 Rx MB
GPU 2: 340.5 H/s / 62°C / 60.22 W / 46 Tx MB / 267 Rx MB
GPU 3: 344.7 H/s / 56°C / 54.61 W / 45 Tx MB / 307 Rx MB
GPU Total: 1536.5 H/s

XMR-CPU
status: running
Temp: 58 °C
CPU Total: 53.3 H/s

Total: 1589.8 H/s
1 Monero in €: 75.55 €
€ per day: 2.2293 €

from xmr-stak.

psychocrypt avatar psychocrypt commented on May 14, 2024

from xmr-stak.

psychocrypt avatar psychocrypt commented on May 14, 2024

from xmr-stak.

sheepchen avatar sheepchen commented on May 14, 2024

forget it. Problem was that i killed the xmr-stak-nvidia but even if the process-ID was invalid the GPU-RAM wasnt freed. after flushing the hole PCI-bus and restarting xmr-stak everything works fine. This version (#76) is good.

The results are better, too.

HASHRATE REPORT
| ID | 10s |  60s |  15m | ID | 10s |  60s |  15m |
|  0 | 426.0 | 425.2 | (na) |  1 | 419.8 | 424.8 | (na) |
|  2 | 386.9 | 333.2 | (na) |  3 | 323.3 | 338.2 | (na) |
|  4 | 22.7 | 21.1 | (na) |  5 | 24.0 | 22.2 | (na) |
|  6 | 25.6 | 21.1 | (na) |
-----------------------------------------------------
Totals:   1628.3 1585.8 (na) H/s
Highest:  1615.8 H/s

The 'autosuggestion' was way off, but with my handwritten config the values are similar to the standalone programs.

from xmr-stak.

psychocrypt avatar psychocrypt commented on May 14, 2024

from xmr-stak.

Related Issues (20)

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.