stratum-mining.git
10 years agoUpdate INSTALL reference
0xDEADFACE [Mon, 17 Feb 2014 14:22:36 +0000]
Update INSTALL

Remove database setup because it's not supported yet

10 years agoImplement novacoin mining support
MASM fan [Wed, 12 Feb 2014 21:22:57 +0000]
Implement novacoin mining support

* Add timestamp field serialization and deserialization for coinbase;
* Add empty signature field for block;
* Switch proof-of-work algorithm to scrypt;
* Add installation notes.

10 years agoMerge pull request #8 from kanzure/remove-whitespace
slush0 [Fri, 7 Feb 2014 20:28:27 +0000]
Merge pull request #8 from kanzure/remove-whitespace

Remove dangling whitespace

10 years agoremove dangling whitespace
Bryan Bishop [Thu, 9 Jan 2014 05:29:14 +0000]
remove dangling whitespace

10 years agoFixes https://github.com/slush0/stratum/issues/4
slush0 [Mon, 25 Nov 2013 02:13:13 +0000]
Fixes https://github.com/slush0/stratum/issues/4

11 years agoMerge pull request #2 from luke-jr/bugfix_sernum
slush0 [Mon, 28 Jan 2013 23:51:07 +0000]
Merge pull request #2 from luke-jr/bugfix_sernum

Bugfix: Serialized numbers are signed, so need an extra \x00 in the case of 0x80...-0xff... This was a reason for rejecting v2 blocks on testnet.

11 years agoBugfix: Serialized numbers are signed, so need an extra \x00 in the case of 0x80...
Luke Dashjr [Mon, 28 Jan 2013 21:05:57 +0000]
Bugfix: Serialized numbers are signed, so need an extra \x00 in the case of 0x80...-0xff...

Function body taken from Eloipool's bitcoin/script.py encodeUNum function (does not work for zero or negative numbers)

11 years agoMerge pull request #1 from m0mchil/fix_missing_bitcoind
slush0 [Wed, 19 Dec 2012 16:35:48 +0000]
Merge pull request #1 from m0mchil/fix_missing_bitcoind

wait for bitcoind on startup

11 years agowait for bitcoind on startup
m0mchil [Wed, 31 Oct 2012 15:53:15 +0000]
wait for bitcoind on startup

11 years agoMerge branch 'master' of github.com:slush0/stratum-mining
slush [Tue, 2 Oct 2012 16:53:17 +0000]
Merge branch 'master' of github.com:slush0/stratum-mining

11 years agoAccept ntime+1000 (necessary for using proxy & bfl rig)
slush [Wed, 19 Sep 2012 13:30:46 +0000]
Accept ntime+1000 (necessary for using proxy & bfl rig)

11 years agoContact, protocol spec
slush [Mon, 10 Sep 2012 22:25:44 +0000]
Contact, protocol spec

11 years agoAdded on_network_block hook to Share manager.
slush [Mon, 10 Sep 2012 17:43:58 +0000]
Added on_network_block hook to Share manager.
Implementation of ShareLimiter API

11 years agoModule with custom exceptions
slush [Mon, 10 Sep 2012 07:32:40 +0000]
Module with custom exceptions

11 years agoImproved exception handling of submit()
slush [Mon, 10 Sep 2012 07:23:42 +0000]
Improved exception handling of submit()
share_manager.on_submit_block() is called after on_submit_share() now

11 years agoAdded getinfo() call
slush [Mon, 10 Sep 2012 07:22:27 +0000]
Added getinfo() call

11 years ago.gitignore
slush [Mon, 10 Sep 2012 00:49:45 +0000]
.gitignore

11 years agoStart listening when mining service is ready
slush [Mon, 10 Sep 2012 00:49:21 +0000]
Start listening when mining service is ready

11 years agoAdded check to submit() if worker is authorized
slush [Mon, 10 Sep 2012 00:48:56 +0000]
Added check to submit() if worker is authorized

11 years agoAdded on_load hooks to important objects.
slush [Sun, 9 Sep 2012 22:49:49 +0000]
Added on_load hooks to important objects.
Report all rejected shares to ShareManager

11 years agoAdded log message for share above 100k
slush [Sun, 9 Sep 2012 18:29:11 +0000]
Added log message for share above 100k

11 years agoRemoved debugging call
slush [Sun, 9 Sep 2012 17:56:21 +0000]
Removed debugging call

11 years agoFixed clean_jobs flag
slush [Sun, 9 Sep 2012 16:34:58 +0000]
Fixed clean_jobs flag

11 years agoInitial commit
slush [Sun, 9 Sep 2012 15:29:50 +0000]
Initial commit

11 years agoInitial commit
slush [Sun, 9 Sep 2012 15:28:06 +0000]
Initial commit

11 years agoHelper script for ./bitcoind -blocknotify
slush [Wed, 5 Sep 2012 16:13:51 +0000]
Helper script for ./bitcoind -blocknotify

11 years agoMerge branch 'master' of github.com:slush0/stratum-mining
slush [Tue, 4 Sep 2012 14:21:41 +0000]
Merge branch 'master' of github.com:slush0/stratum-mining

11 years agoLicensed on AGPL3
slush [Tue, 4 Sep 2012 14:21:11 +0000]
Licensed on AGPL3

11 years agofirst commit
slush [Tue, 4 Sep 2012 14:15:55 +0000]
first commit