-
-
Notifications
You must be signed in to change notification settings - Fork 669
Addition of Bitconnect Coin #77
Comments
It appears to be a scrypt coin so adding it should be easy. What about a PR? 😄 |
@oliverw Just trying now.
What is the BCC sha256Coin? Bitconnect has the abbreviation of BCC and is scrypt. I changed it to BCH as i think you mean Bitcoin Cash which is actually BCH |
Ok, let me just do it in a branch. I'll tell you when it's ready later today. |
@oliverw I have fixed the BCH issues and added BCC and also tried to implement peercoin. No errors appear but both of them just continually say "Waiting for daemons to come online...". I have used the same configuration file for the previous coins which has been working well. I have even copied the default configuration file from both BCC and PPC sources but still no success. I can also use telnet IP:PORT and it comes out as connected but the server refuses to connect. Any ideas? |
Are you sure that the daemon runs at the correct port matching the pool config? |
And you are right Bitcoin Cash is using the wrong symbol BCC. That needs to be changed. |
Yep the config port matches the port in the conf file for each coin. I have been using: rpcuser=user |
What happens if you run this (make sure to replace 1234 with the actual daemon port):
If you need curl for windows look here: https://curl.haxx.se/download.html and use this command line:
|
Both result in the same. {"result":null,"error":{"code":-32601,"message":"Method not found"},"id":"1"} Does this mean that the server is trying to call "getworkinfo" but these coins dont have the corresponding rpc command? |
Looks like. Try "getinfo", "getmininginfo" and "getpeerinfo". |
All of those work for the two coins :) |
Supporting them would be a bit more involved since I just phased out support for getinfo a couple days ago since all major coins will stop supporting it soon. |
Ah dam, any idea when this will be done? |
I'll see what I can do. No promises though. |
Awesome thanks |
* Ignore redundant ZMQ block hash updates for the same block from multiple daemons * Disable stratum method _suggest_difficulty_ for now * Job management change * Runtime info logging * Fixed GBX, CRC * Do not return stale miner performance stats via API * VarDiff maxDelta support * Validate Monero PaymentID on login * Do not send work until login is complete. Fixes #204 * Blake2s hash integration * Support for Legacy Bitcoin daemons. Fixes #77, #119 * Verge (XVG) integration * Neoscrypt fix * Legacy daemon fix * improved POW/POS check * Logging of block submissions * BlockRewardMultiplier * Increase Pg Command Timeout * Added payment audit-trail * Fixes #194
Can we add this to the coin list please :)
The text was updated successfully, but these errors were encountered: