Closed thebrumby closed 5 years ago
The merge mining code is from campurro repo. If the child coin is a valid sibling it should work.
Get Outlook for Androidhttps://aka.ms/ghei36
From: thebrumby notifications@github.com Sent: Wednesday, September 25, 2019 4:26:05 PM To: dvandal/cryptonote-nodejs-pool cryptonote-nodejs-pool@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [dvandal/cryptonote-nodejs-pool] Code outdated? (#508)
Hello, I am experimenting with a mining pool for ZOD / WXTC and I can't mine either the main coin or child coin. When I use the same config with Cryptonote-NodeJS-pool 1.4.0 then both configs mine the main coin fine but (obviously) ignores the child coin. Both are cn-lite coins.
Is this code outdated? Or I need to try harder to make it work? Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/dvandal/cryptonote-nodejs-pool/issues/508?email_source=notifications&email_token=ABDK6E26UUZSSEDKKOLB7UTQLPJO3A5CNFSM4I2SHZF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HNW75OA, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABDK6E2N43LJ72OFAZIP6FLQLPJO3ANCNFSM4I2SHZFQ.
Hi Muscleman, thanks for the reply, it's much appreciated any help you might give.
I wasn't very clear in my original question. I tried as a first attempt setting up a pool with the Campurro repository. I entered the details as merged mining = true and put in the main and child wallets and the main and child daemons. I received a lot of errors so tried to simplify things, and set merged mining = false. After tweaking some settings for daemonType and cnBlobType then it successfully accepted shares for the main coin and found blocks, but after the maturity time elapsed, the blocks became orphaned.
So long story short, after many unsuccessful attempts to make it work with the Campurro repo, I notice the it showed powered by Cryptonote-node-js-pool v1.35 but I noticed on the D Vandall github page there was a v1.40. So I clone that and used my existing config.json and everything worked fine right out the box; accepted shares - found blocks - not orphaned - paid out.
That's why I wonder if I was using an outdated repo or some other issue. In any case, if that is the up-to-date code then I will just try again.
Many, many thanks. Phil.
I believe the repo is up to date. This is a community project
Get Outlook for Androidhttps://aka.ms/ghei36
From: thebrumby notifications@github.com Sent: Thursday, September 26, 2019 8:02:01 AM To: dvandal/cryptonote-nodejs-pool cryptonote-nodejs-pool@noreply.github.com Cc: muscleman musclesonvacation@hotmail.com; Comment comment@noreply.github.com Subject: Re: [dvandal/cryptonote-nodejs-pool] Code outdated? (#508)
Hi Muscleman, thanks for the reply, it's much appreciated any help you might give.
I wasn't very clear in my original question. I tried as a first attempt setting up a pool with the Campurro repository. I entered the details as merged mining = true and put in the main and child wallets and the main and child daemons. I received a lot of errors so tried to simplify things, and set merged mining = false. After tweaking some settings for daemonType and cnBlobType then it successfully accepted shares for the main coin and found blocks, but after the maturity time elapsed, the blocks became orphaned.
So long story short, after many unsuccessful attempts to make it work with the Campurro repo, I notice the it showed powered by Cryptonote-node-js-pool v1.35 but I noticed on the D Vandall github page there was a v1.40. So I clone that and used my existing config.json and everything worked fine right out the box; accepted shares - found blocks - not orphaned - paid out.
That's why I wonder if I was using an outdated repo or some other issue. In any case, if that is the up-to-date code then I will just try again.
Many, many thanks. Phil.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/dvandal/cryptonote-nodejs-pool/issues/508?email_source=notifications&email_token=ABDK6E3SKHSUSYZ7I5MMXKDQLSXETA5CNFSM4I2SHZF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7VPITY#issuecomment-535491663, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABDK6EZPYWLHA2PGPCBHHZ3QLSXETANCNFSM4I2SHZFQ.
Hello, I am experimenting with a mining pool for ZOD / WXTC and I can't mine either the main coin or child coin. When I use the same config with Cryptonote-NodeJS-pool 1.4.0 then both configs mine the main coin fine but (obviously) ignores the child coin. Both are cn-lite coins.
Is this code outdated? Or I need to try harder to make it work? Thanks