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

Pages: [1]
1
Keyhotee / Re: Keyhotee Status Update
« on: January 15, 2014, 02:58:24 am »
Is it possible to release a statically linked linux client, or should I drudge through the dependency hell until I get it compiled?

2
MemoryCoin / Re: [Giveaway] Happy New Year 2014!
« on: December 31, 2013, 11:01:00 pm »
Have A Happy New Year!
MAcQb4fLrQ5RMyJRiTPFgvPZJKnNcwuYVG

3
Nothing but rejects so far, I'll mine til I wake back up and see if/what anything changes.

Nicely done with the MPOS pool.

138 rejected, sorry moving on to another pool.

Cheers

4
Nothing but rejects so far, I'll mine til I wake back up and see if/what anything changes.

Nicely done with the MPOS pool.

5
MemoryCoin / Re: [ANN] MMCPool.com - Win64 / OSX64 - I need your CPU power!
« on: December 26, 2013, 01:40:50 am »
Just replying to leave a note that libtool is also required for Ubuntu

Nice job on the pool!


6
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 25, 2013, 12:02:32 am »
Quote
Hey guys I was wondering if anyone could help me out.

I'm mining on amazon servers using Ubuntu as the OS. I created an image that has everything set for mining all I need to do is launch an instance (server), SSH into that server and type in:

./memoryminer -poolip=mmc.xpool.xram.co -poolport=1339 -pooluser=.......................etc

Is there anyway to make the miner start automatically without having to SSH into each server?

I was thinking of adding that command in the "Advanced details" at the bottom of the page where you set your max spot price and other options.

Would that work?

Thanks.


Code: [Select]
sudo crontab -e

then add

Code: [Select]
@reboot /path/to/memoryminer -poolip=mmc.xpool.xram.co -poolport=1339 -pooluser=<your MMC wallet address> -genproclimit=<number of cpus>
Press F2 to save and every time the machine boots the command will be ran.

7
MemoryCoin / Re: Pool For MemoryCoin
« on: December 21, 2013, 05:36:27 pm »
If anyone can get ByteMaster's Coyote Miner to compile, I can help with porting it to MemoryCoin -

https://github.com/InvictusInnovations/coyote_miner

Well, sure I can compile the miner and pool server from there.  Err, to clarify I can compile them in linux, I don't use or know anything about windows.  The method to add is in memorycoin's src/momentum.cpp file, you'll probably need some header files from memorycoin, too.  Also if any thing, I'm more of a plain C and python programmer, I don't really know the the differences that C++ has compared to C either.  But if you want to PM me and we can see if what we can do.

8
MemoryCoin / Re: GPU Miner
« on: December 19, 2013, 12:29:01 pm »
That is good to hear, but now we'll have to look out for AES cracking ASIC chips to arrive on the scene.  But wait isn't that what a 6 core i7 is right now, just not specialized to the task like an ASIC is to the bit/lite/whatever/coin?

9
MemoryCoin / Re: Pool For MemoryCoin
« on: December 18, 2013, 05:50:17 pm »
User and pass should be easy to change to the wallet address only.  I would rather not have a login for privacy reasons.

10
MemoryCoin / Re: Pool For MemoryCoin
« on: December 18, 2013, 10:16:16 am »
Candidates for a memorycoin pool server

Good candatites for pool servers are the simplier ones like, pushpool https://github.com/jgarzik/pushpool adding the method that memorycoin uses could be possible.  Also p2pool https://github.com/forrestv/p2pool which is python based, should be easier to work with, since it's you know python.  I've been digging around but haven't come up with much yet.

I've start to look for a pool software too. But pushpool not simple for me, I've start test with eloipool.
Memorycoin work with both getwork and getblocktemplate protocols.

Not simple but not impossible :-)


FaSan


I didn't know about eloipool, another python based pool server :) thanks.

11
MemoryCoin / Re: Pool For MemoryCoin
« on: December 18, 2013, 09:55:59 am »
Question

I'm curious about the "rpcconnect" and "listen" options.  There is not much info on the webs except how to configure stand alone miners to connect to a XXXXcoind instance.  In the boilerplate conf files all over the web I see...

Code: [Select]
# You can use Bitcoin or bitcoind to send commands to Bitcoin/bitcoind
# running on another host using this option:
#rpcconnect=127.0.0.1

Doesn't really tell me much about what it's used for and..

Code: [Select]
-listen                Accept connections from outside (default: 1 if no -proxy or -connect)
Is even more vague.  Does someone know of a good resource to flesh out the reasons they are there.  I mean what is a good reason to use rpcconnect if you already have an instance running on the other machine?  And can they be used for some kind of pool mining?  Obvously pools use the rpc commands to comunicate with XXXXcoind instance.


Candidates for a memorycoin pool server

Good candatites for pool servers are the simplier ones like, pushpool https://github.com/jgarzik/pushpool adding the method that memorycoin uses could be possible.  Also p2pool https://github.com/forrestv/p2pool which is python based, should be easier to work with, since it's you know python.  I've been digging around but haven't come up with much yet.

Pages: [1]