Skip to content

Fix for DNR/DSR confusion#185

Closed
phm87 wants to merge 3 commits into
tpruvot:nextfrom
phm87:next
Closed

Fix for DNR/DSR confusion#185
phm87 wants to merge 3 commits into
tpruvot:nextfrom
phm87:next

Conversation

@phm87
Copy link
Copy Markdown

@phm87 phm87 commented Oct 27, 2017

When Symbol is DSR, a confusion with DNR happens. So I changed the Symbol to DESIRE and official symbol to DSR. This issue didn't happen during tests because DNR is not set up on test environment.

Previous error in stratum log of neoscrypt:
2017-10-27 19:44:43 [188.188.45.238] DArwrg22fEod5vKDizWBtsFs2fq6LYXzg6, neoscrypt, unable to find the wallet for coinid 1425...

coinid 1425 is Denarius DNR

#184

phm87 added 3 commits October 27, 2017 17:30
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
DESIRE coin (DSR): masternode payments enabled
When Symbol is DSR, a confusion with DNR happens. So I changed the Symbol to DESIRE and official symbol to DSR. This issue didn't happen during tests because DNR is not set up on test environment.

Previous error in stratum log of neoscrypt:
2017-10-27 19:44:43 [188.188.45.238] DArwrg22fEod5vKDizWBtsFs2fq6LYXzg6, neoscrypt, unable to find the wallet for coinid 1425...

coinid 1425 is Denarius DNR

#184
@tpruvot tpruvot closed this Oct 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants