cryptonight
Here are 110 public repositories matching this topic...
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
-
Updated
Mar 21, 2019 - C
-
Updated
Oct 29, 2019 - Go
TLS instructions?
- Can someone write some instructions in the wiki to set up TLS with a self signed certificate on ubuntu?
this other wiki page about tls seems unnecessary now: https://github.com/xmrig/xmrig-proxy/wiki/TLS
-
Updated
Nov 27, 2019 - C++
-
Updated
Jun 2, 2020 - JavaScript
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-
-
Updated
Apr 3, 2018 - Python
-
Updated
Jul 4, 2020 - C++
-
Updated
Feb 2, 2020 - Go
-
Updated
Jul 4, 2020 - JavaScript
-
Updated
Jul 2, 2020 - CSS
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
-
Updated
Apr 17, 2020 - C++
-
Updated
Jan 31, 2020 - C++
-
Updated
Nov 27, 2018 - HTML
-
Updated
May 10, 2018 - C++
-
Updated
Jun 16, 2020 - JavaScript
Prerequisite: DB Implementation
Instead of utilizing ring confidential transaction (hiding information),
We should think about using statistics to make it more difficult to trace and pinpoint txs.
Here we see the pretty amounts for making outputs. From our blockchain history, the
-
Updated
May 11, 2018 - C
-
Updated
Jun 30, 2020 - C
-
Updated
Oct 29, 2017 - HTML
-
Updated
Dec 3, 2019 - Go
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Jun 22, 2020 - C
Improve this page
Add a description, image, and links to the cryptonight topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cryptonight topic, visit your repo's landing page and select "manage topics."
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
**Additional