|
gpuminer
|
|
May 06, 2014, 12:53:38 AM |
|
Cryptsy should pump the coin to 900-1000 but i wonder for how long. let the auto sell begin !
|
|
|
|
baixs
Member
Offline
Activity: 89
Merit: 10
|
|
May 06, 2014, 01:08:36 AM |
|
|
新浪微博帐号:比特百晓生。
|
|
|
cryptocapital
Newbie
Offline
Activity: 59
Merit: 0
|
|
May 06, 2014, 02:01:15 AM |
|
Anybody using a reliable pool for gpu? What seems to be returning the best, all opinions aside; skein, groestl, scrypt?
|
|
|
|
ellen.yan
Member
Offline
Activity: 106
Merit: 10
|
|
May 06, 2014, 02:12:12 AM |
|
Trying to build QT on ubuntu, gives me several errors on this one. I really dont have time to start debugging all this. Can someone link me to linux-qt please?
hope it could be done soooooon I discussed this with the dev the other night. he said he'll build an ubuntu binary qt.
|
|
|
|
cryptapus
|
|
May 06, 2014, 02:37:27 AM |
|
All proceeds from the dice games will currently go towards Myriadcoin development. Play for a good cause! Addresses, rules, results and proof can be viewed here: http://cryptap.us/myr/dice/Since this is currently for charity, the 500 MYR bounty for flaws is rescinded. If you do find a flaw I will gladly refund any lost coins, PM me. Feedback is welcome. There is a new game on the dice page, a coinbomb game (also known as "hot potato"). Please let me know if there are any issues. Another new game has been added to the dice page, a transparent Ponzi game. Invest early to receive 110% of your investment (please read the link in the rules if you seriously do not know what a Ponzi scheme is). As always, feedback is welcome. From this week's donated dice, coinbomb, and transparent Ponzi game proceeds: Games lost MYR this week, nothing to donate, the house is -4328.4870434. Keep playing, remember that 90% of proceeds go to MYR development. Play for a good cause!
|
website | PGP fingerprint: 692C 0756 E57D 2FA1 7601 3729 010B 717F 231C E7AA | BTC Address: 1CrYPTB1o7QWc8hXqBMP2LtAJh1VMtTFBh
|
|
|
palawan
|
|
May 06, 2014, 03:25:13 AM |
|
Trying to build QT on ubuntu, gives me several errors on this one. I really dont have time to start debugging all this. Can someone link me to linux-qt please?
If you're referring to the error "SSE2 instruction set not enabled", the fix is to modify the myriadcoin-qt.pro to add the CXX flag -march=native and run qmake, then make, again. You can download the modified myriadcoin-qt.pro file from my dropbox. I can also upload the myriadcoin-qt built on a Lubuntu 13.10, but that would require trust on me (that I didn't put a trojan on the executable). It's preferable that you build the qt client yourself. To download the modified file (you have to copy this over the myriadcoin-qt.pro that came from the github source):wget http://dl.dropboxusercontent.com/s/t0dy5o165qh9br3/myriadcoin-qt.pro
To see where it was added:cat myriadcoin-qt.pro | grep -B3 -A3 march
Remember, you still have to run qmake, and make. Qmake will create a new Makefile with the flag instruction. If the error you're getting is not related to SSE2, then I can upload myriadcoin-qt, but only if you want it from someone other than the dev team.
|
halu
|
|
|
suchnoob
|
|
May 06, 2014, 06:15:10 AM |
|
I think this, along with BC, are the only serious coins launched in the last 2-3 months. This being the only POW.
|
|
|
|
miningpoolhub
Legendary
Offline
Activity: 1456
Merit: 1006
Mining Pool Hub
|
|
May 06, 2014, 08:14:16 AM |
|
Anybody using a reliable pool for gpu? What seems to be returning the best, all opinions aside; skein, groestl, scrypt?
Well, it may sound like advertising, but our pool is really reliable. We have ran many coin pools, compensated when system error occurs, opened double block reward event sometimes. Myriadcoin (groestl) Mining Pool Hubhttp://myriadcoin-groestl.miningpoolhub.com/- DDoS protected - 1% Fee (PROP) - Can mine other coins with single sign up. Come and mine together. Summer is coming, ASIC is coming, gpu should avoid scrypt.
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
May 06, 2014, 09:46:00 AM |
|
Cryptsy should pump the coin to 900-1000 but i wonder for how long. No artificial pump due to being added to cryptsy - good! Volume on cryptsy is sad, MINTPAL is a way better exchange. Traders, focus on mintpal, ignore cryptsy.
|
|
|
|
neuroMode
|
|
May 06, 2014, 09:59:38 AM |
|
New wallpaper for you guys:
|
|
|
|
neuroMode
|
|
May 06, 2014, 11:13:52 AM |
|
M3ITIS - The Great Dictator Speech: https://soundcloud.com/m3itis/the-great-dictator-speech-by"Soldiers! don’t give yourselves to brutes - men who despise you - enslave you - who regiment your lives - tell you what to do - what to think and what to feel! Who drill you - diet you - treat you like cattle, use you as cannon fodder. Don’t give yourselves to these unnatural men - machine men with machine minds and machine hearts! You are not machines! You are not cattle! You are men Myriad!"
|
|
|
|
Kergekoin
|
|
May 06, 2014, 11:51:55 AM |
|
Trying to build QT on ubuntu, gives me several errors on this one. I really dont have time to start debugging all this. Can someone link me to linux-qt please?
If you're referring to the error "SSE2 instruction set not enabled", the fix is to modify the myriadcoin-qt.pro to add the CXX flag -march=native and run qmake, then make, again. You can download the modified myriadcoin-qt.pro file from my dropbox. I can also upload the myriadcoin-qt built on a Lubuntu 13.10, but that would require trust on me (that I didn't put a trojan on the executable). It's preferable that you build the qt client yourself. To download the modified file (you have to copy this over the myriadcoin-qt.pro that came from the github source):wget http://dl.dropboxusercontent.com/s/t0dy5o165qh9br3/myriadcoin-qt.pro
To see where it was added:cat myriadcoin-qt.pro | grep -B3 -A3 march
Remember, you still have to run qmake, and make. Qmake will create a new Makefile with the flag instruction. If the error you're getting is not related to SSE2, then I can upload myriadcoin-qt, but only if you want it from someone other than the dev team. Big thanks! Added flag and it compiled with ease. Dev could add extra qt pro for linux. So it avoids problems for anyone new who wants to compile it.
|
|
|
|
mynameisjim
Newbie
Offline
Activity: 19
Merit: 0
|
|
May 06, 2014, 12:37:19 PM |
|
I like Myriad, it's a good step towards the future.
|
|
|
|
iamphoenix
|
|
May 06, 2014, 02:20:49 PM |
|
Cryptsy should pump the coin to 900-1000 but i wonder for how long. No artificial pump due to being added to cryptsy - good! Volume on cryptsy is sad, MINTPAL is a way better exchange. Traders, focus on mintpal, ignore cryptsy. so primer is our official troll in chief. Deserve a spot on the reddit side bar you do!
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
May 06, 2014, 02:35:54 PM |
|
Where are the mathematicians claiming 14BTC is enough to sustain the price. That is by the way the first misconception about altcoin trading. Find ONE coin where that math applies and i will eat my hat.
|
|
|
|
mynameisjim
Newbie
Offline
Activity: 19
Merit: 0
|
|
May 06, 2014, 02:45:07 PM |
|
Where are the mathematicians claiming 14BTC is enough to sustain the price. That is by the way the first misconception about altcoin trading. Find ONE coin where that math applies and i will eat my hat.
that's a misconception, it's enough to sustain all miners dumping daily income, that doesn't account for holders moving in and out.
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
May 06, 2014, 02:52:50 PM |
|
Where are the mathematicians claiming 14BTC is enough to sustain the price. That is by the way the first misconception about altcoin trading. Find ONE coin where that math applies and i will eat my hat.
that's a misconception, it's enough to sustain all miners dumping daily income, that doesn't account for holders moving in and out. Exactly. This coin needs at least 100BTC to sustain price.
|
|
|
|
iamphoenix
|
|
May 06, 2014, 02:54:39 PM |
|
Where are the mathematicians claiming 14BTC is enough to sustain the price. That is by the way the first misconception about altcoin trading. Find ONE coin where that math applies and i will eat my hat.
that's a misconception, it's enough to sustain all miners dumping daily income, that doesn't account for holders moving in and out. Exactly. This coin needs at least 100BTC to sustain price. everything is safe while troll in chief is on watch
|
|
|
|
devphp
|
|
May 06, 2014, 02:58:13 PM |
|
Trying to build QT on ubuntu, gives me several errors on this one. I really dont have time to start debugging all this. Can someone link me to linux-qt please?
If you're referring to the error "SSE2 instruction set not enabled", the fix is to modify the myriadcoin-qt.pro to add the CXX flag -march=native and run qmake, then make, again. You can download the modified myriadcoin-qt.pro file from my dropbox. I can also upload the myriadcoin-qt built on a Lubuntu 13.10, but that would require trust on me (that I didn't put a trojan on the executable). It's preferable that you build the qt client yourself. To download the modified file (you have to copy this over the myriadcoin-qt.pro that came from the github source):wget http://dl.dropboxusercontent.com/s/t0dy5o165qh9br3/myriadcoin-qt.pro
To see where it was added:cat myriadcoin-qt.pro | grep -B3 -A3 march
Remember, you still have to run qmake, and make. Qmake will create a new Makefile with the flag instruction. If the error you're getting is not related to SSE2, then I can upload myriadcoin-qt, but only if you want it from someone other than the dev team. Big thanks! Added flag and it compiled with ease. Dev could add extra qt pro for linux. So it avoids problems for anyone new who wants to compile it. Ok, I just tried this, it compiled afer adding that flag, but when I launch it, it exits right away, with the message 'Illegal instruction'. OS is debian, not ubuntu, but shouldn't be a problem, right? Any clues on that 'Illegal instruction'? I've been using windows version of Myriadcoin under wine in linux, but under wine it also exits abnormally from time to time, when syncing.
|
|
|
|
|