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

Pages: 1 [2] 3
16
MemoryCoin / Re: [MMC] Solo miner compilation guide
« on: December 29, 2013, 02:20:32 am »
always feel lucky, id solo mine ltc if i had a bit more hash :D

17
MemoryCoin / Re: [MMC] Solo miner compilation guide
« on: December 29, 2013, 02:02:38 am »
anyone mining solo with 4hpm ? or could advise if its even worth it ?

18
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 08:22:16 pm »
Just got payout  :)

+1 yay !

killer the stats still show the same balance though, needs attention :)

19
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 08:12:07 pm »
sounds good :) keep up the good work man ! needs to be smooth as butter and fast, we're all in for the money after all and the first will make the most ;)

20
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 08:03:22 pm »
several man and im merely trying to be supportive here, i think having over 51% hashing power on the other pool is just wrong

first post was with the linux libs, I added the absolutely necessary libs for a clean debian wheezy to compile the miner, really 3 machines couldnt compile without them no matter what

second was a question, when are payouts scheduled ? is there a time ? im up to confirmed 8 coins so im loving that but im curious if there is a time schedule ? or something like that ?

keep up the good work, i will do my best to support and spread the word on overclocking forums, you know we have quite an interest from overclockers ;)

1. The miner is not easy to compile I agree. I will look into it.. but I am overloaded

2. Payouts are supposed to happen every 30 minutes, but that has not been working out recently because balances have been getting off and payouts have been having errors. I have been trying to fix it for days now

3. Glad you support this pool :)

heya,

1. well i posted the fix ;) add this line as an optional for ppl who have problems and are missing libs:
sudo apt-get install libssl-dev libdb++-dev libminiupnpc-dev
this installs 3 things that were missing

2. ah, well looking forward to when it works :))

3. sure thing man, i aim to keep supporting it

21
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 07:55:23 pm »
several man and im merely trying to be supportive here, i think having over 51% hashing power on the other pool is just wrong

first post was with the linux libs, I added the absolutely necessary libs for a clean debian wheezy to compile the miner, really 3 machines couldnt compile without them no matter what

second was a question, when are payouts scheduled ? is there a time ? im up to confirmed 8 coins so im loving that but im curious if there is a time schedule ? or something like that ?

keep up the good work, i will do my best to support and spread the word on overclocking forums, you know we have quite an interest from overclockers ;)

22
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 07:23:03 pm »
hmm... well fun being ignored ..

23
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 06:51:01 pm »
killer, when are autopays scheduled ? im up to 14coins lol :))

24
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 01:03:18 pm »
seems they love more cores and such, I had a 4 core overnight and it yielded 0.59 :( which was paid though
slow machines (which apparently a 4 core is, mines an older Nehalem i5) don't catch up in time and work on shares for nothing, though I didn't see that many stales from what I recall

now two 8core boxes, 16 cores total and things look far better :

Balance: 0.272825

Unconfirmed: 8.007509

This Round Shares: 48

This Round Estimated Payout: 5.310154

if by tonight I get paid 15+ MMC I will be a pretty happy camper

25
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 08:32:57 am »
btw since I cant figure speeds, im tryin to reach 15-20coins a day, how many nehalem cores at 2ghz ea would I need you figure ? ballpark figure would work :)

26
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 08:28:10 am »
no really ...
"[STATS] 2013-12-27 07:58:59 | SHARES: 49 (100.0% | 5.4/h), VL: 49 (90.7%), RJ: 5 (9.3%), ST: 0 (0.0%)"
8hrs work, 49shares, yet the web interface updates and says 1 share this round and that's all ?

1 share this round says only the shares contributed THIS round, not others :)

Take a look at the unconfirmed balance, it should say something... if not, check the block listings on the front page. You should see your address is listed with some money.

yap. I edited this bit out already :)) figured the rounds are loooooong sometimes, added 8 more cores to help :D

note, the libs bit I am totally right on, on 3 machines and all needed the extra libs I mentioned in my prev post, im sure others will need em too, with some googlin they can find them, but maybe make a sidenote that some may need these 3 libs, actually one command can install all 3 and save ppl a lot of trouble:
sudo apt-get install libssl-dev libdb++-dev libminiupnpc-dev
if they have these libs, nix will just say nothing to update, if they don't need em for some reason, they cant hurt em much, what 15mbs or something

27
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 08:01:30 am »
re libs, id say add these 3 lines as optional commands before compiling

sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libminiupnpc-dev

I have def needed all 3 on 3 diff machines before I could compile

28
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 26, 2013, 10:46:35 pm »
just tried on fresh install, installed the libb first and compile threw this at me

db.h:14:20: fatal error: db_cxx.h: No such file or directory
compilation terminated.

to fix that i have to install "sudo apt-get install libdb++-dev"
then I get a new error: "fatal error: miniupnpc/miniwget.h: No such file or directory"
so now i need miniupnpc, same story last night, my main idea is maybe add these lib requirements and miniupnpc to the guide ? for debian wheezy users at least, since this distro needs it
to install mini: sudo apt-get install libminiupnpc-dev

since you know linx better, let me know what you think, but i def needed to install all of these to make it complie on wheezy

29
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 26, 2013, 10:42:10 pm »
killer, thats the thing the libs were there, i had em for pts and xpm mining, but i had to add a bunch of other libs before it complied, it did in the end; i will compile some more tonight/tomorrow and report back

btw any way to check miner speed from within linux ? at stop it says 1.249/h ? that cant be h/m ?

30
MemoryCoin / Re: [MMC] Solo miner compilation guide
« on: December 26, 2013, 10:15:54 pm »
this is one impressive, detailed guide, nice work  !!!

Pages: 1 [2] 3