The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
12 views

System error Database 1/0 error

I just updated my btc wallet to 0.8.1, I think, to a macbook. Now I can't open it, I keep getting an error message that says "System error Database 1/0 error"? I'm fairly technically illiterate so any ...
0
votes
2answers
151 views

Bitcoin-qt Not Syncing with errors

My bitcoin-qt (on ubuntu installed via the PPA) just plain won't sync. It's been running for days and no/little progress past ~82256 blocks remaining... I've also got an error displaying "Warning: ...
1
vote
0answers
29 views

transaction creation failed

I am using bitcoin Qt version v0.7.0-beta and when I tried to send a transaction (1.5 bitcoins) I received a message transaction creation failed what can be the reason? Few minutes ago I sent 0.1 ...
1
vote
1answer
82 views

Electrum Error Message “22”

When I try to send BTC from my Electrum wallet address to one of my unused addresses in Electrum, just as a test, it comes up with an error message (U'message':u'TX rejected, U'code':-22). I'm using ...
0
votes
1answer
84 views

Bitcoind returning “Invalid JSON-RPC 2.0 response”?

I am starting to use a basic implementation of Bitcoin JSON RPC (dzhuvinov library), and I am getting a strange result. Here is my code: public static void main(String[] args) { URL serverURL = ...