Bitcoin Forum
May 03, 2024, 09:34:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 ... 413 »
  Print  
Author Topic: [ANN][XMY] Myriad | Multi-Algo, Fair, Secure  (Read 849665 times)
neuroMode
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
April 05, 2014, 05:58:10 AM
 #2861

Glad to see all the newcomers have their mining issues resolved. Maybe we need some really easy "how to mine" reference on the website. I know foodies made a nice mining guide, perhaps we can just put that up as plain text on the website.

Myriadcoin - the first multi-PoW blockchain! (Mine with SHA256 [ASICs], Scrypt [GPU/ASICs], Skein [GPUs], Groestl [GPUs], OR Qubit [CPUs/GPUs]).
Myriad Website // Myriad on Reddit || Myriad Android Wallet || Myriad Electrum Wallet || Multi-vPoW and Block "Tips" - Solution to Parasitic Merged Mining
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714728877
Hero Member
*
Offline Offline

Posts: 1714728877

View Profile Personal Message (Offline)

Ignore
1714728877
Reply with quote  #2

1714728877
Report to moderator
1714728877
Hero Member
*
Offline Offline

Posts: 1714728877

View Profile Personal Message (Offline)

Ignore
1714728877
Reply with quote  #2

1714728877
Report to moderator
Changeispermanent
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
April 05, 2014, 06:09:15 AM
 #2862

Which algo keeps the GPUs (R9-280x) coolest..Qubit/Groestl/Skein??

Could someone who tested all of them please share.....





Sure, I did try skein and groestl. Qubit never worked quite right (pool's were rejecting shares).

I'll post screenshots after mining for a minute in a sec.

EDIT: someone should fix the OP...the qubit gpu miner posted there gives me HW only mining myriad. Using sph-sgminer everything works fine, same settings.

Groestl comes first, Qubit second, Skein third and Scrypt is the hottest naturally.
Now, power usage, I have no way to test it but I'd be inclined to think Groestl draws less power (it also runs just as fast on a 5870).

Groestl

Qubit

Skein

Scrypt


(I don't mine scrypt at all btw...not anymore)



Hey, thank for the info. It certainly cleared things up for me. I am currently mining on skein as it looks more profitable and less damaging to my GPUs.
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
April 05, 2014, 06:35:59 AM
 #2863

No prob!

I gravitate to skein most of the time when mining myr too...groestl feels like I'm wasting power mining on a 280x lol
linked67
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
April 05, 2014, 08:12:48 AM
 #2864

Issue fixed !

A big thanks to Rav3n that helped me. Blocks found are now OK and payouts too. The fix is on github as well and you are invited to make a lot of p2pool qubit nodes.

Join my Qubit p2pool node at http://p2poolcoin.com:5567/static/

P2Pool EU:http://p2poolcoin.com 1 % fees - Server dedicated Xeon, 32 Go Ram, Ssd, 1 Gbps - DarkCoin - HiroCoin - ExeCoin - GpuCoin - MyriadCoin Qubit - Muniti - RotoCoin - VertCoin - etc
Free Middlecoin Stats for Iphone on Apple Store:https://itunes.apple.com/us/app/middlecoin/id795238640?l=fr&ls=1&mt=8
Wegi
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 05, 2014, 08:21:40 AM
 #2865

Is this the right repo? https://github.com/chaeplin/p2pool-drk Do i have to activate any special Settings to start the node for MYR?
linked67
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
April 05, 2014, 08:41:47 AM
 #2866

No, the good repo is https://github.com/linked67/p2pool-myrq

Read the readme, to resume:
1. clone the git
Code:
git clone https://github.com/linked67/p2pool-myrq
2. install qubit hash
Code:
cd qubitcoin-hash
sudo python setup.py install
3.install myriadcoind
Code:
git clone https://github.com/myriadcoin/myriadcoin
cd myriadcoin/src
make -f makefile.unix
4.in your myriadcoin.conf write this
Code:
rpcuser=someusername
rpcpassword=averylongprandompassword
server=1
daemon=1
gen=0
rpcallow=127.0.0.1
algo=qubit
5.run myriadcoind and wait a little that he got all the history
6.Run te pool like any other p2pool with --net myriadcoin, with screen command it's better.
7.enjoy and send me some tips  Grin

P2Pool EU:http://p2poolcoin.com 1 % fees - Server dedicated Xeon, 32 Go Ram, Ssd, 1 Gbps - DarkCoin - HiroCoin - ExeCoin - GpuCoin - MyriadCoin Qubit - Muniti - RotoCoin - VertCoin - etc
Free Middlecoin Stats for Iphone on Apple Store:https://itunes.apple.com/us/app/middlecoin/id795238640?l=fr&ls=1&mt=8
Wegi
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 05, 2014, 08:54:43 AM
 #2867

Awesome thanks, could you give me some pointers how many Resources the node consumes? I am thinking about running it on my Server.
Wiseman
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
April 05, 2014, 09:01:37 AM
 #2868

When do you plan to add another algorithms? And which ones?
Devs, please answer this question. I think it is quite important. For example, if you add scrypt-n a part of peolpe who trust vertcoin, may turn to myriad.
linked67
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
April 05, 2014, 09:12:31 AM
 #2869

Awesome thanks, could you give me some pointers how many Resources the node consumes? I am thinking about running it on my Server.
Around 200Mo of ram and Cpu is hard to say but it's not that much. I have a Xeon cpu and with my 8 different nodes, i don't go over 1 or 2% total cpu usage.
But i have tested on a vps with 2 virtual cores and 3 p2pool nodes, it was eating around 10 or 20% cpu in total. I had only 512Mo ram and 4go ssd ram, maybe the cpu usage come from this.

P2Pool EU:http://p2poolcoin.com 1 % fees - Server dedicated Xeon, 32 Go Ram, Ssd, 1 Gbps - DarkCoin - HiroCoin - ExeCoin - GpuCoin - MyriadCoin Qubit - Muniti - RotoCoin - VertCoin - etc
Free Middlecoin Stats for Iphone on Apple Store:https://itunes.apple.com/us/app/middlecoin/id795238640?l=fr&ls=1&mt=8
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 05, 2014, 09:15:57 AM
 #2870



https://myrgrs.suprnova.cc

&

https://myrskein.suprnova.cc


We got patched Stratum against the diff-Attacks, No fake shares are counted.

Our Groestl Pool would need some power...



suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
mixan
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


TRUMP IS DOING THE BEST! MAKE AMERICA GREAT AGAIN!


View Profile
April 05, 2014, 11:40:26 AM
 #2871

pumper has taken the price down weirdly enough but still has a lot off sells up at higher rates, could go up soon or another time in the future

The parasite hates three things: free markets, free will, and free men.
jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
April 05, 2014, 12:14:45 PM
 #2872

As promised earlier today on Twitter, here's my MyriadCoin article :

http://www.cryptoarticles.com/crypto-news/2014/4/5/myriadcoin-a-pretty-unique-alternate-crypto-currency
zuludrag
Sr. Member
****
Offline Offline

Activity: 396
Merit: 250

I speak: LT, RU, EN


View Profile WWW
April 05, 2014, 12:35:31 PM
 #2873

One interesting thing I've found today trying different settings for qroestl/qubit/skein:

If I set
Code:
set GPU_USE_SYNC_OBJECTS=0
I'm getting 100% CPU usage.

But with:
Code:
set GPU_USE_SYNC_OBJECTS=1
CPU usage is only ~20% Smiley

Hope it will be helpful for someone as it'll use less power and CPU will be cooler.

xfelinho
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
April 05, 2014, 12:51:12 PM
 #2874

Is http://eup2pool.cryptopools.com:3333/static/ down? US and Asia work, but EU doesn't.
vetalysd
Full Member
***
Offline Offline

Activity: 155
Merit: 100


View Profile
April 05, 2014, 01:26:38 PM
 #2875

High efficiency MYRIADCOIN SHA256 POOL. First 20 users 0% fee.
foodies123
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 05, 2014, 01:36:39 PM
 #2876

Is http://eup2pool.cryptopools.com:3333/static/ down? US and Asia work, but EU doesn't.

contacted monsieur ahmed_bodi regarding the matter.

nope
Carter127
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 05, 2014, 01:54:48 PM
 #2877

set up a 2nd qubit P2Pool node using linked67's github code

New York, 0.5 % fee

http://107.170.105.47:5567
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
April 05, 2014, 02:44:42 PM
 #2878

Is http://eup2pool.cryptopools.com:3333/static/ down? US and Asia work, but EU doesn't.

contacted monsieur ahmed_bodi regarding the matter.
back online. hitting a ram issue i think

Bitrated user: ahmedbodi.
giveBTCpls
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 05, 2014, 03:00:24 PM
 #2879

Im using eorder's GPU miner (modified cgminer) windows to mine so MYR with skein algo, I keep getting "share is above target" and R: 100%. Whats going on?

lilifa
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 05, 2014, 03:02:08 PM
 #2880

i think it´s time to sell now (thanks)

like doge, the "high" will never been seen again
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 ... 413 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!