-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new #23
Open
jaam1
wants to merge
84
commits into
lucasjones:master
Choose a base branch
from
OhGodAPet:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
new #23
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Minor optimizations
Segfault and compilation error on OSX10.9 and FreeBSD 10 with clang
JSON-RPC 2 tcp support
…for one can't even return anything other than success unless you give it fucked args.
…x_aes_ni() entirely. Replaced with a FAR better hardware implementation.
…for share validation, but faster share validation means less stales!
…e optimizations to README.md.
…nvolved are aligned by at least 16 bytes.
…udo_round_mut() and wrote functions that are a lot more friendly to parallel execution. One with a xor operation, and one without, but with a copy operation.
…ge fucker we execute 0x80000 times every hash.
…king autotools fix the optimization level at O2 and add debug info. Fixed that.
…ibcurl.m4 somewhere where the autotools can find it.
…. I think it's more proper now, based on my limited understanding of the autotools from reading the docs for the past half hour.
…to disable AES-NI, and split cryptonight.c into four files - a header, functions common to both implementations, the AES-NI implementation, and the slow implementation. Also moved AES-NI specific asm to its own file.
…refetching added to AES-NI implementation.
…at in there because it looked like a good idea without testing, because it really sucks ass.
…recking stratum for any other algo.
…ng to stdout is slow. Also moved a divide out of the thread function, as divides are ouch slow.
…s to be used for the moment, though.
…om the help text.
…ilt for AES-NI and the miner doesn't have it. The check is obviously omitted when using the non-AES-NI implementation.
… for some time - also did a LOT of code cleaning.
…lock() that should be available on Linux, but aren't on some broken OSes.
Increased timeout to 5 minutes to get rid of disconnects if there are no blocks in a network for 2 minutes. Clean way to handle this issue instead of cheating on pool side with stupid job retransmission.
No more stratum connection interruption.
Increase timeout to 600 for upcoming fork
add some extra documentation and a sample command line
Add a message stating that cpuminer-multi won't be maintained.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
new