Skip to content
#

cryptonight

Here are 110 public repositories matching this topic...

kotval
kotval commented Apr 7, 2020

Describe the bug
Build Instructions for Fedora are out of date

To Reproduce
Attempt to build form source on Fedora 31

Expected behavior
Build successfully

Required data

  • Miner log as text or screenshot N/A
  • Config file or command line (without wallets) N/A
  • OS: Fedora 31
  • For GPU related issues: information about GPUs and driver version. N/A

**Additional

Misery42
Misery42 commented Sep 4, 2018

I installed cuda_9.2.148.1_windows.exe

Step: Edit host_config.h
Open file C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\include\crt\host_config.h and change line 131 to:

#if _MSC_VER < 1600 || _MSC_VER > 1999

This step is not possible. The path C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\include\crt does not exist!

Commandline output:
...
CMake Error at C:/Prog

UnclWish
UnclWish commented Jan 18, 2018

Look at log and you understand the issue:

2018-01-18 03:44:53.4938 [12] Device #2 submitted a share.
2018-01-18 03:44:53.4938 [12] Device #2 (CryptoNight): 259,03 h/s
2018-01-18 03:44:53.6608 [10] Received new job: 2qBzFewhL+KBVN/URyZrs4GXK2SK
2018-01-18 03:44:53.7284 [10] Share rejected: Low difficulty share

2018-01-18 03:44:58.0849 [9] Device #1 (CryptoNight): 477,37 h/s
2018-01-

dotnwat
dotnwat commented Feb 27, 2017
docker run -v /home/nwatkins/src/xmr-proxy:/src trzeci/emscripten:sdk-tag-1.37.3-64bit emcc -Wall -O2 -o groestl.js.o groestl.c
skein.c: In function ‘Skein_256_Final’:
skein.c:1371:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   ((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
   ^
skein.c: In function ‘S

Improve this page

Add a description, image, and links to the cryptonight topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cryptonight topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.