god this is reposted so many times, SOO MANY TIMES public service advisory: read the whole btc wiki, there's a lot of great stuff in there! https://en.bitcoin.it/wiki/Agent https://en.bitcoin.it/wiki/Script Links of note: https://bitcoinmagazine.com/articles/bootstrapping-a-decentr...
So we can't even retort mildly tongue and cheek without being flagged by a salty cryptocurrency preacher these days
An Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin [pdf]
131–140 of 162 posts
Re: An Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin [pdf]
#132Not too long ago, I checked the number of images that were posted on the Ethereum blockchain and I also posted a test image ( https://etherscan.io/tx/0x3ee5575306ddc235b0586984172888b47e... ). There were 74 images with headers that appeared as jpg, gif, or png already posted before my test image. It's very easy to post to the Ethereum blockchain: just convert back and forth from file to hex using a site like http://t…
Re: An Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin [pdf]
#133Not too long ago, I checked the number of images that were posted on the Ethereum blockchain and I also posted a test image ( https://etherscan.io/tx/0x3ee5575306ddc235b0586984172888b47e... ). There were 74 images with headers that appeared as jpg, gif, or png already posted before my test image. It's very easy to post to the Ethereum blockchain: just convert back and forth from file to hex using a site like http://t…
Goatse?
Re: An Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin [pdf]
#134When PGP was released in the early 90s, one of the arguments used against it was "child porn". When P2P networks using DHT became viable earlier in this century, one of the arguments used against the networks was "child porn". The tech still remains and still functions, arguments or not.
The difference is between "the technology" and an "implementation of the technology". Sure, P2P DHT exists. Just like blockchains exist. But a specific blockchain, which is append-only, is trivial to make illegal by embedding illegal content in it, making every user of it technically in possession of illegal material. You can use a DHT w/o breaking the law. You cannot store child porn on your computer without breakin…
Re: An Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin [pdf]
#135Re: An Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin [pdf]
#136Earlier quoted context omitted.
There was a tweet [1] from Vitalik Buterin on this exact topic. He was arguing that „possession“ (as in data on the blockchain) does not impose risks on others. Tweet was removed quickly. [1] https://steemit.com/ethereum/@titusfrost/ethereum-s-vitalik-...
> This entire Ethereum to me wreaks of New World Order involvement, just look at the members of the Ethereum Alliance. > Also I would suggest trying EOS which is supposed to wipe out Ethereum and hopefully will. I now fully endorse EOS as an alternative to Ethereum. > I also wanted to address the slanderous attacks against me stating that I am an "Anti-Semite" which is completely bogus. I criticize Zionists who are a…
I've memed this online and to friends. It doesn't help that one Ethereum Foundation member was celebrating on twitter about how esoteric people are in the EF even saying that there are oculist members.
Re: An Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin [pdf]
#137Earlier quoted context omitted.
Especially if you consider the possibility of someone loading state secrets onto the chain. It wouldn't take a state actor to initiate that action, but that state actor could render the chain worthless.
That isn't as much of an issue. Once a secret is out, it is out. Something like child porn would be permanently illegal and permanently stored in the chain. Imagine hiding it there, letting a year or two of transactions build upon it before letting people know it was there. You can't remove it. The blockchain is now technically illegal. I was just thinking about this a lot this week, actually. The really crazy thing…
Unfortunately, most people are too puritanical to even dare to think about the topic, let alone opens debate it or soften the law.
Re: An Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin [pdf]
#138Re: An Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin [pdf]
#139So the obvious bit here is that an adversarial actor can poison the blockchain with bits that make downloading, storing and processing the blockchain a highly illegal act. This may have a chilling effect on participating in the network, thus reducing the number of nodes, and undermining the trust on the blockchain and in the coin because the reduced requirement of computing power needed to mutate the blockchain. Acco…
In addition to illegal content, one could just put a huge amount of data in there to accelerate what seems to be a built in problem of ever increasing storage requirements.
Re: An Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin [pdf]
#140This gets close to something else I've been pondering lately - how to deal with immutable data structures in the realm of GDPR. Recitations in GDPR require systems to be designed with privacy in mind. Immutable structures like the Bitcoin blockchain or Merkle trees in other applications would seem to be fundamentally incompatible with some GDPR privacy requirements. Let's say Google receives a valid right to be forgo…
Simply encrypt the data and upon “deleting it” instead delete the encryption key. This is similar to concerns about backups.
But in many cases the whole reason systems use these structures in the first place is so that there's transparency and public verifiability.