Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TiGei99

Pages: 1 2 [3]
31
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 26, 2013, 09:36:11 am »
I installed the error is not required to pre-install some software?
I have changed my description above. At first you have to do following before setup the daemon
cd /root
sudo apt-get -y install git build-essential htop libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev
sudo apt-get -y install 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

32
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 26, 2013, 08:01:14 am »
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)

33
MemoryCoin / Re: [BOUNTY] MMC pool - ATM 1150 MMC
« on: December 24, 2013, 06:56:38 am »
That would be a good idea. Would this work with Ubuntu or only linux at the moment?

Would appreciate it if someone could post a quick tutorial on how to start mining, would like to add some hash power to the pool.

Thanks and great job!
I'm running it under ubuntu

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
./memoryminer -poolip=mmc.xpool.xram.co -poolport=1339 -pooluser=<your MMC wallet address> -genproclimit=<number of cpus>

34
MemoryCoin / Re: [BOUNTY] MMC pool - ATM 1150 MMC
« on: December 24, 2013, 06:48:15 am »
should we start a new thread for your pool? What do you think?
Thats a good idea.

35
MemoryCoin / Re: [BOUNTY] MMC pool - ATM 1150 MMC
« on: December 24, 2013, 06:00:30 am »
Thx Killerbyte for http://mmc.xpool.xram.co/ . It's really  8)

36
MemoryCoin / Re: [BOUNTY] MMC pool - ATM 1150 MMC
« on: December 24, 2013, 05:34:15 am »
http://www.mmc-pool.com is really nice from the administration.
I have setup my worker with 0.5% Donate  ;)

But one thing. I have it with 7 threads working.
[2013-12-24 06:27:53] thread 2: 269628 hashes, 4.61 khash/s
[2013-12-24 06:27:53] thread 6: 263580 hashes, 4.53 khash/s
[2013-12-24 06:27:54] thread 7: 242700 hashes, 4.45 khash/s
[2013-12-24 06:27:54] thread 5: 257580 hashes, 4.43 khash/s
[2013-12-24 06:27:54] thread 3: 272304 hashes, 4.56 khash/s
[2013-12-24 06:27:56] thread 4: 276432 hashes, 4.50 khash/s
[2013-12-24 06:27:57] thread 0: 254232 hashes, 4.30 khash/s
[2013-12-24 06:27:57] thread 1: 273120 hashes, 4.41 khash/s

But on the website dashboard in the overview I only see 0 pool workers?
Overview MMC/USD: 17.25 / Pool Workers: 0

Edit: I'm a dummy. I have now seen your pool is not finished yet :D

Pages: 1 2 [3]