Pages:
Author

Topic: What happens to bitcoins sent to other addresses? - page 2. (Read 2583 times)

sr. member
Activity: 318
Merit: 260
Somebody will explain it...

...It's a part of a coin from a miner passed on and verified with crypto so each transaction doesn't have to trace back to it being mined.. All transactions are on a single ledger some wallet software host the ledger on verified mirrors and just send you block headers for it for efficiency over low-bandwidth and low-space..

I think this is actually more technical than at least 80% of the threads here no matter if it is a duplicate or whatever..
legendary
Activity: 1232
Merit: 1030
give me your cryptos
An address does not store any Bitcoins, just like your bank number doesn't store your money. An address is just a representation of your balance, the difference between the total inputs and outputs of your account.

An address is the output of a cryptographic function. The network will not accept anything that's not valid.

If you send Bitcoin to an address that is used by an altcoin, if it's valid, it will send to the address on the Bitcoin network. Understand that all possible addresses exist, except that they haven't been used before. So you'll send to that address on the Bitcoin network.
sr. member
Activity: 434
Merit: 253
667 words total (excluding quotes)
You actually took the time to write this?  Huh
Yes, gotta increase my post count  Tongue

But seriously, OP asked some questions, I answered. He clearly has a lack of understanding of how Bitcoin works, so I am taking the time to inform him. Of course he should do his own research and not rely on hand-holding and the good will of strangers to answer his questions. But simply saying "You don't understand Bitcoin, do your own research" simply is not helping, especially if you don't point him to any good resources on how it works.

Also, regarding his current rank and lack of knowledge, having a high ranking account does not mean that you should understand Bitcoin. It just means that you are active on the forum for a while or bought a high ranking account. Don't expect much out of high ranking members unless they have shown a history of knowledge and understanding.

You answer did not just help OP, but many readers.

I shared the link to your answer already on other forums where people had the same questions.
legendary
Activity: 1260
Merit: 1019
Yes, gotta increase my post count  Tongue
May I ask you to repeat your answer for me?
Slowly. I am not sure that I've got everything
sr. member
Activity: 1316
Merit: 356
the bitcoin when receive to other addresses ofcourse the bitcoin will go to the address that you sent. And you can't vise versa it but if you are the owner of the address that you sended bitcoin you can do vise-versa.
copper member
Activity: 1330
Merit: 899
🖤😏
667 words total (excluding quotes)
You actually took the time to write this?  Huh
Yes, gotta increase my post count  Tongue

But seriously, OP asked some questions, I answered. He clearly has a lack of understanding of how Bitcoin works, so I am taking the time to inform him. Of course he should do his own research and not rely on hand-holding and the good will of strangers to answer his questions. But simply saying "You don't understand Bitcoin, do your own research" simply is not helping, especially if you don't point him to any good resources on how it works.

Also, regarding his current rank and lack of knowledge, having a high ranking account does not mean that you should understand Bitcoin. It just means that you are active on the forum for a while or bought a high ranking account. Don't expect much out of high ranking members unless they have shown a history of knowledge and understanding.
After reading someone posted saying that he/she wants to do study on bitcoin I provided some info but not the technicalities and that got me thinking about a few questions that I needed the answers in one place for reference.
Problem many people facing and the reason for not using bitcoin is because of the same lack of knowledge and the process needed to fully and truly understand them simply scares away the general population.

And no this isn't a bought account, and things you said is like satoshi himself telling them Smiley I want to know if others knowing those things and are not part of the bitcointalk or bitcoin.org group of experts.
But again the results I was looking for are the same, either have the skills in coding and understanding of crypto and mathematics and mechanisms involved or trust the experts which in my case I'm trying to see how many nice and skillful polite experts like yourself are here that I am trusting them and could refer people to for knowing them, read their posts and decide for themselves if they want to enter crypto world and not just take my words.


In case if any one wondering if I'm just trying to make more posts for my signature? I will not post again here if not needed and will edit my already submitted posts.
staff
Activity: 3458
Merit: 6793
Just writing some code
667 words total (excluding quotes)
You actually took the time to write this?  Huh
Yes, gotta increase my post count  Tongue

But seriously, OP asked some questions, I answered. He clearly has a lack of understanding of how Bitcoin works, so I am taking the time to inform him. Of course he should do his own research and not rely on hand-holding and the good will of strangers to answer his questions. But simply saying "You don't understand Bitcoin, do your own research" simply is not helping, especially if you don't point him to any good resources on how it works.

Also, regarding his current rank and lack of knowledge, having a high ranking account does not mean that you should understand Bitcoin. It just means that you are active on the forum for a while or bought a high ranking account. Don't expect much out of high ranking members unless they have shown a history of knowledge and understanding.
full member
Activity: 224
Merit: 117
▲ Portable backup power source for mining.
667 words total (excluding quotes)
You actually took the time to write this?  Huh
staff
Activity: 3458
Merit: 6793
Just writing some code
How exactly bitcoin addresses work?
Bitcoin addresses are a specific encoding (base 58 check encoding) of the RIPEMD160 of the SHA256 of a public key. This hash is known as the hash160 of a public key. When you enter an address into your wallet, it decodes the address into the hash160 and builds the proper output based upon the version number (the thing that decides whether an address begins with a '1' or a '3'). This output is used in your transaction.

what determines whether an address is for bitcoin and not for it's clones or some altcoins?
Nothing does. Generally a different version byte is chosen so that the prefix of the address will be different and thus distinguishable. However some altcoins do use the same version bytes and thus are indistinguishable from a Bitcoin address (e.g. litecoin's p2sh addresses are the same as bitcoin's). Other than that there is no difference as the addresses are still the base58 check encoding of the hash160 of an ECDSA public key.

What happens if you send bitcoin to other addresses or vice versa?
The Bitcoin goes to a normal output. Generally the coin is considered burned, but it is still possible to access it because the receiver of the transaction can simply import their private key from another coin and import it to the coin that was actually sent.

Is it possible to create an address offline? if so then how the system knows if it can deposit bitcoins in it or not?
Yes. Addresses do not need to register with anything to indicate that it can be sent to. As I said earlier, addresses are simply used to build transaction outputs. Transaction outputs don't care whether they are actually spendable, they just have to be valid outputs.

Now what if a group of few thousands members decide to clone bitcoin and have control over a few considerably large volume exchanges and do trades then how can we tell the difference?
The transactions made with the cloned coin will not have the same blockchain as Bitcoin. The transactions that they try to spend from do not exist on the Bitcoin network so their transactions are considered invalid.

Or what if a bitcoin node which has the ledger tries to clone bitcoins by using the blockchain information in hard drive? or they just use blockchain as their clone's block chain?
At the time of any fork of the blockchain, the attackers blockchain will diverge from the Bitcoin blockchain. If they try to steal coins that are not theirs, Bitcoin nodes will simply reject the transactions as invalid. Sure they will have the coins on their blockchain, but no one cares about that because that blockchain is not Bitcoin's.

What should people know when using different wallets and exchanges?
They all must follow the consensus rules in order to be using Bitcoin.

What happens if 50 nodes go offline or in a fake online environment and do transactions and do the confirming themselves?
Then they have forked the blockchain and their transactions and blocks will not be considered valid. With the current difficulty, their chain would lose.

is it possible for miners to predict the hashes of future to be bitcoins and use it to create them and then the network verify those coins as legit ones?
No, that is not how Bitcoin works. First of all, hashes are randomly distributed, so you cannot predict a hash. Secondly, Bitcoins are not objects. Rather they are values assigned to transaction outputs.

Where exactly new bitcoins generated by which mechanism that is in nodes wallet software?
When a miner mines a block, they include, as the first transaction in their block, a coin generation transaction. This transaction has no inputs and creates one or more outputs whose values are at most the sum of the block subsidy (currently 12.5 Bitcoin) and all of the transaction fees paid by the transactions in the block.

which one of nodes creates the problems for miners to solve?
No node does that. Miners don't actually solve problems. What they do is they build an 80 byte block header which consists of a version number, timestamp, the previous block hash, merkle root of all transactions in the block, the current target, and a nonce. Then that is hashed with SHA256 double. This hash is then compared to the current target. If it is less than the target, then the block is valid and broadcast to the rest of the network. If it is invalid, the miner changes something in the header (usually the nonce, then the merkle root) until a valid hash is found.

and what if someone finds a way to make the system favor some selected miners?  
The Bitcoin network does not choose a miner to win. All miners attempt to find a valid hash for the current block. It is a competition, and only one wins. If multiple miners solve a block simultaneously, the block considered the winner is the one that is built on top of next. A sustained fork is incredibly unlikely to happen.



I highly suggest that you do your own research into how Bitcoin works. There is lots of documentation on all of the technical inner workings of Bitcoin. A good place to start is the developer documentation on bitcoin.org.
copper member
Activity: 1330
Merit: 899
🖤😏
Read about bitcoin, watch videos, read the whitepaper, read bitcoin wiki, google is your friend.
I am off to check your posts to see how on earth you became a Sr. Member.
Really? I save your time by telling you that having ranks is just a matter of time and not knowledge or skills.
I don't want the information from wiki and google just refers to places like this forum? so first those infos need to exist and my questions aren't simple and they have many different answers, I wanted to know other people's answers and to see how many people think about such things and even if know any answers to my questions.

For second poster, so anyone going to use bitcoin and know the basics needs to be familiar with coding?
member
Activity: 106
Merit: 10
4.3.2.1.
How exactly bitcoin addresses work? what determines whether an address is for bitcoin and not for it's clones or some altcoins?
What happens if you send bitcoin to other addresses or vice versa?
Is it possible to create an address offline? if so then how the system knows if it can deposit bitcoins in it or not?

Now what if a group of few thousands members decide to clone bitcoin and have control over a few considerably large volume exchanges and do trades then how can we tell the difference?
Or what if a bitcoin node which has the ledger tries to clone bitcoins by using the blockchain information in hard drive? or they just use blockchain as their clone's block chain?

What should people know when using different wallets and exchanges?
What happens if 50 nodes go offline or in a fake online environment and do transactions and do the confirming themselves? is it possible for miners to predict the hashes of future to be bitcoins and use it to create them and then the network verify those coins as legit ones?
Where exactly new bitcoins generated by which mechanism that is in nodes wallet software? which one of nodes creates the problems for miners to solve? and what if someone finds a way to make the system favor some selected miners? 

Hows it you have 800 posts but don't know these basics? Watch some videos, read some books and if you're really interested in the nitty gritties learn to code since it'll give you the fundamental understanding of how it all comes together but don't expect to do any of this over night.
full member
Activity: 224
Merit: 117
▲ Portable backup power source for mining.
Read about bitcoin, watch videos, read the whitepaper, read bitcoin wiki, google is your friend.
I am off to check your posts to see how on earth you became a Sr. Member.
copper member
Activity: 1330
Merit: 899
🖤😏
How exactly bitcoin addresses work? what determines whether an address is for bitcoin and not for it's clones or some altcoins?
What happens if you send bitcoin to other addresses or vice versa?
Is it possible to create an address offline? if so then how the system knows if it can deposit bitcoins in it or not?

Now what if a group of few thousands members decide to clone bitcoin and have control over a few considerably large volume exchanges and do trades then how can we tell the difference?
Or what if a bitcoin node which has the ledger tries to clone bitcoins by using the blockchain information in hard drive? or they just use blockchain as their clone's block chain?

What should people know when using different wallets and exchanges?
What happens if 50 nodes go offline or in a fake online environment and do transactions and do the confirming themselves? is it possible for miners to predict the hashes of future to be bitcoins and use it to create them and then the network verify those coins as legit ones?
Where exactly new bitcoins generated by which mechanism that is in nodes wallet software? which one of nodes creates the problems for miners to solve? and what if someone finds a way to make the system favor some selected miners? 
Pages:
Jump to: