Bitcoin Forum
June 16, 2024, 04:38:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 »  All
  Print  
Author Topic: [ANN] Alloy [XAO] | The Next Generation Anonymous Cryptocurrency  (Read 27224 times)
fishka666
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
May 05, 2018, 11:20:07 AM
Last edit: May 05, 2018, 01:26:44 PM by fishka666
 #181

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)
alloyproject (OP)
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
May 05, 2018, 01:26:37 PM
 #182

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
Vann
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 606



View Profile
May 05, 2018, 02:11:51 PM
 #183

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_aeon, true, true>,
 
 
- cryptonight_double_hash<cryptonight_alloy, false, false>,
+ cryptonight_double_hash<cryptonight_alloy, false, false>,
  cryptonight_double_hash<cryptonight_alloy, true, false>,
  cryptonight_double_hash<cryptonight_alloy, false, true>,
  cryptonight_double_hash<cryptonight_alloy, true, true>,
alloyproject (OP)
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
May 05, 2018, 07:47:21 PM
 #184

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_aeon, true, true>,
 
 
- cryptonight_double_hash<cryptonight_alloy, false, false>,
+ cryptonight_double_hash<cryptonight_alloy, false, false>,
  cryptonight_double_hash<cryptonight_alloy, true, false>,
  cryptonight_double_hash<cryptonight_alloy, false, true>,
  cryptonight_double_hash<cryptonight_alloy, true, true>,

Awesome, thank you, we are going to merge that into our submission for xmr-stak.
alloyproject (OP)
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
May 05, 2018, 07:49:41 PM
 #185

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
alloyproject (OP)
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
May 05, 2018, 08:08:30 PM
 #186

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.
Hakamoto
Full Member
***
Offline Offline

Activity: 252
Merit: 100



View Profile
May 05, 2018, 08:14:42 PM
Last edit: May 08, 2018, 08:25:11 AM by Hakamoto
 #187

The alloy is excellent crypto currency, focused on confidentiality, using the technology CryptoNote POW! Also, Fusion presents many new features!

nighthawk18
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
May 05, 2018, 10:08:26 PM
 #188

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

alloyproject (OP)
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
May 06, 2018, 04:42:45 AM
 #189

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.
Olivia Keyton
Newbie
*
Offline Offline

Activity: 182
Merit: 0


View Profile
May 06, 2018, 02:49:12 PM
 #190


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!
sevynos
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
May 06, 2018, 10:12:55 PM
 #191

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?
nighthawk18
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
May 06, 2018, 10:43:13 PM
 #192

xmrig-nvidia-alloy released: https://github.com/alloyproject/xmrig-nvidia/releases/tag/v2.6.1


alloyproject (OP)
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
May 07, 2018, 06:04:10 AM
 #193

Miners who have crash, please try to use our xmr-stak old cpu version https://github.com/alloyproject/xmr-stak-alloy/releases/download/v2.4.3U1/xmr-stak-alloy_2.4.3U1_OLDCPU_Win64.zip, we also released xmrig-nvidia version with our algo, try it as an alternative https://github.com/alloyproject/xmrig-nvidia, please let us know if any issue.
demon851113
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 07, 2018, 06:12:35 AM
 #194

Hello, XMR STAK in HIVEOS does not support the ALLOY algorithm yet, thanks
nutplus
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 07, 2018, 07:38:51 AM
 #195

New Alloy mining pool.
http://alloy.rocketpool.pro
Location: Germany
Pool fee: 0.1%
Have a nice mining Smiley
Pon13
Full Member
***
Offline Offline

Activity: 670
Merit: 130



View Profile WWW
May 07, 2018, 10:30:16 AM
 #196

Link for SBR miner please ?

Bill Hicks was right about....everything
AnonJunkie
Newbie
*
Offline Offline

Activity: 249
Merit: 0


View Profile WWW
May 07, 2018, 08:25:51 PM
 #197

nvidia not working  "WARNING: NVIDIA Unable to query number of CUDA devices!"
Vindizzle
Member
**
Offline Offline

Activity: 364
Merit: 10


View Profile
May 07, 2018, 08:29:14 PM
 #198

Promising project, POW is a way to go most def, but it should definitely get listed on a more significant exchange soon to make some impact and get things moving forward.
z-LO-y
Newbie
*
Offline Offline

Activity: 150
Merit: 0


View Profile
May 07, 2018, 09:24:05 PM
 #199

Team and all investors that will make this dream true! this project will have a big sucess certainly!, dont worry about scam because this project so trusted and safe.
alloyproject (OP)
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
May 07, 2018, 09:36:42 PM
 #200

Nothing made yet but we will soon have our own exchange, web wallets manager and mobiles wallets, and others magics things, everything open sourced to let you clone and help us decentralize.
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 »  All
  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!