Bitcoin Forum
May 06, 2024, 01:05:54 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 »
61  Other / Off-topic / Re: Is it possible to verify the APK file with the repository ? on: July 04, 2014, 11:10:32 AM
Look up "reproducable build". Its partly possible. Basically, you need to make sure to compile in the same environment for all people participating. Then make sure that all file dates in the APK are the same (zero?). Now, you can compare everything except the signature. The signature itself will always be different.
62  Bitcoin / Wallet software / Re: NFC initiated Bitcoin payments with Bitcoin Wallet for Android on: June 15, 2014, 01:19:10 PM
hi, what happened to this project? I Have an rfid implant and a nexus5 Wink Let me know if I can help

The project is up and alive and used by half a million Bitcoin enthusiasts (-:

https://play.google.com/store/apps/details?id=de.schildbach.wallet
https://github.com/schildbach/bitcoin-wallet

People are paying with NFC (tap-to-pay) since 2011 and generally like it.
63  Bitcoin / Bitcoin Wallet for Android / Re: If I backup the wallet, how many future addresses are backed up? on: June 01, 2014, 11:36:37 AM
Currently, it only backs up the addresses you have already created.

In future, it will have BIP32 deterministic wallets. You only need to backup the once, immediately after starting the app for the first time.


That's a shame. I don't like reusing addresses (I.E. change back to the same address, or, multiple payments) for the sake of it being hard for me to manage what payments are what (One address/payment is a lot easier), so, this wallet is unusable for me at it's current state. Hopefully when you come out with this feature it'll be usable. Is there at ETA (Time/version)? Or, is it just in limbo currently?

The project is open source and free software. You could have coded the feature already 3 years ago. Heck, you could even have submitted a patch by now! Why didn't you do?

It's best to follow progress on HD wallets on the bitcoinj mailing list. Mike has recently estimated "later this summer".
64  Bitcoin / Bitcoin Wallet for Android / Re: If I backup the wallet, how many future addresses are backed up? on: May 31, 2014, 08:20:30 PM
We had to switch away from the textual backup format that was agreed with MultiBit 3 years ago. It doesn't support encrypted keys, HD wallets, read-only keys etc.

I think MultiBit will also switch away or has already done so. They should be able to open the bitcoinj wallet format directly though. Check with Jim if you want to try.

65  Bitcoin / Bitcoin Wallet for Android / Re: If I backup the wallet, how many future addresses are backed up? on: May 31, 2014, 07:36:41 PM
It's the bitcoinj wallet protobuf format. You can access it e.g. with "wallet tool" that comes with bitcoinj.
66  Bitcoin / Bitcoin Wallet for Android / Re: If I backup the wallet, how many future addresses are backed up? on: May 31, 2014, 01:37:18 PM
Currently, it only backs up the addresses you have already created.

In future, it will have BIP32 deterministic wallets. You only need to backup the once, immediately after starting the app for the first time.
67  Bitcoin / Bitcoin Wallet for Android / Re: Android wallet with coin mixer? on: May 31, 2014, 08:24:55 AM
I believe there is currently none. Patches welcome! I assume they should go into bitcoinj.
68  Bitcoin / Bitcoin Wallet for Android / Re: Wallt For Android help needed on: May 29, 2014, 09:14:22 AM
I'm afraid importing wallets/keys is not supported, as this is inherently insecure. I suggest using a standard Bitcoin transaction to move value.

The typical install-time footprint is around 10 MB. The app itself is only 2 MB in size.
69  Bitcoin / Bitcoin Wallet for Android / Re: Feature request: record fiat currency amount from send/request dialog on: May 25, 2014, 07:27:46 PM
Ok, I understand. That feature is planned.
70  Bitcoin / Bitcoin Wallet for Android / Re: Feature request: record fiat currency amount from send/request dialog on: May 25, 2014, 06:46:44 PM
The app updates exchange rates every 10 minutes.
71  Bitcoin / Bitcoin Wallet for Android / Re: Feature request: record fiat currency amount from send/request dialog on: May 25, 2014, 06:17:10 PM
Thanks for your suggestion. To clear things up, can you define "record"?
72  Alternate cryptocurrencies / Altcoin Discussion / Re: Alt coin android wallet break on: May 25, 2014, 06:16:11 PM
The altcoin forks likely need forked versions of bitcoinj as well. I suggest reading the build instructíons or asking the author.
73  Bitcoin / Bitcoin Wallet for Android / Re: How much money do you dare keep in Android wallet? on: May 09, 2014, 09:36:24 PM
Based on the last three years of history your coins are pretty safe. Still the app is not meant as a long-term "store of value". Keeping about 50 EUR in the wallet sounds about right to me, but of course it depends on your personal circumstances.

Thanks for spotting the bug, I just fixed it for the next version.
74  Bitcoin / Hardware wallets / Re: Bitcoin Wallet for Android on: May 09, 2014, 09:00:44 PM
The limiting factor is not really the total number of transactions. What's more relevant is how many people are being paid by one transaction. A standard Bitcoin transaction only pays you. Mining and gambling payouts tend to pay thousands of people at once, and that is something we didn't really plan for. We're working on it.
75  Bitcoin / Bitcoin Wallet for Android / Re: How do you export private keys from KNC Bitcoin Wallet? on: May 07, 2014, 12:09:17 PM
Please don't move keys around, its dangerous! Use a Bitcoin transaction instead.

The backup format is described in this README:
http://bitcoin-wallet.googlecode.com/git/wallet/README

For questions about KNC, I suggest asking them.
76  Bitcoin / Bitcoin Wallet for Android / Re: request : when "synchro. to network" display = tap on = display network on: May 07, 2014, 12:06:57 PM
I added this to the issue tracker:

https://github.com/schildbach/bitcoin-wallet/issues/77
77  Bitcoin / Bitcoin Wallet for Android / Re: question : can i use backup for cold storage ? on: April 28, 2014, 09:01:12 PM
The backup format has not changed since 2011. But indeed, it will change in near future. However, you will still be able to import old backups.

Even if the app vanishes in a puff of smoke, you can decrypt your backup using openssl and import the private keys into bitcoin core by hand (its using "sipa" format). See the README about the openssl command line.
78  Bitcoin / Bitcoin Wallet for Android / Re: Bitcoin Android Wallet keeps crashing on: April 25, 2014, 09:24:05 AM
Follow the checkout instructions on the link I gave you, switch to the "release-0.11" branch or the v0.11.2 tag, then do a "mvn clean install" in that project.

After that, you issue with the bitcoin wallet build should be gone.
79  Bitcoin / Bitcoin Wallet for Android / Re: Bitcoin Android Wallet keeps crashing on: April 25, 2014, 08:15:38 AM
Ah yes, bitcoinj 0.11.2 is not yet on Maven central. I'm afraid until it is, you need to build the release-0.11 branch of bitcoinj yourself.

http://code.google.com/p/bitcoinj/source/checkout
80  Bitcoin / Bitcoin Wallet for Android / Re: Bitcoin Android Wallet keeps crashing on: April 24, 2014, 10:47:00 PM
Please use "mvn clean install android:deploy" to deploy to your device. Or use ADB, as documented in the README.

I've given up on using the Eclipse "run" target for Android apps a long time ago...
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!