Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
41–50 of 52 posts
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#42Earlier quoted context omitted.
You misunderstand, this project is literally a fork of the bitcoin repo. They didn't just "copy general source code concepts". It's right there on their about page.
"the implementation of the neat idea of block chain is on the basis of twister." MS Excel uses do...while loops, my latest project uses do...while loops, therefore my project is based on Excel. I was reading it as algorithm use not literally forking the codebase as appears to be the case. Not everything using Quicksort is a kissing cousin of everything else using Quicksort, for example. Its still cheesy as a marketin…
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#43Earlier quoted context omitted.
Your peers cannot know if the data originated from you or you're simply relaying traffic. Thus, your IP address cannot be associated with tweets.
Untrue. An (for example) ISP could very easily determine if you were an originator simply by if someone relayed it to you. Similarly, a Sybil attack can probabilistically figure out the originator, simply be seeing which peer first relayed the communication.
After poking through the FAQ the claim softens quite a bit, into that "normal" users can't detect such things. This I'll grant is true. And they even mention that, if hiding from adversaries who can observe lots of traffic, you should probably use Tor.
That said, the FAQ does say:
>However if one entity is capable of recording the entire internet traffic, he will probably be able to at least statistically sort out where you are connecting from (your IP address).
which I think I'll still disagree with, unless this is provided by DHT (I don't know DHT, sadly. I'll remedy this some day). Unless you run through Tor, it seems(?) like all messages are essentially plaintext across the internet, so they would know exactly where a message originated, if you're within their view.
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#44Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#45Earlier quoted context omitted.
The 140 characters is probably built-into the spec since there is no transfer fee like in bitcoin, therefore nothing would stop people from sending over large files to abuse the blockchain.
Heres a link to some binary to text encodings to abuse the blockchain. http://en.wikipedia.org/wiki/Binary-to-text_encoding With very modest client software modification, you could MIME encode any arbitrary binary file then squirt out one line of base64 per "post". Or the venerable uuencoded format. What would prevent abuse would be some manner of throttling in the protocol to stop both this technique of blockchain a…
It's cool if you don't understand any of this, but you should try to stick to commenting on things you actually understand.
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#46Earlier quoted context omitted.
From an anonymity perspective, it is just as secure as current bitcoin protocols. Public anonymity at the sacrifice of privacy. In which case, if your 'twister' info is out there, you can theoretically be identified.
In other words, the security is poorly defined and based on the honest parties devoting at least as much energy to defending the system as the attacker devotes to attacking it. What I want to know is this: What does Bitcoin have to do with this? You can have peer to peer, anonymous, encrypted messaging without any of the nonsense that Bitcoin entails.
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#47Is there any follow model or does every participant receive all messages sent by everyone else?
Everyone gets every message. There is no solution here to the data bloat problem. Other than that the project forks bitcoin to make a namecoin clone (distributed authorization), which I dont see the need for since a private key already identifies me. The reason something like namecoin is to allow people to update their identity in the event the first identity was compromised/blocked. Finally this was posted yesterday…
Furthermore, not all clients need to store and reseed all messages they receive. More seeders is obviously better for network health, but it's not always a reasonable option. The paper suggests that clients can choose to be "achivists" which means that they keep messages and seed them to others (so it's optional). Clients like mobile phones could easily disable this behavior.
Also Twister can't use Namecoin because the incentives are wrong. In Namecoin, miners get to create domains. It would be horrible if only Twister miners could make accounts. Instead they get to make promoted posts, so it has to be a separate implementation.
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#48Is there any follow model or does every participant receive all messages sent by everyone else?
Furthermore, not all clients need to store and reseed all messages they receive. More seeders is obviously better for network health, but it's not always a reasonable option. The paper suggests that clients can choose to be "achivists" which means that they keep messages and seed them to others (so it's optional). Clients like mobile phones could easily disable this behavior.
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#49Doesn't that make this service website independent? It is like twitter without the downtime, or twitter with multiple twitter networks all being able to collaborate with one another, or twitter without legal BS. And those are beautiful ramifications. Flaws anyone?
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#50Earlier quoted context omitted.
In other words, the security is poorly defined and based on the honest parties devoting at least as much energy to defending the system as the attacker devotes to attacking it. What I want to know is this: What does Bitcoin have to do with this? You can have peer to peer, anonymous, encrypted messaging without any of the nonsense that Bitcoin entails.
Basically, if you have anonymous, P2P, encrypted messaging you need to solve the problem of maintaining a public ledger of user names to public keys. There are several approaches to this, but one of the most compelling right now is using the exact same mechanism that bitcoin uses to prevent double spending. Twister has absolutely nothing to do with bitcoin, they are only similar in that double-spending a bitcoin is a…
What is the point of that ledger? Public keys identify users on their own.