- Apr 22, 2018
-
-
psychocrypt authored
- add algorithm `cryptonight_lite_v7_xor` - update documentation
-
- Apr 19, 2018
-
-
ZedPea authored
-
- Apr 18, 2018
-
-
psychocrypt authored
-
psychocrypt authored
- fix dev pool algorithms - add note to `pools.tpl` - remove pool suggestion
-
Ran Ding authored
-
- Apr 17, 2018
-
-
Brian Oates authored
Official Announcement: https://intensecoin.com/2018/04/16/imminent-hard-fork-and-network-attack/
-
psychocrypt authored
remove fork version for sumokoin and monero7
-
psychocrypt authored
- allow the dev pool to fork on a different block version than the user descriped coin All algorithm are centered around the user coin description. It is allowed to have two two different coin algorithms in the user coin description. It is only allowed to use algorithms for the dev pool coin description those are used in the user coin description. There are two ways to define a non forking coin. - set both user coin algorithm descriptions to the same algorithm and set version to zero - set the first algorithm in the user coin description to something you like to use in the dev pool and set the second algorithm to the correct representation of the coin. Set the version to 255. This will allow that the dev pool can mine on a different coin algorithm than the not forking user coin. Do not use an algorithm with different scratchpad size for the dev pool.
-
- Apr 14, 2018
-
-
psychocrypt authored
- expose cryptonight_lite_v7, cryptonight_heavy and cryptonight_v7 - remove cryptonight_lite
-
Jason Rhinelander authored
Graft is forking soon, with updated software released yesterday, to what will be v8 in Graft (current Graft cryptonight algorithm is graft v7). This commit updates the `graft` algorithm to recognize the fork and switch algorithms. Fork annoucement: https://www.graft.network/2018/04/12/patch-1-1-1-released-major-network-update-block-65110/
-
- Apr 05, 2018
-
-
ridd84 authored
-
- Apr 04, 2018
-
-
havenprotocol authored
-
- Apr 02, 2018
-
-
psychocrypt authored
-rename `mining_fork_height` to `*_version`
-
- Apr 01, 2018
-
-
psychocrypt authored
-
psychocrypt authored
- add `fork_height` to currency - refactor algorithm selection
-
- Mar 27, 2018
-
-
psychocrypt authored
- add new pow for AEON - fix missing cryptonight-heavy selection for multi hashes
-
- Mar 25, 2018
-
-
psychocrypt authored
fix #1202
-
xmr-stak-devs authored
Co-authored-by:
psychocrypt <psychocryptHPC@gmail.com> Co-authored-by:
fireice-uk <fireice-uk@users.noreply.github.com> Co-authored-by:
Lee Clagett <code@leeclagett.com> Co-authored-by:
curie-kief <curie-kief@users.noreply.github.com>
-
- Feb 10, 2018
-
-
fireice-uk authored
-
- Dec 25, 2017
-
-
fireice-uk authored
-
- Dec 08, 2017
-
-
Unknown authored
Fix CLI option start + make cli option pool into an added pool with top priority ithinstead of overwrite
-
- Nov 20, 2017
-
-
Lev Serebryakov authored
This change fix #177 and compiler warning too.
-
- Nov 16, 2017
-
-
Unknown authored
Remove whitespace lines
-
- Nov 15, 2017
-
-
fireice-uk authored
* CONF_NO_TLS fix * gpu error fix + always return to sched after pin
-
- Nov 14, 2017
- Nov 10, 2017
-
-
fireice-uk authored
-
- Nov 09, 2017
-
-
fireice-uk authored
* Multi-pool first draft * Fix wspace from new IDE * Better TLS error message * Fix TLS bug * Don't put dev pool on stats + pool change-back * bug fixes * Error message work * fix win build * add per-pool nicehash setting * Fix bugs * rm debug msg * Multipool guided setup * Support TLS and Nicehash in config * prelim jconf changes * final multipool changes * increase default retry_time to 30, fix mac erro * rm debug dev pool settings * Fix another source of connect runaway
-
- Oct 29, 2017
-
-
Alessandro Da Rugna authored
Added the option to forcefully flush STDOUT, which may be useful when running the miner through a pipe instead than a shell. If STDOUT is a shell, it's unbuffered by default. If STDOUT is a pipe, it's buffered by default.
-
- Oct 27, 2017
-
-
psychocrypt authored
- fix that currency selection is not called (in cli-miner.cpp) - fix guard to prevent wrong currency selection if compiled for monero or aeon only
-
psychocrypt authored
- rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive
-
psychocrypt authored
- cli-miner.hpp: - add option `--currency` - add guided start section - config.tpl: add value `currency` - params.hpp: add value to store the selected currency - executor.hpp: add dev pool address
-
- Sep 30, 2017
-
-
psychocrypt authored
-
psychocrypt authored
-
psychocrypt authored
- move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp`
-
psychocrypt authored
Use command line poolname, password and username if defined
-
psychocrypt authored
- pass all singletons into the backend libraries - move some cpu config features from the cpu config file to the global config.txt - add global jconf to the xported singleton list
-
psychocrypt authored
- fix broken windows support
-
psychocrypt authored
- add config file editor - move telemetry out of minethd
-
- Jul 12, 2017
-
-
fireice-uk authored
-