141
|
Bitcoin / Bitcoin Discussion / Re: Let There Be Dark! Bitcoin Dark Wallet
|
on: November 01, 2013, 09:24:32 PM
|
50k won't go far if we pay salaries. we have to be smart with the money and invest in common permanent infrastructure. we should find better ways to pay for ongoing costs by creating sustainable businesses.
Exactly right, in my humble opinion. I suspect you're going to have a hard time figuring out how to arrange yourselves without becoming a Corporation of some State and still have a business model that sustains sufficient quality assurance and customer support to make Dark Wallet a success. PS: I'm really happy to see other implementations happening! Diversity is great! PPS: y'all should give the Foundation at least a LITTLE bit of credit for funding CoinPunk...
|
|
|
144
|
Alternate cryptocurrencies / Altcoin Discussion / Re: What will happen to your favorite alt-coin?
|
on: November 01, 2013, 12:05:02 AM
|
I feel like we're talking past each other.
You said: dev coin is a good model-- e.g. writer creates something, uses devcoin, 90% goes to them, 10% to devcoin miner.
I don't understand why a writer wouldn't just use dollars-- create something, sell it for dollars, writer keeps 96%, PayPal gets 4% for processing the transaction.
Or Bitcoin: create something, sell it for Bitcoin, writer keeps 99% BitPay gets 1% for processing the transaction (Bitcoin can do this because it is more efficient than PayPal/credit card/traditional fiat, that is where the wealth is created).
Or is there some magical way that using an alt coin creates wealth out of thin air? I don't see it....
|
|
|
145
|
Alternate cryptocurrencies / Altcoin Discussion / Re: What will happen to your favorite alt-coin?
|
on: October 31, 2013, 10:23:49 PM
|
I want to add that the best coin to copy for this is Devcoin. They have a model where when I block is mined, 10% of the coins in that block go to the miner, while the other 90% goes in the wallet of a writer.
If I am a good writer, why would I pay out 10% of my income? That is more expensive than credit card charges! Again, don't confuse money for wealth. Writers produce wealth in the form of the stories/articles/whatever they are writing. The currency used to trade that wealth only matters as far as: + What can the writer buy with it + If the writer saves it, will it buy more or less in the future
|
|
|
147
|
Alternate cryptocurrencies / Altcoin Discussion / Re: What will happen to your favorite alt-coin?
|
on: October 29, 2013, 10:43:38 PM
|
But what about when Bitcoin is being considered by people in poverty as a means to pull themselves up by their boot straps? What about when it is being talked about in every highschool in the country, and kids too young to work and not computer literate enough to mine want to get them?
The answer will be "Alt-coins".
I don't follow. Where does the real-world wealth come from? What will those pull-up-by-their-own-bootstraps people be doing that makes the world a better place and makes them wealthier? I suspect you might be confusing "money" with "wealth."
|
|
|
148
|
Bitcoin / Development & Technical Discussion / Re: Delayed transactions (using nTimeLock)
|
on: October 27, 2013, 11:44:02 PM
|
Time-in-the-future transactions are non-standard (as of 0.8? I can never remember when things happened...)
Why: because there is a fill-up-memory denial of service attack, and it really isn't reasonable to expect the entire network to store your timelocked transactions "forever".
Even in the past, the statement "unspendable by the sender because of replacement not being implemented" was not true. Wait long enough and only a subset of the network will have the timelocked transaction (because new nodes, old nodes restarting, etc). Broadcast a double-spending version without a timelock and it will get mined fairly soon.
|
|
|
154
|
Bitcoin / Bitcoin Discussion / Re: FAQ on the payment protocol
|
on: October 09, 2013, 08:10:21 AM
|
"Impress with this protocol" ?? My primary motivation for the payment protocol can be seen in this mock-up of multi-signature transaction authorization: https://moqups.com/gavinandresen/no8mzUDB/p:af7339204I want much more secure wallets, but we can't get there unless the "who am I paying" piece is authenticated. You should save the "Gavin is trying to impress evil institutional investors" mud-slinging for when I get around to laying out the argument for increasing the block size, because that would be closer to the truth.
|
|
|
155
|
Other / Off-topic / Re: intel vPro processor backdoor to make securing bitcoin impossable?
|
on: October 01, 2013, 12:33:33 AM
|
so my question is this, if we take everything that is written in this article for granted, would it even be technically possible to secure ones bitcoins on a computer with one of these vPro processors?
Relying on any single piece of hardware to secure your bitcoins is a bad idea. In the future, you should use two pieces of hardware created in two different parts of the world by two different organizations in two different legal jurisdictions to secure your bitcoins. Right now... "only invest time or money you can afford to lose."
|
|
|
156
|
Bitcoin / Development & Technical Discussion / Re: Obfuscation - the overlooked, simplest and most secure bitcoin wallet security
|
on: September 23, 2013, 08:00:42 PM
|
There's not a lot of entropy in your obfuscation process, so it can be brute-forced.
Okay. Can you explain in a few more sentences exactly what this means? I am genuinely interested to know if this system can be broken easily. We all think we're very clever at coming up with unique ways to obscure our data. We are wrong. We tend to think alike, so pretty much any process you can think up is likely very similar to a process somebody else will think up. In short: humans are really bad at creating randomness (aka entropy). And we're even meta-bad, because we THINK we're good at it.
|
|
|
157
|
Bitcoin / Bitcoin Discussion / Re: Coin melting: how hide transactions from network analysis
|
on: September 23, 2013, 12:00:51 AM
|
A solo miner (or a pool operator if they keep the fees) can use large transaction fees to avoid taint and network analysis. These algorithms must be updated to include transaction fees.
No, they can't. You just extend the taint-tracking through the newly minted coins (e.g. if you try to "melt" 75 BTC with the 25 BTC reward, then the resulting 100 BTC should be considered 75% tainted). RE: orphans: orphans happen naturally when two nodes on the network find blocks at approximately the same time. Somebody should do a rigorous analysis to determine what are the most important factors affecting orphan rates (number of connections? quality of connections? bandwidth available to "blast out" the new block? block size? Number of not-previously-seen transactions included in the block?)
|
|
|
158
|
Bitcoin / Development & Technical Discussion / Re: Multi-signature transactions
|
on: September 18, 2013, 08:20:32 AM
|
* Any way to tell someone has sent you a multi-sig transaction
"Patches welcome." A watch-only wallet that has a bunch of public keys (and multisig groups of public keys) is a good idea. But first you'd need multi-wallet support. There is a pull request that adds watch-only addresses, but I think that is the wrong way to go. Mixing up fund that can be spent with funds that cannot be spent (e.g. because they're a multisig escrow you want to watch) is a bad idea, and as soon as we have hierarchical deterministic wallets we'll want watch-only wallets that are derived from a master key (or a set of master keys in the case of multisig) where the local bitcoind doesn't have the private seed for the key.
|
|
|
159
|
Bitcoin / Development & Technical Discussion / Re: Invoices/Payments/Receipts proposal discussion
|
on: September 15, 2013, 11:38:29 PM
|
Is my understanding correct that using the "payment protocol" will give away my IP address to the merchant?
No, not if you use Tor. Tor (or i2p or some other anonymizing proxy solution) is the only way to keep online merchants from figuring out your IP. After all, if you browse to their website without Tor, then your IP is sitting right there in their web server logs.
|
|
|
160
|
Economy / Marketplace / Re: Get 5 free bitcoins from freebitcoins.appspot.com
|
on: September 15, 2013, 11:36:09 PM
|
No, I don't have time to clean up the code, port it to the latest AppEngine API, etc.
The Faucet was the simplest possible project I could think of to get my feet wet with Bitcoin; the hard part is preventing cheaters who try to get more than their fair share, and I was never able to come up with a really good solution (that is tied into the whole identity-on-the-Internet thing, which nobody has solved).
|
|
|
|