Pages:
Author

Topic: [MTS] Noobproof VPS Metiscoin Pool Mining All-In-One EZ Setup Script [+Turbo] (Read 7036 times)

newbie
Activity: 5
Merit: 0
Hi one questione, is possible dogecoin mining with this script?
thank
Carlo
newbie
Activity: 2
Merit: 0
The problem is with this line:

Code:
CFLAGS="-march=native -mtune=native" make

Remove the -march=native part to make it

Code:
CFLAGS="-mtune=native" make

and you're golden. Worked for me anyway. Good luck!

That worked! Thanks a ton. Now, do you mind sharing what command I'd run to see the results of my mining, for example to see what my current kHash/s is?
newbie
Activity: 5
Merit: 0
The problem is with this line:

Code:
CFLAGS="-march=native -mtune=native" make

Remove the -march=native part to make it

Code:
CFLAGS="-mtune=native" make

and you're golden. Worked for me anyway. Good luck!
newbie
Activity: 2
Merit: 0
I will admin I'm a complete noob at this stuff, especially Linux. I made the modifications to the script to change the username and worker name. When I run the script everything appears to work correctly but I see the following errors if I scroll up a bit:

Code:
jhlib.cpp:1:0: error: CPU you selected does not support x86-64 instruction set


and

Code:
make: *** [jhlib.o] Error 1
cp: cannot stat 'xpt': No such file or directory

When I run the ~/peek command it doesn't really tell me much.

Code:
/root/start-miner: line 11: /usr/local/bin/xpt: No such file or directory

I'm honestly not sure if it's really running or not.  Do you have any suggestions? Any help would be greatly appreciated.
full member
Activity: 168
Merit: 100
107 kHash/s on No Support VPS Hosting with 8CPU (15 dollars per month)  Cry

Whoa, that sounds way off.

What do the following commands show?
Code:
ps fup $(pidof xpt)
and
Code:
cat /proc/cpuinfo
hero member
Activity: 532
Merit: 500
You have eyes but can see Mt. Tai?!
107 kHash/s on No Support VPS Hosting with 8CPU (15 dollars per month)  Cry
full member
Activity: 154
Merit: 100
Joined primedice 18-02-2014/249 posts
Thank you, i will give this a try
full member
Activity: 168
Merit: 100

The "-m" flags are for mining Protoshares and have no effect when mining Metiscoin.   Grin
thanks for u answer,and i run u Script at amz't1.micro,and i get kHash/s: 10.68 Shares total: 0



Yeah, the free t1.micro only get a fraction of a CPU.  You might be interested in the "power of 60" promo.
It's $100 free AWS credit.  That'll get you ~60 c1.xlarge spot instances for 24 hours.
newbie
Activity: 16
Merit: 0

40kHash/s in my vps 4core@850mhz
btw i use -m512 and default 4 threads,  but in web Control i see 54.7 MB of 2 GB Used / 1.9 GB Free, why?


./xpt -o ypool.net -u ziliao.vps -p x -m512
O--------------------------------------------------O
|  xptMiner (v1.1g) Linux                          |
|  author: jh00                                    |
|  modified by GigaWatt                            |
|  Donation: MEu8jBkkVvTLwvpiPjWC9YntyDH2u5KwVy    |
http://ypool.net                                |
O--------------------------------------------------O
Launching miner...
Using 4 threads
Connected to server using x.pushthrough(xpt) protocol
xpt: Logged in with ziliao.vps
New block data - height: 21989 tx count: 4
kHash/s: 32.77 Shares total: 0
kHash/s: 38.91 Shares total: 0
kHash/s: 38.23 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 39.32 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 39.79 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 40.05 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 40.22 Shares total: 0
Share found! (Blockheight: 21989)
kHash/s: 40.96 Shares total: 1
kHash/s: 41.59 Shares total: 1
kHash/s: 40.96 Shares total: 1
kHash/s: 41.51 Shares total: 1
kHash/s: 41.98 Shares total: 1
kHash/s: 42.41 Shares total: 1
New block data - height: 21990 tx count: 8


The "-m" flags are for mining Protoshares and have no effect when mining Metiscoin.   Grin
thanks for u answer,and i run u Script at amz't1.micro,and i get kHash/s: 10.68 Shares total: 0

full member
Activity: 168
Merit: 100

40kHash/s in my vps 4core@850mhz
btw i use -m512 and default 4 threads,  but in web Control i see 54.7 MB of 2 GB Used / 1.9 GB Free, why?


./xpt -o ypool.net -u ziliao.vps -p x -m512
O--------------------------------------------------O
|  xptMiner (v1.1g) Linux                          |
|  author: jh00                                    |
|  modified by GigaWatt                            |
|  Donation: MEu8jBkkVvTLwvpiPjWC9YntyDH2u5KwVy    |
http://ypool.net                                |
O--------------------------------------------------O
Launching miner...
Using 4 threads
Connected to server using x.pushthrough(xpt) protocol
xpt: Logged in with ziliao.vps
New block data - height: 21989 tx count: 4
kHash/s: 32.77 Shares total: 0
kHash/s: 38.91 Shares total: 0
kHash/s: 38.23 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 39.32 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 39.79 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 40.05 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 40.22 Shares total: 0
Share found! (Blockheight: 21989)
kHash/s: 40.96 Shares total: 1
kHash/s: 41.59 Shares total: 1
kHash/s: 40.96 Shares total: 1
kHash/s: 41.51 Shares total: 1
kHash/s: 41.98 Shares total: 1
kHash/s: 42.41 Shares total: 1
New block data - height: 21990 tx count: 8


The "-m" flags are for mining Protoshares and have no effect when mining Metiscoin.   Grin
full member
Activity: 210
Merit: 100
Hello guys, i'm mining MTC with two rigs: on i5 m460 2.53 ghz i'm getting 212 KHASH/s and on my ahtlon 2 x2 @ 3ghz i'm getting aroun 210 Kh/s . I could rent for you if you want my rigs for time from 1 day to 7 days. I will mine on your wallet from my rigs, and obviously as you can see from my stats and my screenshot it's far way better than buying a vps on digital ocean or similar!



Here's the screenshot!

If you're interested to rent my rigs please contact me pm for prices and conditions!

I'm part of a dev team and got a lot of trust in MRC community, so check my feedbacks on the forum!

newbie
Activity: 16
Merit: 0

40kHash/s in my vps 4core@850mhz
btw i use -m512 and default 4 threads,  but in web Control i see 54.7 MB of 2 GB Used / 1.9 GB Free, why?


./xpt -o ypool.net -u ziliao.vps -p x -m512
O--------------------------------------------------O
|  xptMiner (v1.1g) Linux                          |
|  author: jh00                                    |
|  modified by GigaWatt                            |
|  Donation: MEu8jBkkVvTLwvpiPjWC9YntyDH2u5KwVy    |
http://ypool.net                                |
O--------------------------------------------------O
Launching miner...
Using 4 threads
Connected to server using x.pushthrough(xpt) protocol
xpt: Logged in with ziliao.vps
New block data - height: 21989 tx count: 4
kHash/s: 32.77 Shares total: 0
kHash/s: 38.91 Shares total: 0
kHash/s: 38.23 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 39.32 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 39.79 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 40.05 Shares total: 0
kHash/s: 40.96 Shares total: 0
kHash/s: 40.22 Shares total: 0
Share found! (Blockheight: 21989)
kHash/s: 40.96 Shares total: 1
kHash/s: 41.59 Shares total: 1
kHash/s: 40.96 Shares total: 1
kHash/s: 41.51 Shares total: 1
kHash/s: 41.98 Shares total: 1
kHash/s: 42.41 Shares total: 1
New block data - height: 21990 tx count: 8
newbie
Activity: 8
Merit: 0
http://www.youtube.com/watch?v=00RrPqxmL8k

xptminer-linux Ubuntu 13.04 x64
miner of metiscoin for ypool.net

HOW TO CLOUD MINE METISCOIN Sign up for Digital Ocean Virtual Server :  https://www.digitalocean.com/?refcode=2c52aef5f4e7
 for 20 USD good server add 10 USD and 10 FREE Use this code for $10 free credit: DIVEIN10  https://www.digitalocean.com/?refcode=2c52aef5f4e7

download PUTTY

Commands:
*******************


sudo apt-get update

sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev

sudo apt-get install -y libdb++-dev libgmp-dev libssl-dev dos2unix

sudo apt-get install -y libboost1.48-all libboost-chrono1.48-dev

git clone https://github.com/conicek/xptminer-linux

cd xptminer-linux

make

./xpt -o http://ypool.net -u username.worker -p password -t 4
newbie
Activity: 8
Merit: 0
full member
Activity: 168
Merit: 100
I'm not sure if it's a fluke or what, but the Amsterdam 2 servers seem to be ~15% faster than the New York 2 servers.

I wonder if it's congestion?
full member
Activity: 168
Merit: 100
I've made updates to the metiscoin miner, so anybody using this script should run ~/stop-miner; ~/build-metiscoin-from-git to download the latest version.
It features a 20-25% hash rate improvement over the old algorithm.

Enjoy!
sr. member
Activity: 311
Merit: 250
8cpu/16gb VPS digital ocean  429.56 kh/s

Added to the benchmark.

How long did you let it run for?  I found that the speeds steadily crept upwards for about 15 minutes before leveling off.

10-15min. Now it is at 476. I get 74 kh/s for 1cpu/512MB VPS at digital ocean

For comparison, that averages out to about 3.8 shares/hour on yPool.
3.62 for 1 cpu, ~30 for 8cpu, 7.83 for 2cpu
full member
Activity: 168
Merit: 100
8cpu/16gb VPS digital ocean  429.56 kh/s

Added to the benchmark.

How long did you let it run for?  I found that the speeds steadily crept upwards for about 15 minutes before leveling off.

10-15min. Now it is at 476. I get 74 kh/s for 1cpu/512MB VPS at digital ocean

For comparison, that averages out to about 3.8 shares/hour on yPool.
sr. member
Activity: 311
Merit: 250
8cpu/16gb VPS digital ocean  429.56 kh/s

Added to the benchmark.

How long did you let it run for?  I found that the speeds steadily crept upwards for about 15 minutes before leveling off.

10-15min. Now it is at 476. I get 74 kh/s for 1cpu/512MB VPS at digital ocean
full member
Activity: 168
Merit: 100
8cpu/16gb VPS digital ocean  429.56 kh/s

Added to the benchmark.

How long did you let it run for?  I found that the speeds steadily crept upwards for about 15 minutes before leveling off.
Pages:
Jump to: