Bitcoin Forum
May 26, 2024, 05:48:27 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 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 ... 334 »
361  Bitcoin / Bitcoin Discussion / Re: ToominCoin aka "Bitcoin_Classic" #R3KT on: March 31, 2016, 11:11:32 AM
But you said that SegWit enables some kind of band-width saving that is already and better possible and implemented by thinblocks.

I said it *potentially* (as a side-effect) can have some bandwith saving and in the future it WILL reduce bandwidth due to the new signature type (but only after those new signature types are being used a lot).

What I did not say was that this was comparable or better than thin blocks or other such things (please don't misquote me).

And *again* I'll state that the main purpose of SegWit has nothing to do with reducing bandwidth (so this whole new argument is actually kind of stupid).
362  Bitcoin / Development & Technical Discussion / Re: Segwit details? N + 2*numtxids + numvins > N, segwit uses more space than 2MB HF on: March 31, 2016, 10:59:27 AM
I don't plan to read the code, and I should not have to. The payment system of the world cannot be defined by a (messy) program.   Bitcoin should be an implementation-independent protocol, like SMTP and HTML. Anyone with sufficient knowledge of algorithms and networking should be able to understand how it works without reading the code.

That is something that even Mike Hearn knew is *simply impossible* for Bitcoin (I remember a topic about this from around 3 years ago in which I had actually argued for the creation of such a protocol specification and he convinced me otherwise).

It is fine for something like SMTP to have implementation faults as about the worst thing that might happen is you miss an email - but if you make any implementation fault with Bitcoin then people will lose money.

The C++ code IS the specification and if you refuse to read it then I'm sorry but you are NEVER going to understand Bitcoin (and it isn't up to us to educate you).

There are non-node implementations written in other languages so maybe you might be able to read the code of one of those (am guessing C++ is perhaps too difficult for you) but you need to understand that only "libconsensus" (written in C++) holds the key to Bitcoin (other language implementations are not used for mining but only for wallets).

The very language C++ itself would need to form a part of any such specification (as every single little C++ nuance is relevant) which would make any such document ridiculously large (which is why you are never going to see that).

You could of course take a look at Mastering Bitcoin (which I believe can even be found online).
363  Bitcoin / Bitcoin Discussion / Re: ToominCoin aka "Bitcoin_Classic" #R3KT on: March 31, 2016, 10:57:00 AM
@Bergmann_Christoph - am guessing you are a troll but in the off chance you aren't I made it very clear that the purpose of SegWit has nothing to do with reducing bandwidth.
364  Bitcoin / Bitcoin Discussion / Re: ToominCoin aka "Bitcoin_Classic" #R3KT on: March 31, 2016, 10:13:07 AM
Sure savings are possible, but at best of my knowledge are not implemented in the current proposal. And more to the point you can obtain even more BW savings using thin blocks independently from SegWit.

As that is not the point of SegWit then that would hardly be surprising (I haven't looked at the code yet but as I've pointed out savings are indeed possible even initially and certainly later when the new signature type is introduced).

The fact that you already have transactions (base + signs) in your mempool does not depend on SegWit. They're there already it's just a matter of using it.

That is a different approach which is planned to be added down the track (and is arguably quite a bit more complicated).
365  Bitcoin / Bitcoin Discussion / Re: ToominCoin aka "Bitcoin_Classic" #R3KT on: March 31, 2016, 10:03:42 AM
i.e. SegWit will not provide any reduction of bandwidth for full nodes.

That is not correct - although SegWit has not been designed for this purpose as I've already pointed out (a few times now) bandwidth savings are possible (initially due to already having all the signatures from tx relaying and down the track due to the fact that the new signature types that SegWit will permit are significantly smaller than those currently being used).

I'm not really sure (apart from FUDding) why you want to keep on harping on about SegWit and bandwidth reduction anyway as that is not the purpose of SegWit (and any such benefits are side-effects as I've stated).
366  Bitcoin / Bitcoin Technical Support / Re: Running a full node vs running with "prune mode" enabled on: March 31, 2016, 09:11:54 AM
But how does importprivkey work with pruning?!

I'm not sure if that command is even allowed when running in prune mode but if it is allowed then it would only be permitted for adding a new (never used before) address (same would apply to importaddress also).
367  Bitcoin / Bitcoin Discussion / Re: ToominCoin aka "Bitcoin_Classic" #R3KT on: March 31, 2016, 09:05:50 AM
Even initially that is not necessarily true because if a full node is relaying txs (which will contain the signatures) then it may actually already have all of the necessary information to validate the next block it sees (currently full nodes that are relaying txs are often actually seeing the signatures twice).

Bolded part is right, and that's the thing used by thin/xthin block techniques to reduce block propagation BW consumption.  SegWit has nothing to do with thin blocks, I could be wrong though.

Think a bit harder - if a SegWit block doesn't contain the signatures (those are sent separately as a witness block) and you realise that you already have all the signatures required (from txs that were relayed) then you don't need to request the witness block - do you?

Again this isn't the purpose or point of SegWit but it is a potential side-benefit.
368  Bitcoin / Bitcoin Discussion / Re: ToominCoin aka "Bitcoin_Classic" #R3KT on: March 31, 2016, 08:30:57 AM
Going back to what we were saying, It is clear now that full nodes bandwidth consumption will remain the same even when SegWit soft-fork will be enforced/activated.

Even initially that is not necessarily true because if a full node is relaying txs (which will contain the signatures) then it may actually already have all of the necessary information to validate the next block it sees (currently full nodes that are relaying txs are often actually seeing the signatures twice).

Also as I pointed out above - the SegWit implementation will support a new type of signature which will be much smaller (so although not initially a saving this will result in a saving of bandwidth as the witness data will be less than the equivalent signatures being used currently).
369  Bitcoin / Bitcoin Discussion / Re: ToominCoin aka "Bitcoin_Classic" #R3KT on: March 31, 2016, 07:39:45 AM
The main reasons for SegWit are to eradicate tx malleability (which was really a mistake that was in the original design) and to make it easier to add extensions to Bitcoin's script language (which are currently only possible via soft or hard fork).

Any space savings are a beneficial side-effect (for SPV clients) rather than being anything to do with the purpose of it.

Note that once SegWit has been implemented a new type of signature approach will be introduced that will be far more compact (so eventually the amount of bandwidth will be reduced even for full nodes but of course that won't be until a lot of txs are using the new type of signatures).
370  Other / Beginners & Help / Re: Cold storage - Question on: March 31, 2016, 07:20:32 AM
You wouldn't really use software for cold storage as it is supposed to be offline.

Huh?

You certainly can run software offline (and in fact every hardware wallet requires software for signing raw transactions).

What you don't want to do is give the offline software internet access or access to something like an infected USB flash drive.
371  Bitcoin / Development & Technical Discussion / Re: Segwit details? N + 2*numtxids + numvins > N, segwit uses more space than 2MB HF on: March 30, 2016, 02:32:04 PM
The word "standardness" implies that someone is setting a standard that should be followed by all nodes; but it is known that different relay nodes are using different arbitrary criteria to censor transactions and blocks.

Again - a total misunderstanding of the terminology and how Bitcoin works.

If you are seriously at all interested in what Standard and Valid transactions are then you should read the code rather than post nonsensical things like you just did.

It is rather clear to me (and others) that you are not interested to understand anything but instead to try and push the agenda of those that are attacking the Bitcoin core devs.
372  Bitcoin / Bitcoin Discussion / Re: A Bitcoin Epiphany on: March 30, 2016, 10:09:05 AM
I agree that  we have to fear centralization. But, bitcoin designed to be currency, not to be digital gold.

If it were just designed to be a currency then it wouldn't have had a 21M limit built in (as there would be no need for that as most currencies in the world inflate at a fairly constant rate).

Additions such as payment channels will enable "coffee" purchases down the track so it is very likely we'll be able to "have our cake and eat it too" but without a doubt preventing centralisation is the most important thing for Bitcoin to really be any serious game changer (so IMO that should be the main focus of development).
373  Other / Meta / Re: What this forum has become... on: March 28, 2016, 04:55:01 PM
i remember you were the first to insult someone else in some other thread, so this is a bit hlarious

My point was not the insults, but the threats (and I don't think I've threatened anyone on this forum personally).

I don't doubt that I might have insulted some people on this forum but I do doubt that I would have done so without any reason (as I don't normally insult people without a reason).

So if you think I've insulted someone without reason then please provide the link (I am man enough to apoligise if I really got it wrong).
374  Other / Meta / Re: What this forum has become... on: March 28, 2016, 04:44:55 PM
This Forum is Great for the bitcoins knowledge. It has got each and every information.

It certainly used to be very good for that but I think it is becoming less and less so in recent years.

(the opinion of a newbie is perhaps not really of that much relevance though)
375  Other / Meta / What this forum has become... on: March 28, 2016, 04:34:05 PM
https://bitcointalk.org/index.php?topic=1402980.msg14343375#msg14343375

Whilst I don't really care about this idiot attacking me I think it is relevant to note that this is what this forum has become (it used to actually be a place where you'd learn about Bitcoin rather than just some stupid fights).

If you actually care about Bitcoin (and not some replacement) then welcome to say so here.
376  Other / Meta / Re: this site is a joke and not evenb a funny one, sort your mods out, educate them on: March 28, 2016, 04:19:25 PM
you seem to missunderstand me with somebody who actually wants to debate

No - I do understand that you are just an idiot kid posting in a forum.

I would advise you to not try and threaten people as that will likely not end up well for you.

Your topic has come to an end - no-one cares about you or your supposed issues with the forum (I am unwatching this topic now so you won't have any further posts from me).
377  Other / Meta / Re: this site is a joke and not evenb a funny one, sort your mods out, educate them on: March 28, 2016, 04:07:49 PM
send me a phone thats capable of phoning out internationally n id gladly try, means nothing to me, nothing like my countries phone number setup, but yeah funny that aint it, your domain registered to a foriegn phone number LOL 10 outa 10

Oh - I'm so scared - that apparently I need to send you a phone because you can't even afford one yourself and you're also apparently not capable of dialing that fake number that you posted.

Go back to primary school and learn something. Cheesy

(now everyone can see exactly how stupid you are)
378  Other / Meta / Re: this site is a joke and not evenb a funny one, sort your mods out, educate them on: March 28, 2016, 04:02:58 PM
i dont need 100 btc, this is the phone number you registered with your domain +1.6036684998

You are kidding me - please call the number (you haven't even got the correct country).

Cheesy

Dumbass!
379  Other / Meta / Re: this site is a joke and not evenb a funny one, sort your mods out, educate them on: March 28, 2016, 03:59:39 PM
LOL prove you have 100 btc to cover dickhead !!!

You can simply check the fact that I was actually holding 500 BTC for the forum a few years ago.

Now where does your 100+ BTC come from?

(out of your arse no doubt)
380  Other / Meta / Re: this site is a joke and not evenb a funny one, sort your mods out, educate them on: March 28, 2016, 03:55:55 PM
lol what benefit would i gain sharing your address with your friends hahaha its gone to the truth movement pal where it may return a knock at your door with a friendly warning hahaha as for china or singapore why would i ever need go there, got family and business contacts there and can deal by phone and mail LOL

Am waiting patiently for your call dickhead.

How about let's bet 100 BTC that you cannot even work out my phone number?

(oh - that's right you don't even have 100 BTC do you - so maybe you can take a 1 BTC bet?)
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 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 ... 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!