Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
11–20 of 52 posts
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#12"send text posts limited to 140 characters" That's just weird. Like putting horses reins on an early automobile, or putting a hopper in the front of the car to pour oats into. "Bitcoin, in the sense of the digital currency, is not used at all" I had to LOL at this. BTC is popular enough to try to piggyback completely unrelated things using the term as a lure. I've lived thru the "turbo" era, the "e-" and "i-" era and…
The project is a fork of bitcoin, uses bitcoin blockchains, but because it doesn't use bitcoin currency they shouldn't mention the lineage?
So this is a competitor of coinbase? Oh you mean its a miner. Oh no wait OK its like paypal but for BTC.
So... they copied some general source code concepts? Thats it? What a scam. Thats not real bitcoin support at all.
Its like saying a new game is internet compatible, in that if you install it on an internet connected computer its not incompatible with the OS. I actually saw this kind of thing during the early years of mass adoption of the internet. And now we'll see it in BTC.
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#13"send text posts limited to 140 characters" That's just weird. Like putting horses reins on an early automobile, or putting a hopper in the front of the car to pour oats into. "Bitcoin, in the sense of the digital currency, is not used at all" I had to LOL at this. BTC is popular enough to try to piggyback completely unrelated things using the term as a lure. I've lived thru the "turbo" era, the "e-" and "i-" era and…
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#14Earlier quoted context omitted.
The project is a fork of bitcoin, uses bitcoin blockchains, but because it doesn't use bitcoin currency they shouldn't mention the lineage?
Yes, at least not as a marketing scheme. So this is a competitor of coinbase? Oh you mean its a miner. Oh no wait OK its like paypal but for BTC. So... they copied some general source code concepts? Thats it? What a scam. Thats not real bitcoin support at all. Its like saying a new game is internet compatible, in that if you install it on an internet connected computer its not incompatible with the OS. I actually saw…
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#15Earlier quoted context omitted.
The project is a fork of bitcoin, uses bitcoin blockchains, but because it doesn't use bitcoin currency they shouldn't mention the lineage?
Yes, at least not as a marketing scheme. So this is a competitor of coinbase? Oh you mean its a miner. Oh no wait OK its like paypal but for BTC. So... they copied some general source code concepts? Thats it? What a scam. Thats not real bitcoin support at all. Its like saying a new game is internet compatible, in that if you install it on an internet connected computer its not incompatible with the OS. I actually saw…
How is Bitcoin used here?
Bitcoin, in the sense of the digital currency, is not used at all.
However, the Bitcoin protocol and the implementation of the neat
idea of block chain is on the basis of twister. The block chain
provides a sort of distributed notary service, certifying who owns
a given nickname. The name is associated with a specific key pair,
which is used for authentication and cryptography.
They're not using this as a marketing scheme! It's also not being used as a crytocurrency, they're merely forking the codebase to use the blockchain in their codebase.Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#16Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#17Earlier quoted context omitted.
Yes, at least not as a marketing scheme. So this is a competitor of coinbase? Oh you mean its a miner. Oh no wait OK its like paypal but for BTC. So... they copied some general source code concepts? Thats it? What a scam. Thats not real bitcoin support at all. Its like saying a new game is internet compatible, in that if you install it on an internet connected computer its not incompatible with the OS. I actually saw…
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.
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 marketing scheme. This thing's bitcoin, that means its a currency, right, or a funds storage system, or a psuedobank, or .. oh its a microblog service. LAME.
From a tech perspective I think its cool as an unusual use of the algorithm and technology.
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#18I couldn't find the whitepaper link. Anyone?
Re: Twister: Anonymous, private BtC/DHT/Torrent P2P microblogging
#19"send text posts limited to 140 characters" That's just weird. Like putting horses reins on an early automobile, or putting a hopper in the front of the car to pour oats into. "Bitcoin, in the sense of the digital currency, is not used at all" I had to LOL at this. BTC is popular enough to try to piggyback completely unrelated things using the term as a lure. I've lived thru the "turbo" era, the "e-" and "i-" era and…
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.
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 abuse or arbitrary file length abuse.
I'm not thinking of apps like distributing cracked bluerays which would be fairly ridiculous, but much smaller binary files like a GPG key or SSH or whatever. Yeah yeah cut and paste whatever, why not automate it if you can. Click this menu option to send an extremely small file as a binary rather than screwing around with cut and paste.