Bitcoin Forum
May 07, 2024, 08:21:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: Bitcoin Blockchain on: April 09, 2018, 10:59:32 PM
Thank you for all the great information man. If I may just ask one more thing. When a transaction happens, how's the entry point to the bitcoin network figured out? Suppose, I make a transaction on my machine. This transaction is turned into a data packet, and sent to my machines default gateway. Where does it go to from there? Where are the packets from my machine routed to? Because Bitcoin is a decentralized network, there's no central point of entry( or is there? ) I'm just confused with how this part works
2  Bitcoin / Development & Technical Discussion / Re: Bitcoin Blockchain on: April 04, 2018, 10:30:44 PM
Thank you for the reply man. I just have one more question. Every individual miner is responsible for validating the transaction that they include in their block, right? How do they do that? How do they make sure that a tx is valid? And not insert fake transactions of their own in there?
3  Bitcoin / Development & Technical Discussion / Bitcoin Blockchain on: April 04, 2018, 09:18:04 PM
Hi, I wanted to ask if my understanding of how bitcoin works was correct.

A transaction is made
The transaction gets sent across the miners network
The miners validate that transaction and it gets added to the transactions pool
From there some miner will pick up that tx and add to his block
Once the miners block is filled he will start calculating the value for nonce required to validate that block
Once nonce is achieved, the block gets added to the blockchain
In the meantime, if someone else managed to publish a new block then this block is cancelled and the miner then again picks up new transactions from the tx pool.

Is this all right? Or are there any additions to it?
4  Bitcoin / Development & Technical Discussion / Re: Cryptos Development in Go on: January 30, 2018, 09:34:01 PM
There are a few newer tools written in Go, namely btcd and lnd. I think a lot of it is that more people are familiar with using C and have been using C for longer. I'm not sure anybody is particularly against using Go, it's just the nature of a newer language.
So just like the C source code for bitcoin, I can fork this code and experiment?
5  Bitcoin / Development & Technical Discussion / Cryptos Development in Go on: January 30, 2018, 09:07:50 PM
I've been looking around for a currency that is based on Go but haven't found any. Most are using C to get the job done, and I can understand why.

But what are your opinions on crypto development on Go. Is it a good choice? Or is there something C can do that Go can't?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!