Author Topic: Pool For MemoryCoin  (Read 18532 times)

0 Members and 1 Guest are viewing this topic.

Offline smokim11

  • Sr. Member
  • ****
  • Posts: 217
    • View Profile
I was thinking if your mining with 10 PCs all having the same wallet on them. Would there be a way to somehow link these 10 PCs to combine their hashing power together so it would look as if it was 1 PC mining? Similar to a pool?

If so what would someone need?

I have no experience in the tech stuff but taking a look at the conf file used for mining.

If I change the "rpcallow=127.0.0.1" to my public IP on all of my 10 PCs would that even be an idea? So instead of using an external miner I would be using the wallet's miner pointing it to my computer at home being the server.

Stupid idea? I'm a total noob so hoping for an explantion to why that would not work.

Thanks.
« Last Edit: December 19, 2013, 09:50:00 am by smokim11 »
If I helped you and want to show your appreciation donate any amount:
Pjem2V2FDPGZa6yAvpL2fN5yZKXYUNLSv5

Offline foolsh

  • Newbie
  • *
  • Posts: 11
    • View Profile
User and pass should be easy to change to the wallet address only.  I would rather not have a login for privacy reasons.
MMC: MMuq1vVQt16VsVBsfLWfXYLJ8PjTDUuD3H
PTS: PfWzKWzmAu3PJmHHZQ84VgQcoLEZbwcUbG

Offline FreeTrade

  • Moderator
  • Hero Member
  • *****
  • Posts: 700
    • View Profile
Okay - a user/pass might not be so bad. I know some pools use the coin address as the user - it's really registration I'd like to avoid so that new users can start pool mining with the click of a button.
“People should be more sophisticated? How are you gonna get that done?” - Jerry Seinfeld reply to Bill Maher

Offline FaSan

  • Full Member
  • ***
  • Posts: 130
    • View Profile

Candidates for a memorycoin pool server

Good candatites for pool servers are the simplier ones like, pushpool https://github.com/jgarzik/pushpool adding the method that memorycoin uses could be possible.  Also p2pool https://github.com/forrestv/p2pool which is python based, should be easier to work with, since it's you know python.  I've been digging around but haven't come up with much yet.

Other things being equal, I'd prefer a pool that doesn't require users to login. I'll build a menu option into the GUI to allow users to launch pool mining right from the desktop app to help out any pools if no login is required.


Can be a good think. I don't have a source code for a pool some beeeeer or ptspool. I've try to compile your coyote_miner with pool server but many errors that. Bytemaster told to look about it two weeks ago :-)

Eloipool is good pool software but need login/pass and looking some many btc/ltc pool website (wemineltc.com for ex)



FaSan
« Last Edit: December 18, 2013, 03:35:23 pm by FaSan »

Offline smokim11

  • Sr. Member
  • ****
  • Posts: 217
    • View Profile
After syncing, i restarted the wallet to start mining and now it won't connect lol.

On the otherhand the wallet on my computer is stuck once again on 1 hour behind (block 618)

should I shutdown mining until everything is fixed or is everything fixed?

Thanks
If I helped you and want to show your appreciation donate any amount:
Pjem2V2FDPGZa6yAvpL2fN5yZKXYUNLSv5

Offline smokim11

  • Sr. Member
  • ****
  • Posts: 217
    • View Profile
Giving it another try, starting out good, the wallet instantly found nodes and is syncing. I usually had to wait about 20 minutes to connect and sometimes it would never connect. It seems to be working faster now.
If I helped you and want to show your appreciation donate any amount:
Pjem2V2FDPGZa6yAvpL2fN5yZKXYUNLSv5

Offline FreeTrade

  • Moderator
  • Hero Member
  • *****
  • Posts: 700
    • View Profile

Candidates for a memorycoin pool server

Good candatites for pool servers are the simplier ones like, pushpool https://github.com/jgarzik/pushpool adding the method that memorycoin uses could be possible.  Also p2pool https://github.com/forrestv/p2pool which is python based, should be easier to work with, since it's you know python.  I've been digging around but haven't come up with much yet.

Other things being equal, I'd prefer a pool that doesn't require users to login. I'll build a menu option into the GUI to allow users to launch pool mining right from the desktop app to help out any pools if no login is required.
“People should be more sophisticated? How are you gonna get that done?” - Jerry Seinfeld reply to Bill Maher

Offline foolsh

  • Newbie
  • *
  • Posts: 11
    • View Profile
Candidates for a memorycoin pool server

Good candatites for pool servers are the simplier ones like, pushpool https://github.com/jgarzik/pushpool adding the method that memorycoin uses could be possible.  Also p2pool https://github.com/forrestv/p2pool which is python based, should be easier to work with, since it's you know python.  I've been digging around but haven't come up with much yet.

I've start to look for a pool software too. But pushpool not simple for me, I've start test with eloipool.
Memorycoin work with both getwork and getblocktemplate protocols.

Not simple but not impossible :-)


FaSan


I didn't know about eloipool, another python based pool server :) thanks.
MMC: MMuq1vVQt16VsVBsfLWfXYLJ8PjTDUuD3H
PTS: PfWzKWzmAu3PJmHHZQ84VgQcoLEZbwcUbG

Offline FaSan

  • Full Member
  • ***
  • Posts: 130
    • View Profile
Candidates for a memorycoin pool server

Good candatites for pool servers are the simplier ones like, pushpool https://github.com/jgarzik/pushpool adding the method that memorycoin uses could be possible.  Also p2pool https://github.com/forrestv/p2pool which is python based, should be easier to work with, since it's you know python.  I've been digging around but haven't come up with much yet.


I've start to look for a pool software too. But pushpool not simple for me, I've start test with eloipool.
Memorycoin work with both getwork and getblocktemplate protocols.

Not simple but not impossible :-)


FaSan

Offline foolsh

  • Newbie
  • *
  • Posts: 11
    • View Profile
Question

I'm curious about the "rpcconnect" and "listen" options.  There is not much info on the webs except how to configure stand alone miners to connect to a XXXXcoind instance.  In the boilerplate conf files all over the web I see...

Code: [Select]
# You can use Bitcoin or bitcoind to send commands to Bitcoin/bitcoind
# running on another host using this option:
#rpcconnect=127.0.0.1

Doesn't really tell me much about what it's used for and..

Code: [Select]
-listen                Accept connections from outside (default: 1 if no -proxy or -connect)
Is even more vague.  Does someone know of a good resource to flesh out the reasons they are there.  I mean what is a good reason to use rpcconnect if you already have an instance running on the other machine?  And can they be used for some kind of pool mining?  Obvously pools use the rpc commands to comunicate with XXXXcoind instance.


Candidates for a memorycoin pool server

Good candatites for pool servers are the simplier ones like, pushpool https://github.com/jgarzik/pushpool adding the method that memorycoin uses could be possible.  Also p2pool https://github.com/forrestv/p2pool which is python based, should be easier to work with, since it's you know python.  I've been digging around but haven't come up with much yet.
MMC: MMuq1vVQt16VsVBsfLWfXYLJ8PjTDUuD3H
PTS: PfWzKWzmAu3PJmHHZQ84VgQcoLEZbwcUbG

Offline itsraining

  • Newbie
  • *
  • Posts: 7
    • View Profile
OK. Get it. Thank you mate!

Offline Montaxx

  • Moderator
  • Full Member
  • *****
  • Posts: 76
    • View Profile
Right. But you would not need to transfer coins to your "master wallet"

Offline itsraining

  • Newbie
  • *
  • Posts: 7
    • View Profile
This works already, this is how people actually mine with many PCs atm.

Hey Montaxx, i just read your comment and i was curious.
Running 5 clients with the same wallet.dat does not give you higher probabilty of finding a block than running 5 clients with 5 different wallet.dat's ?
Right or am i missing something here?

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
This isn't looking good, no pool owners will add memorycoin to its pool. If memorycoin 2.0 fails its going to look really bad for PTS.

Agree. Maybe Bytemaster can help out with something based on Coyote Pool source?

Also there is ptspool.com

Here is how to get rich quick: you make MemoryCoin 2.0 pool

why? invictus is not involved with mmc
bytemaster should have other priorities at the moment

indeed
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline markzookerburg

  • Full Member
  • ***
  • Posts: 100
    • View Profile
I can dedicate a lot of servers for this if you'd like but I have no experience setting up pools sadly