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

Pages: [1]
1
MemoryCoin / Re: [ANN] MMC Dice - Provably Fair - Off-chain - BETA
« on: January 11, 2014, 02:01:05 pm »
Next 10 people who post their public ID here, will get 1 MMC on the site.

ID: 22

Thanks!

2
MemoryCoin / Re: [ANN] MMC.1GH.COM - GPU mining
« on: January 01, 2014, 01:53:52 am »
I tried to point the cpu miner at this pool, but I'm getting connection errors

Code: [Select]
HTTP request failed: necessary data rewind wasn't possible
json_rpc_call failed,

Have I got the wrong address?

Code: [Select]
./minerd --url http://mmcpool.1gh.com

3
We're not actually on an exchange yet, you can't withdraw from bter

Can't withdraw what? I withdrew some MMC from bter recently

4
MemoryCoin / Re: MMCPool under DDOS attack - Alternatives Here
« on: December 30, 2013, 09:25:30 am »


hmm, its working fine on my linux machines, but I tried it on windows and get the same connection error as you..

5
MemoryCoin / Re: MMCPool under DDOS attack - Alternatives Here
« on: December 30, 2013, 09:17:53 am »
http://extasie.net/ have trouble with connect to this pool

Have you registered and created workers?

6
MemoryCoin / Re: memorycoin Hashpermin VS processor
« on: December 26, 2013, 01:36:37 pm »
For the sake of completeness, or just for lulz

Radeon 7870GE stock clocks - 10hpm
Radeon 280X - 15hpm

You've got MMC to mine on a gpu? ???

7
MemoryCoin / Re: mmcpool.com - CLOUD MINING GUIDE!
« on: December 26, 2013, 12:22:33 pm »
That didn't help. What instanse did you choose?

I've got it to run on the free t1.micro instance (added a 1GB volume as swap) it useless for mining but it was working. I've also got it running on large instances just fine.

What I did (based off the original instructions from itsik78)
Created the instance, selecting Ubuntu 13.10 64-bit and everything else at defaults.

If your getting that far I assume you can ssh into the machine fine.

once connected I entered this, and only this and it will run:

Code: [Select]
mkdir mmcpool
cd mmcpool
sudo apt-get install -y make gcc m4 automake libevent-dev zlibc zlib1g-dev libjansson-dev libcurl4-openssl-dev git autoconf g++
git clone https://github.com/glitchman/mmcminer
cd mmcminer
./autogen.sh
./configure CFLAGS="-O3"
make
./minerd --url http://work.mmcpool.com --user [yourWalletAddress] --threads [number]

If that works you can then create a run.sh file like the previous instructions say and either use nohup or personally I prefer to use tmux.

to use tmux just type tmux, you will then enter a tmux session, you can run the "run.sh" command, then hit CTRL+B then "d" to exit the session, everything inside will still be running once you disconnect from ssh. To get back into your tmux session type "tmux attach"

8
MemoryCoin / Re: mmcpool.com - CLOUD MINING GUIDE!
« on: December 26, 2013, 11:32:24 am »
[11:18:36] 8 miner threads started, using MMC Momentum Proof-of-Work algorithm.
Illegal instruction (core dumped)


with Amazon EC2 c3x2.large

I got this error at one point installing with ubuntu 13.10

make sure you get all the dependencies!

Code: [Select]
sudo apt-get install -y make gcc m4 automake libevent-dev zlibc zlib1g-dev libjansson-dev libcurl4-openssl-dev git autoconf g++

9
MemoryCoin / Re: memorycoin Hashpermin VS processor
« on: December 26, 2013, 06:24:47 am »
i5 2500K @ 4.1 GHz = 1.957 hash/min on the mmcpool

with mmcpool mining on ubuntu 13.10 I'm getting this:

fx-8350 @ 4GHz - 3 hpm
fx-6300 @ 3.5GHz - 2.2 hpm
i7 3930K @ 4.5GHz - 5.3 hpm

10
MemoryCoin / Re: [ANN] MMCPool.com - Win64 / OSX64 - I need your CPU power!
« on: December 26, 2013, 03:53:49 am »
This server response 401 auth error.
try ./minerd --url http://work.mmcpool.com/ --user WallletAdres

Yep I've put my wallet address in there (like I've done on other machines and its worked) but on this particular machine its not working and I'm getting this an an output:
Illegal instruction (core dumped)

EDIT: fixed, seems I didn't have all the dependancies.

11
MemoryCoin / Re: [ANN] MMCPool.com - Win64 / OSX64 - I need your CPU power!
« on: December 26, 2013, 03:47:52 am »
Anyone else getting this error? :
Illegal instruction (core dumped)

complied on ubuntu 13.10, I've got it running fine on other machines, ran the exact same procedure but get this error, minerd seems to work if I just try and run this:
./minerd --url http://work.mmcpool.com/ --user a
HTTP request failed: The requested URL returned error: 401
json_rpc_call failed, retry after 10 seconds

but when I change the user to my address I just get the illegal instruction error.

12
MemoryCoin / Re: memorycoin Hashpermin VS processor
« on: December 24, 2013, 11:32:56 pm »
Is there a better am3 board you'd recommend?
I have ASUS M5A78L-M/USB3 and my AMD 8 Core FX-8350 4.0 Ghz give 3.3 hpm.

Interesting, that was the board I was going to buy, but decided not to since it has the 760G chipset and everything I read said to get a board with 990 if you want to do any overclocking. I also have a Asrock 980DE3/U3S3 that has a fx-6300 in it, I did try running my fx-8350 on that board but it was very unstable, even at stock clock.

13
MemoryCoin / Re: memorycoin Hashpermin VS processor
« on: December 24, 2013, 11:21:07 pm »
not sure why, but my fx-8350 @ 4.4ghz is only getting 2.8hpm (running ubuntu 13.10)  ???

I got that issue with one of my mining builds too, It's the mainboard. Buy a better mobo!

I'm using this motherboard "msi 990fxa-gd65". Which I not too fond of since it will only boot with a graphics card attached. Is there a better am3 board you'd recommend?

14
MemoryCoin / Re: memorycoin Hashpermin VS processor
« on: December 24, 2013, 01:34:05 pm »
not sure why, but my fx-8350 @ 4.4ghz is only getting 2.8hpm (running ubuntu 13.10)  ???

15
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 24, 2013, 01:13:48 pm »
Thanks for getting this pool going, even if its a little flakey at the moment :)

I've been noticing the occasional "segmentation fault" from the miner, anyone else seeing this? (its happened at least once on all the machines I've run it on).

Pages: [1]