Pages:
Author

Topic: [ANN] Alloy [XAO] | The Next Generation Anonymous Cryptocurrency - page 10. (Read 27225 times)

newbie
Activity: 53
Merit: 0
is new algo ultraheavy ? with my rx560 on algo heavy sumo/heaven still get 500hs this coin more less not more than 300hs  and only work with srbminer with your miner always crash my rig

Same here.

On my Rx 550 rig, it mines for 20-60 minutes then hang and I have to restart the miner.

Any fix coming for this issue?
newbie
Activity: 182
Merit: 0

A great project is so exciting that the luck of seeing great work teams leads to success. A great project that develops revolutionary business models that will benefit users and investors. Very good to continue to develop. Good luck!
newbie
Activity: 64
Merit: 0
New release of xmr-stak-alloy posted at: https://github.com/alloyproject/xmr-stak-alloy/releases/tag/v2.4.3U1  Includes nvidia fixes, slight performance boost and latest xmr-stak code line.
newbie
Activity: 84
Merit: 0
New release of xmr-stak-alloy posted at: https://github.com/alloyproject/xmr-stak-alloy/releases/tag/v2.4.3U1  Includes nvidia fixes, slight performance boost and latest xmr-stak code line

Request to merge into official xmr-stak has also been requested :  https://github.com/fireice-uk/xmr-stak/pull/1545

full member
Activity: 252
Merit: 100
The alloy is excellent crypto currency, focused on confidentiality, using the technology CryptoNote POW! Also, Fusion presents many new features!
newbie
Activity: 64
Merit: 0
Please tell us which mining software you are using which does not yet contain our mining algorithm so we can contact the developers, we have created the discord channel "mining-software-requests" for that, for now xmr-stak and srbminer are available, we also contacted cast-xmr.
newbie
Activity: 64
Merit: 0
Alloy now has a remote daemon node so you do not need to download the block chain. In the GUI wallet go to settings/preferences and check off the remote daemon.https://i.redd.it/wpm5cj1xa3w01.png
newbie
Activity: 64
Merit: 0
The xmr-stak-alloy CPU miner gives invalid shares with the new cryptonight_alloy algo when building from source. The compiled Windows version is also not working for CPU mining with the new algo. One of the files is missing some code. I fixed it by patching the file minethd.cpp in xmr-stak-alloy/xmrstak/backend/cpu/ with the patch below.

Code:
--- minethd.cpp	2018-05-05 06:56:05.689507712 -0700
+++ minethd2.cpp 2018-05-05 06:58:10.249099121 -0700
@@ -549,6 +549,9 @@
  case cryptonight_aeon:
  algv = 4;
  break;
+ case cryptonight_alloy:
+ algv = 5;
+ break;
  default:
  algv = 2;
  break;
@@ -641,7 +644,7 @@
  cryptonight_penta_hash,
 
 
- cryptonight_double_hash,
+ cryptonight_double_hash,
  cryptonight_double_hash,
  cryptonight_double_hash,
  cryptonight_double_hash,

Awesome, thank you, we are going to merge that into our submission for xmr-stak.
hero member
Activity: 1036
Merit: 606
The xmr-stak-alloy CPU miner gives invalid shares with the new cryptonight_alloy algo when building from source. The compiled Windows version is also not working for CPU mining with the new algo. One of the files is missing some code. I fixed it by patching the file minethd.cpp in xmr-stak-alloy/xmrstak/backend/cpu/ with the patch below.

Code:
--- minethd.cpp	2018-05-05 06:56:05.689507712 -0700
+++ minethd2.cpp 2018-05-05 06:58:10.249099121 -0700
@@ -549,6 +549,9 @@
  case cryptonight_aeon:
  algv = 4;
  break;
+ case cryptonight_alloy:
+ algv = 5;
+ break;
  default:
  algv = 2;
  break;
@@ -641,7 +644,7 @@
  cryptonight_penta_hash,
 
 
- cryptonight_double_hash,
+ cryptonight_double_hash,
  cryptonight_double_hash,
  cryptonight_double_hash,
  cryptonight_double_hash,
newbie
Activity: 64
Merit: 0
BTC Join http://alloy.poolfun.ru
FEE: 0.5%

Addr (Aдpec): xao.poolfun.ru
Port (Пopт): 7001
Diff (Cлoжнocть): 20000

Addr (Aдpec): xao.poolfun.ru
Port (Пopт): 7002
Diff (Cлoжнocть): 100000

Addr (Aдpec): xao.poolfun.ru
Port (Пopт): 7003
Diff (Cлoжнocть): 400000

Miner: https://github.com/alloyproject/xmr-stak-alloy/releases
Run: xmr-stak --currency alloy -o stratum+tcp://xao.poolfun.ru:7001 -u WALLET(КOШEЛEК) -p RIG_NAME(HAЗBAHИE_PИГA)

You will replace with --currency cryptonight_alloy in the instructions, else your miners will get rejected shares until we fix this, also if you want to be on our pools list, join and ask Kh4n on our discord https://alloyproject.org/discord
newbie
Activity: 43
Merit: 0
BTC Join http://alloy.poolfun.ru
FEE: 0.5%

Addr (Aдpec): xao.poolfun.ru
Port (Пopт): 7001
Diff (Cлoжнocть): 20000

Addr (Aдpec): xao.poolfun.ru
Port (Пopт): 7002
Diff (Cлoжнocть): 100000

Addr (Aдpec): xao.poolfun.ru
Port (Пopт): 7003
Diff (Cлoжнocть): 400000

Miner: https://github.com/alloyproject/xmr-stak-alloy/releases
Run: xmr-stak --currency cryptonight_alloy -o stratum+tcp://xao.poolfun.ru:7001 -u WALLET(КOШEЛEК) -p RIG_NAME(HAЗBAHИE_PИГA)
newbie
Activity: 64
Merit: 0
To celebrate the success of our hardfork, in two weeks we will draw 3 winners among those who have retweeted this tweet https://twitter.com/alloy_project/status/992671947866755072 and have followed us on our twitter https://twitter.com/alloy_project ! The first will win 1000 XAO, the second 500 XAO and the third 250 XAO. Thanks for supporting us, good luck!
full member
Activity: 391
Merit: 105
Man this new algo is crazy xD. I'm only getting 1100H/s on my vega frontiers  Shocked. I like it though. Very secure from nicehash/botnets.
newbie
Activity: 64
Merit: 0
Our hardfork has been a success, without ASIC's, mining rental services and botnets, our network is now more fair for our miners.

https://i.redditmedia.com/7uVrAwv9Xh0vi8Gseobevq0MeZl8-YLt-6FfWs3MCu4.png?w=1024&s=0d0dee3b84c5feccf4aef8a03bdfb08f
full member
Activity: 670
Merit: 130
Important: Miners will get like 60% less hashrate than cryptonight, our alloy-cryptonight algo is heavy in that sense, also harder for the botnets and that is better for our network.

yup. my old gpus cannot even hash  Cry

still they managed to get a few alloy so far
newbie
Activity: 64
Merit: 0
Important: Miners will get like 60% less hashrate than cryptonight, our alloy-cryptonight algo is heavy in that sense, also harder for the botnets and that is better for our network.
newbie
Activity: 64
Merit: 0
Awesome project, when other exchanges are planned!  Grin
Altex added to our exchanges list https://alloyproject.org/#exchanges
We are not affiliate with any exchange, use them at your own risk. More exchanges will come.




If you didn't know there already was a project named "Alloy" and it has scamed. So, you've chosen wrong name to your project...
We are not affiliate with any other project named Alloy, here it is the Alloy Project.


anyone having troubles mining this with nvidia cards?
If you have any issue feel free to join our discord https://alloyproject.org/discord


Any words about hashrate ?
You will get like 60% less than cryptonight, same for everyone else, our alloy-cryptonight algo is heavy in that sense, also harder for the botnets and that is better for our network.
member
Activity: 118
Merit: 10
Any words about hashrate ?

My hashs is:

RX560 2GB = 200Hs
"intensity" : 768, "worksize" : 8, "strided_index" : 2, "mem_chunk" : 2,

RX570 4GB = 407Hs
"intensity" : 1696, "worksize" : 8, "strided_index" : 2, "mem_chunk" : 2,

RX580 4GB = 450Hs
"intensity" : 1696, "worksize" : 8, "strided_index" : 2, "mem_chunk" : 2,

Vega56@64 (2 Threads per Card) = 960Hs
"intensity" : 1792, "worksize" : 8, "strided_index" : 2, "mem_chunk" : 2,
full member
Activity: 1179
Merit: 131
anyone having troubles mining this with nvidia cards?
Pages:
Jump to: