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 - itsik78

Pages: 1 ... 13 14 15 16 17 18 19 [20]
286
MemoryCoin / MMC2 - Cloud Mining Guide (for killerbyte's pool!)
« on: December 25, 2013, 09:57:03 am »
Digital Ocean:
https://www.digitalocean.com/?refcode=be0ca471004c
(Please use my ref code - it won't hurt your earnings :)  Thanks)

1. Create a droplet with as many cores as you want
2. Run this:
Code: [Select]
apt-get update
apt-get install -y git make g++ build-essential libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev dos2unix libboost-all-dev
git clone https://github.com/KillerByte/memoryminer
cd memoryminer/src
make -f makefile.unix
echo '#! /bin/bash' > run.sh
echo 'while true; do ./memoryminer -poolip=mmc.xpool.xram.co -poolport=1339 -pooluser=MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN -genproclimit=32; sleep 1; done' >> run.sh
chmod +x run.sh
nohup ./run.sh &

(Change the wallet address and -genproclimit to the number of cores the machine has).

AMAZON EC2:
1. Choose Ubuntu 13.10 and choose your server (note the number of CPUs)
2. Under Advanced Details -> User Data (leave "As text" marked)
Code: [Select]
#! /bin/bash
apt-get update
apt-get install -y git make g++ build-essential libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev dos2unix libboost-all-dev
git clone https://github.com/KillerByte/memoryminer
cd memoryminer/src
make -f makefile.unix
echo '#! /bin/bash' > run.sh
echo 'while true; do ./memoryminer -poolip=mmc.xpool.xram.co -poolport=1339 -pooluser=MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN -genproclimit=32; sleep 1; done' >> run.sh
chmod +x run.sh
nohup ./run.sh &

(Change the wallet address and -genproclimit to the number of cores the machine has).

That's it!
You're all set to go.

If I helped, feel free to tip me:
MMC: MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN


If you want to see that it actually works, just take a look at my stats on the pool: http://mmc.xpool.xram.co/individual?address=MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN
Have fun

287
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 25, 2013, 09:47:23 am »
getting an error sometimes on some of my servers and mining stops.

Segmentation error: Core Dumped.

Anyway around that so I don't have to restart it manually?

Thanks.

Create a .sh file and run it instead of calling the miner directly:
Code: [Select]
echo '#! /bin/bash' > run.sh
echo 'while true; do ./memoryminer -poolip=mmc.xpool.xram.co -poolport=1339 -pooluser=MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN -genproclimit=32; sleep 1; done' >> run.sh
chmod +x run.sh
nohup ./run.sh &

Hope it helps..

MMC: MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN

288
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 25, 2013, 07:29:59 am »
YEA BABY!
2 blocks in a row :)

289
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 24, 2013, 09:17:27 pm »
Any estimates as to when the server is coming back up...?
I need some sleep :)

290
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 24, 2013, 08:07:28 pm »
to POOL OWNER , please upgrade server , it is getting slow ;)
And now it's down again...

291
MemoryCoin / Re: [EXCHANGE] MMC - Bter.com / ???
« on: December 24, 2013, 06:10:34 pm »
People are selling for 11 millis... It's a great buy opportunity as this is worth at least 10 times more.
Bought myself a stock for 1 bitcoin and created a sell order for x20 that price :)

Edit: If you're not yet registered on Bter, please use my link (you will get 10% fee discount for 6 months!)
http://goo.gl/vDrzhb

292
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 24, 2013, 06:07:48 pm »
Just received my first payout!
Thank you :)
Keep up the great work

293
MemoryCoin / Re: [BOUNTY] MMC pool - ATM 1150 MMC
« on: December 24, 2013, 09:18:07 am »
Cloud mining guide for this pool:

Code: [Select]
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev dos2unix libboost-all-dev
wget "http://mmc.xpool.xram.co/assets/files/memoryminer.tar.bz2"
bzip2 -d memoryminer.tar.bz2 && tar xvf memoryminer.tar
cd memoryminer/src
sudo make -f makefile.unix
sudo ./memoryminer -poolip=mmc.xpool.xram.co -poolport=1339 -pooluser=MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN -genproclimit=32 &

(Just change the wallet address and number of cores (on -genproclimit) to yours and you're set to go).


294
MemoryCoin / Re: [BOUNTY] MMC pool - ATM 1150 MMC
« on: December 24, 2013, 08:58:41 am »
Down again?

well, no. It froze... so I restarted it...

as I have said: I will get deep into the bug fixes tomorrow, and then the pool will work much more smoothly.
Not complaining here :)
Just asking.
GREAT JOB!!!

295
MemoryCoin / Re: [BOUNTY] MMC pool - ATM 1150 MMC
« on: December 24, 2013, 08:56:09 am »
Down again?

296
Hey, when will you send my PTS bonus? I'm waiting almost week.

297
Hi there,
Used your link.
My wallet id is:
PtfZhSWzGkEhbeAMbFt9RZCwvR7agLS8BD

Thanks!

Pages: 1 ... 13 14 15 16 17 18 19 [20]