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

Pages: [1]
1
MemoryCoin / Re: Guide to Cloud Mining Memory Coin
« on: February 13, 2014, 07:24:04 am »
No, there's no optimized version for that architecture.

I do not know about which of the 2 architectures you talk about, but it seems that for the Azure one, there is not even a working version...

2
MemoryCoin / Re: Guide to Cloud Mining Memory Coin
« on: February 12, 2014, 04:01:37 pm »
What's the output of
cat /proc/cpuinfo | grep "model name"

The os you choose won't make a (big) difference

At DigitalOcean the output is: QEMU Virtual CPU version 1.0

So far the best combination is Ubutu with nehalem

++++++++++++++++

At windows Azure the output is AMD Opteron (tm) Processor 4171 HE

Any ideas about the best combination?

3
MemoryCoin / Re: Guide to Cloud Mining Memory Coin
« on: February 12, 2014, 02:52:52 pm »
Yeah, it depends on the CPU your cloud service uses. I use Amazon's previous-generation CPUs, which are sandy bridge. If yours are the newest, Haswell will probably be the best yam version to use. You can post here what CPU you are using (example Xeon ####) and I can tell you what architecture it is.

So far I'm testing at DigitalOcean. I tried to find what kind of CPUs they use but failed.

I test on "Ubuntu 13.10 x64" and 4 CPUs. Sandy-bridge failed, Ivy failed, Generic WORKS!

Will test Haswell, barcelona and nehalem now.

Please let me know if I should test any of the rest.

Also please let me know if it makes sence to test on delian.

Will report with my results!

Thank you!


4
MemoryCoin / Re: Guide to Cloud Mining Memory Coin
« on: February 12, 2014, 11:21:50 am »
the letter is like the version number, m > k

You need to download the file for your architecture and extract it. There's a yam-mmc.cfg inside the tar. Modify that file to use your addresses and upload it to your own dropbox account. Upload the tar too.
Then, modify the script to use your dropbox urls and the file/foldernames for your chosen architecture. You can add a cd ~ after #! /bin/bash to be sure it's happening in your home folder.

It seems that I start to wake up now... LOL!

So, I have to edit this adding my own addresses and I’m done:

threads = 0
mining-params = mmc:av=1&aesni=on&m=1024
mine = getwork://MTb1JHjoJCSJBjTLUgqeyJ1nXxYxBRJEUX@work.mmcpool.com:80:8880:8881:8882:8883/mmc
mine = getwork://MSkLPYJQuskzp8wNqvZCpiTNYw7pJ83zGe@mmcpool.1gh.com:8080:8081:8082:8083/mmc
mine = getwork://yvg1900.mmc_1:x@mmc.gpools.com:8080/mmc
#proxy = socks4a://127.0.0.1:9150
compact-stats = 1
print-timestamps = 0


Final questions

1. If I create a droplet with 4 CPUs do I have to edit the “threads = 0” or something else?

2. Since I’m creating clouds to services like DigitalOcean, HP Cloud and Windows Azure, will yam-yvg1900-M7m-linux64-sandy-bridge.tgz do for “my” architecture?

Big thank you to all of you that help!

5
MemoryCoin / Re: Guide to Cloud Mining Memory Coin
« on: February 12, 2014, 10:21:10 am »
Thanks but it looks like that some parts are missing there...

Are those all the commands I need from step 1? Most guides have "cd ~" lines and "apt-get update" lines.

https://www.dropbox.com/s/yam_miner AND https://www.dropbox.com/s/your_yam_config lead to invalid pages. Are you sure about those URLs?

How about the final commands that connect the droplet with the pool?

Is it better to use ubuntu or delian and what version?

Thank you so much!!!

Nah yam miner is pretty self contained, no need for any sudo apt-get update. As for the dropbox, use your OWN dropbox URLs, gotta put some work into it to get the desired results. If I gave you my URLs, with my yam-config, your miners would be connected and mining for my address. Set up your own yam-config ahead of time, add it to your own dropbox (or any upload site really, I just use dropbox for convenience), and replace the URL. Do the same with the newest yam miner.

Refer to this topic https://bitsharestalk.org/index.php?topic=2609.0 for newest yam version, information, and support.

Sorry brother, I do not have the knowledge required to understand any of this... If I had the know-how, I wouldn’t ask for your help.

As far as I understand I have to replace https://www.dropbox.com/s/yam_miner with https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz but then I have to change the 4th command from the k version to the m version and make it look like

cd yam-yvg1900-M7m-linux64-sandy-bridge

Is the k version better? Should I look for a k version yam miner?

Also I can’t find an example of a yam miner config file... Could you help with this one?

And what about the final commands that will connect the droplet to the pool? Could you please post them?

Help us, the less computer smart people to get involved. It will make the coin more popular which is good for the future of the coin and therefor it is good for those of you that already invest time and money in this.

Thank you!

6
MemoryCoin / Re: Guide to Cloud Mining Memory Coin
« on: February 12, 2014, 07:04:51 am »
Solo cloud mining with the built-in non-optimized miner is definitely not profitable.

I don't think pool mining would be, because the VPS CPUs probably don't support AES.

Ok, so isn't there a way for configuring a cloud to work with the optimized miner AND connect with a pool where you can have multiple workers (like http://mmc.gpools.com/ )?

I don't even care if this is profitable. I have lots of cloud credits to waste...

Come on! There are a lot of smart people here! Someone must know how to do this...

Thank you!

On Linux, with yam, it's pretty easy. First take both the yam miner and your yam config and put it in your dropbox. For this instance, this is using sandy bridge yam. Then:

#! /bin/bash
wget https://www.dropbox.com/s/yam_miner
tar zxvf yam-yvg1900-M7k-linux64-sandy-bridge.tgz
cd yam-yvg1900-M7k-linux64-sandy-bridge
cd linux64-sandy-bridge
wget https://www.dropbox.com/s/your_yam_config
./yam --config yam-mmc.cfg

Thanks but it looks like that some parts are missing there...

Are those all the commands I need from step 1? Most guides have "cd ~" lines and "apt-get update" lines.

https://www.dropbox.com/s/yam_miner AND https://www.dropbox.com/s/your_yam_config lead to invalid pages. Are you sure about those URLs?

How about the final commands that connect the droplet with the pool?

Is it better to use ubuntu or delian and what version?

Thank you so much!!!

7
MemoryCoin / Re: Guide to Cloud Mining Memory Coin
« on: February 11, 2014, 10:03:00 pm »
Solo cloud mining with the built-in non-optimized miner is definitely not profitable.

I don't think pool mining would be, because the VPS CPUs probably don't support AES.

Ok, so isn't there a way for configuring a cloud to work with the optimized miner AND connect with a pool where you can have multiple workers (like http://mmc.gpools.com/ )?

I don't even care if this is profitable. I have lots of cloud credits to waste...

Come on! There are a lot of smart people here! Someone must know how to do this...

Thank you!

8
MemoryCoin / Re: Guide to Cloud Mining Memory Coin
« on: February 11, 2014, 01:27:58 pm »
How do I connect to a pool like http://mmc.gpools.com/ with cloud mining?

Please help! I just can't figure this out.

Thank you!

Pages: [1]