Bitcoin Forum
June 21, 2024, 11:51:35 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Some Noob question Scrypt miners  (Read 900 times)
chaosPT (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
July 03, 2014, 03:43:59 PM
 #1

What is Scrypt mining ?
jekv2
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
July 03, 2014, 03:48:11 PM
 #2

https://en.wikipedia.org/wiki/Scrypt#Proof-of-work_in_cryptocurrency_operations
chaosPT (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
July 03, 2014, 03:51:16 PM
 #3


Any much simple explain ?
MegaMike
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
July 03, 2014, 04:11:53 PM
 #4

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

Activity: 462
Merit: 253


View Profile
July 03, 2014, 05:36:01 PM
 #5

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 Offline

Activity: 48
Merit: 0


View Profile
July 03, 2014, 07:26:20 PM
 #6

Also it is not asic proof algorithm as the sha256. Try to search for another algorithm coins.
kuroman
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501


View Profile
July 03, 2014, 08:26:12 PM
 #7

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

Activity: 577
Merit: 504



View Profile
July 04, 2014, 01:43:11 PM
 #8

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.

lynn_402
Sr. Member
****
Offline Offline

Activity: 462
Merit: 253


View Profile
July 04, 2014, 02:24:56 PM
 #9

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

Activity: 577
Merit: 504



View Profile
July 04, 2014, 02:28:46 PM
 #10

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.

byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
July 04, 2014, 02:52:39 PM
 #11

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.
lynn_402
Sr. Member
****
Offline Offline

Activity: 462
Merit: 253


View Profile
July 04, 2014, 02:54:35 PM
 #12

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!
Pages: [1]
  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!