Pages:
Author

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

legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
Hello Myriadcoiners

I know most of you follow unitus development as well, we have brand new rPI wallet now Smiley
Feel free to try it Smiley @nzsquirrell did a great job!

https://bitcointalksearch.org/topic/m.14967366

Will it becoming to Myriad soon too?

Who knows?
Wait I know who! nzsquirrell Smiley Ask him...
legendary
Activity: 1974
Merit: 1010
Fusing the black and white coin image with the multicolor coin by maybe having a black ring around the multicolor coin which already has the white "M" but now with the black outer ring the white "M" will also be more emphasized (in contrast to the black outer ring) and show all the colors in one coin - it should have dramatic effect to experiment with I think. I dunno bout any particular images. would be interesting to get ideas from community.

Look DEEP into my algos...your getting sleepy...  Wink

legendary
Activity: 1281
Merit: 1003
ok thanks so i tested
it s working now but speed is bit lower than cgminer

-x did get bad result so i tested with -I  best speed was at -I 24  for 200mh

cgminer does 204 mh with -I 11
full member
Activity: 135
Merit: 100
Hello Myriadcoiners

I know most of you follow unitus development as well, we have brand new rPI wallet now Smiley
Feel free to try it Smiley @nzsquirrell did a great job!

https://bitcointalksearch.org/topic/m.14967366

Will it becoming to Myriad soon too?
hero member
Activity: 742
Merit: 505
ok thanks

but i use bat file
there is something wrong

so i use -X in place of -I  but still all rejected shares

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
"E:\myriadcoin\cgminer skein\sgminer\sgminer.exe" -k skein -o stratum+tcp://europe1.digibyte-skein.miningpoolhub.com:20527 -u carlo0000.620 -p 0 -X 128 -g 2 -w 64 --gpu-engine 1050


-k skein , this is ok ?   looks like it s mining with the wrong algorithm

Connected to europe1.digibyte-skein.miningpoolhub.com (stratum) diff 1.229 as us
Block: 19018785...  Diff:49.3M  Started: [23:58:08]  Best share: 0
--------------------------------------------------------------------------------
[P]ool management [G]PU management ettings [D]isplay options [Q]uit
GPU 0:  68.0C 1651RPM | 277.5K/374.0Kh/s | R:  0.0% HW:2707 WU:0.000/m xI:128


Diff:49.3M  ?   and i see  429.5K on a r9 380  so not possible, definitely something wrong



It looks like wrong algo.
Try "algorithm": "skeincoin" in the conf.
(i find it easier to use confs.  You just need 2 files. In the bat file you specify the conf file.)

Anyways.. try -k skeincoin  if you are using a single commandline.


(edit)
Too high intensity will make your machine hang, or driver crash.
If this happens.. go as low as -I 4 or -X 32  and move up
legendary
Activity: 1281
Merit: 1003
ok thanks

but i use bat file
there is something wrong

so i use -X in place of -I  but still all rejected shares

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
"E:\myriadcoin\cgminer skein\sgminer\sgminer.exe" -k skein -o stratum+tcp://europe1.digibyte-skein.miningpoolhub.com:20527 -u carlo0000.620 -p 0 -X 128 -g 2 -w 64 --gpu-engine 1050


-k skein , this is ok ?   looks like it s mining with the wrong algorithm

Connected to europe1.digibyte-skein.miningpoolhub.com (stratum) diff 1.229 as us
Block: 19018785...  Diff:49.3M  Started: [23:58:08]  Best share: 0
--------------------------------------------------------------------------------
[P]ool management [G]PU management S]ettings [D]isplay options [Q]uit
GPU 0:  68.0C 1651RPM | 277.5K/374.0Kh/s | R:  0.0% HW:2707 WU:0.000/m xI:128


Diff:49.3M  ?   and i see  429.5K on a r9 380  so not possible, definitely something wrong

hero member
Activity: 742
Merit: 505
We have just release skein algo included sgminer.

https://github.com/miningpoolhub/sgminer/releases

Interesting.
I will try it on some 380/390s

Quick test without tuning:

Sapphire R9 390 : 295 Mh/s
Sapphire R9 380 ITX: 201 Mh/s


i tried on my r9 380 but i only get 100% rejected

can you share your setting ?



Sure.


2 files:

Miner15skein.bat :
set GPU_MAX_HEAP_SIZE 100
set GPU_MAX_ALLOC_PERCENT 100
set GPU_USE_SYNC_OBJECTS 1
sgminer.exe --log-file Miner15.log --config Miner15skein.conf
pause



Miner15skein.conf :

{
  "pools": [
    {
      "url": "stratum+tcp://hub.miningpoolhub.com:17016",
      "user": "username.miner15",
      "pass": "password"
    }
  ],
  "profiles": [],
  "algorithm": "skeincoin",
  "device": "0,1,2,3,4,5",
  "gpu-platform": "1",
  "xintensity": "128",
  "thread-concurrency": "0",
  "worksize": "64",
  "gpu-threads": "2",
  "kernel-path": "/usr/i686-w64-mingw32/bin",
  "api-listen": true,
  "api-mcast-port": "4028",
  "api-port": "4050",
  "expiry": "28",
  "gpu-dyninterval": "7",
  "tcp-keepalive": "30",
  "watchpool-refresh": "30"
  }
legendary
Activity: 1281
Merit: 1003
We have just release skein algo included sgminer.

https://github.com/miningpoolhub/sgminer/releases

Interesting.
I will try it on some 380/390s

Quick test without tuning:

Sapphire R9 390 : 295 Mh/s
Sapphire R9 380 ITX: 201 Mh/s


i tried on my r9 380 but i only get 100% rejected

can you share your setting ?
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
Hello Myriadcoiners

I know most of you follow unitus development as well, we have brand new rPI wallet now Smiley
Feel free to try it Smiley @nzsquirrell did a great job!

https://bitcointalksearch.org/topic/m.14967366
hero member
Activity: 687
Merit: 500
novag
I see will big wave on Myriad to 50+ Sat on Poloniex!
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
We have just release skein algo included sgminer.

https://github.com/miningpoolhub/sgminer/releases

Interesting.
I will try it on some 380/390s

Quick test without tuning:

Sapphire R9 390 : 295 Mh/s
Sapphire R9 380 ITX: 201 Mh/s





Original source was from cgminer reorder, so performance should be similar.

The purpose of this sgminer is to help miners switch multiple algo. I hope you like it.
hero member
Activity: 672
Merit: 500
I just noticed the 'skein' miner link on the official myriad page is broken. Dropbox might have considered it malicious. Meh!
hero member
Activity: 742
Merit: 505
We have just release skein algo included sgminer.

https://github.com/miningpoolhub/sgminer/releases

Interesting.
I will try it on some 380/390s

Quick test without tuning:

Sapphire R9 390 : 295 Mh/s
Sapphire R9 380 ITX: 201 Mh/s



hero member
Activity: 742
Merit: 505
We have just release skein algo included sgminer.

https://github.com/miningpoolhub/sgminer/releases

Interesting.
I will try it on some 380/390s
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
We have just release skein algo included sgminer.

https://github.com/miningpoolhub/sgminer/releases
sr. member
Activity: 392
Merit: 250
my magic is growing strong[er]


Use this image as you please.   Kiss

URSAY the image is absolutely stunningly beautiful. I love it. Artistry of it is really something special.


Hey thanks but that was just a quickie without much thought.  I'll keep brainstorming about what multi-algo imagery might look like.  Or maybe this has already been discussed?  Right now the main image is the multi-colored coin logo, yes?  Are there other particular images associated with myriad or that the community would like to see associated with mryiad?  Smiley

Fusing the black and white coin image with the multicolor coin by maybe having a black ring around the multicolor coin which already has the white "M" but now with the black outer ring the white "M" will also be more emphasized (in contrast to the black outer ring) and show all the colors in one coin - it should have dramatic effect to experiment with I think. I dunno bout any particular images. would be interesting to get ideas from community.



hero member
Activity: 742
Merit: 505


Use this image as you please.   Kiss

URSAY the image is absolutely stunningly beautiful. I love it. Artistry of it is really something special.






Hey thanks but that was just a quickie without much thought.  I'll keep brainstorming about what multi-algo imagery might look like.  Or maybe this has already been discussed?  Right now the main image is the multi-colored coin logo, yes?  Are there other particular images associated with myriad or that the community would like to see associated with mryiad?  Smiley

about what multi-algo imagery might look like
well first image that pops up in my mind is interracial gangbang, not really best for PR right?



Haha.. now that will the image i see every time i see a multi-algo thing.. or multi-algo-pool
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite


Use this image as you please.   Kiss

URSAY the image is absolutely stunningly beautiful. I love it. Artistry of it is really something special.






Hey thanks but that was just a quickie without much thought.  I'll keep brainstorming about what multi-algo imagery might look like.  Or maybe this has already been discussed?  Right now the main image is the multi-colored coin logo, yes?  Are there other particular images associated with myriad or that the community would like to see associated with mryiad?  Smiley

about what multi-algo imagery might look like
well first image that pops up in my mind is interracial gangbang, not really best for PR right?
legendary
Activity: 1974
Merit: 1010


Use this image as you please.   Kiss

URSAY the image is absolutely stunningly beautiful. I love it. Artistry of it is really something special.






Hey thanks but that was just a quickie without much thought.  I'll keep brainstorming about what multi-algo imagery might look like.  Or maybe this has already been discussed?  Right now the main image is the multi-colored coin logo, yes?  Are there other particular images associated with myriad or that the community would like to see associated with mryiad?  Smiley
sr. member
Activity: 441
Merit: 278
It's personal


Use this image as you please.   Kiss

URSAY the image is absolutely stunningly beautiful. I love it. Artistry of it is really something special.




Pages:
Jump to: