Bitcoin Forum
May 30, 2024, 02:28:37 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] 21 22 23 24 25 26 27 28 29 30 31 32 »
381  Alternate cryptocurrencies / Altcoin Discussion / Re: Airdrop coin and tokan..........sell or hold........ on: February 17, 2018, 08:59:57 AM
If the value is too low then just hold it, the pennies you'll get from their sale may not be up to the transaction fee.
Besides some of these airdrop coins get ridiculously pumped once in a while.
If the value rises well then sell them off and invest in better coins with a future.
382  Bitcoin / Development & Technical Discussion / Re: Question: Hashgraph on: February 17, 2018, 07:36:20 AM
Does anyone have a good understanding of the benefits / drawbacks of DAG based systems v all the hype going on around HashGraph? For example, Nano (formerly RaiBlocks) is DAG and says its infinitely scaleable. Other than the fact that the hashgraph is controlled by an private entity (which in itself makes it a non starter for me). Specifically from a scaleability, speed, or security, and privacy perspective.
This is a good article on the matter comparing scaling Blockchains and scaling DAGs.
https://medium.com/@lyaffe/scaling-a-blockchain-vs-scaling-a-tangle-8b7182eda980
DAGs have their own drawbacks with respect to DDOS and transaction propagation latency during high load periods.
383  Bitcoin / Development & Technical Discussion / Re: Possible Double-Spend attack on BCash using Bitcoin Mining pool on: February 16, 2018, 07:42:22 AM
The attack described is literally the definition of a 51% attack (https://en.bitcoin.it/wiki/Majority_attack). I don't understand why he relabels it as "withholding blocks".
To be fair, a 51% attack works by "withholding blocks" AKA private mining. It obviously won't work if the attacker broadcasts the blocks as he finds them.
384  Economy / Services / Re: Yahoo62278 Sig & Avatar Campaign(High merit required) on: February 15, 2018, 10:44:04 PM
BCT Name: Xynerise
Rank: Member
Current post Count: 256(+1)
BTC Address: 39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD
Wear Avatar: Can't
Wear Signature: Done
385  Bitcoin / Development & Technical Discussion / Re: Wallet with fixed address on: February 11, 2018, 01:14:45 PM

I'm yet to fully understand structure of the block and individual transactions:

* https://blockchain.info/tx/202ecee28d7441fae64a93ddbea780b94d7d91ac3728e8b8dadc57ffee53d722?show_adv=true
* https://btc.com/202ecee28d7441fae64a93ddbea780b94d7d91ac3728e8b8dadc57ffee53d722

Input Scripts
Output Scripts

If there are multiple transaction incoming to a single address - will it save some block space?


No.
Addresses have no effect whatsoever on block space.
"Addresses" do not even exist in the bitcoin protocol.
386  Bitcoin / Development & Technical Discussion / Re: Using the same block files for multiple coins on: February 10, 2018, 08:24:19 AM
If they were in Core at the time of the fork then you can run
Code:
dumpprivkey <address>
for the addresses that contain the forked coins and then import the private keys into an SPV wallet of the forked coin.


If you already have a synced copy of the bitcoin blockchain then you can use it to bootstrap the other forked coin wallets because they share the same UTXO history as bitcoin before the fork.
Just follow the advice here: https://bitcointalk.org/index.php?topic=2816604.msg28871645#msg28871645
387  Bitcoin / Development & Technical Discussion / Re: How are unique address in Bitcoin calculated? on: February 09, 2018, 02:48:58 PM
Is there any way to get total number of addresses used so far in the Bitcoin Blockchain. Basically I want some numeric to use as a proxy for number of users In Bitcoin.
That's a terrible metric.
Addresses are created easily and most wallets do not allow for address reuse so you can't say that it's not just 10 people that have been using the bitcoin blockchain since 2009 with different addresses.
388  Economy / Exchanges / Re: Okex on: February 08, 2018, 10:49:06 PM
Go to Account -> Balance, then Withdraw.
Check the diagram below:

389  Bitcoin / Bitcoin Technical Support / Re: What if someone revise source? on: February 08, 2018, 05:57:45 PM

I concerned because I think I will launch new coin.
Then for block this, I should delay upload source to github?

Relax, mate.
No one will attack your coin.
There is no point, really.
Lots of POW altcoins are launched daily and no one attacks them because there's really no point to.
Why would anyone waste hashpower they'd rather use to mine a profitable coin to attack a new and unknown coin?
390  Bitcoin / Bitcoin Technical Support / Re: What if someone revise source? on: February 07, 2018, 04:45:59 PM
What do you mean by "What happen if someone revise bitcoin source and launch it as like bitcoin"? That somebody may launch a "bitcoin wallet" on another website or through social media, and it's rigged to steal coins? Sure this can be done and has already happened, but it's just a matter of trusting the wallet and the page you got it from - it's just like a banking trojan, not really a danger for Bitcoin, just for people who are not careful about the software they use.

I thought if someone (has bad intent) revise bitcoin source and compile, and if he maintain 51% of total computing power, then he wins and his revised source take bitcoin name?
A 51% attack doesn't necessarily need 51% of nodes to work.
51% attack needs more hashrate than the rest of the miners combined.

Quote
Of course this can't be happen now because he can't get 51% of total computers installed bitcoin?
Even if you change the bitcoin source code and compile it, you'll still need to get people to install it which would be a very uphill task.
Also, if your revised bitcoin node does not follow the bitcoin nodes consensus rules, it will most likely be IP banned by other nodes it attempts to pair (peer)  to.
Any node software that does not follow the bitcoin consensus rules is NOT a bitcoin node, and it will form its own network.
For example, if your revised version attempts to spend more coins than inputs, the transaction will not be rejected by the nodes it relays the transaction to and the transaction will not be relayed to other nodes, therefore any node running your version of the software will form their own network different from the Bitcoin network.

After the first block reward halving from 50BTC to 25BTC in 2012, some miners patched their software to keep mining blocks with 50BTC block reward but the other nodes in the network just rejected the transactions and didn't relay it.
That is what will happen if your software changes any bitcoin consensus rules without you having majority of the node support.

Quote
Then, how about early started new coin's case?

Some big guy can take over new coins with over 51% computing power?

It's possible, yes, but what would be the point?
391  Alternate cryptocurrencies / Altcoin Discussion / Re: Create a coin on lightning network on: February 06, 2018, 05:33:01 PM
Not possible at all
The Lightning Network runs as a second layer ON the bitcoin blockchain.
It's NOT possible to create a coin ON the Lightning Network.

However, other coins that share the same codebase with bitcoin (eg Litecoin) can run their own version of Lightning.
392  Bitcoin / Bitcoin Technical Support / Re: What is Node and or Masternodes??? on: February 05, 2018, 01:56:54 PM
I have the same question about these node and master nodes. I am searching for answer regarding with the technicalities of bitcoin. Fortunately it leads me to this thread which very useful when it comes to bitcoin technicalities. And in regards with the comments of the members here I have read that these are the block chains    of bitcoin/alt coin of that computer with IP dedicated address.

As you can read above, nodes are computers in a network -- in this case, the bitcoin network.
They form the basis of the blockchain.
All the bitcoins that exist exist as outputs on the computers that run the bitcoin core software, and all the transactions that have ever take place since the Genesis block in 2009 are stored.
Nodes perform an array of functions like validating and relaying blocks, etc.
Quote
Well is this block chains of bitcoin/alt coin applicable to android phones? I hope I could get some answers here. I am Newbie.
You can see that nodes require a lot of storage (more than 150GB for bitcoin), and lots of processing power to validate blocks, and they must be online constantly.
These requirements are too much for a mobile device to handle so it is not possible to run a node on a mobile device.
393  Bitcoin / Mycelium / Re: Will Mycelium support Segwit and Lightning Network? on: February 02, 2018, 07:54:28 PM
. Even Blockchain.info is using segwit, which has given it an edge over other wallets.
Since when does blockchain.info wallet have segwit support?
I can't find anything about it anywhere, only articles from last year that they'll support Segwit and BCash in 2018
394  Alternate cryptocurrencies / Altcoin Discussion / Re: Where can I find the various Ethereum token contract solitidy source code on: February 02, 2018, 02:31:36 PM
Thanks
If there is a deployed contract but the code hidden i think maybe there will be some unknown behavior causing some problem ?
Whether the codes can be forced to be public?
You can't force a code to be open source.
The person that deployed the smart contract does NOT have to make the source code available.
However, the bytecode of EVERY ethereum smart contract is always available and since tokens aren't arbitrarily complex, it is possible to reverse-engineer a token.

Quote
Also is it possible to reset the exchange rate from my coin to ether dynamically ?
So after the address received ether it will automatically send out my coin to the same address based on the dynamic exchange rate ?
Any sample code for this

It should be possible theoretically, that a contract can be able to deduce the exchange rate of a token through Oracle's, however it is impossible for a contract to act on its own.
Contracts MUST always be called and they cannot call themselves so it's impossible for the token to make a transaction by itself without an external call.
Someone made an Ethereum Alarm Clock so you can schedule events to be called later.
395  Bitcoin / Development & Technical Discussion / Re: Why include witness data in Segwit transactions? on: February 02, 2018, 07:33:04 AM
My understanding is that Segwit transactions that are included in legacy BTC blocks do not contain witness data.
When segwit transactions are related to legacy nodes, the witness data is stripped so they can be valid under the consensus rules that legacy nodes follow(i.e 1 million bytes block size limit) That was how Segwit was deployed as a soft fork.

 
Quote
Why then include witness data in Segwit transactions that are included in Segwit blocks?
The so-called "witness data" is essentially the scriptSig(signature, pubkey, etc)
If the witness data isn't included in segwit transactions then how do you validate a transaction without the signature? Huh
The witness data can be over 1 million bytes, that's how the block size increase segwit brings comes into play.
 
Quote
It seems like we get 2x transaction throughput for 4x block size, or maybe 2x block size on average.  So why even bother with Segwit?
There is no block size anymore with Segwit deployment, but block weight.
We get 2x the "block size" as you put it, because that that was the requirement
396  Bitcoin / Hardware wallets / Re: How long does it take for Trezor to support BTC2X on: February 02, 2018, 07:13:03 AM
There is no BTX2X.
Garzik and DCG's Segwit 2x died a well deserved death before it launched.

There was a "relaunch" by a Russian scammer but AFAIK that didn't gain any traction.
397  Bitcoin / Bitcoin Technical Support / Re: What if someone revise source? on: February 02, 2018, 07:02:45 AM
1. How bitcoin system can block bad intent sources?

What happen if someone revise bitcoin source and launch it as like bitcoin?
You mean like a fork?
Bitcoin is open source software and anyone can fork it. This has been done many times over the years. Most times they change the name so people don't confuse it for bitcoin.
Unlike the recent spate of forks heralded by BCash where Roger and his cult are claiming it's the "original blockchain", the real bitcoin and Satoshi's vision ™>

We try to educate newbies not to fall for sure can tricks.
Quote
If he has intend that he will take some bitcoin?

There have been forked coins whose sole intent was to steal private keys and hence bitcoins through their Trojan wallet.
The general rule of thumb for claiming forked coins is to send your bitcoin out of that wallet to one with a new private key before importing it into the fork wallet and treating that private key as compromised.


Quote
2. How bitcoin system can adopt legitimate improvement, changes of sources?
Code updates on the bitcoin core repo on GitHub, BIPs, etc.


Quote
Who decide adoption of changes and how it can be spread to normal bitcoin system users worldwide?
The users running nodes do ultimately.
When there's to be a radical change its discussed by the Devs on the IRC (it's public and anyone can join), if the idea has been discussed and developed properly then there's a Bitcoin Improvement Proposal (BIP) where the idea is fleshed out in detail with a proof of concept usually.
Before it's merged to the repo
398  Bitcoin / Bitcoin Technical Support / Re: Help with multi signature wallets on: February 02, 2018, 06:55:10 AM
Bitpay/Copay, and GreenAddress, I believe.

Depends on the number of co-signers you want, but you should do 2-2 or 2-3, so not everyone's private key is needed in case a cosigner loses their private key.
399  Bitcoin / Bitcoin Technical Support / Re: What is Node and or Masternodes??? on: February 02, 2018, 04:39:50 AM
Isn't a node that stores the full blockchain an "archive node", a pruned node only stores part of the blockchain, but is still a full node.
I believe the distinction is between full nodes and SPV Nodes.
Archival and Pruned nodes are subsets of full nodes.
400  Bitcoin / Bitcoin Technical Support / Re: Ideas on transferring BTC? on: February 01, 2018, 07:48:43 PM
[

Last 24 hours there were 10 such txs confirmed according to one aggregate, so it's definitely still possible! I imagine at least in one situation where this might happen: a miner performs a low priority zero fee transaction and simply includes it in their block. Here's one from just 7 days ago: https://blockchain.info/tx/06d89bb591064c0c807ad2edb27656b49d4dae2f60181781d19b9939e7a09b8c

Impressive.
According to Bitaps (https://bitaps.com/06d89bb591064c0c807ad2edb27656b49d4dae2f60181781d19b9939e7a09b8c), the transaction was confirmed in less than a minute.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 27 28 29 30 31 32 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!