Bitcoin Forum
April 27, 2024, 01:24:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: Bitcoin Wallet for Android  (Read 121195 times)
barbarousrelic
Hero Member
*****
Offline Offline

Activity: 675
Merit: 502


View Profile
November 07, 2012, 02:52:19 AM
 #241

From the perspective of the Bitcoin network if you receive 10 coins, wait for 6 confirmations and then send 0.1 coins somewhere else, what actually happened behind the scenes is that you received a new payment of 9.9 coins back to yourself (as "change"). So it's correct that it's unconfirmed.

Does the bitcoin.org client behave in this way?

Do not waste your time debating whether Bitcoin can work. It does work.

"Early adopters will profit" is not a sufficient condition to classify something as a pyramid or Ponzi scheme. If it was, Apple and Microsoft stock are Ponzi schemes.

There is no such thing as "market manipulation." There is only buying and selling.
1714181063
Hero Member
*
Offline Offline

Posts: 1714181063

View Profile Personal Message (Offline)

Ignore
1714181063
Reply with quote  #2

1714181063
Report to moderator
1714181063
Hero Member
*
Offline Offline

Posts: 1714181063

View Profile Personal Message (Offline)

Ignore
1714181063
Reply with quote  #2

1714181063
Report to moderator
1714181063
Hero Member
*
Offline Offline

Posts: 1714181063

View Profile Personal Message (Offline)

Ignore
1714181063
Reply with quote  #2

1714181063
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714181063
Hero Member
*
Offline Offline

Posts: 1714181063

View Profile Personal Message (Offline)

Ignore
1714181063
Reply with quote  #2

1714181063
Report to moderator
1714181063
Hero Member
*
Offline Offline

Posts: 1714181063

View Profile Personal Message (Offline)

Ignore
1714181063
Reply with quote  #2

1714181063
Report to moderator
Syke
Legendary
*
Offline Offline

Activity: 3878
Merit: 1193


View Profile
November 08, 2012, 03:03:40 AM
 #242

Is there a way to import your own private key?

Thanks so much!  Grin

Edit: I'm not seeing how we are supposed to import our private key. Do I need to save it as some type of file?

Use the export feature to get the existing key file. Decrypt it. Add your private key to the file. Encrypt it. Use the import feature.

Read the README for how to decrypt it:

http://code.google.com/p/bitcoin-wallet/source/browse/wallet/README

Buy & Hold
jim618
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
November 08, 2012, 09:57:49 AM
 #243

From the perspective of the Bitcoin network if you receive 10 coins, wait for 6 confirmations and then send 0.1 coins somewhere else, what actually happened behind the scenes is that you received a new payment of 9.9 coins back to yourself (as "change"). So it's correct that it's unconfirmed.

Does the bitcoin.org client behave in this way?

There is a difference between a transaction being confirmed and being spendable.
With the Satoshi client if someone else sends you bitcoin it is both unconfirmed and unspendable until it appears in a block. With Satoshi, your change is unconfirmed but is spendable straight away.

What Mike mentioned is to change the bitcoinj spending policy so that your own change is spendable. It is still unconfirmed though (meaning literally not on a block yet). This will then be the same as the Satoshi client.

Different clients have different spending policies and they change over time. I notice for instance that the 'old' Instawallet allowed you to always spend (even unconfirmed receipts from other people) but the 'new' Instawallet requires one confirmation. They allow you to spend your change immediately. I think that combination will become the norm.

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
caveden
Legendary
*
Offline Offline

Activity: 1106
Merit: 1004



View Profile
November 08, 2012, 10:54:34 AM
 #244

I see no reason to forbid someone from spending an unconfirmed transaction, even if it's not change. Particularly now that bitcoind will soon be able to sum up all transaction fees in an unconfirmed transaction chain. If you are on the tip of such chain, just add a fee to it.
Yuhfhrh
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
November 08, 2012, 09:58:46 PM
 #245

Is there a way to import your own private key?

Thanks so much!  Grin

Edit: I'm not seeing how we are supposed to import our private key. Do I need to save it as some type of file?

Use the export feature to get the existing key file. Decrypt it. Add your private key to the file. Encrypt it. Use the import feature.

Read the README for how to decrypt it:

http://code.google.com/p/bitcoin-wallet/source/browse/wallet/README


Thanks, but its way over my head. I don't even know where/how to start with "You can OpenSSL to decrypt:

openssl enc -d -aes-256-cbc -a -in <filename>"
barbarousrelic
Hero Member
*****
Offline Offline

Activity: 675
Merit: 502


View Profile
November 09, 2012, 01:02:17 PM
 #246

From the perspective of the Bitcoin network if you receive 10 coins, wait for 6 confirmations and then send 0.1 coins somewhere else, what actually happened behind the scenes is that you received a new payment of 9.9 coins back to yourself (as "change"). So it's correct that it's unconfirmed.

Does the bitcoin.org client behave in this way?

There is a difference between a transaction being confirmed and being spendable.
With the Satoshi client if someone else sends you bitcoin it is both unconfirmed and unspendable until it appears in a block. With Satoshi, your change is unconfirmed but is spendable straight away.

What Mike mentioned is to change the bitcoinj spending policy so that your own change is spendable. It is still unconfirmed though (meaning literally not on a block yet). This will then be the same as the Satoshi client.

Different clients have different spending policies and they change over time. I notice for instance that the 'old' Instawallet allowed you to always spend (even unconfirmed receipts from other people) but the 'new' Instawallet requires one confirmation. They allow you to spend your change immediately. I think that combination will become the norm.

Thanks for the clarification. I get it now.

Do not waste your time debating whether Bitcoin can work. It does work.

"Early adopters will profit" is not a sufficient condition to classify something as a pyramid or Ponzi scheme. If it was, Apple and Microsoft stock are Ponzi schemes.

There is no such thing as "market manipulation." There is only buying and selling.
Andreas Schildbach (OP)
Hero Member
*****
Offline Offline

Activity: 483
Merit: 501


View Profile
November 11, 2012, 05:39:41 PM
 #247

What are the timestamps in the keys-file? Are they necessary?

The timestamps are the date of the private key created, or the first appearance of the corresponding address in the block chain.

They are optional and are meant only for the importer to be able to catch-up the blockchain faster. If you leave it out, the whole blockchain needs to be scanned for the imported key(s).
Andreas Schildbach (OP)
Hero Member
*****
Offline Offline

Activity: 483
Merit: 501


View Profile
November 11, 2012, 05:42:40 PM
Last edit: November 11, 2012, 06:04:54 PM by Goonie
 #248

Maybe a nice feature would be to be able to import private keys trough qr-codes Smiley

This is a planned feature. However for this to be secure, I need to integrate the QR code scanner into the app rather than relying on an external app plus the Android Intent system to securely transmit data. I'm working on it.

Also, can you give me examples of existing Bitcoin apps/web pages that export private keys via QR? Which format(s) do they use?
jim618
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
November 11, 2012, 05:52:55 PM
 #249

I see no reason to forbid someone from spending an unconfirmed transaction, even if it's not change. Particularly now that bitcoind will soon be able to sum up all transaction fees in an unconfirmed transaction chain. If you are on the tip of such chain, just add a fee to it.

Bitcoin Wallet for Android (BWA) and multibit are the same in this respect: they do not have access to all of the blockchain's unspent transaction outputs. They only know about their wallet's private keys. In this situation you do not want to consider an unconfirmed transaction as being valid at all. It could very well be a load of old rubbish. Once it is confirmed then you know that the bitcoinds out there believe it is real and hence you can believe it is real.

If you allowed unconfirmed transactions to be spent (for BWA and multibit I mean), you would just end up creating invalid transactions that would not even get propagated from the first node you sent it to.

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
Andreas Schildbach (OP)
Hero Member
*****
Offline Offline

Activity: 483
Merit: 501


View Profile
November 11, 2012, 05:58:24 PM
 #250

I'm not sure if this has been addressed, but I think I accidentally sent bitcoins to an old address I had with this app. I have the prodnet.wallet fileand I was wondering how I can import the keys now that it uses a different wallet file.

If your wallet file is really named like you said, the wallet was not created by Bitcoin Wallet but by a different app (Bitcoin Android). It's not being maintained any more and uses a very old version of bitcoinj.

You can try this guide to extract your private key(s):

http://gary-rowe.com/agilestack/2011/12/28/how-to-recover-lost-bitcoins-from-an-android-wallet/
Andreas Schildbach (OP)
Hero Member
*****
Offline Offline

Activity: 483
Merit: 501


View Profile
November 11, 2012, 06:00:27 PM
 #251

I have a tablet with BlackBerry Playbook system and I really would like to run Bitcoin Wallet app on it.
It's possible to repackage Android apps to BlackBerry App World, see: http://developer.blackberry.com/android/documentation/Mastertopic_1849583_11.html

Just today I uploaded a Blackberry test version:

http://code.google.com/p/bitcoin-wallet/downloads/list

Let me know if its installable on a Playbook and how it performs.
Jouke
Sr. Member
****
Offline Offline

Activity: 426
Merit: 250



View Profile WWW
November 12, 2012, 01:04:43 PM
 #252

Maybe a nice feature would be to be able to import private keys trough qr-codes Smiley

This is a planned feature. However for this to be secure, I need to integrate the QR code scanner into the app rather than relying on an external app plus the Android Intent system to securely transmit data. I'm working on it.

Also, can you give me examples of existing Bitcoin apps/web pages that export private keys via QR? Which format(s) do they use?


Awesome!

I was thinking about this as I was just printing my old private keys to a paper wallet for safe storage.

Also, casascius uses qr-codes of private keys on his "bank"-notes: https://bitcointalk.org/index.php?topic=120896.msg1302079#msg1302079

Blockchain.info creates qr-codes with the paper backup function.

Koop en verkoop snel en veilig bitcoins via iDeal op Bitonic.nl
teste
Sr. Member
****
Offline Offline

Activity: 312
Merit: 250


View Profile
November 12, 2012, 03:00:59 PM
 #253

Quote

Just today I uploaded a Blackberry test version:

http://code.google.com/p/bitcoin-wallet/downloads/list

Let me know if its installable on a Playbook and how it performs.


I downloaded the .bar version and tried to open the file. This message (translated to english) appear: "not possible to find the application standard"

I always install applications using the blackberry app world, but I didn't see Bitcoin Wallet Android on it.
teste
Sr. Member
****
Offline Offline

Activity: 312
Merit: 250


View Profile
November 12, 2012, 03:23:29 PM
 #254

Goonie,

I see that to run a .bar file, it's necessary install programs on Windows/mac, http://blackberryempire.com/how-to-sideload-android-apps-on-playbook-2.0-using-ddpb/

I think to bitcoin Wallet Android be included on blackberry app world, it's necessary first be approved.
I'll wait this, because I don't have windows/mac machine and I'm a newbie user.
Hope you understand.

Really thanks.
slothbag
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250



View Profile
November 13, 2012, 09:58:43 AM
 #255

I've been using this Bitcoin Wallet for a month now and at first it was working well.  I upgraded it to the latest update a week or so ago and since then it would not connect to any peers.

After doing some network traffic inspection it appears the app is using 3 of the 4 DNS seeds listed on the wiki:

dnsseed.bluematt.me
seed.bitcoin.sipa.be
dnsseed.bitcoin.dashjr.org

But not bitseed.xf2.org

When I use the DNS server that my ISP assigns me, none of the three domain names resolve to any IP addresses.  But if I change my DNS server to say Google then they all respond ok and the app can connect.

This looks to me like my ISP is deliberately blocking these requests..  also it was quite effective at preventing me from connecting to the bitcoin network.
Andreas Schildbach (OP)
Hero Member
*****
Offline Offline

Activity: 483
Merit: 501


View Profile
November 14, 2012, 10:35:28 AM
 #256

After doing some network traffic inspection it appears the app is using 3 of the 4 DNS seeds listed on the wiki:

dnsseed.bluematt.me
seed.bitcoin.sipa.be
dnsseed.bitcoin.dashjr.org

But not bitseed.xf2.org

Bitcoin Wallet uses bitcoinj 0.6 which includes bitseed.xf2.org in the list of hosts to query. Is your issue reproducable? Can you look up in the log for "DNS lookup for xxx failed." messages?
Mike Hearn
Legendary
*
Offline Offline

Activity: 1526
Merit: 1128


View Profile
November 14, 2012, 11:33:47 AM
 #257

That's odd. I suspect there's no deliberate blocking but rather a configuration error on the ISPs end. Specifically I suspect they're trying to filter out IPv6 responses and breaking things in the process.

If you could contact your ISP and try and get them to look at the problem, that'd be great.

We need to make bitcoinj use hard-coded seed nodes and addr broadcasts. It's a known issue that it's too reliant on DNS seeding to get started.
Andreas Schildbach (OP)
Hero Member
*****
Offline Offline

Activity: 483
Merit: 501


View Profile
November 14, 2012, 12:43:39 PM
 #258

We need to make bitcoinj use hard-coded seed nodes and addr broadcasts. It's a known issue that it's too reliant on DNS seeding to get started.

For several months I have sitting on a private branch a modification that persists node addresses across restarts. However, I never switched it live because the current bitcoinj API restricts too much how the querying works.
Mike Hearn
Legendary
*
Offline Offline

Activity: 1526
Merit: 1128


View Profile
November 15, 2012, 11:01:11 AM
 #259

There are some other changes I think we need first. The heavy reliance on DNS seeding covers up some deficiencies elsewhere. They're easy to resolve.
teste
Sr. Member
****
Offline Offline

Activity: 312
Merit: 250


View Profile
November 16, 2012, 05:20:33 PM
 #260

Goonie,

Will you send Bitcoin Wallet to BlackBerry App World?

What is the status?
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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!