Chevron Left
Back to Bitcoin and Cryptocurrency Technologies

Learner Reviews & Feedback for Bitcoin and Cryptocurrency Technologies by Princeton University

4.6
stars
2,970 ratings

About the Course

To really understand what is special about Bitcoin, we need to understand how it works at a technical level. We’ll address the important questions about Bitcoin, such as: How does Bitcoin work? What makes Bitcoin different? How secure are your Bitcoins? How anonymous are Bitcoin users? What determines the price of Bitcoins? Can cryptocurrencies be regulated? What might the future hold? After this course, you’ll know everything you need to be able to separate fact from fiction when reading claims about Bitcoin and other cryptocurrencies. You’ll have the conceptual foundations you need to engineer secure software that interacts with the Bitcoin network. And you’ll be able to integrate ideas from Bitcoin in your own projects. Course Lecturers: Arvind Narayanan, Princeton University All the features of this course are available for free. It does not offer a certificate upon completion....

Top reviews

NG

Dec 22, 2017

I've gained a strong knowledge of Bitcoin's architecture but wish this course was updated to include the developments of the last two years. A few lectures on alt-coins would have been useful as well.

MB

Mar 10, 2018

Great course, a very broad and in-depth overview of concepts surrounding cryptocurrencies and Bitcoin in particular. Would be great to have an update of course; perhaps once the ICO craze is over? (-:

Filter by:

1 - 25 of 695 Reviews for Bitcoin and Cryptocurrency Technologies

By Anupam R

•

Apr 21, 2019

no certificate

By R D

•

Jun 3, 2020

I didnt receive certificate for this course. This is very bad and creating negattive impression on this

By Lumir B

•

Jan 15, 2017

I find this course prepared very well. There are many perspectives and this course does not concentrate on the technology only. I find this course very helpful. The level is more then just beginner.

By Adam W

•

Apr 20, 2019

Needlessly difficult programming assignments, because no tests or main functions were provided. We were left to guess what was expected in a painful, slow, feedback loop of submitting to the grader, waiting several minutes for it to complete, and looking at errors to guess what might have happened. If we could compile and run locally, or (GASP!) were even provided with the tests and expected outputs (e.g., like with the Stanford Machine Learning course), the pain of the programming would have been removed, allowing us to focus on learning the material, instead of blindly guessing what was being tested and/or passed in to functions.

By HARSHAL G

•

May 15, 2020

no certificate

By Ryuji I

•

Jan 2, 2017

Inattentive lectures. There're only a few videos that are worth watching. You need to be prepared for wasting a lot of time for programming assignments -- it's not because the assignments are tough but because of poor descriptions and out of sync with lectures. If you're interested, just download the online material (not videos) and read through it. Much better than wasting your time with the lecture videos and assignments.

By Taylor

•

Dec 29, 2017

I saw initially in the comment section about the course that it talked about Java a bit, but I was under the impression that we would only be discussing it, not throwing some code together for our first assignment. I know the basics for Python, HTML, and CSS, but I really don't have time to learn Java just to pass this class. I was hoping the class would be more about the basics of cryptocurrency so I could have a better understanding for it. I'm extremely disappointed.

By David C

•

Aug 9, 2017

This was a GREAT course...one of the best offered on Coursera. The lectures were spot-on, with sufficient detail and background to make everything understandable. The first programming assignment was very difficult, however. I would strongly suggest that the Coursera team break this assignment into 8-10 chunks, with small steps to accomplish along the way (leading to the final result as currently envisioned) and provide some guidance to help students understand what is needed and perhaps how to structure some of the code. I found that assignment nearly impossible to complete, but was eventually successful. Assignment #2 was almost trivial in comparison, and #3 was somewhat challenging but not nearly as daunting as the 1st assignment. Finally, I was surprised that a certificate was not offered after successful completion of the course. This was one of the longest (and most challenging, when the programming assignments are factored in) of ANY course I've taken on Coursera (and, I've taken a lot). Oh...and one more thing, I suggest adding a final quiz at the very end of the last week's video. As soon as the 3rd assignment was completed in week 7, the course thinks everything required has been accomplished and declares victory. I still need to watch about 3 hours of videos to really finish the course (which I fully intend to do!), but the course thinks I'm done. Anyway, this was a really good course and I HIGHLY RECOMMEND it to anyone interested in all things BitCoin.

By Anton L

•

Feb 24, 2021

The course was just fine until the first exercise. I have never seen such poorly written API and sloppily written explanations. Good luck trying to figure that $*** out. Really way to explain one set of material in the lectures and then give an exercise on entirely different material, are you insane? And in Java? Are you serious?

By RACHEL C

•

Nov 25, 2020

I have only done the first module and found the assignment far too difficult, i really didn't understand how to do it, and I read that it's not compulsory but then why add it to the course?

By Apoorv A

•

Jan 16, 2018

Not efficient use of slides and real time explanation using hand

By Ajay C

•

Mar 25, 2019

Enjoying it. Good lectures and books. Lectures are based on 2015-2015 data on bitcoin and crypto-currencies space. This technology is changing rapidly. Would like see the course materials/lectures updated with latest data.Thank you!

By Mikhail B

•

Mar 11, 2018

Great course, a very broad and in-depth overview of concepts surrounding cryptocurrencies and Bitcoin in particular. Would be great to have an update of course; perhaps once the ICO craze is over? (-:

By ankit g

•

Feb 7, 2017

Loved this course! It was very thorough. However I think assignments could have been made more clearer as it was often hard to figure out what needed to be done without checking discussion forums.

By John B

•

Jan 11, 2017

This is just an addendum to my previous review. To make every bodies life easier, I would suggest imposing a requirement that all homework be done using Eclipse. It is a popular IDE for Java programming and certainly adequate for this course. Then, I would have the homework cast as an Eclipse Java Project for each assignment. In each raw assignment, include something like theDropBoxTest code that gives a testing framework. Personally, I would do that with a JUNIT style framework. Again, it just makes life easier. You could even bare bones testing assertions and have the students add their own stuff in which is what I eventually wound up doing. The test, themselves show how you expect the whole thing should work.

Then, we students would import the homework as a new project, do what needs to be done and just submit the code developed. The point of including the testing framework is that ambiguities or interpretational variations can much reduced in what we are being asked to do. I found that all my problems pretty much came down to thinking about how I would implement the functionality of the specification quite differently then how it needed to be done to fit into the grading framework. There is really a lot of hidden specification in the grading framework. I could not have done the assignments without the DropBox... framework. The grading process gave very little hints about what might have gone wrong, which is ok for grading, but not so useful for debugging the problem. I think this kind of project approach would reduce a fair amount of the forum questions, and, at the same time, make this course more accessible for Java nubies.

By Andrey A

•

Jul 8, 2017

The course covers not just mechanics of bitcoin and some altcoins per se, but also explains philosophy behind block chain, reasons why particular design decisions were made, alternatives considered and how the system protects itself from possible attacks. The material is also interesting as an application of different crypto primitives (but their nature is not covered). Assignments are cool, but... java-based. One of them helps to understand alternative approach to reach distributed consensus which is not covered in the lectures (see ripple).

By Raúl C R

•

Feb 14, 2021

Especificar los requisitos mínimos para el curso puesto que los ejercicios son de programación.

By Rodrigo C

•

Sep 20, 2020

Great course to get introduced into Bitcoin and Blockchain technologies at technical level. In general is mainly focused on Bitcoin but shows some of the details behind the implementation to get a strong knowledge on how a blockchain works and which are their possibilities. I have appreciated very much discussions about the impact of such technologies in society and comparison between blockchain-fashioned systems and current systems for exchanges, data-sharing, ownership and many more. Maybe some of the discussion on altcoins it is outdated today (it covers up to early 2014) but still are valuable lessons on the subject. As a negative critic, I have struggled a lot with the programming assignments. I consider that they are great to get hands on into the matter but it was quite difficult to start working on them given the assignment guidelines. I had appreciated more examples on the APIs, explain the logic behind and expected outcomes. Assignment guidelines were too cryptic. Also, if you are new programming in Java, it will make the whole task harder.

By Samarth S

•

Jan 27, 2019

It's literally a miracle that Coursera allows me to study from perhaps the best professors on blockchain in the world.

For FREE.

It's not a joke how big of an opportunity this is. And although I'm not into college yet, and even though I don't even plan to opt for a STEM major, I do have a basic knowledge of programming and I'm going to try my best to make the most of this god-send gift.

Thank you sooooooo much. I love you guys :)

By Nino G

•

Dec 23, 2017

I've gained a strong knowledge of Bitcoin's architecture but wish this course was updated to include the developments of the last two years. A few lectures on alt-coins would have been useful as well.

By chang j y

•

Aug 31, 2017

Excellent intro course into blockchain technology and potential applications could be built on top of it. Also, if you're technical there are programming assignments which reinforce your learning.

By Wei S

•

Jan 3, 2021

Some material may need to be updated to keep up with the latest bitcoin/crytocurrency/blockchain development.

By Giorgio A

•

Jun 30, 2017

Sometimes assignments not so explicit. Would be a plus to be able to run some unit tests locally.

By Steve T

•

Apr 15, 2017

Course content good but labs difficult to work with as no offline unit tests were provided which made debugging painful.

By Sebastian S

•

Jan 21, 2017

If possible I would rate a 4.5 out of 5 for this course. The lecturers are very good and comprehensive (compared to all other sources I found in the web) at explaining how cryptocurrencies (especially BTC) work and what the up- and downsides are. The workload for lecture videos is pretty low for each week (1-2h a week) which makes the learning targets pretty easy to achieve in the proposed time. I found the programming assignments quite difficult when beginning with each one, since one needs to read and understand (most) of several hundred lines of starter code and also needs to understand the task setting which uses a somewhat different terminology than used in the lectures. Also for assignment 1 and 3 there is no simple test code provided to at least partially test your code submission candidates. That makes it hard to debug in case of small logical errors that cannot be detected by the compiler but probably break the complete solution and result in a very low score. I had no experience in Java programming before the start of this course but with a one day crash course of Java for Python programmers I managed to complete all assignments in time (and learn at least the basic principles of Java, which is nice for itself). Each assignment is expected to take 3h by the creators of the course. The come up with a high score (not just passing) I needed to invest about 5-9 hours for each assignment which is probably but not exclusively due to the little knowledge of Java. Nevertheless I would encourage the creators of this course to use Python assignments for future courses since this would make prototyping a lot easier (due to it's interactivity) and attract more students without having real downsides (at least to my knowledge). All in all I really enjoyed this course and would like to thank all lecturers and the Princeton University for making this course accessibly free of charge for everybody. Thanks a lot!