8
1
If the creator of BitCoin, whoever he/she is, was the one that started the block-chain and with every cryptographic operation deriving from that initial key, would the network be under the complete control of the creator? The only way I could see this not being the case if the key was disseminated into the network, but I am unsure if that is the case. If the key is control over the block-chain and if the key generator still holds the key, then regardless of the fact that it is decentralized in operation, it is still centralized in control, like a bank.
Any thoughts?
Update:
I guess I'm really asking basically is whether the creator had/has any advantage in the network (i.e reversing transactions, creating new coins). I mean unless he specifically programmed the network not to be under his control, it would be right? I mean he IS the creator of the network and unless we have proof (source code inspection?) that the network has been 'turned over' so to speak to the users, we cannot guarantee safety can we?
2why would there be a special initial key? And what do you mean by "key was disseminated into the network"? The only advantage the creator had was mining early on when the difficulty was really low. – CodesInChaos – 2013-04-09T19:57:14.177
I guess I'm really asking basically is whether the creator had/has any advantage in the network (i.e reversing transactions, creating new coins). I mean unless he specifically programmed the network not to be under his control, it would be right? I mean he IS the creator of the network and unless we have proof (source code inspection?) that the network has been 'turned over' so to speak to the users, we cannot guarantee safety can we? (Google 'define: disseminate) – marscom – 2013-04-09T20:02:06.833
1Unless he added a backdoor in the reference implementation that nobody spotted so far, he can't do anything special. Just because he invented it, doesn't mean he's privileged in any way. – CodesInChaos – 2013-04-09T20:04:11.960
6
Are you aware that bitcoin is an open source project? You speak as if it's a black box that the users can't see inside. Anyone can see exactly how everything works by looking at the source code: https://github.com/bitcoin/bitcoin
– Cory J – 2013-04-09T20:05:37.9331
There is no master key, and in theory Bitcoin seems to hold up. I looked at the source code and think there are bigger concerns to look at instead of what could be in the source code ... see this link for more
– goodguys_activate – 2013-04-09T20:29:50.540Related: http://bitcoin.stackexchange.com/q/4335/153 and http://bitcoin.stackexchange.com/q/8236/153
– Stephen Gornick – 2013-04-10T09:58:40.507