pool/stratum
phm87 2bc3ba7965 stratum: DSR masternodes (#184)
https://bitcointalk.org/index.php?topic=2272607.msg23083239#msg23083239

Masternode payments enabled.

getblocktemplate:
"masternode": {
"payee": "D5rbtUcYuyDPdFpotGBvzoGjt9z81QoKpj",
"script": "76a91407d98dac0453c81cc78e7b0c834a574894d1afc388ac",
"amount": 500001496
},
"masternode_payments_started": true,
"masternode_payments_enforced": true,

so, should be new version (like on Dash 12.1)

coinbase.cpp (stratum on yiimp)

  strcmp(coind->symbol, "DASH") == 0 || strcmp(coind->symbol, "DASH-TESTNET") == 0) // Dash 12.1

-------
Ticker is DSR:
http://coinsmarkets.com/trade-BTC-DSR.htm
2017-10-27 18:59:24 +02:00
..
algos handle phi algo too 2017-10-11 18:06:19 +02:00
config stratum: skip screen instances if there is no .conf 2016-12-03 09:20:34 +01:00
config.sample handle phi algo too 2017-10-11 18:06:19 +02:00
iniparser dos2unix all files, we are on linux 2015-07-12 04:40:50 +02:00
sha3 handle bastion algo 2017-03-09 18:01:08 +01:00
base58.cpp stratum: base58 decode was failing on prefixed addresses 2017-02-21 21:37:08 +01:00
client.cpp stratum: fix possible issue on client subscribe 2017-09-17 03:47:42 +02:00
client.h stratum: reduce the client auth rpc calls (#111) 2017-08-30 14:55:00 +02:00
client_core.cpp stratum: fix possible issue on client subscribe 2017-09-17 03:47:42 +02:00
client_difficulty.cpp stratum: prevent diff/algo setting conflict 2016-05-19 22:53:51 +02:00
client_submit.cpp stratum: extra check for job id field (#181) 2017-10-05 11:29:40 +02:00
coinbase.cpp stratum: DSR masternodes (#184) 2017-10-27 18:59:24 +02:00
coind.cpp stratum: enhance the script pub key check 2017-02-23 02:17:13 +01:00
coind.h stratum: handle block confirmations on multialgos coins 2016-05-11 19:59:28 +02:00
coind_aux.cpp Commit AUXPOW SegFault Fix 2016-07-07 21:03:03 +02:00
coind_submit.cpp decred: blockconfirm enhancement with blocknotify(-dcr) 2016-03-06 16:30:29 +01:00
coind_template.cpp decred: handle new block header stake version in coinb2 2017-04-23 19:49:41 +02:00
db.cpp stratum: prevent some negative values 2017-10-02 14:43:22 +02:00
db.h db/benchmarks: allow ccminer to report device stats 2016-05-15 18:46:16 +02:00
job.cpp stratum: add a flag indicating we need exit 2016-06-03 17:05:36 +02:00
job.h handle lbry algo and protocol 2016-07-19 23:14:34 +02:00
job_core.cpp stratum code 2015-07-02 20:58:24 +02:00
job_send.cpp stratum: reduce socket timeouts to fight zombie miners 2017-08-09 08:20:38 +02:00
json.cpp db/benchmarks: allow ccminer to report device stats 2016-05-15 18:46:16 +02:00
json.h db/benchmarks: allow ccminer to report device stats 2016-05-15 18:46:16 +02:00
list.cpp stratum code 2015-07-02 20:58:24 +02:00
Makefile stratum: update makefile (make clean) 2017-08-28 19:12:47 +02:00
merkle.cpp stratum: attempt to reduce memory leaks 2016-01-20 14:49:58 +01:00
object.cpp stratum: attempt to fix a list corruption (shares) 2016-07-08 10:50:39 +02:00
object.h stratum: attempt to fix a list corruption (shares) 2016-07-08 10:50:39 +02:00
remote.cpp stratum: allow my own ip 2015-07-14 09:29:10 +02:00
remote.h stratum code 2015-07-02 20:58:24 +02:00
remote_template.cpp stratum: prevent possible segfault 2015-07-23 05:56:50 +02:00
rpc.cpp stratum: add a flag indicating we need exit 2016-06-03 17:05:36 +02:00
rpc.h rpc/curl: retry getwork if no data was received 2016-02-20 14:30:36 +01:00
rpc_curl.cpp stratum: increase decred blocks purge time 2016-02-23 19:27:39 +01:00
run.sh stratum code 2015-07-02 20:58:24 +02:00
share.cpp stratum: ignored shares should be purged too 2017-08-16 13:03:58 +02:00
share.h stratum: increase shares struct sizes 2017-02-21 21:40:46 +01:00
socket.cpp stratum: dont try to send on closed sockets 2016-07-07 14:38:04 +02:00
socket.h stratum code 2015-07-02 20:58:24 +02:00
stratum.cpp handle phi algo too 2017-10-11 18:06:19 +02:00
stratum.h handle phi algo too 2017-10-11 18:06:19 +02:00
user.cpp stratum: delete worker after socket shutdown 2017-08-17 07:27:28 +02:00
util.cpp stratum: show the date in reject.log 2017-07-23 20:15:41 +02:00
util.h stratum: log rejected blocks in a special file 2017-06-20 13:49:42 +02:00