Bitcoin Forum
May 03, 2024, 04:21:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 ... 158 »
1241  Bitcoin / Development & Technical Discussion / Re: Stealth address with SX (anonymous payments) on: April 27, 2014, 02:52:33 PM
Excuse my ignorance also, but how does the SX implementation of stealth addresses work, if it cannot work with Core client when limited to 40 bytes of arbitrary data in a transaction? Using these tricks that embed data in the transaction signature?
As I understand it the secret exchange has to happen out-of-band now instead of happening in the blockchain itself.

It doesn't kill the feature, but does make it less usable.

As I understand the sender can use the public key in one of the inputs to encrypt the nonce. So everything will be on the blockchain permanently, without occupying more space than a normal transaction
1242  Economy / Speculation / Re: SecondMarket Bitcoin Investment Trust Observer on: April 27, 2014, 09:32:08 AM
Virtually no change: 16 BTC sold, most likely rounding error (Friday April 25th).

Thank you. Please also quote the raw data (NAV and total asset) since I may occasionally forget to take the values
1243  Local / 中文 (Chinese) / Re: 几个比特币发送的小疑惑 on: April 26, 2014, 06:36:07 PM
再一次向各位強調, 如果你用的是bitcoin-qt / bitcoin core, 你需要每進行100次交易 (包括收款/付款) 最少備份錢包一次, 否則可以有嚴重後果

这是BC的提醒,没错。但我现在仅有可怜的几笔交易。

最好的方法是不要用bitcoin-qt/bitcoin core 作為錢包, 改為用Armory

我认为BC钱包还是最好。有人发帖说过Armory的问题,让他丢币了。原因是那个人的交易量太大。具体的细节我不太记得了。

以Armory的設計交易量多大也不可能丟幣, 沒看到細節我不相信真的有人丢幣 (丢幣的唯一定義是失去了private key)
1244  Bitcoin / Bitcoin Technical Support / Re: Public Adresses - when do they start to exist? (The art of coin destruction) on: April 26, 2014, 01:25:39 PM

edit: can someone explain how is it possible to find a public adress like bitcoineaterdontsend? It seems to me that this is the highest degree in the art of destroying bitcoins, so I want to explain how to do it (theoretically).

I have answered this question many times, in many different ways. Address is just a special way to present an integer. There is no magic in it at all.

1111111111111111111114oLvT2 = 0000000000000000000000000000000000000000

1BitcoinEaterAddressDontSendf59kuE = 759d6677091e973b9e9d99f19c68fbf43e3f05f9

I "generated" the following one in 10 seconds which has never been used:

1BitcoinEaterAddressDontSents7VUGT = 759d6677091e973b9e9d99f19c68fbf43e3f0680

If you just want to generate an address like 1BitcoinEaterAddressDontSendf59kuE, you don't need ECDSA. ECDSA will not give you an address like 1BitcoinEaterAddressDontSendf59kuE before the death of our sun.

thank you.

And how do you know "759d6677091e973b9e9d99f19c68fbf43e3f0" is bitcoineaterdontsen ?

If I wanted to created an adress

1BergmannsBitcoinGraveXYZ999ABC1 -- how could I do that?


It's just base-58 encoding plus a checksum

https://en.bitcoin.it/wiki/Base58Check_encoding

1BergmannsBitcoinGraveXYZ999ABC1 is not a valid address because the checksum is not correct

You need to first convert your base-58 string to hexadecimal, calculate the checksum, and convert it back base-58. Read https://en.bitcoin.it/wiki/Technical_background_of_Bitcoin_addresses

The calculation is tedious but a high school student should be able to do it.
1245  Bitcoin / Bitcoin Technical Support / Re: Public Adresses - when do they start to exist? (The art of coin destruction) on: April 26, 2014, 12:44:52 PM

edit: can someone explain how is it possible to find a public adress like bitcoineaterdontsend? It seems to me that this is the highest degree in the art of destroying bitcoins, so I want to explain how to do it (theoretically).

I have answered this question many times, in many different ways. Address is just a special way to present an integer. There is no magic in it at all.

1111111111111111111114oLvT2 = 0000000000000000000000000000000000000000

1BitcoinEaterAddressDontSendf59kuE = 759d6677091e973b9e9d99f19c68fbf43e3f05f9

I "generated" the following one in 10 seconds which has never been used:

1BitcoinEaterAddressDontSents7VUGT = 759d6677091e973b9e9d99f19c68fbf43e3f0680

If you just want to generate an address like 1BitcoinEaterAddressDontSendf59kuE, you don't need ECDSA. ECDSA will not give you an address like 1BitcoinEaterAddressDontSendf59kuE before the death of our sun.
1246  Bitcoin / Bitcoin Technical Support / Re: Public Adresses - when do they start to exist? on: April 26, 2014, 10:06:59 AM
So - some easy step-by-step guide to find a public adress without the priv key?

1. buy a hexadecimal dice

2. throw 40 times

3. for example the result is 0123456789abcdef0123456789abcdef00000000, get the address from https://blockchain.info/address/0123456789abcdef0123456789abcdef00000000

4. the address is 171vsZ3PsK9vcyajd3FW1m2AfLzs68Z8o


"How to destroy Bitcoins"

The easiest way is send your bitcoin to 1111111111111111111114oLvT2 or 1BitcoinEaterAddressDontSendf59kuE
1247  Bitcoin / Bitcoin Technical Support / Re: Public Adresses - when do they start to exist? on: April 26, 2014, 05:54:19 AM
thanks

Is it possible to create a valid adress without the private key?

Yes, but it's practically impossible to find the private key for it.

See - 1BitcoinEaterAddressDontSendf59kuE

Sorry, I don't understand the mathematics.
The BitcoineaterAdress - how was it created? Did someone created addresses to bruteforce the bitcoineater-public-adress?

Ok, let me do it again

1. "Bitcoin address" is just a human readable expression of a number.

For example, my donation address 1CiZPrEJdN4FJcqdLdgVLzT8tgCXxT5ion is equivalent to the hexadecimal number 80857aaa19a17c0ef98fe525316ce131492a5c40; 1BitcoinEaterAddressDontSendf59kuE is equivalent to 759d6677091e973b9e9d99f19c68fbf43e3f05f9; 1111111111111111111114oLvT2 is equivalent to 0000000000000000000000000000000000000000


2. All integers from 0 to 2^160-1 are valid bitcoin addresses

So 0000000000000000000000000000000000000000 = 0 is a valid bitcoin address. Do you need a private key to generate a "0"? Obviously no.
1248  Bitcoin / Bitcoin Technical Support / Re: Public Adresses - when do they start to exist? on: April 25, 2014, 06:46:08 PM
thanks

Is it possible to create a valid adress without the private key?

Please read carefully: all integers from 0 to 2^160-1 are valid bitcoin addresses.
1249  Bitcoin / Bitcoin Technical Support / Re: Public Adresses - when do they start to exist? on: April 25, 2014, 06:41:49 PM
Something I don't understand:

If I create I a brainwallet, I receive a public adress. Do I write the adress with this act into the blockchain (how??), or was the public adress there, before I created the brainwallet? Is every public adress availible to receive bitcoins, cause there's a limitation in possible public adresses, which can be calculated with the private key, so that it's impossible to type a valid public adress by randomly tipping?

(and do miner something like finding randomly public adresses?)


Simply speaking, all integers from 0 to 2^160-1 are valid bitcoin addresses. You can send bitcoin to any of these addresses. Miners don't know and don't care whether there is a corresponding private key for such address, until someone tries to spend.

(Read more at https://en.bitcoin.it/wiki/Technical_background_of_Bitcoin_addresses . For example, my donation address 1CiZPrEJdN4FJcqdLdgVLzT8tgCXxT5ion is equivalent to the hexadecimal number 80857aaa19a17c0ef98fe525316ce131492a5c40)
1250  Local / 中文 (Chinese) / Re: 美国2016届总统候选人Perry批评美联储,称将接受比币 on: April 25, 2014, 11:42:59 AM
在美國,除了民主共和兩黨,其他全部是笑話
1251  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: April 25, 2014, 04:49:39 AM
Quote
央行在约谈中强调,提现功能也必须停止。

IMHO, it's really stupid to comment based on google translation.

The correct translation of the last sentence should be: "fiat withdrawal must also be stopped".
Thanks!  But this is bad news anyway, isn't it? What do they mean by "cash withdrawal"?



提现 literally means "withdraw cash", but in this context it means "fiat withdrawal through a bank/payment processor".
1252  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: April 25, 2014, 04:27:09 AM
They also gave us the solution: cash.
The new PBoC "clarification of the clarification" mentions cash too.  But I cannot figure out exactly what they mean.

Quote
As of April 24 , all Bitcoin trading platform has been fully recharge way to stop third-party payment . Most bank card remittance channels have been closed , however , are still allowed to bitcoin bank transfer and cash withdrawal services platform .

In the interviews emphasized the central bank , cash function must also be stopped.

截至4月24日,各比特币交易平台已全面停止第三方支付充值方式。银行卡转账汇款渠道大多数已经关闭,然而,仍有银行允许给比特币平台汇款和提现服务。

央行在约谈中强调,提现功能也必须停止。


IMHO, it's really stupid to comment based on google translation.

The correct translation of the last sentence should be: "fiat withdrawal must also be stopped".
1253  Bitcoin / Development & Technical Discussion / Re: 1,500% transaction fee and 3,5 months to confirm? on: April 24, 2014, 06:05:03 PM
So my service is skimming a tiny 0,001% (1/1,000) fee off every payment that gets through it. Most of the transactions are actually micro-payments so there are thousands of tiny unspent outputs accumulating in the service's wallet. I'm worried now that I will not be able to spent these outputs without having to pay a load of transaction fees and wait for eternity for this payment to clear.
Wow, the antispam fees are actually working for once, in a sense!
Your service is exactly what the fee aims to prevent.

Bitcoin's blockchain is not a micropayment system.

Bitcoin could be a better system for micropayment, if it allows:

1. shorter public keys and key hash: you don't need the full protection just for just 100 satoshi. Something that is bruteforcable in a few months is already more than enough

2. signing multiple inputs with one signature

3. adopt a balance based system
There are a number of ways Bitcoin could be extended to do micropayments; I was just commenting on the OP's present use.
(btw, your suggestion #3 is fatally flawed when it comes to avoiding double spends...)

I think I have found a solution: https://bitcointalk.org/index.php?topic=552624.msg6376604#msg6376604

Please see if you could find further flaws
1254  Bitcoin / Development & Technical Discussion / Re: Output approach vs. account balance approach on: April 24, 2014, 06:03:20 PM

Any other solution?

Not ones that aren't probabilistic, or don't require the sender to keep track of all the nonsense. Hmm, this seems to be the biggest issue with it. Would be nice to find a nice solution.

I think I have a solution: to have a output-based and balance-based mixed system

There are 2 types of addresses, output-based address and balance-based address. Bitcoin sent to an output-based address will be spent like the current system (i.e. identified by txid and index), while for a balance-based address it will be spent like the system proposed in OP.

There is no restriction in the redemption of output-based bitcoin. However, balance-based bitcoin must be spent with an output-based bitcoin, using SIGHASH_ALL. Therefore, the signature is not replayable because the output-based bitcoin is already spent.
1255  Bitcoin / Development & Technical Discussion / Re: 1,500% transaction fee and 3,5 months to confirm? on: April 24, 2014, 05:52:29 PM
So my service is skimming a tiny 0,001% (1/1,000) fee off every payment that gets through it. Most of the transactions are actually micro-payments so there are thousands of tiny unspent outputs accumulating in the service's wallet. I'm worried now that I will not be able to spent these outputs without having to pay a load of transaction fees and wait for eternity for this payment to clear.
Wow, the antispam fees are actually working for once, in a sense!
Your service is exactly what the fee aims to prevent.

Bitcoin's blockchain is not a micropayment system.

Bitcoin could be a better system for micropayment, if it allows:

1. shorter public keys and key hash: you don't need the full protection just for 100 satoshi. Something that is bruteforcable in a few months is already more than enough

2. signing multiple inputs with one signature

3. adopt a balance based system
1256  Bitcoin / Development & Technical Discussion / Re: Transaction inclusion and exclusion on: April 24, 2014, 05:39:23 PM
I'm thinking about a system where nodes can look at old transactions, ordered chronologically.
Oldest transactions should be forced in, not left up to miner's discretion.  That's the basic idea.
What do you guys think?

Thanks all for the responses.

Yes Danny, I'm generally aware of these kinds of issues that exist in a distributed system.
We have to create consensus among the nodes.

I haven't created an implementation plan yet...still gathering information to fully understand the problem.
Let me think about the "how" this can be done.



Bitcoin is ALREADY a consensus system for the chronology of transactions. So you are just going to reinvent bitcoin, or something that is fundamentally better than bitcoin.
1257  Bitcoin / Development & Technical Discussion / Re: Transaction inclusion and exclusion on: April 24, 2014, 10:48:39 AM

what transactions does the protocol try to force to be included in a block?


Nope


what transactions does the protocol try to force to be excluded in a block?


Any invalid transactions
1258  Local / 中文 (Chinese) / Re: 几个比特币发送的小疑惑 on: April 24, 2014, 09:15:39 AM
因为BTC地址是在生成钱包的时候已经全部生成了,只不过没有被唤出来而已。[/size]

不是"全部", 預設只有100個

是的,我没有表述清楚。谢谢

再一次向各位強調, 如果你用的是bitcoin-qt / bitcoin core, 你需要每進行100次交易 (包括收款/付款) 最少備份錢包一次, 否則可以有嚴重後果

最好的方法是不要用bitcoin-qt/bitcoin core 作為錢包, 改為用Armory
1259  Economy / Speculation / Re: SecondMarket Bitcoin Investment Trust Observer on: April 23, 2014, 05:14:54 PM
Any update for the last six days?
I'm really curious Smiley

Updated. Around 200XBT bought since last update

I stop update usually because nothing interesting happened
1260  Local / 中文 (Chinese) / Re: 几个比特币发送的小疑惑 on: April 23, 2014, 04:17:41 PM
因为BTC地址是在生成钱包的时候已经全部生成了,只不过没有被唤出来而已。[/size]

不是"全部", 預設只有100個
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 ... 158 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!