Bitcoin Forum
April 25, 2024, 08:55:22 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 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 »
881  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: February 03, 2012, 12:17:56 PM
Can we have the address label included in the paper wallet printout?

Also: pywallet --dumpwallet format import doesn't work.  Has it perhaps changed format since you wrote the import code; I've used latest pywallet head from github.

PyWallet import should be fixed now. I'll add labels to paper wallets soon.

O/T: FFS why did silk road have to allow selling guns on the site. I got about 10 emails today from family and friends:

Quote
http://www.bbc.co.uk/news/business-16801382

Are you sure you want to be involved in this?

They have really shot themselves and bitcoin in the foot.
882  Bitcoin / Bitcoin Discussion / Re: Fun with Bitcoin, or how an exploit can hide in plain sight [seclists.org] on: February 01, 2012, 05:59:04 PM
It comforting to know security experts are reviewing the code and this is the best exploit they can come up with.
883  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: February 01, 2012, 01:07:42 PM
You can also construct escrow transactions with My Wallet

I can't find the escrow page. Embarrassed

You need to add ?multsig=true to your login url e.g. mine

https://blockchain.info/wallet/piuk?multisig=true

It is not ready for use yet, redemption is proving to be a bit of an up hill struggle but I think i've found a good solution now.

MORA: Thanks, i fixed it yesterday.
884  Bitcoin / Bitcoin Discussion / Re: How Open Source Projects Survive Poisonous People on: January 31, 2012, 03:30:25 PM
Sure, let’s just wait with multisig until Bitcoin is deserted because normal people keep having their Bitcoins stolen by malware and therefore simply shouldn’t use Bitcoin, but rather stay with PayPal and online banking. Grin

Split key is a step in the right direction, but it is not some magic solution that instantly solves all security problems. If a User has one half of their private keys on their phone what happens when they drop it in a river on a night out... If your trusting your split keys with a "wallet protection service" there is no way you can be sure they aren't colluding with other entity - or go rogue and hold you keys to ransom.
885  Bitcoin / Bitcoin Discussion / Re: How Open Source Projects Survive Poisonous People on: January 31, 2012, 03:14:24 PM
If you delay or defer work on this, we'll just rehash all the same issues again in 3 months time and get nowhere.  I think it's time to move forward with the process as Gavin outlined it (it's not rushing anything).

Whilst I do agree it would be best for everyone to just move forward with BIP 16 (since the wheels are already in motion). There is still no need to rush it, make the decision now, but the switch on date should still be at least a few months in the future (not a ~week as in the original proposal). Ideally there should at least one new client release before the change is switched on, giving both miners, users and merchants opportunity to upgrade.

Follow the example of Satashi. A change he made two years ago to the bitcoin client is only just being activated now http://bitcoin.stackexchange.com/questions/2788/what-are-the-february-20-changes-to-the-bitcoin-protocol
886  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 30, 2012, 04:35:25 PM
Sorry, everyone got two incorrect notifications from 1Vay due a bug when I pushed the multi-sig update. It is fixed now.

The good news is the the block explorer now supports M-Of-N Multisigs (No P2SH quite yet). I am using "Escrow" as the terminology for multi-sig (P2SH will be "Split Key"). Example:



Escrow transactions will show on the results page of every address involved however the value will not be included in the final balance or in the total received.

You can also construct escrow transactions with My Wallet but you cannot redeem them yet (Redemption will be available tomorrow). Add "?multisig=true" to your My Wallet login page.



More updates tomorrow when redemption is working.

farfiman: Thanks, I've updated it

887  Bitcoin / Development & Technical Discussion / Re: Mine a MultiSig / P2SH transactions on main net - Bounty on: January 30, 2012, 10:03:28 AM
They aren't standard, you should patch your bitcoind to mine them into blocks.

They were made standard recently. The problem was m & n are not actually numbers they are op codes e.g. OP_TURE, OP_2

My test transaction finally got mined by Ozcoin:

https://blockchain.info/tx/60a20bd93aa49ab4b28d514ec10b06e1829ce6818ec06cd3aabd013ebcdc4bb1?show_adv=true
888  Bitcoin / Development & Technical Discussion / Re: Mine a MultiSig / P2SH transactions on main net - Bounty on: January 29, 2012, 08:31:00 PM
So I've made a bit of progress and have patched bitcoin-js so it can generate multi-sig transactions and also patched my bitcoind with the latest git Script changes.

However for some reason the MultiSig transactions are not passing IsStandard() and are being rejected.

Quote
ERROR: nonstandard txout: 1 04cc71eb30d653c0c3163990c47b976f3fb3f37cccdcbedb169a1dfef58bbfbfaff7d8a473e7e2e 6d317b87bafe8bde97e3cf8f065dec022b51d11fcdd0d348ac4 04cc71eb30d653c0c3163990c47b976f3fb3f37cccdcbedb169a1dfef58bbfbfaff7d8a473e7e2e 6d317b87bafe8bde97e3cf8f065dec022b51d11fcdd0d348ac4 2 OP_CHECKMULTISIG

Just to confirm should n & m be pushed onto the stack as if they were data?
889  Bitcoin / Development & Technical Discussion / Re: Mine a MultiSig / P2SH transactions on main net - Bounty on: January 28, 2012, 10:57:27 PM
I think this might be one http://blockchain.info/tx-index/14682055?show_adv=true
890  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 28, 2012, 05:52:49 PM
Some small updates

On Address pages you can now filter by Sent/Received/Escrow(Multi Sig)

Double spends page - http://blockchain.info/double-spends

Explanation of My Wallet JSON Format - https://blockchain.info/wallet/wallet-format
891  Bitcoin / Development & Technical Discussion / Mine a MultiSig / P2SH transactions on main net - Bounty on: January 28, 2012, 03:35:24 PM
I need someone to create and redeem one M-Of-N transaction and one P2SH transaction on main net.

Offering modest bounty of 2 BTC.


892  Other / Beginners & Help / Re: Spend bitcoins from specific address on: January 27, 2012, 11:43:37 PM

Is there any Javascript available that can generate a tx? All client-side of course. The result could then be sent to a relay server.


My Wallet can do this (offline or online). 0.005 - 0.01 BTC fee per tx.

893  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 27, 2012, 10:57:14 PM
Any response to this?

This should now be fixed. Sorry for missing your previous post.
894  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 27, 2012, 07:49:12 PM
I'm one of the admins over at Bitclockers.com, wanted to see if i could contribute information to make things more accurate.

Thanks, I've added both ips. Just to clarify which IP are solved blocks be relayed from?


----

You can now set a second password for your My Wallet account to enable double encryption. The private keys inside your wallet will be individually encrypted with your second password using the shared key as a salt. This should make it much safer to login on an untrusted machine to check your balance. When paired with two-factor authentication you have pretty good protection from key loggers.

895  Bitcoin / Mining / Re: [BOUNTY] Bitcoin blockchain monitoring site on: January 27, 2012, 11:50:44 AM
Thank You to everyone that honoured the bounty. All payments have been received.

Next on my TODO list is to make an API call that merchants can use.
896  Bitcoin / Mining / Re: [BOUNTY] Bitcoin blockchain monitoring site on: January 26, 2012, 05:13:33 PM
Received, cheers Tycho.
897  Bitcoin / Mining / Re: [BOUNTY] Bitcoin blockchain monitoring site on: January 26, 2012, 03:49:34 PM
Would be nice if you can add info about which blocks they belong and which one is orphaned.

Added.

You are correct,  I haven't been active but I am a man of my word.  Where shall I send my 5 BTC?

Thats great, Thank you to the both of you.

New Address 1JArS6jzE3AJ9sZ3aFij1BmTcpFGgN86hA
898  Bitcoin / Mining / Re: [BOUNTY] Bitcoin blockchain monitoring site on: January 26, 2012, 03:02:54 PM
Probably just accidental:

http://blockchain.info/tx-index/14760752/2c412e1ab2c66590f9be8d43e4d787eeaca167cec9a6a5f57651482ef2e737aa?show_adv=true
http://blockchain.info/tx-index/14760749/5a875fe607947f5d914eb5ef2ba7c7f6fb2319ceb77485297a7df520ccf7def0?show_adv=true

Two very similar, but with one different output address. The value probably isn't high enough to be malicious.

http://blockchain.info/tx-index/13084119/c407cc2973c191e50f6ef01630b417d0814e5030f493629c062a5852e94b8bd0

Is the only double spend between different orphaned branches in the entire database. I imported the blockchain from bitcoinchart's dump which contains orphaned blocks from way back in 2010, so it looks like there hasn't been any successful double spend attempts of any value.
899  Bitcoin / Mining / Re: [BOUNTY] Bitcoin blockchain monitoring site on: January 26, 2012, 02:44:50 PM
Tycho, When I initially made the double spend page there was only one transaction, now there are 4. Is that you testing it?

I PM'd the other bounty contributors, but I don't think they are active anymore.

900  Bitcoin / Bitcoin Discussion / Re: BIP 16 / 17 in layman's terms on: January 26, 2012, 01:42:08 PM
BIP 0011 has been accepted and is already supported by the network - yet there are no clients that have a ui to construct Multi-sig transactions yet. Perhaps that should be priority? bitcoin-qt has no ui for constructing P2SH transactions. I also expect there will be situations where people try and send funds to a pay to script addresses from clients / exchanges that don't have P2SH support, sending the BTC into a black hole. I don't see the point in rushing it.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!