Pages:
Author

Topic: iPhone IOS Bitcoin wallet is here! (From Blockchain.info) - page 2. (Read 47496 times)

vip
Activity: 1052
Merit: 1105
So did anyone contact Apple's legal department? What about only making the app available in certain countries (more than just Korea)?

The app is available in every country around the world.
Download it and install it today.
vip
Activity: 1316
Merit: 1043
👻
So did anyone contact Apple's legal department? What about only making the app available in certain countries (more than just Korea)?
hero member
Activity: 560
Merit: 500
I am the one who knocks
You can install it from any app store.  (Not only Korean)
If you install it from an IP address that already has accessed a Blockchain.info wallet that is more than two weeks old,   the iphone app will have the full wallet functionality enabled. 
Do you have to install it, or just run it from an IP address?

I think install, but it is easy to delete the app and reinstall it.

Here is an old Blockchain account that you can use to activate the Iphone app:

https://blockchain.info/wallet/90803604-bbce-b66e-eafa-8a37f64c090b

Password:  M84Q2kCkg2

Which has BTC0.01020001 in it Smiley
vip
Activity: 1052
Merit: 1105
You can install it from any app store.  (Not only Korean)
If you install it from an IP address that already has accessed a Blockchain.info wallet that is more than two weeks old,   the iphone app will have the full wallet functionality enabled. 
Do you have to install it, or just run it from an IP address?

I think install, but it is easy to delete the app and reinstall it.

Here is an old Blockchain account that you can use to activate the Iphone app:

https://blockchain.info/wallet/90803604-bbce-b66e-eafa-8a37f64c090b

Password:  M84Q2kCkg2
hero member
Activity: 560
Merit: 500
I am the one who knocks
You can install it from any app store.  (Not only Korean)
If you install it from an IP address that already has accessed a Blockchain.info wallet that is more than two weeks old,   the iphone app will have the full wallet functionality enabled. 
Do you have to install it, or just run it from an IP address?
vip
Activity: 1052
Merit: 1105
is it still possible to use the blockchain app from korean appstore?

we managed to install it on a phone and upon startup we even see the full features at the bottom for half a second.

However these icons disappear and only one icon is left. The app keeps beeping and shows public transactions.

Any way to couple this to a wallet and use it as a wallet?

You can install it from any app store.  (Not only Korean)
If you install it from an IP address that already has accessed a Blockchain.info wallet that is more than two weeks old,   the iphone app will have the full wallet functionality enabled. 
donator
Activity: 2772
Merit: 1019
is it still possible to use the blockchain app from korean appstore?

we managed to install it on a phone and upon startup we even see the full features at the bottom for half a second.

However these icons disappear and only one icon is left. The app keeps beeping and shows public transactions.

Any way to couple this to a wallet and use it as a wallet?
hero member
Activity: 616
Merit: 500
the latter 2 probably don't do what you want. they search for the name being "exactly" wallet (case insensitive)

try:

Code:
# find /var/mobile | grep -i wallet

or

Code:
# find /var/mobile -iname \*wallet\*

Thanks. With this I was able to find all the files that stayed when I removed the app. After removing the files I reinstalled blockchain app, paired it with qr code and still the same. Transactions -tab says "No Data" and My addresses -tab says No Addresses. I have been actively using my wallet and there should be plenty of both.

I also tested the app from App Store (removed previous first), and I'm getting the exact same issue! It has something to do with my wallet, I'm sure. I just created a new wallet from the mobile app and it's working perfectly. I read that the mobile wallet doesn't support certain kind of private keys, could that be it? I haven't imported any tho...
donator
Activity: 2772
Merit: 1019
Mine still not working. Odd. It seems tho that removing the app from cydia does not remove the user data. Any hints where it's located so I can delete it myself?
I don't remember off the top of my head, but if you have iExplorer then it shouldn't be a big deal to find it.

also if you have the correct tools then a: find /var/mobile -iname wallet.aes.json might find it too.
Thanks for the help. I have a file manager called iFile, but I don't know where to look..

I also did the latter, and more:
Code:
#find /var/mobile -iname wallet.aes.json
#find /var/mobile -iname wallet
#find / -iname wallet

the latter 2 probably don't do what you want. they search for the name being "exactly" wallet (case insensitive)

try:

Code:
# find /var/mobile | grep -i wallet

or

Code:
# find /var/mobile -iname \*wallet\*
hero member
Activity: 560
Merit: 500
I am the one who knocks
Mine still not working. Odd. It seems tho that removing the app from cydia does not remove the user data. Any hints where it's located so I can delete it myself?
I don't remember off the top of my head, but if you have iExplorer then it shouldn't be a big deal to find it.

also if you have the correct tools then a: find /var/mobile -iname wallet.aes.json might find it too.
Thanks for the help. I have a file manager called iFile, but I don't know where to look..

I also did the latter, and more:
Code:
#find /var/mobile -iname wallet.aes.json
#find /var/mobile -iname wallet
#find / -iname wallet
No results!  Embarrassed

But if this file is indeed supposed to exist this pretty much identified the problem. Block Chain app is unable to create the file. (Insufficient filesystem permissions?) I search root for "blockchain" and it found one directory. It was because I still had the app installed and after removing it nothing's left for my manual deletion. Sad

Apps in iOS are not stored in folders with their name though....  they are by UUID, which is why if you use something like iExplore it would help.
hero member
Activity: 616
Merit: 500
Mine still not working. Odd. It seems tho that removing the app from cydia does not remove the user data. Any hints where it's located so I can delete it myself?
I don't remember off the top of my head, but if you have iExplorer then it shouldn't be a big deal to find it.

also if you have the correct tools then a: find /var/mobile -iname wallet.aes.json might find it too.
Thanks for the help. I have a file manager called iFile, but I don't know where to look..

I also did the latter, and more:
Code:
#find /var/mobile -iname wallet.aes.json
#find /var/mobile -iname wallet
#find / -iname wallet
No results!  Embarrassed

But if this file is indeed supposed to exist this pretty much identified the problem. Block Chain app is unable to create the file. (Insufficient filesystem permissions?) I search root for "blockchain" and it found one directory. It was because I still had the app installed and after removing it nothing's left for my manual deletion. Sad
hero member
Activity: 560
Merit: 500
I am the one who knocks
Mine still not working. Odd. It seems tho that removing the app from cydia does not remove the user data. Any hints where it's located so I can delete it myself?
I don't remember off the top of my head, but if you have iExplorer then it shouldn't be a big deal to find it.

also if you have the correct tools then a: find /var/mobile -iname wallet.aes.json might find it too.
hero member
Activity: 616
Merit: 500
Mine still not working. Odd. It seems tho that removing the app from cydia does not remove the user data. Any hints where it's located so I can delete it myself?
hero member
Activity: 560
Merit: 500
I am the one who knocks
I have a problem with this wallet too. It worked fine for a few days but now it doesn't show my balance or addresses. Everything seems fine in the settings tab though. The logout icon is red.

I have tried everything. Reinstall, reinstall again, logout, forget and repair.. but can't get it to work :/

My iPhone is 3GS, 5.1.1
Odd... mine seems to be fine... although I have a JB 4S
FWIW I have upgraded to iOS 6 and it is still working as expected.

I'm feel the same as the minimalb. I know that qr code is only shown once you've logged in and you shouldn't scan it with any other app, but still, maybe there is a better way.
This should only be a problem if you keep the QR code so you can 'get back in' to your wallet. 
If I were ben and the noise was enough then I would make the QR pairing code a OTP so even if someone saved it (or got it out the the cache, or whatever) then it wouldn't work. 

Also, I would really really like some sort of PIN at app start-up, otherwise if I lose my phone whoever finds it will see my entire transaction history.
I was going to tell you that you can enable your second password; however I see now your concern is your TX history, not your balance.  I guess don't lose your phone  Roll Eyes
full member
Activity: 136
Merit: 100

Another thing that i am not comfortable with: if you scan "Device Pairing" QR code with normal QR reader, password is unveiled.


I'm feel the same as the minimalb. I know that qr code is only shown once you've logged in and you shouldn't scan it with any other app, but still, maybe there is a better way.

Also, I would really really like some sort of PIN at app start-up, otherwise if I lose my phone whoever finds it will see my entire transaction history.

hero member
Activity: 560
Merit: 500
I am the one who knocks
I have a problem with this wallet too. It worked fine for a few days but now it doesn't show my balance or addresses. Everything seems fine in the settings tab though. The logout icon is red.

I have tried everything. Reinstall, reinstall again, logout, forget and repair.. but can't get it to work :/

My iPhone is 3GS, 5.1.1
Odd... mine seems to be fine... although I have a JB 4S
hero member
Activity: 616
Merit: 500
I have a problem with this wallet too. It worked fine for a few days but now it doesn't show my balance or addresses. Everything seems fine in the settings tab though. The logout icon is red.

I have tried everything. Reinstall, reinstall again, logout, forget and repair.. but can't get it to work :/

My iPhone is 3GS, 5.1.1
sr. member
Activity: 283
Merit: 250
Making a better tomorrow, tomorrow.
Seems to be working for me.  Cool
hero member
Activity: 931
Merit: 500
Full for me. (not jailbroken)
On the US store?  Or do you have to do the korean hack thing?

US store. Sent and Received between my addresses.

c_k
donator
Activity: 242
Merit: 100
Something is definitely broken :/

Appears to be fixed now Smiley
Pages:
Jump to: