The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
32 views

Do any of the Android-based wallets support cold storage?

Specifically I'm looking for Armory-like functionality where the transaction can be generated on an online system, transported to an offline android tablet or netbook via USB or QR code where it can ...
2
votes
2answers
76 views

What is a cost-efficient, fast and easy method of transferring btc between own computers?

I use a few computers and would like to perform bitcoin transactions from any of them. Thing is, I'm not very fond of the idea of paying the fee and waiting every time I want to transfer the coins ...
2
votes
1answer
105 views

Keeping a portable long-term offline wallet

I'd like to keep some bitcoins as a long-term investment - store them to a pen drive which I stash in some safe place, or otherwise backup it securely, then remove all traces from my online computer ...
0
votes
0answers
33 views

Which features on bitaddress.org will work when the page source is saved and loaded offline?

bitaddress.org offers several features including: Single wallet Paper wallet Bulk wallet Brain wallet Vanity wallet Wallet details The Vanity wallet appears to require input from a "Vanity Pool", ...
2
votes
1answer
126 views

Can a transfer be done over postal mail?

Suppose I'm stuck in the middle of nowhere with no internet access and I want to make a payment to a certain Bitcoin address. Is it possible to do a transfer via postal mail, and if so what ...
2
votes
1answer
193 views

how to sign a transaction using only offline computer?

I think it is possible to generate keys in a offline computer and sign. To create a transaction I need input transactions detail, and somehow I have to transfer signed transaction from offline ...
2
votes
3answers
314 views

Sending bitcoins programatically without running a node [duplicate]

How can I send bitcoins in my web app without running the daemon on my server? Is there a way to do it? Do third parties allow you to send through them?