Pages:
Author

Topic: Blockchain development (Read 3001 times)

newbie
Activity: 5
Merit: 0
February 06, 2018, 12:15:09 PM
#26
So is it possible to create your own coin that can be used on the lightning network???
jr. member
Activity: 136
Merit: 5
Einc : An Ethereum Fork
February 03, 2018, 04:41:11 AM
#25
First off, not having to ask that question. You need to know some programming, C++, java, python. Read this https://bitcoin.org/bitcoin.pdf That should be enough to figure it out. Here is another cool article about it for beginners https://medium.com/@lhartikk/a-blockchain-in-200-lines-of-code-963cc1cc0e54

the links you have given are great. But, i do not think that Solidity has any relation with the C, C++, Java, etc.
newbie
Activity: 1
Merit: 0
February 02, 2018, 09:25:41 PM
#24
Hello, I am a newbie, but I have a question that does we have blockchain for 4.0?
hero member
Activity: 867
Merit: 522
February 02, 2018, 09:11:40 PM
#23
What are the basic requirements for developing a blockchain?
Blockchain is a ledger or hierarchical database that maintains records of digital transactions. It has a network of databases that is copied, synchronized over the internet and displayed to anyone joining the network. Blockchain networks can be private or public. You need to have knowledge of programming to use blockchain
member
Activity: 351
Merit: 37
February 02, 2018, 06:51:10 AM
#22
i think you need 1-2 years of degree that includes real level math. you cant do it selfstate i guess(athough it's possible)   coz on any math above school level there is no books with much of hard-to-solve tasks so even if you have enough motivation i doubt you can gain skills.
newbie
Activity: 62
Merit: 0
February 01, 2018, 04:30:30 PM
#21
Here is another cool article about it for beginners https://medium.com/@lhartikk/a-blockchain-in-200-lines-of-code-963cc1cc0e54

Thanks. It is a good place to start.
member
Activity: 252
Merit: 12
February 01, 2018, 03:24:56 PM
#20
I would recommended to you course https://bitcoinedge.org/tutorials but only free version.
newbie
Activity: 42
Merit: 0
January 30, 2018, 12:25:17 PM
#19
Greetings to everyone!
There is a pretty new anonymous cryptocoin which has a huge potential and is currently at a low price.
Is called BitcoinZ and is inspired from ZCash. Here is a video about it and an interactive explanation of the zkSNARKS algorithm:

https://youtu.be/3hVG888tOpY

If you have some free time, please check it out.
Have a nice day!
legendary
Activity: 2702
Merit: 4002
January 22, 2018, 06:55:12 AM
#18
What are the basic requirements for developing a blockchain?
1. blockchain like Bitcoin, litecoin, and Ethereum is a protocol.
2. bitcoin written by Satoshi Nakamoto in C++.
3. reading whitepaper of bitcoin will help you to know most of the altcoins {https://bitcoin.org/bitcoin.pdf}.
4. Ethereum is C++ and Python.
5. blockchain stack is JavaScript.

learning C++, Python, JavaScript, and whitepaper of bitcoin giving you basic requirements for developing a blockchain.
newbie
Activity: 98
Merit: 0
January 22, 2018, 04:58:51 AM
#17
What are the basic requirements for developing a blockchain?

That's not so difficult, the internet gives us every tool we need. I' don't know C ++, but i found some basics how to in javascript (it s simpler, trust me):
https://github.com/ltearno/blockchain-js
https://medium.com/@lhartikk/a-blockchain-in-200-lines-of-code-963cc1cc0e54
https://www.savjee.be/2017/07/Writing-tiny-blockchain-in-JavaScript/

Just do it, again and again. Ah you probably need a little of technical background, so i suggest you to read and study Mastering Bitcoin by Antonopoulos.
Finally blockchains may have different consensus protocols. Bitcoin foresees a proof of work concept (computing power to ensure randomness in forging) Ether eum uses PoS, Lisk DPoS and so on.. try to figure all of it out!
Good Luck! Grin
jr. member
Activity: 42
Merit: 2
December 26, 2017, 02:06:54 PM
#16
What are the basic requirements for developing a blockchain?

1.Know  basic commands line code (C++).

2.You will need to access your computers console.

3.Invest in a book called Mastering by Andreas Anasopolous this man has a wealth of knowledge and YouTube videos and an online class at the university of Nicosia.

4.You will also need Git Hub there's lots of chain codes there.

5.Remember there are different kind of blockchains for example Ethereum is different than Bitcoin and say Open Ledger is an exchange but also a community and you can create coins in there if you can figure it out.

6. http://davidderosa.com/basic-blockchain-programming

7.Go to http://bitcoin.org there is lots of resources there you will need and say http://bitcoin.com/en/development there you will find developer communities and be able to get advice from other Dev’s along your way.

8.Read all about it and practice with yourself alone with the Internet dev peeps.
newbie
Activity: 5
Merit: 0
December 26, 2017, 09:25:58 AM
#15
What are the basic requirements for developing a blockchain?

Summary:
  • A Programming Language
  • Cryptography 101
  • Mathematics
  • Networking
  • Network Security


Good Morning Frèro,
I've done a little research on Blockchain creation and it does require some knowledge on coding. now which particular Programming Language is your choice, but if you truly want to dev a blockchain, coding is essential.

Also, a solid understanding of the basics of Cryptography would help.

with Cryptography also comes Math, I am still not sure which disciplines in Mathematics would be more rewarding though.

Basic knowledge on Network security, also Basic Networking knowledge (Especially TCP/IP)

this is not a comprehensive list at all, but this is what I've noticed I required some knowledge in when researching and attempting to understand what Blockchain tech is and how it functions.

- Hope this helped.
newbie
Activity: 12
Merit: 0
December 26, 2017, 08:34:09 AM
#14
Given that blockchain technology is evolving very fast and the landscape changing from day to day I will focus on the two following platforms.

Ethereum is certainly one of those blockchain platforms that has a future due to the great community developing applications and smart contracts. I think it is one of the best so I would put on top of my list.

Hyperledger is a great platform as well even it is not as famous as Ethereum. Hyperledger is a LinuxFoundation projects that was first developed by IBM and then donated to the LinuxFoundation. Its slogan is “Blockchain solutions for business”. So the focus of the project is to provide permissioned blockchain technology for business solutions. Some business blockchain frameworks hosted within Hyperledger projects are Hyperledger Sawtooth, Hyperledger Fabbric and Hyperledger Iroha.
newbie
Activity: 31
Merit: 0
September 01, 2017, 06:14:11 AM
#13
I would suggest that you enroll in a course on coursera with relevance to blockchain technology. They have a very in-depth course that will help you understand the concepts behind the technology and also assign you tasks, where you can incorporate what you've just learned.
Once you've become familiar with the technology itself and wants to start out as a developer, please don't hesitate to PM me and I'll help you get started, I know it can be hard to get started and having someone help you towards the right path and away from all the circulating nonsense is something I wish I had, when I dove in head first. Once you're familiar with the concepts, the high level languages then you should dive into the low level stuff EVM bytecode stuff (this is where it gets difficult for most but this is where you become the best)
newbie
Activity: 25
Merit: 0
August 28, 2017, 01:17:16 AM
#12
If you really intend to start using the blockchain, there are blockchain specific "languages" eg. solidity which you program smart contracts with on a blockchain, it's a lot like Javascript. I reccommend looking for the blockchain development course on https://www.udemy.com.
full member
Activity: 658
Merit: 118
August 27, 2017, 02:51:32 PM
#11
Hi! I'm a beginner, so my question can be stupid for a veteran, but I'd like to ask: I read about the utilization of blockhain and decentralized databases in many field of application, far from cryptocurrency, just like IoT communication or data storage. How this can be possible?

A blockchain is built around the idea of trustless consensus.

In IoT, you have potentially millions of nodes connected, but you don't know if they're all playing by the same rules or have the same objectives. A blockchain would allow these devices to synchronize around a common set of rules. This works especially well if the devices are made from different vendors, since they don't have to trust each other, just that the consensus rules are well implemented.

Transfer of money is one proven use of a blockchain, but in theory you can use it to implement any set of rules that require a database and coordination of that database across the network.

 
full member
Activity: 462
Merit: 100
0x773f017A00F1eD28a18bC9dE6bc72e5Ea3EcBA3d
August 27, 2017, 02:35:48 PM
#10
Hi! I'm a beginner, so my question can be stupid for a veteran, but I'd like to ask: I read about the utilization of blockhain and decentralized databases in many field of application, far from cryptocurrency, just like IoT communication or data storage. How this can be possible?
newbie
Activity: 18
Merit: 0
August 26, 2017, 01:07:24 PM
#9
Not sure if this is the right place to post it, but...

But to really understand the Bitcoin - it takes time, not 5 minutes, not even a couple of hours.
I have a lot 10+ years of programming experience and it took me a lot of time.
I mean, not only to get the big picture but to learn many other details.
This is why I created this online course for you guys "Bitcoin Kick Ass Course (for developers)".
This course takes nine weeks to understand and practice Bitcoin and Blockchain in details.
Take a look: https://redd.it/6vi3wp.
The one-page executive summary is there.
newbie
Activity: 9
Merit: 0
August 21, 2017, 12:00:32 PM
#8
If you’re interested in building a blockchain you have a few difficult tasks ahead of you. You have to decide what type of blockchain you want to implement. Then, you have to decide on how you’re going to build your mining community. Next, you’ll have to figure out how to get the larger community interested in your blockchain. It is not an easy task, unless you are doing it for fun.

The mining part is always my question. Correct me if I am wrong, in the case of bitcoin, you're always verifying if the transactions are correct then you find the correct hash. Let's use steemit.com as an example, what are they verifying in their mining process?
sr. member
Activity: 257
Merit: 343
August 20, 2017, 02:22:41 PM
#7
welcome - our world needs deveoppers in this space :-)

and probably read "the reference" book from Andreas - Mastering Bitcoin.
http://chimera.labs.oreilly.com/books/1234000001802/

I found it then especially helpful to go to bitcoin.stackexchange.com, where many developpers provide help.
Oh, and then there is the set of bitcoin 101 by James Di Angelo (I hope I spelled his name correctly).
And then, when you are "there", Ken Shirrif explaned very well transactions and blocks here: http://www.righto.com/2014/02/bitcoins-hard-way-using-raw-bitcoin.html
Pages:
Jump to: