Author Topic: [ANN] [STABLE!] mmc.xpool.xram.co - First Memorycoin Pool  (Read 131284 times)

0 Members and 1 Guest are viewing this topic.

Offline foreverimps

  • Newbie
  • *
  • Posts: 1
    • View Profile
I installed the error is not required to pre-install some software?

Offline ig0tik3d

  • Full Member
  • ***
  • Posts: 50
    • View Profile
KillerByte how about payouts?)))

Offline TiGei99

  • Jr. Member
  • **
  • Posts: 36
    • View Profile
Here is a short description to run memoryminer as a daemon service for Ubuntu and to log the output. Advantage is it will be started automatically during startup of system and keeps running if your ssh session is terminated or the process is killed

First install memoryminer for example under /root
Code: [Select]
cd /root
sudo apt-get -y install git build-essential htop libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
wget "http://mmc.xpool.xram.co/assets/files/memoryminer.tar.bz2"
bzip2 -d memoryminer.tar.bz2
tar xvf memoryminer.tar
cd memoryminer
cd src
make -f makefile.unix

Second step create the daemon script and daemon service
Code: [Select]
vi /etc/init/memoryminerpress key i to switch into insert mode in vi
Add following content below but change following for your situation:
  • user=<your user>
  • home=<home directory of your user>
  • pooluser=<your wallet address>
  • genproclimit=<number of CPU cores>

Code: [Select]
#!/bin/sh
#this is the content of the script file /etc/init/memoryminer
user=root
home=/$user
pooluser=MDp6AbARFnh68S8jURM4T8WBWudY5caMPq
genproclimit=3
cmd=$home/memoryminer/src/memoryminer
poolip=mmc.xpool.xram.co
poolport=1339
logfile=$home/memoryminer/memoryminer.log
exec $cmd -poolip=$poolip -poolport=$poolport -pooluser=$pooluser -genproclimit=$genproclimit > $logfile 2>&1
To save now in vi press ESC and then press [SHIFT] and both times Z  ([SHIFT]+ZZ)

Code: [Select]
chmod u+x /etc/init/memoryminer
vi /etc/init/memoryminer.conf
press key i  to switch into insert mode in vi

Add following content below but change following for your situation:
  • user=<your user>
  • home=<home directory of your user>

Code: [Select]
description "memoryminer"
#this is the code for config file /etc/init/memoryminer.conf
start on filesystem
stop on runlevel [!2345]
oom never
expect daemon
respawn
respawn limit 10 60 # 10 times in 60 seconds

script
user=root
home=/$user
cmd=/etc/init/memoryminer
pidfile=$home/memoryminer/memoryminer.pid

# Don't change anything below here unless you know what you're doing
[[ -e $pidfile && ! -d "/proc/$(cat $pidfile)" ]] && rm $pidfile
[[ -e $pidfile && "$(cat /proc/$(cat $pidfile)/cmdline)" != $cmd* ]] && rm $pidfile
exec start-stop-daemon --start -c $user --chdir $home --pidfile $pidfile --startas $cmd -b -m
end script

Now do following:
Code: [Select]
sudo initctl reload-configuration
Third step commands to start/stop/monitor the daemon

To start memoryminer:
Code: [Select]
sudo start memoryminer
To stop memoryminer:
Code: [Select]
sudo stop memoryminer
To monitor the memoryminer:
Code: [Select]
tail -f /root/memoryminer/memoryminer.log
For tips you can use   MDp6AbARFnh68S8jURM4T8WBWudY5caMPq   8)
« Last Edit: December 26, 2013, 09:41:48 am by TiGei99 »
MMC: MDp6AbARFnh68S8jURM4T8WBWudY5caMPq

Offline KillerByte

  • Sr. Member
  • ****
  • Posts: 298
    • View Profile
Pool was restarted a couple times to implement a new feature to allow for estimating the pool hashrate.

Hope to implement this by tomorrow.

Offline KillerByte

  • Sr. Member
  • ****
  • Posts: 298
    • View Profile
To start, I'm a linux noob so these may be basic questions, but please answer if you can.

Using the directions listed earlier in the thread I've loaded this miner onto a few free cloud servers and got it running.  But under individual stats, the pool does not appear to be updating my work from these servers.  In my window I see:

Code: [Select]
[WORKER0] Hello, World!
[WORKER0] GoGoGo!
connecting to 162.243.216.74:1339
MemoryCoinMiner started
[MASTER] work received
[MASTER] work received
[MASTER] work received
[MASTER] work received
[MASTER] work received
[MASTER] work received
[MASTER] work received
hash generated - 2643 / 1968 / 924297987
hash generated - 3318 / 1968 / 3458445307

This is on an 8CPU compute with AES capabilities.  Questions:

1)  Does the output look right?  Am I mining?  I have several of these servers and not one has submitted anything.
2) Is there a command to give that tells me what hash rate I am getting while mining?
3) What does: 'hash generated - 14067 / 1968 / 2427032049' mean?  I'd like to understand this output.

Thanks.  And big thanks for putting this pool up!

Hey badbonez,

sorry, I almost missed your post!

1. Looks like you are mining OK to me, maby not very quickly however.

2. Currently, there is no command. It should match your hashrate when solo mining though.

3. Hash generated means that you have successfully made a hash. On average, one out of every 16 of those messages, a share will be submitted to the pool.

Offline KillerByte

  • Sr. Member
  • ****
  • Posts: 298
    • View Profile
hi KillerByte,

are you working on the pool server issues or on the payout, when will the payouts will happen? i got almost 1k MMC in your pool  ;D

hey, here is the announcement:

Starting tomorrow, payouts will be manually executed. Your balance will go to 0, but shortly after you should recieve your payment.

Also, if this happens again and I cant figure out why, the pool is done.

I am sorry for all the delays, downtime, and else of the pool. I am sorry that there is no windows client. I am sorry for any other confusion.

Thanks for all the support as well, even though I have been a fail of a pool operator :)

hey KillByte,

you dont need too much "sorry", you're very good one and have a very good support on MemoryCoin by adding the first pool on the market.
Also you have put lot of efforts on the pool to make it better day by day.
The point is cause this is the first pool so lot of hashing power, lot of connections that you're may not expected...

So, after all, thanks you. Hopefully someone else can take care your pool.

@Just dont make its code too public, you know what i mean, mushrooms after rains...., diff to the moon.... normal users leave.... coin go nowhere  :-X

Don't worry, I have officially decided against sharing the pool code.

I really do appreciate the words of encouragement. I am easily discouraged :)


hi KillerByte,

are you working on the pool server issues or on the payout, when will the payouts will happen? i got almost 1k MMC in your pool  ;D

without windows client

this pool is died

Windows 32 bit:

https://mega.co.nz/#!ydhjharY!SS3CQCt_4OSev2XiaDZ2bnCNf94WHFNN8ZLsSVYp4cw windows 32bit version miner for pool (unstable version)
you can give me little donation MVTEcnoTrUAeYrd3yzXm3nd4S73yACDtMa 

It works pretty well.

Thanks! This will help a lot.

Sent from my Nexus 7 using Tapatalk


Offline badbonez

  • Full Member
  • ***
  • Posts: 50
    • View Profile
To start, I'm a linux noob so these may be basic questions, but please answer if you can.

Using the directions listed earlier in the thread I've loaded this miner onto a few free cloud servers and got it running.  But under individual stats, the pool does not appear to be updating my work from these servers.  In my window I see:

Code: [Select]
[WORKER0] Hello, World!
[WORKER0] GoGoGo!
connecting to 162.243.216.74:1339
MemoryCoinMiner started
[MASTER] work received
[MASTER] work received
[MASTER] work received
[MASTER] work received
[MASTER] work received
[MASTER] work received
[MASTER] work received
hash generated - 2643 / 1968 / 924297987
hash generated - 3318 / 1968 / 3458445307

This is on an 8CPU compute with AES capabilities.  Questions:

1)  Does the output look right?  Am I mining?  I have several of these servers and not one has submitted anything.
2) Is there a command to give that tells me what hash rate I am getting while mining?
3) What does: 'hash generated - 14067 / 1968 / 2427032049' mean?  I'd like to understand this output.

Thanks.  And big thanks for putting this pool up!
MMC: MQ4EA85nnZwytrcqx9rJSpDWVTSXaxfqmc

Offline balthazr

  • Jr. Member
  • **
  • Posts: 43
    • View Profile
hi KillerByte,

are you working on the pool server issues or on the payout, when will the payouts will happen? i got almost 1k MMC in your pool  ;D

hey, here is the announcement:

Starting tomorrow, payouts will be manually executed. Your balance will go to 0, but shortly after you should recieve your payment.

Also, if this happens again and I cant figure out why, the pool is done.

I am sorry for all the delays, downtime, and else of the pool. I am sorry that there is no windows client. I am sorry for any other confusion.

Thanks for all the support as well, even though I have been a fail of a pool operator :)

hey KillByte,

you dont need too much "sorry", you're very good one and have a very good support on MemoryCoin by adding the first pool on the market.
Also you have put lot of efforts on the pool to make it better day by day.
The point is cause this is the first pool so lot of hashing power, lot of connections that you're may not expected...

So, after all, thanks you. Hopefully someone else can take care your pool.

@Just dont make its code too public, you know what i mean, mushrooms after rains...., diff to the moon.... normal users leave.... coin go nowhere  :-X

Offline badbonez

  • Full Member
  • ***
  • Posts: 50
    • View Profile
hi KillerByte,

are you working on the pool server issues or on the payout, when will the payouts will happen? i got almost 1k MMC in your pool  ;D

without windows client

this pool is died

Windows 32 bit:

https://mega.co.nz/#!ydhjharY!SS3CQCt_4OSev2XiaDZ2bnCNf94WHFNN8ZLsSVYp4cw windows 32bit version miner for pool (unstable version)
you can give me little donation MVTEcnoTrUAeYrd3yzXm3nd4S73yACDtMa 

It works pretty well.
MMC: MQ4EA85nnZwytrcqx9rJSpDWVTSXaxfqmc

Offline KillerByte

  • Sr. Member
  • ****
  • Posts: 298
    • View Profile
hi KillerByte,

are you working on the pool server issues or on the payout, when will the payouts will happen? i got almost 1k MMC in your pool  ;D

hey, here is the announcement:

Starting tomorrow, payouts will be manually executed. Your balance will go to 0, but shortly after you should recieve your payment.

Also, if this happens again and I cant figure out why, the pool is done.

I am sorry for all the delays, downtime, and else of the pool. I am sorry that there is no windows client. I am sorry for any other confusion.

Thanks for all the support as well, even though I have been a fail of a pool operator :)
« Last Edit: December 26, 2013, 04:28:48 am by KillerByte »

Offline seusnow

  • Full Member
  • ***
  • Posts: 130
    • View Profile
hi KillerByte,

are you working on the pool server issues or on the payout, when will the payouts will happen? i got almost 1k MMC in your pool  ;D

without windows client

this pool is died

Offline balthazr

  • Jr. Member
  • **
  • Posts: 43
    • View Profile
hi KillerByte,

are you working on the pool server issues or on the payout, when will the payouts will happen? i got almost 1k MMC in your pool  ;D

Offline KillerByte

  • Sr. Member
  • ****
  • Posts: 298
    • View Profile

the hashes are not wasted.

Think bitcoin mining: your ASIC goes through billions of hashes a second. Does it submit every single hash? No, just the ones that meet the target set by the server.

Does that help? :)

Yes, thanks Killer, although it doesn't explain why one out of 16 hashes are taken, or is that a probability?

I'm now getting system:111 messages, this is my output for the previous block:

[MASTER] work received
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
hash generated - 15802 / 1968 / 1683025740
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
[MASTER] work received

you got it, its a probability.

Sorry about the 111 errors, that is a server restart, which causes downtime.

Offline skaffen

  • Jr. Member
  • **
  • Posts: 25
    • View Profile

the hashes are not wasted.

Think bitcoin mining: your ASIC goes through billions of hashes a second. Does it submit every single hash? No, just the ones that meet the target set by the server.

Does that help? :)

Yes, thanks Killer, although it doesn't explain why one out of 16 hashes are taken, or is that a probability?

I'm now getting system:111 messages, this is my output for the previous block:

[MASTER] work received
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
hash generated - 15802 / 1968 / 1683025740
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
system:111
connecting to 162.243.216.74:1339
[MASTER] work received

Edit: those messages have stopped for now, they are intermittent.
« Last Edit: December 26, 2013, 02:21:27 am by skaffen »
MMC: MLh27rbqmDWr6w9V5rWDV6pUFjganJhZv3
PTS:  Pf53gFMhCToW2nGovRKfRc4tWoXBY1A3Pq

Offline KillerByte

  • Sr. Member
  • ****
  • Posts: 298
    • View Profile
Statistics for MKiSSTcn8nyq5ecdjjUVsvP1cqoCMbLaiQ
Balance: 39.784913

Unconfirmed: 16.566739

This Round Shares: 849


why i get nothing!!!


my Wallet is nothing!!!

your balance is an indication we still need to pay you.

I have been working all night trying to figure out why the server is complaining about insufficient funds... everything works out.

You will get payed, even if I have to go through every address manually, everyone will get payed.


everyone has to follow this policy. It makes it so that all shares are equally valued.

why every 16? is possible that change work during mining


Sorry, this doesn't make sense to me.  Why isn't every hash submitted?  My 8-core machine only had 5 and 13 hashes between the last two "[MASTER] work received", are they wasted?  Sorry if these are slightly newbie questions, I have done pool mining before, I just want to know the meaning of these outputs, its a change from what xolokram's pts miner reports!


the hashes are not wasted.

Think bitcoin mining: your ASIC goes through billions of hashes a second. Does it submit every single hash? No, just the ones that meet the target set by the server.

Does that help? :)