Bitcoin Forum
May 25, 2024, 10:42:33 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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 ... 141 »
  Print  
Author Topic: [ANN] AIDEN | 1st to use sCrypt-OG (GPU Optimized) [v0.10.2.2 Released 7/10/15]  (Read 235363 times)
ghostlander
Legendary
*
Offline Offline

Activity: 1239
Merit: 1020


No surrender, no retreat, no regret.


View Profile WWW
April 05, 2014, 04:28:41 PM
 #61

Lets do some math real quick

open your calculator and do

2 to the 10th power and tell me what you get.

Stop playing a fool.

Code: ("scrypt-jane.c")
void
scrypt(const uint8_t *password, size_t password_len, const uint8_t *salt, size_t salt_len, uint8_t Nfactor, uint8_t rfactor, uint8_t pfactor, uint8_t *out, size_t bytes) {
scrypt_aligned_alloc YX, V;
uint8_t *X, *Y;
uint32_t N, r, p, chunk_bytes, i;
scrypt_aligned_alloc YX, V;
uint8_t *X, *Y;
uint32_t N, r, p, chunk_bytes, i;

if (Nfactor > scrypt_maxN)
scrypt_fatal_error("scrypt: N out of range");
if (rfactor > scrypt_maxr)
scrypt_fatal_error("scrypt: r out of range");
if (pfactor > scrypt_maxp)
scrypt_fatal_error("scrypt: p out of range");

N = (1 << (Nfactor + 1));
r = (1 << rfactor);
p = (1 << pfactor);

chunk_bytes = SCRYPT_BLOCK_BYTES * r * 2;
V = scrypt_alloc((uint64_t)N * chunk_bytes);
YX = scrypt_alloc((p + 1) * chunk_bytes);

/* 1: X = PBKDF2(password, salt) */
Y = YX.ptr;
X = Y + chunk_bytes;
scrypt_pbkdf2(password, password_len, salt, salt_len, 1, X, chunk_bytes * p);

/* 2: X = ROMix(X) */
for (i = 0; i < p; i++)
scrypt_ROMix((scrypt_mix_word_t *)(X + (chunk_bytes * i)), (scrypt_mix_word_t *)Y, (scrypt_mix_word_t *)V.ptr, N, r);

/* 3: Out = PBKDF2(password, X) */
scrypt_pbkdf2(password, password_len, X, chunk_bytes * p, 1, out, bytes);

scrypt_ensure_zero(YX.ptr, (p + 1) * chunk_bytes);

scrypt_free(&V);
scrypt_free(&YX);
}

"If you've got a problem and have to spread some coins to make it go away, you've got no problem. You've got an expence." ~ Phoenixcoin (PXC) and Orbitcoin (ORB) and Halcyon (HAL)
precrime3
Member
**
Offline Offline

Activity: 84
Merit: 10

PM for journalist,typing,and data entry services.


View Profile WWW
April 05, 2014, 04:28:54 PM
 #62

What is the password for the rar file?

"comebackat4pmest" no caps.

7zip is telling me this is wrong password...

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
April 05, 2014, 04:33:32 PM
 #63

What is the password for the rar file?

"comebackat4pmest" no caps.

7zip is telling me this is wrong password...
Grin

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
enerbyte
Hero Member
*****
Offline Offline

Activity: 556
Merit: 501


View Profile
April 05, 2014, 04:34:30 PM
 #64

What is the password for the rar file?

"comebackat4pmest" no caps.

7zip is telling me this is wrong password...
Grin
LOL
precrime3
Member
**
Offline Offline

Activity: 84
Merit: 10

PM for journalist,typing,and data entry services.


View Profile WWW
April 05, 2014, 04:37:38 PM
 #65

To the last two posts.... What? Im so confused, did I do something wrong Tongue

ando0022
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 05, 2014, 04:38:59 PM
 #66

To the last two posts.... What? Im so confused, did I do something wrong Tongue

READ the Password again ...
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
April 05, 2014, 04:42:25 PM
 #67

I can post settings for any card...lol

Just use a proper miner like yacminer 3.5 and off you go.

Question: what's that bunch of code ghostlander posted? :/
precrime3
Member
**
Offline Offline

Activity: 84
Merit: 10

PM for journalist,typing,and data entry services.


View Profile WWW
April 05, 2014, 04:52:42 PM
 #68

To the last two posts.... What? Im so confused, did I do something wrong Tongue

READ the Password again ...

Haha lol, darn. Guess I gotta wait then Tongue

defaced (OP)
Legendary
*
Offline Offline

Activity: 2184
Merit: 1011


Franko is Freedom


View Profile WWW
April 05, 2014, 05:04:29 PM
 #69

To the last two posts.... What? Im so confused, did I do something wrong Tongue

READ the Password again ...

Haha lol, darn. Guess I gotta wait then Tongue

haha

Fortune Favors the Brave
Borderless CharityEXPANSEEXRAllergy FinderFranko Is Freedom
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
April 05, 2014, 05:04:38 PM
 #70

I can post settings for any card...lol

Just use a proper miner like yacminer 3.5 and off you go.

Question: what's that bunch of code ghostlander posted? :/
If you have something for the 290x (or just the basic setup with yacminer to work on that scrypt:64)
Is there a benchmark mode ?

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
lajz99
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
April 05, 2014, 05:20:11 PM
 #71

Can anyone tell me what the config should look like for a 280x on sgminer?

ozie
Full Member
***
Offline Offline

Activity: 239
Merit: 103


View Profile
April 05, 2014, 05:37:41 PM
 #72


Higher hashrate, more security.

If you were to evenly match the cost of hashrates between Aiden, litecoin, and vertcoin
It would take less energy and heat to create 1 mh with aiden then it would the other two.

 Huh Huh Huh

Do you really want to compare Hashrate between different Algos and then say the faster one is more secure

What a fking joke. Why not go SHA3 then its much faster then any Scrypt Algos...

Negating your only viable point that your coin separates from other Copycoins there is no reason to mine this shit.
precrime3
Member
**
Offline Offline

Activity: 84
Merit: 10

PM for journalist,typing,and data entry services.


View Profile WWW
April 05, 2014, 05:40:28 PM
 #73


Higher hashrate, more security.

If you were to evenly match the cost of hashrates between Aiden, litecoin, and vertcoin
It would take less energy and heat to create 1 mh with aiden then it would the other two.

 Huh Huh Huh

Do you really want to compare Hashrate between different Algos and then say the faster one is more secure

What a fking joke. Why not go SHA3 then its much faster then any Scrypt Algos...

Negating your only viable point that your coin separates from other Copycoins there is no reason to mine this shit.

Why not go blake256 which is 3x faster than sha256?

defaced (OP)
Legendary
*
Offline Offline

Activity: 2184
Merit: 1011


Franko is Freedom


View Profile WWW
April 05, 2014, 05:41:59 PM
 #74


Higher hashrate, more security.

If you were to evenly match the cost of hashrates between Aiden, litecoin, and vertcoin
It would take less energy and heat to create 1 mh with aiden then it would the other two.

 Huh Huh Huh

Do you really want to compare Hashrate between different Algos and then say the faster one is more secure

What a fking joke. Why not go SHA3 then its much faster then any Scrypt Algos...

Negating your only viable point that your coin separates from other Copycoins there is no reason to mine this shit.

I like blake256 AND sha3. Smiley

Fortune Favors the Brave
Borderless CharityEXPANSEEXRAllergy FinderFranko Is Freedom
defaced (OP)
Legendary
*
Offline Offline

Activity: 2184
Merit: 1011


Franko is Freedom


View Profile WWW
April 05, 2014, 05:44:48 PM
 #75

But this isnt sha3 or blake256, this is scrypt-nfactor-6

or like ghostlander would say.

Its N=5+1

Fortune Favors the Brave
Borderless CharityEXPANSEEXRAllergy FinderFranko Is Freedom
lajz99
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
April 05, 2014, 05:49:31 PM
Last edit: April 05, 2014, 06:26:31 PM by lajz99
 #76

.025 btc bounty for the first person to PM me step by step instructions (pre-launch) on how to solo mine with 280x's.  (not familiar with sgminer/nfactor)

Claimed.

ozie
Full Member
***
Offline Offline

Activity: 239
Merit: 103


View Profile
April 05, 2014, 05:50:41 PM
 #77

But this isnt sha3 or blake256, this is scrypt-nfactor-6

or like ghostlander would say.

Its N=5+1

Both new Algos which where worth mining when the came out fresh.
Your "scrypt-og" or "scrypt-n6" or whatever you want to call it is NOT new.

Just changing a variable does not make it unique in any way.

Vertcoin also "just" changed the n-Factor. But they have a purpose behind this change.
That is another thing your are lacking!
defaced (OP)
Legendary
*
Offline Offline

Activity: 2184
Merit: 1011


Franko is Freedom


View Profile WWW
April 05, 2014, 05:55:37 PM
 #78

But this isnt sha3 or blake256, this is scrypt-nfactor-6

or like ghostlander would say.

Its N=5+1

Both new Algos which where worth mining when the came out fresh.
Your "scrypt-ng" or "scrypt-n6" or whatever you want to call it is NOT new.

Just changing a variable does not make it unique in any way.

Vertcoin also "just" changed the n-Factor. But they have a purpose behind this change.
That is another thing your are lacking!

There is a purpose behind the change, to make scrypt hash better for gpu's. Smiley

Changing memory requirements on scrypt to meet certain needs is not new, you are correct. I admit using scrypt with default settings isnt terribly innovative.. considering no one else has done it. YAC however did have nfactor 6 mining for some time though, but it wasnt a fixed n parameter like with Aiden. You can either mine it or dont. The options are pretty binary for you right now lol.

Fortune Favors the Brave
Borderless CharityEXPANSEEXRAllergy FinderFranko Is Freedom
Syth
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
April 05, 2014, 05:56:37 PM
 #79

Countdown:
http://jsfiddle.net/Jrd88/1/embedded/result/

defaced (OP)
Legendary
*
Offline Offline

Activity: 2184
Merit: 1011


Franko is Freedom


View Profile WWW
April 05, 2014, 05:57:47 PM
 #80

.025 btc bounty for the first person to PM me step by step instructions (pre-launch) on how to solo mine with 280x's.  (not familiar with sgminer/nfactor)

Hey buddy my bat file looks like this

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
Color 0A
sgminer

This is my config file for 270x's

Code:
{
"pools" : [
{
"url" : "http://192.168.1.125:4560",
"user" : "gooduser",
"pass" : "badpassword"
}
]
,
"intensity" : "19",
"nfactor" : "6",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-threads" : "1",
"gpu-engine" : "900",
"gpu-fan" : "30-90",
"gpu-memclock" : "1200",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "10",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true
}


Fortune Favors the Brave
Borderless CharityEXPANSEEXRAllergy FinderFranko Is Freedom
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 ... 141 »
  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!