Bitcoin Forum
September 19, 2024, 08:32:52 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / The Myriad comprehensive and totally serious mining guide for new commers on: March 28, 2014, 11:48:44 PM
Hey y'all !! Instead of trolling other threads as I usually do I decided that today is productive day (YAYY ME!!) so today I'm going to write something actually usefull ...

Meaning ?

Youuuu guessed it ... MYR mining introduction/help for each of the 5 algorythms (for the newcomers):


First and foremost: Make sure your OS and especially your DRIVERS are up to date. I will also presume you already have a Myriad Wallet installed.

Now for the real mining guide:


Algorythm #1: SHA256D

Ah yes, the dreaded ASIC algo ... well if you're using an ASIC you don't need my help, heck I don't even know how to power one on.


Algorythm #2: Scrypt

If you're a seasoned miner you should already know this but here goes.

Step 1. Download cgminer :
Windows: http://k-dev.net/cgminer/cgminer-3.7.2-kalroth-20140309.zip
Linux(Git): https://github.com/Kalroth/cgminer-3.7.2-kalroth

Step 2. Installing cgminer:
Windows: Unzip the files.
Linux: If you're reading this you shouldn't be using linux but if you're gonna be a stubborn child and still decide to use it just use git clone to download the software change directory to the newly created folder and read follow the instructions in the link I posted for linux.

* you will need to download adl_sdk from the amd website (yes this tutorial only covers AMD cards because ... never mined on nvidia gpus) and place them in the ADL_SDK folder (make sure you put the contents of the archive in there and not the archive)
* libncurses5-dev no one has said it but you need it or else you will have NO MENU, your cgminer output will look like crap

Step 3. The mining part:

Visit the myriad thread (https://bitcointalk.org/index.php?topic=483515.0) and chose from the vast variety of scrypt pools (lel), once you've chosen, register, create workers, add your MYR receiving address and set auto-payment threshold annnd you're done with the pool settings.
Now all you need to do is run your cgminer using --scrypt, -o pool_stratum_url:port (if the pool has a getting started section you'll find those there), -u username.workername, -p workerpassword(not user password)


For aditional settings and tweaking please visit: https://litecoin.info/Mining_hardware_comparison

Step 4. Huh??

Step 5. Profit.

Easy as that.
There now you're all set, I can't believe I actually wrote this part, I'm so going to get trolled over it.


Now comes the interesting part.

Algorythm #3: Skein

Ah yes, skein 300x more hash power at the cost of -(yes that's right people that is a MINUS)20% heat and power consumption ... yay skein (it's my fav because I run 280x miners mostly)

Step 1. Download modified cgminer that runs skein (I use reorder's as recommended in the OP):

Windows: https://www.dropbox.com/s/uhbp9r6m8zzqnke/cgminer_skein.zip
Linux(Git): https://github.com/reorder/cgminer_skein

Step 2. Installing the said cgminer:

Windows: Unzip, enter directory and that's about it. (Windows miners got it easy, we should make a windows mining resistant coin)
Linux: Same as above(scrypt), don't forget about ncurses and adl_sdk (yes it's that easy)

Step 3. The mining part:

Again I invite you to visit the OP (https://bitcointalk.org/index.php?topic=483515.0) and chose from our wide selection of skein pools ... (sadly again lel) and do exactly as you would do in scrypt.
Now comes the different part, don't worry it's not hard or tricky just different, different is good ... embrace it.
Obviously skein is run with --skein as a parameter, the only thing different than that is the tweaking. Skein is actually quite easy to tweak as opposed to scrypt because you actually only have to find the --gpu-engine upper limit that you're comfortable with in terms of heat/power/gpu endurange while setting the --gpu-memclock to a low value as it has no importance at all. For example I use 1150 for my 280xs and 1200 for my 7970s if I go above that they tend to become unstable but this differs from brand to brand.
Here is a copy of my cgminer sh (equivalent for windows bat):
Code:
root@rig1-To-be-filled-by-O-E-M:~# cat cgminer_skein/run.sh
#!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=200
export GPU_USE_SYNC_OBJECTS=1

./cgminer --skein -o stratum+tcp://myrskeu.nut2pools.com:6040 -u user.worker -p x -I 13 -g 2 -w 64 --gpu-engine 1150 --gpu-memclock 1100 --thread-concurrency 8192


These settings for example will output a stable and cool ~220 MH/s ... I mean damn I haven't visited my rigs ever since myr was launched that's how good this algo is to me. Nice cool cards mining at good profitability ... stable ... every miner's dream come true.

Onwards and upwards ...

Algorythm #4 Groestl

My secondest favorite algo because this one hashes at about -40% power and heat produced by scrypt mining, offering about 13x scrypt speed on new gpus and the same or even better on old gpu models. Oh and did I mention a gpu will only mine 3x faster than a cpu, considering cost and electricity ratio on cpu/gpu that's pretty damn good if you ask me. All this algo needs now is some bacon ... mmmmm bacon.
Well about now my brain is saying ... copy the skein instructions and change from skein to groestl ... do it fa**ot (f**k you brain).
Won't do it because copy pasting stuff and changing its name is BAD *yeah I took a stab at copy-paste scrypt coins ... sue me.


Now since this is a cpu and gpu algo you could presume that this guide will also contain a cpu guide. Boy you've never been more wrong, I've never cpu-mined and writing about it would only be copy-paste untested stuff that I cannot help you with later on in the thread.
So I'm just gonna stick to GPU mining for now but I promise as soon as I finish this guide I'm installing the cpu miner on my computer and giving it a go  so I can write about it later or wait for when/if someone who cpu mines offers his hard earned knowledge to enlighten us gpu plebs.

Step 1. Download sph-miner(alias sgminer a modified cgminer containing a myriad of algorythms) :                                        Yeah I made a myriad joke ... again, sue me.

Windows: https://mega.co.nz/#!6ExQEIZR!skZC-GTW2ESXdue4R7DwF0CfbkzhoFq3qhLRkfbX_WI
Linux(Git): https://github.com/prettyhatemachine/sph-sgminer

*now these are the update versions since the software developer is very active and keeps adding algorythms to the miner. I've actually used a previous version of the miner and it worked very nice.

Step 2. Installing sgminer:

This step is actually identical for all algorythms, only the name changes, just download and extract for Win and clone, configure , make for linux (again don't forget about adl_sdk and ncurses).

Step 3. The mining part:

For the second-to-last time I extend a friendly invitation to visit the Myriad thread at this address: https://bitcointalk.org/index.php?topic=483515.0 where you will find a collection of pools worthy of encyclopedia britannica (or rather dramatica) for the groestl algo.
The actual reason that there are not so many pools for groestl skein and qubit is because these algos are fairly new and only a handfull of people were able to include them in their stratum mining software, this has nothing to do with the fact that Myriad is still widely unpopular (to be read as VERY PROFITABLE)

After you've chosen from our wide selection of well refined pools and set up your account all you need to do is start your --gpu-engines ... I actually think I'm funny ... it's sad.

Like skein this algorythm will only make use of your gpu's engine so again, gpu-engine goes up, gpu-memclock comes down.
Unlike skein this one is started with -k myriadcoin-groestl instead of --skein (or --scrypt on scrypt).

Again I will include a copy of my sgminer sh file:

Code:
root@rig1-To-be-filled-by-O-E-M:~# cat sph-sgminer/run.sh
#!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=200
export GPU_USE_SYNC_OBJECTS=1

./sgminer -k myriadcoin-groestl -o stratum+tcp://myr-groestl.poolerino.com:3349 -u user.worker -p password -I 19 -g 2 -w 64 --gpu-engine 1200 --gpu-memclock 1000 --thread-concurrency 8192 --no-submit-stale

As you can see I use 1200 on all my cards(280x and 7970) here because since it runs so cool and powersaving pushing the gpu harder is ok ... I think, don't sue me if you push too hard and RMA your gpu.
This outputs about ~10MH/s stable.

And that's about it, goodbye.


Oh ... right, qubit ... damn.

Algorythm #5 Qubit

I'm not gonna blow smoke up your behinds I've only mined this algo for testing the miner and pools so I pretty much don't know anything about it well, not anything of real value at least.
So the steps are actually almost identical to Groestl because you're going to use the same miner.
So in short: download the sph miner from the links I posted on Groestl, install, set up pool workers and start mining.
Only thing different (that I know of aside from the obvious performance difference that I DO NOT KNOW OF) is that for this one you should start your miner with with -k qubitcoin

Again I apologize but I have no insight into qubit mining thus cannot offer you any usable advice, if someone would be so nice as to share their qubit mining experiences with us (both cpu and gpu) they are more than welcome to do so. If such a person fails to appear within the next few days, I will start to mine qubit on one of my miners and get relevant information to add to this thread.



And, that's about it folks. Sorry about the bad jokes and puns and awkward writing style, I know it's not the most orthodox mining guides but it's a start.
Suffering from short term memory loss(I get distracted very easily), I forgot something very important I wanted to add to the end of the guide, something related to common settings/tweaks for all algos but hopefully it will come back to me soon and I'll be able to add it.

I know it's long but you don't have to read all of it, just read the part about the algo you're interested in (except qubit, that part sucks ... and sha, that one's too long and boring and tech saavy).

I will proofread the guide after it is posted because that's just they screwed up way I do things so if you find any spelling or grammar mistakes please wait a wail before going all grammar nazi on me.
2  Alternate cryptocurrencies / Altcoin Discussion / what happens when a pool with 51% of hashrate forks ? (warning: technical hype) on: March 27, 2014, 05:44:56 PM
51% attack: What is often considered a very large flaw in the design of Bitcoin (and altcoins) is that hypothetically, if a single entity contributed the majority of the network’s mining hashrate, they would have full control of the network and would be able to manipulate the public ledger (blockchain) at will. - I fucked up and copied the wrong definition

Quote

An attacker that controls more than 50% of the network's computing power can, for the time that he is in control, exclude and modify the ordering of transactions.
This allows him to:
Reverse transactions that he sends while he's in control. This has the potential to double-spend transactions that previously had already been seen in the block chain.
Prevent some or all transactions from gaining any confirmations
Prevent some or all other miners from mining any valid blocks



~18 hours ago this happened to Myriad. Cryptopool.eu which held more than 50% of the scrypt hashing power on the network forked.

What happened to the blockchain and the network ?
Nothing.

Because there were 4 other independent algorythms supporting the 49% on scrypt and proving that they were on the correct fork thus the fork had absolutely no effect on the network. Other than a few pissed off miners who lost a few hours of mining Myriad brushed off a 51% fork as if it were nothing.

This is why the concept of Myriad is the most inovative concept in crypto for a long time even above drk,x11 and hvc or you can name any other algo, because they cannot protect the network in any way all they do is keep away asics (for now), because hiding from ASICS is not the only problem the mining community has and fortunately Myriad solves most, if not all, of the current problems crypto coins are facing today.

I am not here to boast the coin and tell you to buy it, by all means don't buy it but look into it try to understand the concept and you will see as many senior/full members of this forum have seen that its concept is brilliant and it's the next step in the future of cryptocurrencies.


Relevant links are in my signature I am here to help you/answer any questions you may have to the extent of my knowledge (I am not the coin's developer, the coin's developer has better things like developing to do , he does waste his time hyping his coin which is another big + )
3  Alternate cryptocurrencies / Altcoin Discussion / Rantings of a lunatic part two (the coin developer's guide) on: March 26, 2014, 04:30:40 PM
Let's just do this q&a style:

Q: Is your coin a clone of another coin with just a name change ?
A: Then it's a shit coin.

Q: Is your coin relying on marketing only and brings nothing to the crypto world ?
A: Then it's a shit coin.

Q: Is your coin premined ?
A: Then it's a shit coin.

Q: Is your coin based off an internet meme/celebrity/country ?
A: Then it's a shit coin.

Q: Did you pay to get your coin listed on an exchange ?
A: Then it's a shit coin.

Q: Is your coin's only advantage the fact that it has a shiny fun wallet ?
A: Then it's a shit coin.

Q: Does your coin's announcement page contain anything else other than technical data and mining instructions/help ?
A: Then it's a shit coin.

Q: Is your coin's community making donations to charities just to get media coverage ?
A: Then it's a shit coin.

Q: Did you pay for news articles/media coverage ?
A: Then it's a shit coin.

Q: Is the coin's developer spending all day on bitcointalk hyping his coin and its price?
A: Then it's a shit coin(and developer).

Q: Is the altcoin section on bitcointalk full of threads about why people should buy your coin (rather than mine it)
A: Then it's a shit coin. (and all the hyping is done by bagholders)

Q: Has your coin been added to an exchange via paid voting ?
A: Then it's a shit coin.

Q: Have any of the above offended you ?
A: Then you're supporting a shit coin.

I could go on if requested Smiley

NOW: LET THE HATE FLOW !
4  Alternate cryptocurrencies / Altcoin Discussion / and this is why we're still flying under the radar on: March 20, 2014, 12:54:18 AM



in case you're wondering what coin it's about, it's myriadcoin, a coin that is every miner's dream and yet is largely unknown because it's not a pretty shiny animal / country / ipo / premine / giveaway / bribing / copy-paste clone / hype / celebrity / [insert other shit clones here]

I'm not here to hype or boast a coin, I'm not a bag holder I just mine what more and more people like me see as the future for crypto miner, a coin that gives gpus and cpus a fair chance agains asics without excluding asics but by embracing them and giving them a fair share of the pie, a coin with such a fair distribution no one can even muster slightly bad comment about ...

fuck yeah ... myriadcoin ... because everyone on the forum bitches about shitcoins but when a coin that embraces the concept satoshi nakamoto wanted for bitcoin, but failed because he didn't take asics into account is released 90% of the mining comunity ignores it because they're all too busy mining shit for a few bucks and then start bitching about it because they're left holding bags of exactly what they mined ... shit ...

enjoy the rest of your day Smiley
5  Local / 挖矿 / 多彩币 on: March 17, 2014, 07:15:12 PM




http://www.myriadcoin.org/
比特时代官方QQ群:323336251




多彩币(MYR的中文名称)的规格
无欲挖
工作证明,算法:
Scypt, SHA256D, Qubit, Skein or Groestl
成熟时间:每个算法都是2.5分钟 (30秒一个块,任意5种算法)
每个算法都有相对应不同的难度
产量减半在967680个块后(大约48周)
每个块的产量: 1000 MYR
硬币总量: 20亿 (大约10年后采集完)
每个块调整难度
P2P 端口: 10888
RPC 端口: 10889
配置文件: myriadcoin.conf

这个币是怎么工作的?它如何平衡各种挖矿设备,机枪池和小规模矿工之间的利益的?
这个币有5种算法,每种算法都有自己独立的难度,平均每种算法会分的差不多20%的产量,这个币,CPU可以挖,显卡可以挖,BTC矿机也可以挖,因为是5种算法,每种算法都只占20%左右的产量,所以,51%攻击对于它来说是无效的,而且每个算法的难度是独立的,不怕矿机和枪池扫,他们扫其中一种,小矿工,显卡矿工可以跳到另外的算法去挖,五种算法难度独立但是作者又做了一个均衡算法,就是当其中一个算法暴快(产量)过高后,就会被切断一小段时间不能获得块,来平衡5种算法的产量占有率,并不是硬性的5个算法都独立没联系的


下载相关


源代码
http://github.com/myriadcoin/myriadcoin


Windows 钱包
https://mega.co.nz/#!4wZwBZYQ!N4aOmWewdxK0sBObv-eb6WByjmzmr4BCR599GA-U2io
https://www.dropbox.com/s/p1xmfmkvx7a88b9/myriadcoinr1.zip


Mac 钱包 (built by instacash)
https://mega.co.nz/#!pwRQGKjB!EEqxW_Rg-Wyzpsx4MUhGTMN68_bTnmqqlNorsl_AXyo
http://www57.zippyshare.com/v/79237510/file.html
https://www.dropbox.com/s/t6ihfd0oqx9tyl8/Myriadcoin-Qt-MacOSX.zip
zip md5 = 79bf8c2b302fcc4f7dde0228b8a9e242
苹果钱包作者的捐赠地址 MESCt6mbRu3q67EkTQuez97aoyPVhxvSBh


如何采矿(SOLO)

例如配置文件~ myriadcoin.conf:

Quote
gen=1
genproclimit=-1
listen=1
maxconnections=32
rpcuser=my_user_name
rpcpassword=my_pasword
server=1
rpcallowip=192.168.0.*
addnode=85.195.118.163
algo=sha256d

如果你想用哪种算法SOLO, 你要更换配置文件里面的algo等号后面的算法名称
算法名称如下:

sha256d(比特币矿机算法)
scrypt(普通LTC算法,适合新出的LTC显卡矿机和AMD显卡挖掘)
skein(特殊的显卡算法之一,之前有过币用的这种算法,初衷是为了抵御目前开始发售的LTC显卡矿机)
groestl(作者初衷是希望这个成为CPU算法的代表,但是很不幸,大家都知道的,现在很少有不能显卡挖的CPU算法了,这个算法CPU挖和7系以上AMD显卡挖的效率比差不多,但是值得一提的是这对AMD的5系和6系的效率很高,从性能上是7系效率的2倍,从价格成本上应该是7系显卡的3-4倍,非常适合AMD 5XXX和6XXX挖掘,同样,这种话算法用显卡挖也非常省电)
qubit(Q2C的算法,也是一种显卡算法,这个算法显卡运行起来比较省电,初衷是为了抵御目前开始发售的LTC显卡矿机)

你能选择不同的算法来适应 CPU/GPU/ASCI 挖掘




矿池
SHA256D - https://myr.united-miners.com/
SHA256D - http://myriadsha.cryptopools.com
SHA256D - http://myr.poolerino.com
SHA256D - http://myr-sha256.coinsprofit.com/
SHA256D - http://ispace.co.uk/
SHA256D - http://myr-sha.eminer.pl/

Scrypt - http://myriadscrypt.cryptopools.com/
Scrypt - http://myr-scrypt.yun235.net/
Scrypt - http://www.coinmine.pw/
Scrypt - http://myr.nut2pools.com/
Scrypt - http://myr.bondni.com/
Scrypt - http://myr.coinsprofit.com/
Scrypt - http://myr-scrypt.eminer.pl/
Scrypt - http://myr.cryptopool.eu
Scrypt - http://myriad.stablehash.com/
Scrypt - http://myriad.coinspool.net/
Scrypt - http://myr.scryptominers.com/
Scrypt - http://nr1.co.in:20889/ (P2Pool)

Skein - http://myriadskein.cryptopools.com/
Skein - http://myrsk.nut2pools.com/
Skein - http://myrskein.stablehash.com/
Skein - http://pool.webcoin.us/myr/

Groestl - http://eup2pool.cryptopools.com:3333/static/ (P2Pool)
Groestl - http://usp2pool.cryptopools.com:3333/static/ (P2Pool)
Groestl - http://asiap2pool.cryptopools.com:3333/static/ (P2Pool)
Groestl - http://myrgroestl.stablehash.com/

Qubit - https://cpu-pool.net/myr/
Qubit - http://myr.nonce-pool.com/
Qubit - http://myrqubit.stablehash.com/ (Issues reported, owners working on it)


挖矿软件

SHA256
所有适合BTC矿机的挖矿软件

Scrypt
所有适合LTC普通算法的挖矿软件

Qubit
CPU miner (source) - https://github.com/qubitcoin/QubitCoin-cpuminer
显卡 miner (source) - https://github.com/prettyhatemachine/sph-sgminer
显卡 miner (win32) - https://docs.google.com/file/d/0B9cvOfoOekSdRHl4QW5wSHJsLU0/

Skein
reorder's 显卡 miner (modified cgminer) source - https://github.com/reorder/cgminer_skein
reorder's 显卡 miner (modified cgminer) windows - https://www.dropbox.com/s/uhbp9r6m8zzqnke/cgminer_skein.zip
Oroqen's CPU miner 64 bit windows build - https://www.dropbox.com/s/37gsfx6bsxbaoqh/skeinminer64.zip
reorder's 显卡 miner - py2exe build - github.com/reorder/poclbm-skc/tree/master/py2exe

Groestl
CPU miner source - https://github.com/ig0tik3d/myriadcoin-groestl-cpuminer-v1.0b
CPU miner Win64 - https://drive.google.com/file/d/0B9cvOfoOekSdUkwyQmhfWGhJMDg/edit?usp=sharing
SP-SGMiner 显卡 miner source - https://github.com/prettyhatemachine/sph-sgminer
SP-SGMiner 显卡 miner thread - https://bitcointalk.org/index.php?topic=475795.0


区块浏览器
http://myriad.theblockexplorer.com/     (国外网友foodies123做的这个区块浏览器非常棒,它不但有所有你想知道的MYR的信息之外,还会有每个算法目前的难度对应的产量预测,而且准确率很高)
http://myr.theblockexplorer.com:2750/ (Abe,你可以从这个浏览器查询到每个块的具体情况,包含承载的交易明细和块的产量)


纸钱包
http://cryptap.us/myr/paperwallet.html


交易所


https://nxt-e.com/default.aspx?m=8

Poloniex
https://poloniex.com/exchange/btc_myr

Cryptorush
https://cryptorush.in/index.php?p=trading&m=MYR&b=BTC

BitTrex
https://bittrex.com/Market/Index?MarketName=BTC-MYR

Cryptokopen
http://cryptokopen.eu/

SwissCex
https://www.swisscex.com/market/MYR_BTC

PMToCoins
https://pmtocoins.com/dashboard.php?page=home&market=111


Myriad交易平台投票
Bittrex - https://bitcointalk.org/index.php?topic=497351.0
Atomic Trade - https://bitcointalk.org/index.php?topic=491588.msg5418475#msg5418475
Mintpal - https://www.mintpal.com/voting
coinmarket.io - https://bitcointalk.org/index.php?topic=454186.1220


水龙头,你可以用它来尝试你的钱包用来交易是否好用
http://cryptap.us/myr/faucet/



一些链接和国外的社交平台
官方主页 - http://www.myriadcoin.org/
IRC - Channel ##myriadcoin on freenode - http://webchat.freenode.net/
Reddit - http://www.reddit.com/r/myriadcoin
Twitter - https://twitter.com/myriadcoin
Charts - http://crypto-prices.com/MYR
WorldCoinIndex - http://www.worldcoinindex.com/coin/Myriadcoin


社区志愿者
8bitcoder - MYR的主要技术开发商
foodies123 - 区块浏览器开发商以及MYR的推广代表
Afros - MYR官方主页开发商
English-Chinese Translator Mavisx (thank you)
6  Local / 中文 (Chinese) / MyriadCoin - choose from 5 algos SHA256D/SCRYPT/SKEIN/QUBIT/GROESTL and mine!!! on: March 17, 2014, 07:09:20 PM



http://www.myriadcoin.org/
比特时代官方QQ群:323336251




多彩币(MYR的中文名称)的规格
无欲挖
工作证明,算法:
Scypt, SHA256D, Qubit, Skein or Groestl
成熟时间:每个算法都是2.5分钟 (30秒一个块,任意5种算法)
每个算法都有相对应不同的难度
产量减半在967680个块后(大约48周)
每个块的产量: 1000 MYR
硬币总量: 20亿 (大约10年后采集完)
每个块调整难度
P2P 端口: 10888
RPC 端口: 10889
配置文件: myriadcoin.conf

这个币是怎么工作的?它如何平衡各种挖矿设备,机枪池和小规模矿工之间的利益的?
这个币有5种算法,每种算法都有自己独立的难度,平均每种算法会分的差不多20%的产量,这个币,CPU可以挖,显卡可以挖,BTC矿机也可以挖,因为是5种算法,每种算法都只占20%左右的产量,所以,51%攻击对于它来说是无效的,而且每个算法的难度是独立的,不怕矿机和枪池扫,他们扫其中一种,小矿工,显卡矿工可以跳到另外的算法去挖,五种算法难度独立但是作者又做了一个均衡算法,就是当其中一个算法暴快(产量)过高后,就会被切断一小段时间不能获得块,来平衡5种算法的产量占有率,并不是硬性的5个算法都独立没联系的


下载相关


源代码
http://github.com/myriadcoin/myriadcoin


Windows 钱包
https://mega.co.nz/#!4wZwBZYQ!N4aOmWewdxK0sBObv-eb6WByjmzmr4BCR599GA-U2io
https://www.dropbox.com/s/p1xmfmkvx7a88b9/myriadcoinr1.zip


Mac 钱包 (built by instacash)
https://mega.co.nz/#!pwRQGKjB!EEqxW_Rg-Wyzpsx4MUhGTMN68_bTnmqqlNorsl_AXyo
http://www57.zippyshare.com/v/79237510/file.html
https://www.dropbox.com/s/t6ihfd0oqx9tyl8/Myriadcoin-Qt-MacOSX.zip
zip md5 = 79bf8c2b302fcc4f7dde0228b8a9e242
苹果钱包作者的捐赠地址 MESCt6mbRu3q67EkTQuez97aoyPVhxvSBh


如何采矿(SOLO)

例如配置文件~ myriadcoin.conf:

Quote
gen=1
genproclimit=-1
listen=1
maxconnections=32
rpcuser=my_user_name
rpcpassword=my_pasword
server=1
rpcallowip=192.168.0.*
addnode=85.195.118.163
algo=sha256d

如果你想用哪种算法SOLO, 你要更换配置文件里面的algo等号后面的算法名称
算法名称如下:

sha256d(比特币矿机算法)
scrypt(普通LTC算法,适合新出的LTC显卡矿机和AMD显卡挖掘)
skein(特殊的显卡算法之一,之前有过币用的这种算法,初衷是为了抵御目前开始发售的LTC显卡矿机)
groestl(作者初衷是希望这个成为CPU算法的代表,但是很不幸,大家都知道的,现在很少有不能显卡挖的CPU算法了,这个算法CPU挖和7系以上AMD显卡挖的效率比差不多,但是值得一提的是这对AMD的5系和6系的效率很高,从性能上是7系效率的2倍,从价格成本上应该是7系显卡的3-4倍,非常适合AMD 5XXX和6XXX挖掘,同样,这种话算法用显卡挖也非常省电)
qubit(Q2C的算法,也是一种显卡算法,这个算法显卡运行起来比较省电,初衷是为了抵御目前开始发售的LTC显卡矿机)

你能选择不同的算法来适应 CPU/GPU/ASCI 挖掘




矿池
SHA256D - https://myr.united-miners.com/
SHA256D - http://myriadsha.cryptopools.com
SHA256D - http://myr.poolerino.com
SHA256D - http://myr-sha256.coinsprofit.com/
SHA256D - http://ispace.co.uk/
SHA256D - http://myr-sha.eminer.pl/

Scrypt - http://myriadscrypt.cryptopools.com/
Scrypt - http://myr-scrypt.yun235.net/
Scrypt - http://www.coinmine.pw/
Scrypt - http://myr.nut2pools.com/
Scrypt - http://myr.bondni.com/
Scrypt - http://myr.coinsprofit.com/
Scrypt - http://myr-scrypt.eminer.pl/
Scrypt - http://myr.cryptopool.eu
Scrypt - http://myriad.stablehash.com/
Scrypt - http://myriad.coinspool.net/
Scrypt - http://myr.scryptominers.com/
Scrypt - http://nr1.co.in:20889/ (P2Pool)

Skein - http://myriadskein.cryptopools.com/
Skein - http://myrsk.nut2pools.com/
Skein - http://myrskein.stablehash.com/
Skein - http://pool.webcoin.us/myr/

Groestl - http://eup2pool.cryptopools.com:3333/static/ (P2Pool)
Groestl - http://usp2pool.cryptopools.com:3333/static/ (P2Pool)
Groestl - http://asiap2pool.cryptopools.com:3333/static/ (P2Pool)
Groestl - http://myrgroestl.stablehash.com/

Qubit - https://cpu-pool.net/myr/
Qubit - http://myr.nonce-pool.com/
Qubit - http://myrqubit.stablehash.com/ (Issues reported, owners working on it)


挖矿软件

SHA256
所有适合BTC矿机的挖矿软件

Scrypt
所有适合LTC普通算法的挖矿软件

Qubit
CPU miner (source) - https://github.com/qubitcoin/QubitCoin-cpuminer
显卡 miner (source) - https://github.com/prettyhatemachine/sph-sgminer
显卡 miner (win32) - https://docs.google.com/file/d/0B9cvOfoOekSdRHl4QW5wSHJsLU0/

Skein
reorder's 显卡 miner (modified cgminer) source - https://github.com/reorder/cgminer_skein
reorder's 显卡 miner (modified cgminer) windows - https://www.dropbox.com/s/uhbp9r6m8zzqnke/cgminer_skein.zip
Oroqen's CPU miner 64 bit windows build - https://www.dropbox.com/s/37gsfx6bsxbaoqh/skeinminer64.zip
reorder's 显卡 miner - py2exe build - github.com/reorder/poclbm-skc/tree/master/py2exe

Groestl
CPU miner source - https://github.com/ig0tik3d/myriadcoin-groestl-cpuminer-v1.0b
CPU miner Win64 - https://drive.google.com/file/d/0B9cvOfoOekSdUkwyQmhfWGhJMDg/edit?usp=sharing
SP-SGMiner 显卡 miner source - https://github.com/prettyhatemachine/sph-sgminer
SP-SGMiner 显卡 miner thread - https://bitcointalk.org/index.php?topic=475795.0


区块浏览器
http://myriad.theblockexplorer.com/     (国外网友foodies123做的这个区块浏览器非常棒,它不但有所有你想知道的MYR的信息之外,还会有每个算法目前的难度对应的产量预测,而且准确率很高)
http://myr.theblockexplorer.com:2750/ (Abe,你可以从这个浏览器查询到每个块的具体情况,包含承载的交易明细和块的产量)


纸钱包
http://cryptap.us/myr/paperwallet.html


交易所


https://nxt-e.com/default.aspx?m=8

Poloniex
https://poloniex.com/exchange/btc_myr

Cryptorush
https://cryptorush.in/index.php?p=trading&m=MYR&b=BTC

BitTrex
https://bittrex.com/Market/Index?MarketName=BTC-MYR

Cryptokopen
http://cryptokopen.eu/

SwissCex
https://www.swisscex.com/market/MYR_BTC

PMToCoins
https://pmtocoins.com/dashboard.php?page=home&market=111


Myriad交易平台投票
Bittrex - https://bitcointalk.org/index.php?topic=497351.0
Atomic Trade - https://bitcointalk.org/index.php?topic=491588.msg5418475#msg5418475
Mintpal - https://www.mintpal.com/voting
coinmarket.io - https://bitcointalk.org/index.php?topic=454186.1220


水龙头,你可以用它来尝试你的钱包用来交易是否好用
http://cryptap.us/myr/faucet/



一些链接和国外的社交平台
官方主页 - http://www.myriadcoin.org/
IRC - Channel ##myriadcoin on freenode - http://webchat.freenode.net/
Reddit - http://www.reddit.com/r/myriadcoin
Twitter - https://twitter.com/myriadcoin
Charts - http://crypto-prices.com/MYR
WorldCoinIndex - http://www.worldcoinindex.com/coin/Myriadcoin


社区志愿者
8bitcoder - MYR的主要技术开发商
foodies123 - 区块浏览器开发商以及MYR的推广代表
Afros - MYR官方主页开发商
English-Chinese Translator Mavisx (thank you)
7  Alternate cryptocurrencies / Mining (Altcoins) / why isn't this coined being mined sensless ? on: March 02, 2014, 09:07:50 PM
Not a fanboy not here to bash on or promote some coin. I'm a miner just like everyone here and I've come across this coin upon launch. I haven't seen any coin that even comes close to how groundbreaking this coin is for miners.
I'm talking about myriadcoin, 5 algos in 1 coin, yes that's right you can mine either sha,scrypt,qubit,skein or groestl or all if you have the appropriate hardware each algo runs independently on the same blockchain and has independent diff adjustment so if someone rapes sha algo you'll get the same amount of coins just mining scrypt or skein or any of the other 4. it was launched nice and quiet with no problems dev is active, NO PREMINE, diffs are still absurdly low and going in now would be the same as going in at start due to the distribution scheme. also diff adjusts per block. so my question is why aren't you mining this coin ? is it because it's not a uberhyped pump and dump coin ? is the lack of marketing the reason ? I'm not even linking it here so no one acuses me I came here to advertise you can find it at the ann section if you haven't heard and want to read about it.
8  Alternate cryptocurrencies / Announcements (Altcoins) / duckduckcoin IPO news on: February 11, 2014, 10:45:16 AM
ah the wonders of cache + self moderated IPO threads:


Quote
I APOLOGIZE TO EVERYONE THAT I ATTACKED FOR CALLING THIS COIN A SCAM.

THIS COIN TURNED OUT TO BE A REAL SCAM, I LOST 0.5 BTC , I ADMIT I WAS WRONG


http://www.youtube.com/watch?v=-DT7bX-B1Mg

really , did you just tell one of your ipo investors his btc is gone ? =)) wow nice

9  Alternate cryptocurrencies / Mining (Altcoins) / gridseed just sold a first batch of scrypt ASIC ... on: January 15, 2014, 08:54:36 PM
from what I can gather
60-70kh/s per chip
5 chips per usb unit
~360kh/s scrypt power

minimum order 10 pcs @ ~1360$ = 3600kh/s (3.6mh/s)@ ~ 1360$

first batch sold in 10 minutes. no news on next... so yeah ... go scrypt-jane ? Smiley))


info from: http://www.reddit.com/r/litecoin/comments/1v9e8z/gridseed_released_their_first_batch_ltcbtc_dual/
10  Alternate cryptocurrencies / Announcements (Altcoins) / >>><<<>><<<< THE NEWESTESTESTEST COIN IS HERE !!! on: January 10, 2014, 06:55:12 AM
SCRYPT/SHA-256/AES512 ALGO
REWARDS 1000 COIN PER BLOCK
REWARD HALVES AFTER 1 YEAR
TOTAL MARKET CAP 1
PREMINE 100%
YEAH I OWN THAT ONE COIN
WHAT'S IT CALLED YOU SAY ?
WELL I WAS THINKING AND THEN IT HIT ME :


ZOIDBERGCOIN


edit: wts 1 ZBC - 10 BTC
11  Local / Offtopic / ce ziceti ? on: December 22, 2013, 12:07:31 AM
v-ar coafa un mid-market (nici super da nici mini) care sa accepte crypto currency ?
btc/ltc pt inceput daca vi se pare ok cred ca dupa craciun am putea da drumul la treaba:)


PS: bucuresti.
12  Other / Beginners & Help / help new to mining. on: December 13, 2013, 10:55:10 PM
Help I need to post something on the hashcows thread but cant due to forum rules. I've 5 payouts in my ledger for a while now but only 3 of them reached my wallet. My username on their site is foodies1. Can someone post this or a link to this thread as a reply to their thread so that someone from their team can help me ?

I've started mining 3 days ago so I'm just trying to figure out how eveeything works please help me Smiley
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!