xmr-stak | Free Monero RandomX Miner and unified CryptoNight miner | Cryptography library
kandi X-RAY | xmr-stak Summary
kandi X-RAY | xmr-stak Summary
Free Monero RandomX Miner and unified CryptoNight miner
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of xmr-stak
xmr-stak Key Features
xmr-stak Examples and Code Snippets
Community Discussions
Trending Discussions on xmr-stak
QUESTION
Trying to pull docker image of xmr-stak for my raspberry. Wondering if I'm missing something basic about the docker syntax.
...ANSWER
Answered 2018-Jan-09 at 21:30Currently xmr-stak does not support arm processors and thus won't run on a Raspberry PI.
Currently I am working on a Raspberry PI 3 optimized miner based on xmrig. It gives you about 8-9h/s without a fan. (The processor clock goes down to 600-800MHz because of the heat), I will share some details as soon as it is ready.
QUESTION
Specifically in this file
https://github.com/fireice-uk/xmr-stak/blob/master/xmrstak/backend/amd/amd_gpu/opencl/cryptonight.cl
The first line is this and the end ends with
...ANSWER
Answered 2018-Jul-11 at 00:03The format for the raw-string literals[2] is: R"delimiter( raw_characters )delimiter"
, so ===
is the delimiter in R"===(
and line 243 in your link
QUESTION
I'm currently writing a GUI for xmr-stak (www.xmrgui.com) Having some trouble getting the output from the program and basically want to grab the last 30 lines from the output text file and append them to the RichTextBox if they don't already exist. Storing the text file in memory isn't a big issue because it will be deleted every 20 min or so...at least so I think. Maybe my function is taking up too much memory or time as it is.
My only requirement is that the Sub TimerOutput_tick can process each of the 30 last lines of text from the file to run a regex on each line and that the RichTextBox does not repeat old information.
Heres my code:
...ANSWER
Answered 2018-Jan-29 at 12:21I've found a much easier solution, running the code within one function and then loading the entire text file into the richtextbox. From there its much easier to read the last ten lines individually:
QUESTION
Hi I am trying to compile a program for windows using these instructions on github. I have installed the required dependencies (VS2017, cmake, cuda 8, amd app sdk 3.0).
I have placed the required xmr-stak-dep.zip in my C:/ folder, and the command tree. does line up with what is shown. The files are all accessible.
...ANSWER
Answered 2017-Dec-06 at 04:23There is nothing wrong with your compilation. It's just that your program depends on those DLLs. Windows only looks in certain places when trying to find the DLLs that a program depends on.
This article describes how windows looks for DLLs: https://docs.microsoft.com/en-us/cpp/build/search-path-used-by-windows-to-locate-a-dll
The easiest options are to copy the openssl .dlls into the directory alongside your .exe, or to add the directory containing them to your path. The latter can be done temporarily via set PATH=C:\XMR-STAK-DEP\openssl\lib;%PATH%
(presuming the DLLs are under openssl\lib
else substitiute openssl\bin
)
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install xmr-stak
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page