Search content
Sort by

Showing 20 of 54 results by readerbtc
Post
Topic
Board Development & Technical Discussion
Re: Why are sidechains impossible
by
readerbtc
on 24/07/2017, 21:50:47 UTC
There is a pretty prominent forum author, AnonyMint (his last incarnation was, I think, "iamnotback"), that mantains the view that pegged sidechains won't work. Here mentions his doubts, but I admit that never really analyzed deeply his argumentation. He basically says the same like Peter Todd, that it's difficult to incentivize mining in a way security is guaranteed.
Thank you, I'll read.
Post
Topic
Board Development & Technical Discussion
Re: Why are sidechains impossible
by
readerbtc
on 24/07/2017, 21:49:48 UTC
Could we agree they are not impossible but you need to put lot of energy and efforts into, to get them more or less safe?

The 'impossible' part for me is the '2-pegged' aspect: there will be a price difference, always, between pure bitcoins and the tokens from the sidechain.
Post
Topic
Board Development & Technical Discussion
Re: Why are sidechains impossible
by
readerbtc
on 23/07/2017, 15:13:22 UTC
I don't intend to engage in a flame war here. Neither I want Blockstream or whatever hiring killers to murder me.  Smiley

But the basic idea is: yes, there are products calling themselves "2 pegged sidechains" but they wont work as advertised.
Post
Topic
Board Development & Technical Discussion
Re: Why are sidechains impossible
by
readerbtc
on 17/07/2017, 14:58:02 UTC
Thank ou very much!  Smiley
Post
Topic
Board Development & Technical Discussion
Re: Why are sidechains impossible
by
readerbtc
on 17/07/2017, 02:17:04 UTC
But is there a post arguing they are?
Post
Topic
Board Development & Technical Discussion
Why are sidechains impossible
by
readerbtc
on 17/07/2017, 02:07:07 UTC
Is there any post or paper arguing about the impossibility of 2-pegged sidechains? I googled and found nothing.
Post
Topic
Board Development & Technical Discussion
Re: Old Main Augustana.jpg
by
readerbtc
on 12/07/2017, 01:47:15 UTC
I think the purpose is to sabotate the blockchain uploading illegal images.
Post
Topic
Board Bitcoin Discussion
Re: Rejecting XP blocks now
by
readerbtc
on 21/08/2015, 12:41:26 UTC
They can't reject XT mined blocks as long as they're a part of the same chain, what you're suggesting is a fork.
I'm not suggesting anything.
Post
Topic
Board Bitcoin Discussion
Re: Rejecting XP blocks now
by
readerbtc
on 21/08/2015, 12:40:36 UTC
You mean XT right? I don't think it happens since they are still in the same blockchain.
Ops, thank you
Post
Topic
Board Bitcoin Discussion
Topic OP
Rejecting XT blocks now
by
readerbtc
on 21/08/2015, 12:23:42 UTC
What if some miners decide to reject XT mined blocks rigth now?
Post
Topic
Board Development & Technical Discussion
Re: What is a Bitcoin soft fork? (in laymen's terms)
by
readerbtc
on 06/02/2015, 12:11:07 UTC
Thanks.
Post
Topic
Board Development & Technical Discussion
Re: What is a Bitcoin soft fork? (in laymen's terms)
by
readerbtc
on 05/02/2015, 18:11:19 UTC

You could edit the maximum allowed block size in the code. Change it to 100 KB and it'll be a soft fork, change it to 100 MB and it'll be a hard fork.

Good example.

Changing the max block size from 1MB to 0.1MB is a softfork, because it makes previously valid blocks (0.1MB-1MB) invalid.

I think changing the max block size from 1MB to 0.1MB is a hard fork, actually. Miners that don't upgrade will generate one 1MB and those won't be accepted but the upgraded clients, forking the blockchain.

A soft fork would be changing the max block size one produces from 1MB to 0.1MB, while leaving the max block size one accepts unchanged.

Or am I wrong? #sincerequestion
Post
Topic
Board Development & Technical Discussion
Re: Block size
by
readerbtc
on 21/01/2015, 21:07:17 UTC
Thanks everybody for the answers.
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Topic OP
Block size
by
readerbtc
on 21/01/2015, 19:07:07 UTC
⭐ Merited by ABCbits (1)
How easy is, for a miner, to find the place in the source code where it says "1 Mb" and remove the line?

I mean, if most miners, like 80% hashpower, decide to raise the limit of the block size, they can, right? Core developers are neither necessary for this nor can't do anything.

Or am I missing something? #sincerequestions
Post
Topic
Board Development & Technical Discussion
Re: Colored Coins
by
readerbtc
on 17/01/2015, 13:19:52 UTC
I am investigating the idea, and i saw how it seems it's the transactions that are colored. Can someone explain this choice to me?

What choice?
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: script
by
readerbtc
on 15/01/2015, 16:56:06 UTC
⭐ Merited by pebwindkraft (1)
That checkmultisig reads an extra element could be used in the future to make batch validation faster (as it needs some additional side information), or for other extensions.  It's commonly assumed to be a bug that it reads an extra item but might have just as well been another forward compatibility mechanism, or a left over behavior from an earlier approach.
I like bitcoin because it screws my notions of what is software.
Post
Topic
Board Development & Technical Discussion
Re: script
by
readerbtc
on 15/01/2015, 00:39:05 UTC
Quote
Looking from this perspective maybe we shouldn't call this a "bug"? Wink

This is bug. Definitely a bug. The insect that we did not want to be here.
But this is a bug in a consensus code.
So, this is a bug in an amber
https://upload.wikimedia.org/wikipedia/commons/b/b6/Amber2.jpg


#liked
Post
Topic
Board Development & Technical Discussion
Re: script
by
readerbtc
on 14/01/2015, 01:36:35 UTC
Won't they be upgraded, soon or later? I mean, hard forks will happen.
Post
Topic
Board Development & Technical Discussion
Re: script
by
readerbtc
on 13/01/2015, 19:24:12 UTC
No, this bug should not be fixed Smiley
Why not? Sure, it would be a hard fork, but couldn't clients consider block height when executing opcodes and behave accordingly?
Post
Topic
Board Development & Technical Discussion
Re: How to create a PULL request
by
readerbtc
on 13/01/2015, 13:31:25 UTC
Do I need to create a pull request to suggest translation fixes?