chaosPT (OP)
|
|
July 03, 2014, 03:43:59 PM |
|
What is Scrypt mining ?
|
|
|
|
jekv2
Member
Offline
Activity: 112
Merit: 10
|
|
July 03, 2014, 03:48:11 PM |
|
|
|
|
|
chaosPT (OP)
|
|
July 03, 2014, 03:51:16 PM |
|
Any much simple explain ?
|
|
|
|
MegaMike
Newbie
Offline
Activity: 23
Merit: 0
|
|
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
|
|
|
|
lynn_402
|
|
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.
|
|
|
|
Chicowash
Newbie
Offline
Activity: 48
Merit: 0
|
|
July 03, 2014, 07:26:20 PM |
|
Also it is not asic proof algorithm as the sha256. Try to search for another algorithm coins.
|
|
|
|
kuroman
|
|
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
|
|
|
|
SelbyTsang
|
|
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: 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 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.
|
|
|
|
lynn_402
|
|
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: 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 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?
|
|
|
|
SelbyTsang
|
|
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: 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 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.
|
|
|
|
byt411
|
|
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: 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 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.
|
|
|
|
lynn_402
|
|
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: 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 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!
|
|
|
|
|