Bitcoin Forum
April 26, 2024, 08:27:19 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 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 »
381  Bitcoin / Project Development / Re: Blockchain.info Development Bounties on: January 16, 2013, 03:54:28 AM
I will translate to Pt-BR.
well, technically both Portugal and Brazilian portuguese are the same thing now but the Brazilian flag is a must have Wink

Please do generic Portuguese if you can (is there such a thing?). The template is on github.

Hi, I reported this issue: https://github.com/blockchain/My-Wallet/issues/5

Anyone can reproduce it.

Hope I get the 0.5btc bounty.

I'm not sure that is really a bug. Why not enter a different label.

just to let you know I'm at two thirds of the Italian translation, made from scratch from the english one.

I'd say that there are tons of fully or partially repeated strings which make translating slower and more prone to inconsistencies.

It would be a great thing if, after all languages have been translated, the string file is cleaned/compacted and re-organized to make it smaller and with less repetitions.

Now, back to work Smiley

Sounds good. Often they are seem duplicate phrases but often have small changes (case, or slightly different wording).

I updated the paper wallet the paper wallet procedure and I reported a bug I found in the procedure for IE10.  Then I put it into a web page at your request .... but I never got the bounty or a reply.  What a hassle.

Please give me time to review it.
382  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 16, 2013, 03:32:37 AM
Lots of javascript changes deployed today. If your experiencing any javascript errors refresh the page a few times to ensure the latest version is loaded.

- The My Wallet chrome extension has be rewritten and is now a fully packaged app including all javascript and html. This means it is fully protected from server side javascript changes. Just a fallback to a 3rd party server such as electrum is needed now to make it fully resilient.

Chrome Store: https://chrome.google.com/webstore/detail/my-wallet/djjkppdfofjnpcbnkkangbhanjdnoocd
Source: https://github.com/blockchain/My-Wallet-Chrome-Extension

- A wallets' main password is now needed to view [Account Settings] if the password hasn't already been entered in the last minute.
- Wallet passwords are now stored in a closure object making them much harder (impossible?) to extract from a open wallet. You cannot do alert(password) anymore.
- After 5 minutes of inactivity (no mouse clicks or key presses) you will now automatically be logged out.
- Chinese transactions up.

------

I realize an error in my request, however, I should have said the sendmany API.   Embarrassed

This is available now.

Is there a way to decrypt it using my password to gain access to my private keys without the website?

The easiest way is to use Multibit (https://multibit.org) which can import blockchain wallets without any modification.

What is the difference between writing down the mnemonic and just writing down the password?

There is essentially no difference. But the mnemonic is case insensitive, never contains symbols and has a checksum so is more suitable for writing down.

But password recovery always makes me uneasy - if my password can be recovered by me, it can in principle be recovered by somebody else.

True, it is an optional feature. Viewing the mnemonic now requires entering the main and second password so anyone hoping to grab it would have to know the password anyway. Really I am just trying to noob proof the site a bit.

If I were you my message would read: WARNING: Lost passwords are UNRECOVERABLE and will results in LOSS of ALL of your bitcoins!

I have added that phrase on the signup page and in the mnemonic popup now. I think it is pretty clear now.
 
Could you add the (Date) when clicking on lines of charts? Something like what Coinbase does, see: https://coinbase.com/charts

Can do.

Can anyone get the callback function in the API to work, when creating an address?

I've tried for over a week now, and the guys at Blockchain basically ignore my well written support cases..

The API is well written and documented, and I would love to get it too work.. But I don't get any callbacks when people have transfered money to the generated addresses...

Sorry I did look into this briefly but could not find the problem immediately (I do receive the callback to a test script). I will fully test it by the end of the week.

Hi Piuk,

the phone deposit for medium and large packages is broken for Luxembourg.
small works fine.
the two others I mention seem to be "test services"
they drop the connection after pressing any button (first button pressed  causes the service to repeat your choice)
it also says 'this is a test environment'
it was broken also last month but i did not bother to report

This is handled by out payment processor (http://zaypay.com/). I don't know what would cause this problem but you will not have been charged.
383  Bitcoin / Bitcoin Discussion / Re: SERIOUS VULNERABILITY related to accepting zero-confirmation transactions on: January 14, 2013, 12:14:46 PM
You know, I actually performed this attack, and quite successfully steal a few Bitcoins worth of a service from a site. I don't know what safeguards the site happened to have, but it's not implausible that I could have made off with thousands. (the site has been fixed)

The limit for a single unconfirmed transaction is ~10 BTC and ~25 BTC simultaneous unconfirmed paid out at any one time. There have been two double spends in 6 months, both using methods mentioned in this thread.
384  Bitcoin / Project Development / Re: Blockchain.info Development Bounties on: January 14, 2013, 12:10:23 PM
after selecting escrow, you cannot select the other options anymore

Thanks, Bounty paid. However if you would like to claim the bounty for a bug report please file a github issue.

I wanted to say that the new spanish translation we provided is not yet online.

Spanish up now. I normally deploy updates once every 2 days.

FYI, I did a code review on WalletServlet.java a month ago, didn't get any replies.

sorry I must have missed that, I will take a look shortly.

Claimed, also I sent you a PM but do you want it as a popup or as a tab?

tab I think would be better.

Sent a pull request and PM'ed, thanks!

Thanks John, Bounty paid.

The "Cost Per Transaction" value on http://blockchain.info/stats is denoted in US$, while next to it there is a link to the chart at http://blockchain.info/charts/cost-per-transaction where the chart title and y-axis label both state percentage.

Will fix shortly.
385  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 13, 2013, 03:32:58 AM
The problem of forgotten passwords

As Blockchain's user base is increasing and more non-technical users are joining there has been an increased amount of people forgetting their password. It is frustrating trying to explain why we cannot reset passwords each time.

To counter this all new wallets will now be shown a recovery Mnemonic. This should be written down and kept secure.



If you record this we will be able to recover the wallet should the password (or identifier) be forgotten. With a few caveats:

- When the wallet password is changed a new Mnemonic needs to be recorded.
- If Double encryption is enabled two Mnemonics must be recorded.

The mnemonic includes a checksum to verify it was copied correctly. For existing wallets the Mnemonic can be found in [Account Settings].



If you don't record the Mnemonic or make a paper backup and forget the password there is nothing we can do to help, the coins are lost.

-----------

Hi,
About export history. Do you think in add an advanced option to export with more informations, like: (value at time of transaction), the notes, fee paid,...

Can do.

I can't add notes to transactions using tablet (touchscreen). The popup disappear.
I think some parts of Blockchain.Info is not optimized for touchscreen use.

The tooltip requires a mouseover event to stay open. Seems it needs to be replaced with a click for touch screens.

Another request via the send API -the ability to add a comment.

There is now a note parameter in the send api.

If I go to Account Settings and change the preferred language, I'll be disconnected from my wallet, being necessary to login again. Why?

This isn't possible to change as it requires refreshing the page. Blockchain can never remember the password, since it's client side, so always requires re-logging when the page reloads.
386  Bitcoin / Development & Technical Discussion / Re: New vulnerability: know your peer public addresses in 14 minutes on: January 11, 2013, 03:00:15 PM
No, the conditional probability that a node was the origin of a transaction given that you first saw it from that node is rather small, even when you have a large number of connections.

I've checked the transactions first seen by blockchain.info from my personal node, and virtually none of the transactions that you first received from me are actually from me.

If you look at the propagation data e.g. http://blockchain.info/inv/69d689f000f59d2a9c082e50f8c6e2eb2de3a6e67dc56a13c2e7f0bd78862763 does your ip appear on the list? Sergio's method can be used to fine a list of ip's like this to find the true sender, even if it wasn't the first to relay it. If the node does not have a direct connection at all it still won't work though. In my opinion it is not a very severe issue but does make it easier to track transactions.
387  Bitcoin / Development & Technical Discussion / Re: New vulnerability: know your peer public addresses in 14 minutes on: January 11, 2013, 02:38:47 PM
Dan Kaminsky demonstrated that it is pretty easy to tie bitcoin addresses to IP addresses by watching the network last year.

In practice this is difficult to do accurately due to network latency and the fact that many nodes don't accepting incoming connections.

Using Sergio's method you could for example log the first 10 nodes to relay a transaction then pole each node with a penny flood transaction in order to accurately determine which one was the true sender. I may have a go implementing this to improve blockchain.info's relayed by accuracy.
388  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 11, 2013, 01:36:39 PM
You mean translations? Smiley

Indeed I do Smiley

Just tried the .xls export and all values showed as "0".  The .csv export worked just fine  Grin

Should be fixed now.
389  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 11, 2013, 12:56:48 PM
I have the AppStore version of your app installed.  Should I go back to using the Cydia version (i.e. are new versions in AppStore being blocked)?

I am going to package up a new version for Cydia this weekend. The app store update will not be available for a while.

Is the sendmany API call available on a wallet with Google Authenticator enabled?  I cannot see how it would work but figured I would ask...

The API is currently not compatible with two factor authentication. This may be changed soon though.

I'ld use the Blockchain mobile app but it doesn't have the feature I was looking for ... to view the balance and transaction activity for a Bitcoin address.

I think the language drop box is hidden on the phone display because it makes the header too large and causes it to wrap to two lines. In order for this to be fixed the header needs to be changed to a dropdown menu.

--------

Export transaction history in csv and xls format.

This is available on address pages and on the transactions tab in wallets (grey button near sent / received filter)



Add private notes to transactions

These are stored in your encrypted wallet and are purely client side. Different from public notes which are server side.



- Japanese & Spanish translations up


390  Other / Beginners & Help / Re: Blockchain.info Authorization Code email not sent? on: January 10, 2013, 02:50:51 PM
Please could PM me your email and I will check the SMTP logs.
391  Bitcoin / Project Development / Re: Blockchain.info Development Bounties on: January 10, 2013, 03:04:14 AM
Agh It's happening as mike predicted. As I had already given John the go ahead, he will get the bounty if he still wishes to finish, Sorry finway. Please contact me before starting any work to avoid conflicts like this, its not a race to finish first.
392  Bitcoin / Project Development / Re: Blockchain.info Development Bounties on: January 10, 2013, 12:41:16 AM
You can see my Github pull request here (including details and my BTC address): https://github.com/blockchain/My-Wallet-iPhone/pull/5

Perfect, thank you. Bounty paid.
393  Bitcoin / Project Development / Re: Blockchain.info Development Bounties on: January 10, 2013, 12:39:43 AM
this string from language.json makes little sense in english

I believe it should be be "A chart showing the total number of unique bitcoin transactions per day excluding those which involve any of the top 100 most popular addresses"

The order of strings in the json files does not matter (as long as the nesting hierarchy is maintained). Sorry that the file formats are a bit of a pain.

It's a complete workflow system for funding and managing software development (and has had years of work put into it) so please at least take a look (http://ciyam.org/open).

Looks good however for the moment I would like to stick with bounties since the the response has been great so far. If a some tasks split into full projects which require proposals, bidding etc I will certainly consider CIYAM.

User "mazi" and I could work on Slovenian translation.

Added Slovenian & Turkish. I am open to accepting new languages not on the initial list if a translator is available.
394  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 09, 2013, 03:07:05 AM
Forgive my ignorance, but is this something we should be concerned about?

http://arstechnica.com/security/2013/01/extremely-crtical-ruby-on-rails-bug-threatens-more-than-200000-sites/

This issue is very severe http://www.insinuator.net/2013/01/rails-yaml/ however as blockchain does not use rails it does not affect us. Three popular hosted wallets do use rails however if they are on the ball they will have already updated.
395  Other / Beginners & Help / Re: Blockchain.info - how to fix incorrect tags!? on: January 09, 2013, 12:53:12 AM
Is it address 1GNvHH5epzxa7iL8oVVt7Pcgpu5eGbyRcD that you would like the tag removed?
396  Bitcoin / Project Development / Re: Blockchain.info Development Bounties on: January 09, 2013, 12:23:39 AM
Bugs related to online wallet at blockchain.info?

Any bugs.

Would you want a traditional Chinese version? Some Hong Kong and Taiwan would feel irritated if they find a Simplified Chinese (they call it "broken Chinese") version but not a Traditional Chinese version.

If anyone would like to volunteer to do Traditional I will add it however for the moment as I am happy with it at least being semi readable.

Regarding partial translations, it might be difficult to resolve which string are translated and which have been omitted and might be easier to start from scratch. Or I need to make a better tool to keep track of this.

-----

Added bounty for an exchange bot. This should be an interesting one for someone.

397  Bitcoin / Development & Technical Discussion / Re: The trasaction fetch memory exhaustion attack (TFMEA) on: January 08, 2013, 08:38:23 PM
Could the 2000 blocks be mined at a lower difficulty to crash clients during the initial blockchain download?
398  Bitcoin / Project Development / Re: Blockchain.info Development Bounties on: January 08, 2013, 03:29:30 PM
I'll do the translations to Simplified Chinese. I can do Malay and Bahasa Indonesia too but there's no existing json files there however.

Replied via PM. Added Indonesian template.

Good though bounties are, once the amounts get high I think you'd be better off with traditional contracting. The problem with bounties is you can't know who else is working on it. If two parties both spend significant time on the same bounty and one gets in a day before the other, the latter loses everything. Especially problematic if the both implementations are objectively complete but the latter is subjectively a lot better.

This "winner takes all" proposition makes bounties much less attractive to work on than a good old fashioned tender-and-contract.

Point taken, I'll try and coordinate it so two people are not working on claiming the same bounty. For the Android App redesign, which is much more involved, one person will be chosen and provided with a design brief / project specification. If nobody is interested I will probably post the job on elance or something.
399  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: January 08, 2013, 01:33:17 PM
Offering some development bounties to help with improvements to the Site:

https://bitcointalk.org/index.php?topic=135336.0
400  Bitcoin / Project Development / Blockchain.info Development Bounties on: January 08, 2013, 01:27:04 PM
I am going to be using this thread to offer bounties for those interested in helping with blockchain.info development. Please contact me before starting any work.

Code should be released under a BSD license unless the project's existing license requires otherwise.

------

Filing a detailed and repeatable bug report 0.5 BTC

Report a bug in this thread 0.25 BTC

https://github.com/blockchain/My-Wallet/issues

-----

Translations 15 BTC Bounties on hold

More info https://blockchain.info/wallet/translations. Bounty is for a full translation of one language.

- Vietnamese : Done
- English : Done
- Spanish : Done
- Japanese : Done
- Chinese Simplified : Done
- Indonesian :Done
- Romanian : Done
- Portuguese : Done
- Dutch : Done
- Italian : Done
- Bulgarian : Done
- Slovenian : Done
- Thai : Done
- Danish : Done
- Greek : Done
- Hindi : Done

- Polish : Partially Completed
- Russian : Partially Completed

- Swedish : In Progress
- Turkish : In Progress

- French : Translator Needed
- German : Translator Needed
- Korean : Translator Needed

-------------

FAQ Writing Bounties

Use divshot (http://divshot.com) to produce pages in-keeping with the blockchain.info design. Word or text documents will not suffice. https://blockchain.info/wallet/faq is what they will ultimately replace. Must be an experienced bitcoin user and know the types of questions newbies ask, the question below are just a guide more should be added.

Bitcoin Basics Wallet FAQ - 5 BTC (Claimed)

What is bitcoin, What is blockchain (website and actual blockchain), What fees are involved, What are miners, Is it anonymous, What is a bitcoin address, What is a private key

Blockchain.info Wallet FAQ - 5 BTC (Claimed)

What is My Wallet, Are there any fees, Is it secure, Where can i find help, How do I send coins, How do I receive coins, How can I label an address, How can I delete an address, What is watch only address, What is a paper wallet, What is two factor authentication, How can I enable two factor authentication, What device can the wallet be accessed, How to export a wallet to multibit, How to import a Bitcoin-Qt wallet, How to close an account (not possible).

Blockchain Website FAQ (block explorer site). 5 BTC (Claimed)

Explain what a block explorer is. Take a screenshot of a transaction and label different parts. What is a block, What is a bitcoin address, What are address tags, What is taint, How do I view scripts, What does relay by mean, What are public notes.

------

Electrum Fallback (In Progress) 20 BTC

The core functionality of blockchain wallets consists of two calls /multiaddr and /unspent, sparsely documented at http://blockchain.info/api/blockchain_api. Alternatives to these calls should be provided using the electrum API should blockchain.info be offline. See: https://github.com/blockchain/My-Wallet/blob/master/electrum.js

Also requires a patch to https://github.com/spesmilo/electrum-server/blob/master/transports/stratum_http.py to echo back the clients http headers for Access-Control-Allow-Headers.

------

Rounding bug in the iPhone app 2 BTC (Complete)

Locate and fix this bug https://bitcointalk.org/index.php?topic=40264.msg1435670#msg1435670 in the iphone app https://github.com/blockchain/My-Wallet-iPhone (Claimed)

-------

Exchange Bot 20 BTC (Complete)

Create a bot run at fixed time intervals whose job it is top up a target bitcoin address to a specific value.

- The bot should a number (configurable) of open orders staggered below the market price.
- When balance of the target address drops the bot should move the open orders closer to the lowest ask price.
- If the balance of the address exceeds the target balance the bot should cancel all open orders.
- When orders are filled the bot should place new orders.
- If the balance of the target address drops 50% below the target balance simple market orders should be placed.

See: https://github.com/blockchain/Java-Bits/blob/master/MtGoxClient.java for basic Mt.Gox Client. Fetch the balance of an address using  http://blockchain.info/q/addressbalance

------

Sign & Verify Message in Java 15 BTC (Complete)

Claimed by Mike Hearn. http://code.google.com/p/bitcoinj/source/detail?r=ae6b2fbd4d961b46b6a283fe7aa744601a6c946d

--------

Package the wallet service as a Chrome Extension. 25 BTC (Complete)

All javascript and html must be included with the extension. May require modifications to how the wallet is stored to use localstorage rather than being embedded in the html page. https://github.com/blockchain/My-Wallet should contain all js needed.

-------

Update Paper Wallet Tutorial 1.5 BTC (Complete)

Paper wallet tutorial needs updating. There is no longer an offline mode checkbox, instead users should simply login disconnect their internet and clear the cache after logout.

https://blockchain.info/wallet/paper-tutorial

--------------

Package Chrome Extension as firefox app. 5 BTC. (Complete)

Edit: More complicated than initially thought, will update soon.

Source available at https://github.com/blockchain/My-Wallet-Chrome-Extension. Should not require any modifications to the javascript, simply follow a packaging how to guide http://abcdefu.wordpress.com/2008/06/14/quickstart-to-creating-firefox-extensions/.
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!