Bitcoin Forum
May 29, 2024, 07:16:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 »
181  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: BTC, BCH, and Coinbase Transactions on: August 19, 2017, 03:42:15 PM
Danny - I am back again!

After watching the video you shared plus some other videos I previously watched on blockchain, I have a much better understanding.

Example, when you said "By changing the first transaction, only the final step of building the tree needs to be repeated, so it is much faster than changing any transaction later in the block.", without understand the merkle tree, it is hard to understand why.  The reason why is because the merkle tree process starts from the bottom up when it pairs the transactions together.

More questions:

1. Could you explain why the hash is in "6b483045022100f57111d73ea20dc7d989bef2d8c4a2fc" and the example in the video is in "0000011000100100000001"?  This is computer science.   (I made the 01 string up.)

2. How does one byte of info like "ab" translate into the "01" string?

3. When you said, "Once all those different nonce values have been tried, then the miner (or pool) needs to change something else in the block header.  Typically this would either be the timestamp, or the first transaction in the block.", isn't the block header is just the nonce?  Do you mean that if all the different 4294967296 nonce values have been tried and still cannot solve the block, it will include the timestamp or the first transaction into the hash? Huh Huh  I know this part is probably very technical.

4. Technically or mathematically, how does 4 bytes create 232, 4294967296 of combinations?

5. To follow up with the following:
Q: 3. If I submitted the same transaction (says pay Bob with 1BTC) with fee after the no-fee transaction was submitted, and it got executed, would the no-fee transaction get executed later and led Bob to receive 2BTC (assuming I have 2BTC in the same wallet)?

A: That depends on how you build the transaction.  If you use at least one of the same inputs in both transactions, then only one of the transactions can confirm. Once one of them confirms, the other becomes invalid (since it has an input that has already been spent). If there are no inputs that exist in both transactions, then they can both confirm.

How to generate the same inputs in multiple transactions?  In a layman term, the input hash would come from "Alice send 1 BTC out" and output hash would come from "Bob should receive 1 BTC"?

6. Back to the "voting" issue.  I read that the miners will continue on the longest chain when there are a split.  The video you shared also demonstrate that when Alice try to double spend her money, two chains occurred and the miners would eventually accept the longest one.  When this happened, what the temporary split happened, does Alice receive BTC reward from solving blocks in her own chain?

Thanks again in advance. Cheesy



182  Bitcoin / Bitcoin Discussion / Re: Let's make ‘Buy Bitcoin’ Sign Appears Everywhere! on: August 19, 2017, 02:17:38 AM
This thread should be come the spot where new sightings of "Buy Bitcoin" signs are posted.

I like that idea.   Grin
183  Bitcoin / Bitcoin Discussion / Re: High school dropout who invested in bitcoin is now a millionaire at 18 on: August 18, 2017, 06:05:32 PM
I can say that his dropout experience is worth it for he found some stuff to work with and became a millionaire after all. But being  a millionaire doesn't mean that he don't need to study anymore but a big opportunity to continue his college degree. education is very important in an individuals life and it cannot paid buy money.

Yes, obtaining education and learning knowledge (and not necessary for degree) is very important.

184  Bitcoin / Bitcoin Discussion / Re: High school dropout who invested in bitcoin is now a millionaire at 18 on: August 18, 2017, 04:34:17 PM
The kid strikes again!

https://cointelegraph.com/news/bitcoin-teenage-millionaire-works-with-nasa-to-democratize-space

"The teenager who bought $1000 of Bitcoin in 2012 and became a millionaire is now working with NASA to launch a satellite.

In a second space-age announcement to come from the Bitcoin industry this week after Blockstream, Erik Finman says his Project Da Vinci aims to create a “global time capsule” and “democratize space.”

“We want to bring space exploration back to the present and give all people access,” Finman explains in a promotional video.

“To accomplish this, we’re creating a spaceship [...] that the world can actually use.”

The central concept behind Da Vinci is to cast the essence of humanity into orbit in the form of items and videos which anyone can contribute for consideration....."

185  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] TenX [ICO] end of June: making Blockchain assets spendable on: August 17, 2017, 08:58:35 PM

- They are super transparent about their product, they hold facebook live Q&A's every week if you have questions


Yes, they have weekly Youtube video on their weekly update.  Very informative.  Juilian even shared how he made millions of dollars (on paper so far, he could get the money out now if he wanted to) by buying BTC, ETH and another coin in Dec last year and sold them to get PAY when it was less than $1.  I am also in this for a long term investment.
186  Alternate cryptocurrencies / Altcoin Discussion / Re: Step by Step How to Claim Bitcoin Cash Balance and Exchange into Bitcoins on: August 17, 2017, 07:14:39 PM
Does the http://1ink.cc/xVle link check for BTC and BCH at Coinbase and Blockchain.info wallet? 

I see "No Result" when checking my public keys in the search.
187  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Augur, Golem, and Gnosis - which one to invest? Do they have any potential? on: August 15, 2017, 09:39:09 PM
I bought golem and I will not do it again. Dont buy it until they have something to show. Try to find something different

I bought EOS, NEO, and PAY.  But no matter which I bought, I lost money instancely!
188  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: BTC, BCH, and Coinbase Transactions on: August 15, 2017, 09:34:00 PM
By the way, have you seen this video yet. It doesn't really do a good job of describing how Bitcoin transactions work at the technical level, but it does a GREAT job of explaining how the concepts of a blockchain and cryptocurrency work in general:
https://www.youtube.com/watch?v=bBC-nXj3Ng4

This will be my must watch video tonight.  Even though I am not doing anything with it, but learning blockchain technology has been my hobby.  I will follow up later.   Smiley
189  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: BTC, BCH, and Coinbase Transactions on: August 15, 2017, 01:59:03 PM
Danny - Thanks again!  Here are more questions for you.  I will need to digest your answers for 5(a-d) a little.  So more questions coming up afterward.

1. How to replicate an input and what piece of data makes input identical?  Example, if I send Bob 1 BTC to his Coinbase wallet from my Kraken wallet twice, is that enough to produce the same input?

2. Could you elaborate "As they process each and every transaction in the blockchain, they add any new outputs to their UTXO and they remove any inputs from the UTXO"? Why add outputs and remove outputs and not remove the transactions as a whole?

3. Why UTXO is keeping only the outputs?  When you said "Outputs" you mean the part of the code in a transaction, correct?

4. Where are the invalid transactions being kept?
190  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: BTC, BCH, and Coinbase Transactions on: August 14, 2017, 06:49:46 PM
Thanks again for your help, Danny!

1. So if a no-fee transaction is "floating" in the pool for a while, does it get removed?

2. Is there a way to cancel that no-fee transaction? 

3. If I submitted the same transaction (says pay Bob with 1BTC) with fee after the no-fee transaction was submitted, and it got executed, would the no-fee transaction get executed later and led Bob to receive 2BTC (assuming I have 2BTC in the same wallet)?

4. How do the miners detect if a transaction is a good one (ex: has enough money to pay) to be included into the block?  That verification process has to be very fast, right?

5a. Could you also explain how a make believe two transactions block get processed?   b. How the hash work in this and how blocks are linked?  c. How the miner submit the solved block for consensus?  d. How other miners verify to see if the block is indeed solved and how they vote (need >50%)?

191  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] TenX [ICO] end of June: making Blockchain assets spendable on: August 14, 2017, 03:06:29 PM
You'll get ETH rewards right in the wallet that is holding your PAY. Token holders get the .5% of the total transactions volume and .1% as cash back for card holders.

So in example... the merchant is charged 3% processing fee, let's say someone buy 100$ product and the merchant will only get 97$.

So from the 3$, 1$ is used to pay the issuer bank, acquired bank and card network, so there's 2$ left for TENX.

From that 2$, 50 cents (.5%) is used to pay all token holders and 10 cents (.1%) is used to buy PAY from market and give it to the card holders as cash back ,so if you buy something that is worth 1000$, you'll get 1$ worth in PAY (.1%) as cash back, so you can also become a token holder.

And the 1.40$ left is for TENX to keep maintaining and running the company. So they basically share 30% of profits with token and card holders (60 cents of 2$).

Good explanation.  So where is the ETH going to be deposited?  Do the token holders need to set up the destination to receive the PAY token reward?  When will they start to issue the reward?  Is there a way to see the total spending transactions volume?

192  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: BTC, BCH, and Coinbase Transactions on: August 14, 2017, 02:52:00 PM
Danny - You are awesome!  Your examples are very practical and reflect the real life scenario.

Could you share which free website services, if any, that allow someone like me (just a curious learnser) to see the current available transactions and each of their fees? 

I have the following new questions for you:

1. Is it possible for a transaction with no fee whcih will never got processed?

2. I know that an average transaction size is about 375 bytes, but in therory, one transaction size could get as high a 1MB, correct?

3a. Would it be possible for a miner to include only few profitable but low bytes transactions to speed up the solving process to beat other competitors? 
  b. Is there a rule for this, as on average, it should take about 10 mins to solve a block? 
  c. Does the difficulty change based on the number of total bytes in the block?

The number of characters you provided in the prior example has 748 characters (374 byts) which mirrors the average size you mentioned.  I do understand that the average size probably flecturate between 500 to 750.
193  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] TenX [ICO] end of June: making Blockchain assets spendable on: August 14, 2017, 02:33:02 AM
So do you earn ETH just by holding PAY in your wallet?
I think once they start distributing the dividends, you will get ETH proportional to your PAY holdings in your ether wallet.
I am not sure they will be paying ETH or PAY though

How is the dividend be determined?  What is the %?
194  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: BTC, BCH, and Coinbase Transactions on: August 13, 2017, 11:41:24 PM
Danny - I'm back.  Smiley

You got to be a developer in order to be able to share all these info.  They are deep!

Hope you can answer more of my questions below.

1. How do miners determine the amount of the fee?  Let's say if I made a buy transfer for 1 BTC, what is the maximum fee that a miner can include?  I heard that some high transactions fee were included by the sellers to induce miners to process them first?

2. Can miners pick the transactions to be included in their block?  Says there are 5000 transactions in the mempool and a miner selects 1000 transactions to be included in his or her block.

3. How do multiple inputs and outputs get created from someone?  Example, if I buy 1 BTC, that transaction would only create 1 input and 1 output.  In what type of  scenario would multiple inputs and outputs be created?  ( I refer the scenario as the "base" in question five in my previous post.) 

4. So each of the characters in the hashcode is one byte and there are an average of 375 bytes in one transaction, therefore, the total number of transactions in one average block is 1000000/375?

Thank you in advance.



195  Bitcoin / Bitcoin Discussion / Re: Let's make ‘Buy Bitcoin’ Sign Appears Everywhere! on: August 13, 2017, 02:13:07 AM
Not a bad idea but I'm not sure if we really need this promotion and who will pay for that?

It is all voluntary.  The camera captures it and play it on TV.  It shows others how "hot" Bitcoin is and establish good promotion.



196  Bitcoin / Bitcoin Discussion / Let's make ‘Buy Bitcoin’ Sign Appears Everywhere! on: August 13, 2017, 12:42:04 AM
"Buy Bitcoin" sign appearred again today.

Buy Bitcoin’ Sign Appears During DOTA International Tournament
https://cointelegraph.com/news/buy-bitcoin-sign-appears-during-dota-international-tournament

"Bitcoin made an unplanned appearance at the most recent DOTA (Defense of the Ancients) International Tournament, as an audience member held up a ‘Buy Bitcoin’ sign during announcements of the televised event.

Bitcoin has been frequently popping up in unlikely locations.  The current stunt, intended to increase awareness of Bitcoin, is not the first of its kind, after an audience member at Janet Yellen’s congressional briefing did the same.

Both events indicate a growing awareness of Bitcoin and cryptocurrencies generally. The awareness may be part of the reason for the substantial price increases over recent months, with Bitcoin cresting $3700 today.

"

I expect more signs will pop up in sport events and many other places.  It is a way to promote Bitcoin as well as other cryptocurrencies.


197  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] TenX [ICO] end of June: making Blockchain assets spendable on: August 12, 2017, 04:17:30 AM
Can anyone show me how to buy and store TenX tokens?  

Is there an easy way?

Create www.bittrex.com account. deposit btc on your bittrex account. Buy some PAY from btc-pay market. Send your pay to www.myetherwallet.com for storing.

I'd say thats as easy as it gets mate!
Can anyone show me how to buy and store TenX tokens? 

Is there an easy way?

If you're Chinese, you can trade it with chinese yuan like PAY/CNY and Bter is a platform for that. I did put the link below.

https://bter.com/trade/pay_cny

Other global options are also listed below by me:

Etherdelta: https://etherdelta.github.io/#PAY-ETH

Bittrex: https://bittrex.com/Market/Index?MarketName=BTC-PAY

Make sure you're sending PAY coins to the right exchange wallet.




Once I buy them in Bittrex, can I just keep them in there?





you can, while it's generally frowned upon storing more than you can afford to lose in a worst case scenario.

I've had tokens in bit or polo for 1 yr+ no issues.

That said, BTC-E just went down...

So it's highly advised generally, and especially considering the BTCE thing, to make an ether address, and send the TenX there (TenX is what's called an 'ERC20' token which means it's compatible with the ethereum blockchain and therefore the ether addresses.

GOOGLE HOW TO MAKE ETHEREUM ADDRESS

THANK YOU, guys! 

If I have the private key and the password, how can I retrieve my coins if my computer which has the Myetherwallet wallet went kaboom? 

198  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] TenX [ICO] end of June: making Blockchain assets spendable on: August 12, 2017, 02:06:40 AM
Can anyone show me how to buy and store TenX tokens?  

Is there an easy way?

Create www.bittrex.com account. deposit btc on your bittrex account. Buy some PAY from btc-pay market. Send your pay to www.myetherwallet.com for storing.

I'd say thats as easy as it gets mate!
 
Can anyone show me how to buy and store TenX tokens?  

Is there an easy way?

If you're Chinese, you can trade it with chinese yuan like PAY/CNY and Bter is a platform for that. I did put the link below.

https://bter.com/trade/pay_cny

Other global options are also listed below by me:

Etherdelta: https://etherdelta.github.io/#PAY-ETH

Bittrex: https://bittrex.com/Market/Index?MarketName=BTC-PAY

Make sure you're sending PAY coins to the right exchange wallet.


Once I buy them in Bittrex, can I just keep them in there?



199  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] TenX [ICO] end of June: making Blockchain assets spendable on: August 12, 2017, 01:07:29 AM
Can anyone show me how to buy and store TenX tokens? 

Is there an easy way?
200  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Augur, Golem, and Gnosis - which one to invest? Do they have any potential? on: August 11, 2017, 11:10:36 PM
I'm also looking into decred right now.  So hard to decide. 
well dcr also one of a good option though the movement of this coin is really unpredictable but if you look on its graph you will see
that there's a big space for the value rise up any time and it will gives you good profits in returned just barely in need of enough
information keep visiting their ann thread inside this forum to make good assessment.

I also just discovered TenX.  Looks like it has good potential, but it seems hurt to buy it. 
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!