Bitcoin Forum
May 26, 2024, 01:02:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 »
341  Bitcoin / Development & Technical Discussion / Tags (offline address - or a way to explicitly freeze an address - part 2) on: March 02, 2013, 01:00:09 AM
Frozen / Locked / Offline addresses

tl;dr - "vijay" <uniquebits://vijay>

All I want is to have single unique id, to use it for my BTC transactions, like this above link, that would return my then current bitcoin address (or whatever I set).  Grin

And yes, this would make all my transactions "nonymous", but that's ok with me.



https://blockchain.info/tags

This is another way to implement what I was asking for. now I can't casually own and use single bitcoin address forever, but this solves my problem in a different way.

If allowed to retag, I can associate my tags with new addresses. I think, that's not possible now, and it is only blockchain.info specific.

Interestingly blockchain.info allows to tag multiple addresses with the same tag name.

This is not the same as offline / frozen addresses, but I can use new address everytime.

but, firstbits was so cute.. Cry
342  Bitcoin / Development & Technical Discussion / Re: Can anybody stall Bitcoin for 72BTC per hour? on: March 02, 2013, 12:13:16 AM
typical tx fee is 0.005 btc
https://en.bitcoin.it/wiki/Transaction_fees

~2400 txs fit into a block
http://bitcoin.stackexchange.com/questions/1747/bitcoin-block-size-what-are-the-rules

2400 * 0.0050001 * 6 blocks/hour  ~=   72

Miners will choose the tx with the highest fees. But to be really sure I just create 3000 tx with a fee of 0.011 every ten minutes. 33 BTC edit: 198 BTC

is that really all it takes?


Of course clients can increase fees. It would take time and user effort, though. I think with some clients it is not even possible for the user.


 Huh

That's so evil. Such adjustments could encourage mining but not now.  Smiley
343  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: March 01, 2013, 11:47:17 PM
Instead of using time locks that expire on a fixed date, I would suggest using 'ratchet' time locks where the expiry date can be postponed indefinitely by the owner of the address.

so, someone gets they key can extend the lock and prevent you from spending.

how you could postpone a time lock? through a new transaction?
344  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: March 01, 2013, 08:31:52 AM
Status please.
What's the last processed address so far.
345  Bitcoin / Bitcoin Wallet for Android / Re: Bitcoin Wallet 2.41 released! on: March 01, 2013, 08:28:16 AM
Watch-only addresses please..
346  Bitcoin / Bitcoin Discussion / Re: Bitcoin unit name suggestions on: March 01, 2013, 05:42:23 AM
How about "X10", where 1 and 0 represent bits.
"X Ten" would sound better than "X zero one" or "X Oh one"
Saying "x one" seems missing zero.

Sounds nice, but all the others are alphabetic, which is also the convention e.g. USD, CAD.  There is a separate numeric associated with each one as well. XBC has already been taken by the European central bank, unfortunately.

Easy, then XIO / XOI ? "X oh eye"
347  Bitcoin / Bitcoin Discussion / Re: Bitcoin unit name suggestions on: March 01, 2013, 05:18:35 AM
How about "X10", where 1 and 0 represent bits.
"X Ten" would sound better than "X zero one" or "X Oh one"
Saying "x one" seems missing zero.
348  Bitcoin / Bitcoin Discussion / Bitcoin unit name suggestions on: March 01, 2013, 04:26:13 AM
Bitcoin unit name suggestions,

1. using single currency symbol; subfix / superfix 1, 2, 3 to distinguish among micro / mega units

2. get two symbols approved; B & b. BTC 0.1=1b100; 0.003=1b3; 0.00004=2b40; 0.000000009=3b9; 1234=1B1.234; 5670000=2B5.67

Makes any sense? Roll Eyes
349  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: February 28, 2013, 05:32:09 PM
when in doubt, "frozen" addresses can be unlocked, and then locked with new "freeze" key.

You keep saying this.  I give up.

easy for you, I can't do that.  Smiley

I still have to go a long way to answer questions like,
whether this can be implemented?
can I do this?
will this ever be released?
350  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: February 28, 2013, 05:18:39 PM
I think, "time-based lock" is different from "frozen".

"time-based lock" is for predefined time, "freezing" is adhoc.

compromised "time-based lock" address, has no protection.
when in doubt, "frozen" addresses can be unlocked, and then locked with new "freeze" key.
351  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: February 28, 2013, 04:40:37 PM
How to freeze your bitcoins:

1. Print a paper wallet at bitaddress.org
2. Send your bitcoins to the address printed on it
3. There is no step 3

Recover your bitcoins later by creating a throwaway Blockchain.info web wallet, importing the paper wallet, and sending the coins to an address of your choice.  You can avoid leaving any unused coins in the web wallet simply by printing a new paper wallet and sending the balance there.

@casascius, thanks for your post. finally, I think my post got some attention.
you are one of very few members, I can recognize by profile name. Smiley

now, how would you solve my main problem,

Quote
I want to keep my firstbits address 1vijay, 1visu forever, to receive and spend.
352  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: February 28, 2013, 04:21:59 PM
finally, I got 1 more want in the poll. I am happy as if it is implemented.
I will edit first post for clarity. Smiley
353  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: February 28, 2013, 04:21:16 PM
something like this..  Roll Eyes

Code:
{
  "hash":"...",
  "ver":1,
  "vin_sz":1,
  "vout_sz":2,
  "lock_time":0,
  ...
  "frozen":1,
  ...
}

I don't see where the "unfreeze key" is in that example?

thats ok, it is just an idea. an incomplete example.
354  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: February 28, 2013, 04:10:39 PM
something like this..  Roll Eyes

Code:
{
  "hash":"...",
  "ver":1,
  "vin_sz":1,
  "vout_sz":2,
  "lock_time":0,
  ...
  "frozen":1,
  ...
}
355  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: February 28, 2013, 03:44:05 PM
Would like to end this thread, as I figure out implementation further.  Smiley
your suggestions always welcome.
356  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: February 28, 2013, 03:26:55 PM

> The "script" that is used in a bitcoin transaction describes
> what is required to spend the transaction. How can
> this be used to lock and unlock an address?

the same way how script spends coins.

verify unlock signature, unlock, verify spend signature, spend

or, something similar to that.
357  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: February 28, 2013, 09:24:14 AM
And, don't worry. I am not trying to give someone else the authority to freeze all your addresses. If they can freeze your address, then they also can also spend your money. Means, you need original private key to freeze an address.
358  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: February 28, 2013, 09:16:10 AM
> The part I don't understand is how you think
 > you can "freeze" an address without "lots of
 > code changes"

Frozen or not is just 1 bit detail, I hope this is possible through 'script'ing, so requires zero or minimal change. Just we need to check whether address is frozen before proceeding with sign validation. Yet, I am not very sure.

> why you think "surely it wouldn't require a
> hard fork".

I am suggesting that this can be implemented as specialized freeze/unfreeze transaction, or through a new flag in usual transactions. Either ways, this is going to be a new transaction with a fee. We are not going to redo all the hashing from Genesis block.

> I also don't understand why you think that
> "address keep changing" with 2-of-2
> multisig.

This again for the emotional attachment with the random bits. I want to include compromised address as one of multisig address. Now, I have to let everyone know my new address. When this address gets compromised, or every time I want to use different key to sign, then I have to create another multisig address.

This way also, I cannot use one address forever.
359  Bitcoin / Development & Technical Discussion / Re: offline address - or a way to explicitly freeze an address on: February 28, 2013, 07:37:19 AM
The stuff you're saying doesn't make sense.  I simply can't take anything you say seriously if you can't explain it in a way that makes sense.  Either you don't understand how bitcoin works, or I don't understand what you are suggesting. (Maybe both?)

Ok, here's an example,

Let's say you own firstbits address, '1Hamilton'. You spent lot of time, effort and money to generate it and you are happy to use this address for all your transactions.

At some point of time, you doubt your firstbits private key was stolen / compromised. Now only option for you is to stop using it. Would that be OK for you?

How about satoshi loosing his, firstbits '1'?

You got the problem now? Smiley
360  Other / Meta / Re: how to get attention without looking like spamming? on: February 28, 2013, 07:22:12 AM
Actually you got your answer - cannot be done without changing the current bitcoin protocol.
So no need to push the issue further, if you want to prove your point you're free to implement it yourself. Then you can provide a patch to bitcoin developers for review.
Cheers.

OK, agree. And let me end this here.
And, open another thread under technical / development forum, for implementation related help / tracking.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!