Bitcoin Forum

Other => Beginners & Help => Topic started by: chaosPT on July 03, 2014, 03:43:59 PM



Title: Some Noob question Scrypt miners
Post by: chaosPT on July 03, 2014, 03:43:59 PM
What is Scrypt mining ?


Title: Re: Some Noob question Scrypt miners
Post by: jekv2 on July 03, 2014, 03:48:11 PM
https://en.wikipedia.org/wiki/Scrypt#Proof-of-work_in_cryptocurrency_operations


Title: Re: Some Noob question Scrypt miners
Post by: chaosPT on July 03, 2014, 03:51:16 PM
https://en.wikipedia.org/wiki/Scrypt#Proof-of-work_in_cryptocurrency_operations

Any much simple explain ?


Title: Re: Some Noob question Scrypt miners
Post by: MegaMike on July 03, 2014, 04:11:53 PM
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm


Title: Re: Some Noob question Scrypt miners
Post by: lynn_402 on July 03, 2014, 05:36:01 PM
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm

This.
It also has the advantage of being more profitable to mine on GPUs, since there are less ASIC available.

However, this is becoming less and less true, and mining Scrypt-N or X11, which are yet other algorithms, would be more profitable to mine for regular users.


Title: Re: Some Noob question Scrypt miners
Post by: Chicowash on July 03, 2014, 07:26:20 PM
Also it is not asic proof algorithm as the sha256. Try to search for another algorithm coins.


Title: Re: Some Noob question Scrypt miners
Post by: kuroman on July 03, 2014, 08:26:12 PM
for a beginner and unless you have a solid budget Scrypt coins are not good to start with if you have a CGN compatible gpu or modern Nvidia go for X1X coins if not Scrypt-N is your only choice as the scrypt has become nowadays an asic playground


Title: Re: Some Noob question Scrypt miners
Post by: SelbyTsang on July 04, 2014, 01:43:11 PM
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm

Not really encryption.

For example, the sha256 output of your post is:
Code:
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm
Code:
7098acd0b1a23d767097a35d6e26f129d1fe29584c64d6d0724b9e3490fd3132
.

That is absolutely  no way to "decrypt" it back to your post, because it is not an encrypted version of your post at all.


Title: Re: Some Noob question Scrypt miners
Post by: lynn_402 on July 04, 2014, 02:24:56 PM
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm

Not really encryption.

For example, the sha256 output of your post is:
Code:
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm
Code:
7098acd0b1a23d767097a35d6e26f129d1fe29584c64d6d0724b9e3490fd3132
.

That is absolutely  no way to "decrypt" it back to your post, because it is not an encrypted version of your post at all.

What would be the word for it, if it is not encryption?


Title: Re: Some Noob question Scrypt miners
Post by: SelbyTsang on July 04, 2014, 02:28:46 PM
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm

Not really encryption.

For example, the sha256 output of your post is:
Code:
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm
Code:
7098acd0b1a23d767097a35d6e26f129d1fe29584c64d6d0724b9e3490fd3132
.

That is absolutely  no way to "decrypt" it back to your post, because it is not an encrypted version of your post at all.

What would be the word for it, if it is not encryption?

Hash / hashing.
A hash function is any function that can be used to map data of arbitrary size to data of fixed size, with slight differences in input data producing very big differences in output data.
For your reference, "SHA" standards for "Secure Hash Algorithm"


On the other hand,
In cryptography, encryption is the process of encoding messages or information in such a way that only authorized parties can read it.


Title: Re: Some Noob question Scrypt miners
Post by: byt411 on July 04, 2014, 02:52:39 PM
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm

Not really encryption.

For example, the sha256 output of your post is:
Code:
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm
Code:
7098acd0b1a23d767097a35d6e26f129d1fe29584c64d6d0724b9e3490fd3132
.

That is absolutely  no way to "decrypt" it back to your post, because it is not an encrypted version of your post at all.

What would be the word for it, if it is not encryption?

It is hashing, or you can also call it one-way encryption. It's frequently used in password databases.
When you input a password, it is hashed with a hashing function, and the correct password isn't stored on the database: its hash is. Then it compares if the hashes are the same, if they are, you login, if they aren't you get a login error.


Title: Re: Some Noob question Scrypt miners
Post by: lynn_402 on July 04, 2014, 02:54:35 PM
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm

Not really encryption.

For example, the sha256 output of your post is:
Code:
Short and simple: Scrypt is the algorithm used for encryption. Bitcoin uses SHA256 for encryption, not scrypt. So, scrypt mining is nothing other then mining coins that use scrypt encryption algorithm
Code:
7098acd0b1a23d767097a35d6e26f129d1fe29584c64d6d0724b9e3490fd3132
.

That is absolutely  no way to "decrypt" it back to your post, because it is not an encrypted version of your post at all.

What would be the word for it, if it is not encryption?

It is hashing, or you can also call it one-way encryption. It's frequently used in password databases.
When you input a password, it is hashed with a hashing function, and the correct password isn't stored on the database: its hash is. Then it compares if the hashes are the same, if they are, you login, if they aren't you get a login error.

I see, that's a good noob-friendly way to explain it.
Thanks for your answer!