Bitcoin Forum
May 06, 2024, 08:55:10 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 »
81  Bitcoin / Bitcoin Wallet for Android / Re: request : add "sound" when block is created. on: April 24, 2014, 10:31:40 AM
Interesting idea. Can you open a feature request on

https://github.com/schildbach/bitcoin-wallet/issues

and maybe even propose a proper sound effect?
82  Bitcoin / Bitcoin Wallet for Android / Re: [Solved] NFC initiated transactions on android 4.4.2 on: April 24, 2014, 10:30:06 AM
Yes, or you could write a mime record with a BIP70 formatted payment request if you like.
83  Bitcoin / Bitcoin Wallet for Android / Re: question : what is the security level of the password ? on: April 24, 2014, 10:28:41 AM
It's hard to compare it like that.

PKCS5 is used to derive an 256 bit encryption key from your password. AES is then used to encrypt your backup file.
84  Bitcoin / Bitcoin Wallet for Android / Re: Bitcoin Wallet app for Android payment still not gone through on: April 24, 2014, 07:42:37 AM
First, make sure you're at least running version 3.45.

If you have already reset your blockchain, make sure your phone is connected to a stable WLAN and to a charger. Let it update until its up to date again. Does that cure your problem?

If you haven't reset your chain, before doing so can you send me a report through the app? It's Options > Settings > Report Issue. Please tick "Wallet dump". It will help me identify any issue.
85  Bitcoin / Bitcoin Wallet for Android / Re: multi coin wallet? on: February 28, 2014, 10:51:28 PM
Currently you have to install several apps in parallel. For a list of supported altcoins, see

https://github.com/schildbach/bitcoin-wallet/blob/master/wallet/README.forks
86  Bitcoin / Bitcoin Wallet for Android / Re: Questions on cold storge in an Android phone. on: February 28, 2014, 12:12:53 AM
Afaik Pony is targetting PCs, not Android.

Your wallet currently cannot be encrypted. It is a planned feature. However you should know that if a malware manages to access your wallet it will also be able to sniff your password. Unlike PCs programs need root access to get to your files.

You can backup your wallet then uninstall the app. This will "forget" the keys.
87  Bitcoin / Bitcoin Wallet for Android / Re: Questions on cold storge in an Android phone. on: February 27, 2014, 08:39:09 AM
The private key is created and stored on the phone only and never transmitted via any network, except in the case of an encrypted (!) wallet backup.

Android has app-private storage, so it offers a lot more protection against malicious apps/viruses than any Desktop OS does.

Generally if you don't trust what the app or your device does, consider auditing the source code. I took great care to not only open source the app, but also depend only on libraries and APIs that are open source themselves. Code audits are much appreciated!

I think a dedicated device running plain Android AOSP without any other apps can make a great and secure wallet. You can even partly run it offline, because it's possible to sign transactions and transmit them to another node just via QR code.
88  Bitcoin / Bitcoin Wallet for Android / Re: KnC Wallet on: February 26, 2014, 09:49:12 AM
KnC released the source, and they also updated their terms -- although I haven't had time to re-read through it so far.

https://github.com/kncgroup/bitcoin-wallet
89  Bitcoin / Bitcoin Wallet for Android / Re: Enjoy and Sochi satoshi "payments" problem on: February 24, 2014, 11:17:14 PM
Version 3.36 is on the Play Store and can be downloaded from

https://github.com/schildbach/bitcoin-wallet/releases/tag/v3.36

It protects you from the 1-Satoshi spam.
90  Bitcoin / Bitcoin Wallet for Android / Re: Is it possible to transfer wallet between phone and pc? on: February 24, 2014, 10:30:34 PM
When Bitcoin Wallet will not allow me to send, I have to import my keys into my desktop.

That would be a bug that needs to be fixed. Are you using the latest version?
91  Bitcoin / Bitcoin Wallet for Android / Re: KnC Wallet on: February 24, 2014, 10:36:04 AM
Thanks for letting me know. KnC contacted me while their fork was still in development. They assured me they'll release the source very shortly, so I'll assume they'll "play nicely" for now.

The EULA thing is indeed news to me. I'll mail them about it.
92  Bitcoin / Bitcoin Wallet for Android / Re: Suggestion for cold storage and offline signing on: February 20, 2014, 09:27:01 AM
Direct payments via QR code, NFC or the payment protocol (Bluetooth or HTTPS) are implemented already. So you could start experimenting with that usecase today.

One problem is that with the app, you can't spend unconfirmed coins. That means you somehow need to get proof of confirmation (e.g. blockchain headers) to the cold storage device. Alternatively disable that check, but in this case you should not accept payments to your cold storage directly without checking on another device.

Anyway, it involves development effort. I'm currently busy with other stuff. Maybe a project for the upcoming Berlin-Texas hackathon this weekend?
93  Bitcoin / Wallet software / Re: NFC initiated Bitcoin payments with Bitcoin Wallet for Android on: February 18, 2014, 08:30:31 AM
See the NFC section in the README: http://bitcoin-wallet.googlecode.com/git/wallet/README

You can also consider writing a BIP70 payment request on the tag, using an NDEF message of type MIME, mime-type as defined in BIP71. If you succeed in that, let me know so I can add it to the README.
94  Bitcoin / Bitcoin Wallet for Android / Re: Enjoy and Sochi satoshi "payments" problem on: February 14, 2014, 09:46:59 PM
Yes. We will implement the "is standard" rules which will remove this kind of spam from the pending transactions and block it from entering the wallet in future.
95  Bitcoin / Development & Technical Discussion / Re: QT strange DOUBLE SPEND (malleable) on: February 11, 2014, 07:42:38 AM
This is currently happening to Bitcoin Wallet users as well:

https://plus.google.com/101256420499771441772/posts/bURxFhrKfcq
96  Bitcoin / Bitcoin Wallet for Android / Re: Should password really be compulsory? on: February 10, 2014, 10:19:25 PM
And the second question then becomes, who is the right person, the user or the developer, to answer the first question.

Users are almost always the wrong people to ask when it comes to technical questions.
97  Bitcoin / Bitcoin Wallet for Android / Re: Should password really be compulsory? on: February 09, 2014, 06:03:03 PM
When the user of the Android Wallet wants to do a backup he has to give a password otherwise the application won't do the backup. Should the application really force the user to give a password? I mean one of the biggest security risks when it comes to losing bitcoins is in my opinion forgotten passwords. Why not make it optional.

Yes, forgotten passwords are a risk.

However, if you backup without or with a weak password, its extremely easy to leak your private keys. Backups need to be stored on public storage (the SD card aka "external memory"), otherwise you would not be able to move them to a safe place (off the device). Thus, any app can read your backup.

In future, you will be able to encrypt your wallet. This means you'll need to enter your password each time you want to sign a transaction. Thus will hopefully help to remember your password.
98  Bitcoin / Bitcoin Wallet for Android / Re: Compiling Android Wallet in Linux - Modifying Base58/43 (Advice Needed) on: February 07, 2014, 09:09:55 AM
I suggest heading over to the bitcoinj forum and start hacking on bitcoinj. Once you have your altcoin working in wallet-tool, you can start to adapt Bitcoin Wallet. Also take a look at the other altcoins (Litecoin etc.) as they have been through this process mostly.
99  Bitcoin / Meetups / Berlin, Texas: Bitcoin hackathon. Decentralise everything! [2014-02-21 to 02-23] on: February 06, 2014, 03:37:08 PM
https://www.eventbrite.com/e/berlin-texas-bitcoin-hackathon-decentralise-everything-tickets-10509228385


The Berlin, Texas Hackathon

2014 is the year bringing us the next wave of free and decentralised systems in form of application-layers on top of the Bitcoin blockchain, opening the door to the next-generation financial and economic system.

This economic system is developed not by governments, banks or corporations but by people for people. Community hackathons have always been catalyst events, driving the development of Bitcoin further. So will the Hackathon organised by the Texan Bitcoin Conference, giving out more than 1 Mio USD in rewards for the participants.

In order to recruit contestants from the brilliant Berlin crypto-scene (or elsewhere) and allow them to join the Texan challenge the Berlin Bitcoin community is organising a pre-hackathon in Berlin, whose winners will be rewarded the trip to Texas, so they can bring some of that money and glory home.

The Berlin, Texas Hackathon will take place from February 21st to February 23nd in Berlin and we invite anyone to join, brainstorm, develop and share ideas, hack code, hack code and hack code. Or just hack, hack and hack. Anything you want.

The event will take place on the infamous c-base space station in Berlin Mitte. We'll start on Friday night around 7 pm and hack for 40 hours. Final demos will be held on Sunday afternoon. We'll then move down to room77 and the Bitcoinkiez for a final party. Hackers gotta party, after all.

Food and drinks will be provided throughout the whole meeting. This is a non-smoking event and sleeping zones are not provided, unless you decide to use yor keyboard as a cushion.

And last but not least, we'd like to thank our sponsor UFOstart. After all, they'll pay for the flights to send y'all to Texas.

To blockchain eternity!
100  Bitcoin / Bitcoin Wallet for Android / Re: Error while Bitcoin Android wallet compiling process on: February 06, 2014, 03:27:54 PM
Did you unpack the Android SDK and use "tools/android update sdk --no-ui --force --filter platform,platform-tools"?
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!