aboutsummaryrefslogtreecommitdiff
path: root/src/miner
Commit message (Collapse)AuthorAgeFilesLines
* removed simpleminerRiccardo Spagni2016-09-035-539/+0
|
* Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-211-1/+0
| | | | | | Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
* Print stack trace upon exceptionsmoneromooo-monero2016-03-191-0/+1
| | | | Useful for debugging users' logs
* Need to link boost::chrono in more places nowHoward Chu2016-03-111-0/+1
|
* move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero2016-02-221-1/+0
| | | | | This avoids the need to define that variable in every program which uses epee.
* updated copyright yearRiccardo Spagni2015-12-315-5/+5
|
* 2014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero2015-02-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | new update of the pr with network limits more debug options: discarding downloaded blocks all or after given height. trying to trigger the locking errors. debug levels polished/tuned to sane values. debug/logging improved. warning: this pr should be correct code, but it could make an existing (in master version) locking error appear more often. it's a race on the list (map) of peers, e.g. between closing/deleting them versus working on them in net-limit sleep in sending chunk. the bug is not in this code/this pr, but in the master version. the locking problem of master will be fixed in other pr. problem is ub, and in practice is seems to usually cause program abort (tested on debian stable with updated gcc). see --help for option to add sleep to trigger the error faster.
* year updated in licenseRiccardo Spagni2015-01-025-5/+5
|
* cmake: fix up link linesBen Boeckel2014-10-241-0/+1
|
* cmake: support 2.8.7Ben Boeckel2014-10-241-1/+1
| | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
* cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
|
* cmake: refactor common code with executablesBen Boeckel2014-10-231-18/+1
|
* cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+66
| | | | | This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit).
* License updated to BSD 3-clausefluffypony2014-07-234-13/+116
|
* 20s timeout for zone117x poolmonero-project2014-05-121-1/+1
|
* Update simpleminer.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo2014-05-111-2/+2
| | | | 1. Modified connection timeout from 1 second to 10 seconds 2. Modified behavior to retry instead of exiting when the miner fails to get a new job
* initial [broken] updatemydesktop2014-05-032-3/+19
|
* moved all stuff to githubAntonio Juarez2014-03-034-0/+364