df5102 (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
October 25, 2014, 08:40:22 AM |
|
i used desktop wallet before but the full nodes one takes few weeks to show up the bitcoins, anyway i switch to mobile, which is much
|
|
|
|
df5102 (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
October 25, 2014, 08:43:16 AM |
|
disregard this post by now, because there is no delete button on mobile, i still figute it out
|
|
|
|
PangPang
|
|
October 25, 2014, 08:55:33 AM |
|
If you have problems with the bitcoin core wallet (takes lots of space/bandwidth, long initial sync, etc), you could try Electrum and Multibit. They are both thin clients, and you can find their description and links on https://bitcoin.org/en/choose-your-wallet
|
|
|
|
df5102 (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
October 25, 2014, 09:25:36 AM |
|
i want to know more about the file in android that controls the bitcoins. i have no problems using it, able to send and receive, but don't know how to deal with that file. It is different from the wallet.dat in desktop.
|
|
|
|
PangPang
|
|
October 25, 2014, 09:43:12 AM |
|
i want to know more about the file in android that controls the bitcoins. i have no problems using it, able to send and receive, but don't know how to deal with that file. It is different from the wallet.dat in desktop.
You can find the following in the readme on https://github.com/schildbach/bitcoin-wallet/tree/master/walletYour wallet contains your private keys and various transaction related metadata. It is stored in app-private storage: Mainnet: /data/data/de.schildbach.wallet/files/wallet-protobuf (MODE_PRIVATE)
The wallet file format is not compatible to wallet.dat (Satoshi client). Rather, it uses a custom protobuf format which should be compatible between clients using bitcoinj.
Your wallet can be manually backed up to and restored from external storage: Mainnet: /sdcard/Download/bitcoin-wallet-backup-<yyyy-MM-dd>
The manual backup files are encrypted using your chosen backup password. You can use OpenSSL to decrypt: openssl enc -d -aes-256-cbc -a -in <filename>
|
|
|
|
df5102 (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
October 25, 2014, 09:49:59 AM |
|
thanks for the info. For that file, it that just save it somewhere, or upload it to online storage, and then next time i have another new mobile phone i just paste that file to replace the original one?
|
|
|
|
escrow.ms
Legendary
Offline
Activity: 1274
Merit: 1004
|
|
October 25, 2014, 10:00:28 AM |
|
thanks for the info. For that file, it that just save it somewhere, or upload it to online storage, and then next time i have another new mobile phone i just paste that file to replace the original one?
You can simple take backup of current wallet and use that backup file in new cellphone to restore your wallet. Menu -> Safety -> Backup wallet/ Restore wallet.
|
|
|
|
mezmerizer9
|
|
October 25, 2014, 10:24:20 AM |
|
i used desktop wallet before but the full nodes one takes few weeks to show up the bitcoins, anyway i switch to mobile, which is much
If you have problems with the bitcoin core wallet (takes lots of space/bandwidth, long initial sync, etc), you could try Electrum and Multibit. They are both thin clients, and you can find their description and links on https://bitcoin.org/en/choose-your-walletI've tried electrum, the first time I got into BTC but thenI've svitched to blockchains. They're the best, I'm using theirs online and mobile wallet. I'd recommend you that one.
|
|
|
|
Muhammed Zakir
|
|
October 25, 2014, 10:43:58 AM |
|
i want to know more about the file in android that controls the bitcoins. i have no problems using it, able to send and receive, but don't know how to deal with that file. It is different from the wallet.dat in desktop.
You can find the following in the readme on https://github.com/schildbach/bitcoin-wallet/tree/master/walletYour wallet contains your private keys and various transaction related metadata. It is stored in app-private storage: Mainnet: /data/data/de.schildbach.wallet/files/wallet-protobuf (MODE_PRIVATE)
The wallet file format is not compatible to wallet.dat (Satoshi client). Rather, it uses a custom protobuf format which should be compatible between clients using bitcoinj.
Your wallet can be manually backed up to and restored from external storage: Mainnet: /sdcard/Download/bitcoin-wallet-backup-<yyyy-MM-dd>
The manual backup files are encrypted using your chosen backup password. You can use OpenSSL to decrypt: openssl enc -d -aes-256-cbc -a -in <filename>
If you want to access to default file location, you will have to root your phone, but it is a bad idea. And, before you install apps, check permissions and also try to install Antivirus/Security apps like AVG and 360. It scans app which is really helpful. ~~MZ~~
|
|
|
|
PangPang
|
|
October 25, 2014, 10:45:13 AM |
|
i used desktop wallet before but the full nodes one takes few weeks to show up the bitcoins, anyway i switch to mobile, which is much
If you have problems with the bitcoin core wallet (takes lots of space/bandwidth, long initial sync, etc), you could try Electrum and Multibit. They are both thin clients, and you can find their description and links on https://bitcoin.org/en/choose-your-walletI've tried electrum, the first time I got into BTC but thenI've svitched to blockchains. They're the best, I'm using theirs online and mobile wallet. I'd recommend you that one. The blockchain.info wallet is indeed very good, but you should be careful with phishing emails and phishing links. Also, don't forget to enable 2FA for your wallet.
|
|
|
|
btcmulisha
Newbie
Offline
Activity: 28
Merit: 0
|
|
October 25, 2014, 12:30:27 PM |
|
What android wallet is the majority using?
|
|
|
|
df5102 (OP)
Newbie
Offline
Activity: 42
Merit: 0
|
|
October 25, 2014, 01:05:07 PM |
|
those desktop one, even for non full node, is very complicated. the android one 'silderbach' is very convenient although there maybe security issue.
|
|
|
|
|