Bitcoin Forum
May 26, 2024, 10:13:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 [82] 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 ... 334 »
1621  Bitcoin / Development & Technical Discussion / Re: Why are transaction malleable in the first place? on: October 16, 2015, 11:01:22 AM
Wow, ouch. Can you point me to further reading on how this is possible?

I'm sure if you do some internet searching you can find the exact technical information (hint: DER encoding for ECDSA).
1622  Bitcoin / Development & Technical Discussion / Re: Why are transaction malleable in the first place? on: October 16, 2015, 10:00:42 AM
Dumb question, but why is it possible to change somebody else's transaction in any way? Shouldn't the entire contents of the transaction be signed in some way?

Every tx is signed - the problem is the signature itself (which is considered part of the transaction for the purposes of the tx hash which is what identifies it). Unfortunately it is possible to change a signature (slightly) without invalidating it.

Think of it like the number 42 being also able to be represented as 42.0 (same number but the representation is slightly different).

From what I gather the latest release of Bitcoin should now only accept a specific format of the signature which should stop the current (annoying but not causing loss of funds) attack vector.
1623  Bitcoin / Project Development / Re: CIYAM - Project Plan Outline and Progress Updates on: October 15, 2015, 04:22:05 PM
Work has begun on the blockchain Blog package which hopefully will be nearing completion by next week.

Unfortunately the Blog package work has been delayed as I decided to rework the way that encrypted fields were being handled (which will also be applied to the attached files for consistency).

I will be reworking the Message package to use the new encrypted field implementation before I start on the Blog package (a delay of perhaps a week).

One thing that anyone following this project will discover is that it is not being rushed (nor is it chasing VC funds that would probably force it to be rushed). The project actually began many years ago as an example of a new way to create 3-tier web applications and is now evolving into a new way to create blockchain applications.
1624  Bitcoin / Development & Technical Discussion / Re: Feature that should be added on: October 14, 2015, 04:35:09 PM
For signing offline txs in a 100% air-gapped manner (no USB or other wire connection) you might find this useful: https://susestudio.com/a/kp8B3G/ciyam-safe
(although it isn't the easiest thing to use admittedly).
1625  Bitcoin / Bitcoin Technical Support / Re: How to make this payment on: October 14, 2015, 04:03:17 PM
Its not, the config file is part of the datadir

Doh! There is a way that it could be done though (as I dealt with this stuff many years ago with Windows apps) and that would be to have an override default .conf file that would be placed in say the Windows directory (this would of course require code changes to achieve and would be Windows specific and would perhaps be a lot of mucking around just for Windows so I'm guessing that won't be considered).

It is a bit annoying that it doesn't behave nicely when already running (I would think that something should be able to be done about that issue).

Copying and pasting the address and then the amount is going to perhaps be the only workable option (unless you want to muck around with the registry which is probably not a great idea unless you are confident in doing so).
1626  Bitcoin / Bitcoin Technical Support / Re: How to make this payment on: October 14, 2015, 03:49:57 PM
Did you try it with your D: drive version already running (i.e. are you ending up with two bitcoinqt.exe's running)?

Basically the problem is going to be that it is acting like a typical "launch an external application" which of course won't be running your shortcut version.

If it is possible to get the "datadir" into the .conf file then that might be the best solution (I'm not sure if that is possible yet as I know that it wasn't in the past).
1627  Other / Beginners & Help / Re: Can a bitcoin address can be recovered from public key??? on: October 14, 2015, 04:29:12 AM
No it is not.

Yes it is - do you understand that the question does not mention "private key" but instead "public key" or did you simply not read it?

It is a mess but if you put information like that, you will just cause confusion, and thus, a mess.

Unfortunately it is you (and most other posters in this topic) that are causing the mess and confusion by not even bothering to read the OP.

To the @OP - unfortunately this is why this forum is no longer very useful for any sort of technical advice. Sad
1628  Other / Beginners & Help / Re: Can a bitcoin address can be recovered from public key??? on: October 13, 2015, 04:58:49 PM
Can a bitcoin address can be recovered from public key... If not so how is it related to bitcoin address???

It seems that those replying so far do not understand the difference between a public and a private key.

The answer is *of course* a Bitcoin address can be determined from a public key as it is basically just a base58 formatted version of a cryptographic hash of the public key.

What you can't do is go from the Bitcoin address back to the public key (as cryptographic hashes are not reversible) and the public key of course can't be used to do anything like a tx without also having the private key (which cannot be determined from it).
1629  Bitcoin / Press / Re: [2015-10-07] Denying Financial Service Providers To Hide Behind Arbitration Clau on: October 07, 2015, 09:17:26 AM
http://bitcoinist.net/denying-financial-service-providers-hide-behind-arbitration-clauses/

The traditional financial ecosystem has been on the brink of collapsing for quite some time. To put one more nail in the coffin of traditional finance, it will become much easier for consumers to use their credit card company in the near future. Right now, credit card companies are protected by an arbitration clause, but that layer of protection could possible fade away in front of their eyes.

I think that is supposed to be sue (not your mistake - it is like that in the article itself).
1630  Bitcoin / Press / Re: 2015-10-06 The Drum - Bitcoins are a waste of energy - literally on: October 06, 2015, 05:50:34 AM
Quote
The average US household uses 10 to 12 000 kWh in electricity each year, about the same as would be required to generate four Bitcoins worth a little under $1,000. But the same average household has about $6,000 in cash on hand and savings accounts, and around $15,000 in credit card balances. Switching even a small part of a typical household's financial transactions to Bitcoins must therefore entail a massive increase in electricity use.

For some reason he seems to think people can only get or use BTC by mining (rather a stupid mistake for a professor to make).
1631  Bitcoin / Bitcoin Discussion / Re: Why I am now not enthused about increasing the block size on: October 06, 2015, 04:38:39 AM
Personally I am beginning to wonder whether the rules about coin age and dust should be re-evaluated as what has mostly been seen when the blocks are near to full is loads of tiny txs (as this type of attack can still occur even with larger blocks).
1632  Bitcoin / Bitcoin Discussion / Re: Why I am now not enthused about increasing the block size on: October 05, 2015, 06:07:26 PM
Also, keep in mind internet speed is just one factor.  Mining may become more centralized in
the place with the cheapest electrcity, or in the place that produces the cheapest ASICS.

The cheapest ASIC equipment all comes from China - it also has very cheap electricity (which is why more than 50% of the mining power is in China now).

Iceland would have the cheapest electricity of all though (but it would need to import the ASIC from China which I understand has been happening).

Certainly I don't want to see Bitcoin being centralised to any one country so I do hope we'll see mining being performed throughout the world.
1633  Bitcoin / Bitcoin Discussion / Re: Why I am now not enthused about increasing the block size on: October 05, 2015, 06:02:08 PM
Bitcoin is fully capable of reversible transactions, with far more flexibility than existing methods such as credit cards, at vastly reduced cost, within a competitive open market.  See any of the many many talks on this subject.

Huh?

I think you are not understanding how Bitcoin works (unless you think that reversible equals playing with tx malleability or low fees).
1634  Bitcoin / Bitcoin Discussion / Re: Why I am now not enthused about increasing the block size on: October 05, 2015, 05:56:02 PM
I think limiting the blocksize to try to level the playing field with the rest of the world doesn't feel like its the right solution.  

Well - I'm not sure what is the best solution but a US only solution would actually spell the end of my interest in Bitcoin for sure.

Bitcoin's best feature is that you can send txs to anyone, anywhere in the world - I'd hope that should remain its main focus (as nothing else does this as easily or as cheaply).
1635  Bitcoin / Bitcoin Discussion / Re: Double-spend is a misnomer when applied to a blockchain on: October 05, 2015, 05:38:28 PM
Maybe we use terminology they are used to with legacy banking, Transaction hold, or transaction pending when we describe 0 confirmation transactions (so merchants will finally understand) and instead of double spend I like conflicting transaction, it gives more peace at mind for sure.

Transaction pending makes a lot of sense (and nice to see a constructive post from an ad-sigger).
1636  Bitcoin / Bitcoin Discussion / Re: Why I am now not enthused about increasing the block size on: October 05, 2015, 05:15:46 PM
I don't think its an issue.  South Korea has faster internet than the US.

You have read that Thailand is looking to introduce its own version of the GCF and that other countries are starting to do the same (can't blame them as the NSA has been spying on everyone in the world so the rest of the world is now wanting to slow access down to the US and its allies)?

South Korea being still a big supporter of the US is unlikely to change its approach anytime soon but some of its neighbours are less likely to follow its lead IMO.
1637  Bitcoin / Bitcoin Discussion / Re: Double-spend is a misnomer when applied to a blockchain on: October 05, 2015, 05:11:06 PM
You make good points in terms of terminology @shorena but I guess my beef with the "double-spend" term is that is actually the "very crux" of what Bitcoin actually does (i.e. it solves that problem).

So if the public perception is that Bitcoin can be "double-spent" then in the public's mind Bitcoin hasn't actually achieved anything at all!
1638  Bitcoin / Bitcoin Discussion / Re: Why I am now not enthused about increasing the block size on: October 05, 2015, 05:06:31 PM
We should not arbitrarily restrict the blocksize. We should allow the blocks to grow as big as they need to while keeping the technological limitations in mind in order to preserve the principles of decentralization and financial freedom.

One thing I think you need to be very careful of when you decide upon this is just how getting rid of arbitrary restrictions could actually cause severe centralisation.

Already miners in China has resorted to using an SPV approach due to the GCF (Great Chinese Firewall) slowing down all international internet traffic. So if all limits are removed then you have just removed the world's 2nd (soon to be 1st) biggest economy from even participating in mining. Is that a good idea?

And if you keep going in that direction then Africa is killed and India then Australia and eventually Europe and South America and you are pretty much just left with the US and Canada (I am guessing the region where you probably come from).
1639  Bitcoin / Project Development / Re: CIYAM - Project Plan Outline and Progress Updates on: October 05, 2015, 04:54:14 PM
Non-local txs are now treated basically like local txs until confirmed (making the UX much quicker).

Attached files are also now working with the CIYAM blockchain and if they are identified as being "private" then they are automatically encrypted and decrypted.

Work has begun on the blockchain Blog package which hopefully will be nearing completion by next week.
1640  Bitcoin / Bitcoin Discussion / Re: Double-spend is a misnomer when applied to a blockchain on: October 05, 2015, 04:14:38 PM
How about calling it a "conflicting transaction" and "to conflict-spend"?

I like "conflicting transaction" but not "to conflict-spend" (the latter just seems rather hard to understand).
Pages: « 1 ... 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 [82] 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 ... 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!