Author

Topic: [ANN][XMY] Myriad | Multi-Algo, Fair, Secure - page 318. (Read 849919 times)

legendary
Activity: 2646
Merit: 2842
Shitcoin Minimalist
Is anyone CPU mining?
sr. member
Activity: 322
Merit: 250


yup, shhhh.. i only posted it so ppl will flood groestl more and live me alone in skein Smiley



Already there. Your campaign of disinformation won't work on me!


Cheesy
But please, keep it up for everyone else!

I'm not even telling anyone what algo I'm mining because well ... yeah I kinda control your view on profitability Smiley)))

is it sha256?

I'm a strictly gpu miner ... go figure.
hero member
Activity: 938
Merit: 1001


yup, shhhh.. i only posted it so ppl will flood groestl more and live me alone in skein Smiley



Already there. Your campaign of disinformation won't work on me!


Cheesy
But please, keep it up for everyone else!

I'm not even telling anyone what algo I'm mining because well ... yeah I kinda control your view on profitability Smiley)))

is it sha256?
sr. member
Activity: 322
Merit: 250


yup, shhhh.. i only posted it so ppl will flood groestl more and live me alone in skein Smiley



Already there. Your campaign of disinformation won't work on me!


Cheesy
But please, keep it up for everyone else!

I'm not even telling anyone what algo I'm mining because well ... yeah I kinda control your view on profitability Smiley)))
full member
Activity: 168
Merit: 100


yup, shhhh.. i only posted it so ppl will flood groestl more and live me alone in skein Smiley



Already there. Your campaign of disinformation won't work on me!


Cheesy
But please, keep it up for everyone else!
hero member
Activity: 938
Merit: 1001
Hi,

I'd like to start mining MYR, so have joined Nimue Myriad Pool, and have created my worker. (I chose this as someone else had said that they have had good results there.)

I have an HD Radeon 7870 and am running Windows 7. (x64 with 16GB RAM) On the pool site it states that I should download a mining program called CGMiner, but doesn't say which version I should use? The link points to the download page of which there are quire a few versions.

Pool Site: http://myriadpool.nimuecrypto.com/

CGMiner Download site: (Linux/Windows) http://ck.kolivas.org/apps/cgminer/

Which one would you recommend? Any help would be appreciated.

If this is your first experience with mining I would recommend SCRYPT mining, with CGMiner 3.7.2 and GUIMiner has 3.7.2 in his pack, that's how I get it, it's the most safe to download: http://guiminer.org/guiminer-scrypt.html
You can test with GUIminer too, to get a feeling first, but switch to CGMiner later for sure.
The site you linked is the orignal dev. of CGMiner, but he stopped delivering cause he don't want to waste electricity through GPU mining.  Wink

Hi. Thanks for the reply.

I downloaded the GUIminer, and when I extracted it I found the folder called cgminer. Inside here, I edited the example.conf to the below:

Code:
{
"pools" : [
{
stratum+tcp://nimuecrypto.servehttp.com:3666 -u xxx.xxx -p xxx xxx
}
],

"intensity" : "d,9,9,9",
"gpu-engine" : "0-985,0-950,0-960,0-1000",
"gpu-fan" : "0-85,0-85,0-85,0-85",
"gpu-memclock" : "860,825,835,875",
"gpu-powertune" : "20,20,20,20",
"temp-cutoff" : "95,95,95,95",
"temp-overheat" : "85,85,85,85",
"temp-target" : "75,75,75,75",

"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "2",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",

"kernel-path" : "/usr/local/bin"

I then ran the cgminer.exe in the same folder, but got the following error:

http://i.imgur.com/Vf2poIV.jpg

I know that I am doing something very stupid, but this is very new to me and the only mining I have done in the past, has been CPU and GPU mining using 1GH as you only have to edit the wallet address and you are set.

Very close

Change pool info to this

Code:
"pools" : [
{
"url" : "stratum+tcp://nimuecrypto.servehttp.com:3666",
"user" : "user.worker",
"pass" : "x"
},
]
hero member
Activity: 525
Merit: 501
GameX (GX) | NextGEN Gaming Cryptocurrency
Hi,

I'd like to start mining MYR, so have joined Nimue Myriad Pool, and have created my worker. (I chose this as someone else had said that they have had good results there.)

I have an HD Radeon 7870 and am running Windows 7. (x64 with 16GB RAM) On the pool site it states that I should download a mining program called CGMiner, but doesn't say which version I should use? The link points to the download page of which there are quire a few versions.

Pool Site: http://myriadpool.nimuecrypto.com/

CGMiner Download site: (Linux/Windows) http://ck.kolivas.org/apps/cgminer/

Which one would you recommend? Any help would be appreciated.

If this is your first experience with mining I would recommend SCRYPT mining, with CGMiner 3.7.2 and GUIMiner has 3.7.2 in his pack, that's how I get it, it's the most safe to download: http://guiminer.org/guiminer-scrypt.html
You can test with GUIminer too, to get a feeling first, but switch to CGMiner later for sure.
The site you linked is the orignal dev. of CGMiner, but he stopped delivering cause he don't want to waste electricity through GPU mining.  Wink

Hi. Thanks for the reply.

I downloaded the GUIminer, and when I extracted it I found the folder called cgminer. Inside here, I edited the example.conf to the below:

Code:
{
"pools" : [
{
stratum+tcp://nimuecrypto.servehttp.com:3666 -u xxx.xxx -p xxx xxx
}
],

"intensity" : "d,9,9,9",
"gpu-engine" : "0-985,0-950,0-960,0-1000",
"gpu-fan" : "0-85,0-85,0-85,0-85",
"gpu-memclock" : "860,825,835,875",
"gpu-powertune" : "20,20,20,20",
"temp-cutoff" : "95,95,95,95",
"temp-overheat" : "85,85,85,85",
"temp-target" : "75,75,75,75",

"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "2",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",

"kernel-path" : "/usr/local/bin"

I then ran the cgminer.exe in the same folder, but got the following error:

http://i.imgur.com/Vf2poIV.jpg

I know that I am doing something very stupid, but this is very new to me and the only mining I have done in the past, has been CPU and GPU mining using 1GH as you only have to edit the wallet address and you are set.
member
Activity: 61
Merit: 10
groestl saves money right off the bat, its like instant boost to the top Smiley

yeah but hogging one algo will make it less profitable so that power saving becomes pretty much useless Smiley isn't that beautifull ?

yup, shhhh.. i only posted it so ppl will flood groestl more and live me alone in skein Smiley




and also, we need a skein calculator like this for our algo, i dunno how much we make a day.. http://www.coinwarz.com/calculators/ultracoin-mining-calculator
sr. member
Activity: 322
Merit: 250
Hi,

I'd like to start mining MYR, so have joined Nimue Myriad Pool, and have created my worker. (I chose this as someone else had said that they have had good results there.)

I have an HD Radeon 7870 and am running Windows 7. (x64 with 16GB RAM) On the pool site it states that I should download a mining program called CGMiner, but doesn't say which version I should use? The link points to the download page of which there are quire a few versions.

Pool Site: http://myriadpool.nimuecrypto.com/

CGMiner Download site: (Linux/Windows) http://ck.kolivas.org/apps/cgminer/

Which one would you recommend? Any help would be appreciated.



Scrypt:         stratum+tcp://nimuecrypto.servehttp.com:3666

http://www.reddit.com/r/litecoinmining/comments/1xanpt/ann_sgminer_410_release/
http://cryptomining-blog.com/626-download-cgminer-3-7-3-karloth-with-gpu-support-for-windows/
https://bitcointalk.org/index.php?topic=475795.0;all
http://ck.kolivas.org/apps/cgminer/ - 3.7.2


Skein:          stratum+tcp://nimuecrypto.servehttp.com:3669

https://bitcointalksearch.org/topic/ann-cgminer-for-skeincoin-how-to-mine-487564

Quark:          stratum+tcp://nimuecrypto.servehttp.com:3670

https://bitcointalk.org/index.php?topic=475795.0;all

Sha256:        stratum+tcp://nimuecrypto.servehttp.com:3668

http://ck.kolivas.org/apps/cgminer/ - 3.7.2

Groestl:        stratum+tcp://nimuecrypto.servehttp.com:3667

https://bitcointalk.org/index.php?topic=475795.0;all




Has anyone mined the other algos on nimue ? Meaning groestl and qubit
newbie
Activity: 44
Merit: 0
Hi,

I'd like to start mining MYR, so have joined Nimue Myriad Pool, and have created my worker. (I chose this as someone else had said that they have had good results there.)

I have an HD Radeon 7870 and am running Windows 7. (x64 with 16GB RAM) On the pool site it states that I should download a mining program called CGMiner, but doesn't say which version I should use? The link points to the download page of which there are quire a few versions.

Pool Site: http://myriadpool.nimuecrypto.com/

CGMiner Download site: (Linux/Windows) http://ck.kolivas.org/apps/cgminer/

Which one would you recommend? Any help would be appreciated.



Scrypt:         stratum+tcp://nimuecrypto.servehttp.com:3666

http://www.reddit.com/r/litecoinmining/comments/1xanpt/ann_sgminer_410_release/
http://cryptomining-blog.com/626-download-cgminer-3-7-3-karloth-with-gpu-support-for-windows/
https://bitcointalk.org/index.php?topic=475795.0;all
http://ck.kolivas.org/apps/cgminer/ - 3.7.2


Skein:          stratum+tcp://nimuecrypto.servehttp.com:3669

https://bitcointalksearch.org/topic/ann-cgminer-for-skeincoin-how-to-mine-487564

Quark:          stratum+tcp://nimuecrypto.servehttp.com:3670

https://bitcointalk.org/index.php?topic=475795.0;all

Sha256:        stratum+tcp://nimuecrypto.servehttp.com:3668

http://ck.kolivas.org/apps/cgminer/ - 3.7.2

Groestl:        stratum+tcp://nimuecrypto.servehttp.com:3667

https://bitcointalk.org/index.php?topic=475795.0;all


member
Activity: 82
Merit: 10
Hi,

I'd like to start mining MYR, so have joined Nimue Myriad Pool, and have created my worker. (I chose this as someone else had said that they have had good results there.)

I have an HD Radeon 7870 and am running Windows 7. (x64 with 16GB RAM) On the pool site it states that I should download a mining program called CGMiner, but doesn't say which version I should use? The link points to the download page of which there are quire a few versions.

Pool Site: http://myriadpool.nimuecrypto.com/

CGMiner Download site: (Linux/Windows) http://ck.kolivas.org/apps/cgminer/

Which one would you recommend? Any help would be appreciated.

If this is your first experience with mining I would recommend SCRYPT mining, with CGMiner 3.7.2 and GUIMiner has 3.7.2 in his pack, that's how I get it, it's the most safe to download: http://guiminer.org/guiminer-scrypt.html
You can test with GUIminer too, to get a feeling first, but switch to CGMiner later for sure.
The site you linked is the orignal dev. of CGMiner, but he stopped delivering cause he don't want to waste electricity through GPU mining.  Wink
hero member
Activity: 525
Merit: 501
GameX (GX) | NextGEN Gaming Cryptocurrency
Hi,

I'd like to start mining MYR, so have joined Nimue Myriad Pool, and have created my worker. (I chose this as someone else had said that they have had good results there.)

I have an HD Radeon 7870 and am running Windows 7. (x64 with 16GB RAM) On the pool site it states that I should download a mining program called CGMiner, but doesn't say which version I should use? The link points to the download page of which there are quire a few versions.

Pool Site: http://myriadpool.nimuecrypto.com/

CGMiner Download site: (Linux/Windows) http://ck.kolivas.org/apps/cgminer/

Which one would you recommend? Any help would be appreciated.
hero member
Activity: 1666
Merit: 565
You said qubit becouse you think is the most suitable for cpumining? anyone knows how many coins i could mine for day?

It depends on hashing power of your cpu. myriad.theblockexplorer.com shows approximate coins for hashing power compared to 1Mh/s of scrypt hashing power the device performs. So you can calculate the amount of coins for your device.

thx a lot!

so, if i've understood right, if i choose to mine using qubit, i have:

83.97044986
Coins/Scrypt MH:
1676.9705698314


on this site (https://litecoin.info/Mining_hardware_comparison#AMD), i see the my cpu more or less have 20/25kh/s. (2,5% than 1000kh/s).

So, i mine more or less 40 (2,5% of 1676.9705698314) myriad @day. Is it right??

those ratings are gpu only, I have no idea what the benchmark is for a cpu miner on qubit or groestl and what the corelation with scrypt is.

thanks!

P.S: no one is mining with his cpu??
sr. member
Activity: 322
Merit: 250
Guys, i think that the news from KnC 100 Mh/s scrypt asic is a HUGE opportunity to promote the coin, obviously without spamming everywhere

what do you think?

yup
full member
Activity: 149
Merit: 100
Guys, i think that the news from KnC 100 Mh/s scrypt asic is a HUGE opportunity to promote the coin, obviously without spamming everywhere

what do you think?
sr. member
Activity: 322
Merit: 250
aw yeahh ... mother fucking coinedup ... baby steps boys, baby steps.


https://coinedup.com/OrderBook?market=MYR&base=BTC


also take heed that is an mBTC market, not a BTC one, so your trading will be measured in milli bitcoins not bitcoins.
sr. member
Activity: 322
Merit: 250
You said qubit becouse you think is the most suitable for cpumining? anyone knows how many coins i could mine for day?

It depends on hashing power of your cpu. myriad.theblockexplorer.com shows approximate coins for hashing power compared to 1Mh/s of scrypt hashing power the device performs. So you can calculate the amount of coins for your device.

thx a lot!

so, if i've understood right, if i choose to mine using qubit, i have:

83.97044986
Coins/Scrypt MH:
1676.9705698314


on this site (https://litecoin.info/Mining_hardware_comparison#AMD), i see the my cpu more or less have 20/25kh/s. (2,5% than 1000kh/s).

So, i mine more or less 40 (2,5% of 1676.9705698314) myriad @day. Is it right??

those ratings are gpu only, I have no idea what the benchmark is for a cpu miner on qubit or groestl and what the corelation with scrypt is.
member
Activity: 98
Merit: 10
that aint single gpu right? ^^

Shocked I wish!

4 x 7950's. Should have mentioned that.

Which algo is most profitable for GPUs? Anybody using here HD7970 or R9 280X? How many coins did you generate per day by mining with other skein or Groestl?

I'm running 7950's. 2440khs on http://myr.cryptopool.eu/

First Transaction: 2014-03-19 08:39:03
Latest Transaction: 2014-03-20 09:57:02

Total: 4,693.30175956

Hope this helps. If you go a different route, let me know how it goes.
How many 7950 and what algo?

4 and scrypt. You?
newbie
Activity: 44
Merit: 0
I've already offered this advice to the dev and the community couple of weeks ago :

* Replace one algo with a cpu-only algo
* Lower the block reward down to 500 or less
* Lower the total number of coins to be produced.

This needs to be done ASAP!! (MaxCoin is doing it in a couple of days, we should beat them to it!)

cpu algo? ok, rest - naaaah... what is this Maxcoin? I had never heard of Wink
full member
Activity: 140
Merit: 100
Bored
Could you add keccak as algo, please? SHA3 is the best! Cheesy
Jump to: