Bitcoin Forum
May 27, 2024, 10:10:16 PM *
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 »
261  Bitcoin / Development & Technical Discussion / questions about fork on: April 27, 2015, 07:08:35 PM
1) if an outdated client receives a transaction with an unknown version, it invalidates this transaction?
2) what happens if 99.99% of the network already uses the new version and mine is outdated?
3) there is a website where I can see the percentage of version 3 blocks on the network?
262  Bitcoin / Bitcoin Technical Support / Re: Bug in fee calculation on: April 22, 2015, 02:15:00 AM
interesting...
has now launched the rc3 that corrects this error ...
263  Bitcoin / Bitcoin Technical Support / Bug in fee calculation on: April 21, 2015, 11:38:55 PM
Bitcoin-qt 0.10.1 rc2
I found 1 bug in fee calculation and in help text...

I was using the client when I came across texts not translated in the part of custom rate.
When I put the mouse on "per kilobyte", a popup appears with a text: (...) while "at least" pays (...)
And in "total at leat": (...) while "total at least" pays (...)
I think both should be the same text ...

And the bug...
The explanatory text says that the rate for 1000 satoshis by kb and the transaction has 250 bytes, will pay 250 satoshis.
But that's not what I see
264  Economy / Investor-based games / Re: BTC-Flow.com ★ Business Ponzi Game ★ 300%+ Return ★ Invest BTC ★ Referral on: March 13, 2015, 01:10:05 PM
 Grin maybe
265  Economy / Investor-based games / Re: BTC-Flow.com ★ Business Ponzi Game ★ 300%+ Return ★ Invest BTC ★ Referral on: March 13, 2015, 12:36:00 PM
site still off??
266  Economy / Services / Re: [WTB] Teach me to manually create an OP_RETURN tx on: March 12, 2015, 08:54:25 PM
just duplicate the part:

01                < Number of inputs
5d475fab463fee15d6d32b33151748cbc4eb7c8f06166f50ad77224ddc07bbc8  < Input transaction id
00000000          < Vout
00                < scriptSig length*
ffffffff          < Sequence number

why more op_return?
267  Bitcoin / Development & Technical Discussion / Re: Check if your BTC-key is vulnerable on: March 08, 2015, 09:40:25 PM
i got it
but would be nice a message saying "all good" ^^
268  Bitcoin / Development & Technical Discussion / Re: Check if your BTC-key is vulnerable on: March 08, 2015, 08:45:28 PM
ok
i give up
I downloaded the python and ran the script
it shows the data about my transactions ...
and show "compare" (ln 51)
and stops ...
269  Bitcoin / Development & Technical Discussion / Re: Check if your BTC-key is vulnerable on: March 08, 2015, 03:15:42 PM
how you mean run online?
i dont want to download the python
270  Bitcoin / Development & Technical Discussion / Re: Check if your BTC-key is vulnerable on: March 08, 2015, 10:54:32 AM
there how to run this script online?
271  Bitcoin / Development & Technical Discussion / Re: M-Of-N Addressess - Can we check how many 'N's & 'M's? on: March 08, 2015, 10:22:51 AM
the redeem script format:

the byte 50 + required Keys
pubkey1 count
pubkey1
(...)
byte 50 + pubkey count
byte ae

example (2 of 3)
52 33 035b641b667aded965c2f7c2be17c736e6d960e3316a5c2d46ccacf6ff9fa87edd 33 02b94370211403cac9378dfbc414df44842523e120e5301d3d593a370cf6b9fb38 33 0260b26aa4d0e921f322bcad0f04c1bcd475a70e4553f3bda007eb1534081ead46 53 ae

i made a mistake
the pubkey count is in hex
so is 21, not 33

52 21 035b641b667aded965c2f7c2be17c736e6d960e3316a5c2d46ccacf6ff9fa87edd 21 02b94370211403cac9378dfbc414df44842523e120e5301d3d593a370cf6b9fb38 21 0260b26aa4d0e921f322bcad0f04c1bcd475a70e4553f3bda007eb1534081ead46 53 ae
272  Bitcoin / Development & Technical Discussion / Re: bug? on: March 06, 2015, 05:47:44 PM
@OP, does that multi-sig address appear in your tab "Receive" or with the command listaddressgroupings?

in the command listaddressgroupings, no
in gui, yes
273  Bitcoin / Development & Technical Discussion / Re: bug? on: March 06, 2015, 05:08:59 PM
the unknown address is an obscured address...
but why the program ignored the address specified for change?
i think its because he does not recognize multisig in the field change...
274  Bitcoin / Development & Technical Discussion / Re: M-Of-N Addressess - Can we check how many 'N's & 'M's? on: March 06, 2015, 03:18:39 PM
the first byte, 52, is the M (52-50=2) and the second last byte, 53, is tne N (53-50=3)
275  Bitcoin / Development & Technical Discussion / Re: bug? on: March 06, 2015, 03:11:08 PM
i have all the Keys of the multisig used...
276  Bitcoin / Development & Technical Discussion / Re: M-Of-N Addressess - Can we check how many 'N's & 'M's? on: March 06, 2015, 03:07:33 PM
the redeem script format:

the byte 50 + required Keys
pubkey1 count
pubkey1
(...)
byte 50 + pubkey count
byte ae

example (2 of 3)
52 21 035b641b667aded965c2f7c2be17c736e6d960e3316a5c2d46ccacf6ff9fa87edd 21 02b94370211403cac9378dfbc414df44842523e120e5301d3d593a370cf6b9fb38 21 0260b26aa4d0e921f322bcad0f04c1bcd475a70e4553f3bda007eb1534081ead46 53 ae
277  Bitcoin / Development & Technical Discussion / bug? on: March 06, 2015, 02:36:31 PM
I'm using bitcoin-qt 0:10
I made a purchase of a game on a website ...
When I made the transaction, I specified my change  address ...
for the record, the address is multisig

1) the program said that the address is unknown (the address is on my list of receiving address)
2) he sent the change to an address that is not on my list but the program says it's my
278  Bitcoin / Development & Technical Discussion / Re: M-Of-N Addressess - Can we check how many 'N's & 'M's? on: March 06, 2015, 01:55:18 PM
only with a redeem script...
279  Bitcoin / Bitcoin Technical Support / mining fee on: February 24, 2015, 10:39:07 PM
when i send coins with advanced interface in qt 0.10, he says the mining fee is +/- 2.116 satoshis per input
i pay 2044 satoshis by 966 bytes..
the fee are reduced??
it was 100 micro??
280  Bitcoin / Pools / Re: [9000 TH] Slush's Pool (mining.bitcoin.cz); TX FEES + VarDiff on: February 24, 2015, 12:40:08 AM
please implement the block version 3
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!