Bitcoin Forum
May 09, 2024, 12:32:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Best resources for the technical details of cryptocurrencies  (Read 772 times)
demshorts (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
October 08, 2016, 02:14:05 PM
 #1

Hi all,
I am just wondering for someone who is really curious about the technical details such as the coding and barebones of cryptocurrencies, what kind of books/resources are good to refer to?
1715214742
Hero Member
*
Offline Offline

Posts: 1715214742

View Profile Personal Message (Offline)

Ignore
1715214742
Reply with quote  #2

1715214742
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715214742
Hero Member
*
Offline Offline

Posts: 1715214742

View Profile Personal Message (Offline)

Ignore
1715214742
Reply with quote  #2

1715214742
Report to moderator
1715214742
Hero Member
*
Offline Offline

Posts: 1715214742

View Profile Personal Message (Offline)

Ignore
1715214742
Reply with quote  #2

1715214742
Report to moderator
achow101
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6631


Just writing some code


View Profile WWW
October 08, 2016, 02:16:33 PM
 #2

Bitcoin.org has a lot of good technical resources under their developer documentation page.

You can also read the source code of whatever coin you are interested in.

o4ma
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
October 08, 2016, 02:20:03 PM
 #3

I recently bought a book called mastering bitcoin published by O'Reilly; I  have their series of books for Python Programming and they are really good.
bitdumper
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250

One world One currency, Bitcoin.


View Profile
October 08, 2016, 04:57:13 PM
 #4

bitcoin is a popular vertual currency and i have tried to use yhat in my software and website so i had to learn some programming languages if you want you can learn them too html,css,javascript,php,mysql,curl,perl,xml,json,node.js and for really good results i will suggest must learn java or python

Kevin77
Legendary
*
Offline Offline

Activity: 1652
Merit: 1057



View Profile
October 08, 2016, 05:31:48 PM
 #5

Another good resource for explanation of each and every aspects of bitcoin ecosystem must be bitcoin wiki. You can start from here : https://en.bitcoin.it/wiki/Main_Page
Kimpoiluiseta
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
October 08, 2016, 06:01:08 PM
 #6

Hi all,
I am just wondering for someone who is really curious about the technical details such as the coding and barebones of cryptocurrencies, what kind of books/resources are good to refer to?

you must learn c++
if you want detail about coding cryptcocurency

              ▄▄▄
            ▄█████▄
          ▄█████████▄
        ▄█████████████▄
      ▄█████████████████▄
    ▄████▀███████████▀████▄
  ▄████▀   ▀███████▀   ▀████▄
  ████▄     ▄█████▄     ▄████
   ▀████▄ ▄████▀████▄ ▄████▀
     ▀███████▀   ▀███████▀
       ▀████▄     ▄████▀
         ▀████▄ ▄████▀
           ▀███████▀
             ▀███▀







     ▐███████▌           ▐███▌      ▐███▌        ████         ██████████████
     █████████           █████      █████        ████         ▀▀▀▀▀████▀▀▀▀▀
    ▐███▌ ▐███▌         ▐█████▌    ▐█████▌       ████              ████
    ████   ████         ███████    ███████       ████              ████
   ▐███▌   ▐███▌       ▐███▌███▌  ▐███▐███▌      ████              ████
   ████     ████       ████  ███  ███  ████      ████              ████
  ▐███████▄ ▐███▌     ▐███▌  ▐██▌▐██▌  ▐███▌     ████              ████
  ████▀▀▀▀▀▀ ████     ████    ██████    ████     ████              ████
 ▐███▌       ▐███▌   ▐███▌    ▐████▌    ▐███▌    ███████████       ████
 ▀▀▀▀         ▀▀▀▀   ▀▀▀▀      ▀▀▀▀      ▀▀▀▀    ▀▀▀▀▀▀▀▀▀▀▀       ▀▀▀▀
███▀
▐▌


▐▌

███▄
1
....The Token of Compliance....

❱❱  Facebook   ❱❱  Twitter   ❱❱  Telegram   ❱❱  Blog
▀███
▐▌


▐▌

▄███
███▀
▐▌


▐▌

███▄
▀███
▐▌


▐▌

▄███
licht
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
October 08, 2016, 06:07:17 PM
 #7

I would suggest perhaps taking an online course (edX, coursera etc.) on cryptography to give u a bit of background, now sure what kind of programming experience you have but I would suggest C++ as something to pick up, might be difficult for a first time coder though...
7ten
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 08, 2016, 06:45:23 PM
 #8

Online courses are great for sure, I do prefer edX over coursera just as its cheaper in general
tyz
Legendary
*
Offline Offline

Activity: 3360
Merit: 1531



View Profile
October 08, 2016, 07:28:48 PM
 #9

As already mentioned, there are free massive online open courses from edx.org or coursera.org you could use to learn.
A much better free resource in my opinion is the ebook Mastering Bitcoin from Andreas M. Antonopoulos. It covers theoretical and technical topics about Bitcoins and blockchain. It is available on Github https://github.com/bitcoinbook/bitcoinbook
Hellacopter
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
October 08, 2016, 10:42:10 PM
 #10

Hi all,
I am just wondering for someone who is really curious about the technical details such as the coding and barebones of cryptocurrencies, what kind of books/resources are good to refer to?

This forum can help you to know a lot of useful technical details about crypto currencies, there is a lot of helpful threads in the different sections of this forum, so just read and learn more.
nejibens
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
October 08, 2016, 11:02:30 PM
 #11

Make some researches in Google and Youtube about online courses about coding and this technical details of crypto currencies, and mostly you will find a lot of useful results.
o4ma
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
October 09, 2016, 04:51:17 PM
 #12

bitcoin is a popular vertual currency and i have tried to use yhat in my software and website so i had to learn some programming languages if you want you can learn them too html,css,javascript,php,mysql,curl,perl,xml,json,node.js and for really good results i will suggest must learn java or python

Python is my swiss army knife Wink defo recommend it as a first coding language
crairezx20
Legendary
*
Offline Offline

Activity: 1638
Merit: 1046



View Profile
October 09, 2016, 05:05:41 PM
 #13

I think udemy also can gives you some idea to find some technical details but i think someone are right better to go in bitocoin.org that i found it here https://bitcoin.org/en/how-it-works
demshorts (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
October 11, 2016, 12:18:02 PM
 #14

Thanks for the replies so far everyone, been looking at online courses so far and I am keen to get stuck in. I have been meaning to pick up coding and Python 3.5 is my choice, what IDE would people recommend for this?
free10
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
October 11, 2016, 12:29:27 PM
 #15

Thanks for the replies so far everyone, been looking at online courses so far and I am keen to get stuck in. I have been meaning to pick up coding and Python 3.5 is my choice, what IDE would people recommend for this?

With Python I can recommend both Pycharm and sublime text, both can be used fully for free
btccashacc
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
October 11, 2016, 05:30:44 PM
 #16

Hi all,
I am just wondering for someone who is really curious about the technical details such as the coding and barebones of cryptocurrencies, what kind of books/resources are good to refer to?
I recommend this book for you
http://blockchainprogramming.azurewebsites.net
This book is suitable for those who want to learn about blockchain programming, also how to create a private key and others written by Nicolas Dorier
Goodluck
Bitcoinsummoner
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 622


Maintain Social Distance, Stay safe.


View Profile WWW
October 11, 2016, 05:38:48 PM
 #17

Hi all,
I am just wondering for someone who is really curious about the technical details such as the coding and barebones of cryptocurrencies, what kind of books/resources are good to refer to?
I recommend this book for you
http://blockchainprogramming.azurewebsites.net
This book is suitable for those who want to learn about blockchain programming, also how to create a private key and others written by Nicolas Dorier
Goodluck
Nice one let me check this site willing to learn more in bitcoin and honestly i am still looking for good payment gateway ip for their wallet in debian server..



.
.BIG WINNER!.
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████

▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░████
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████

██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░

██░▄▄▄▄░████▄▄██▄░░░░
████████████▀▀▀▀▀▀▀██
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄

██░████████░███████░█
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████

▀████████████████████▀




Rainbot
Daily Quests
Faucet
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!