Search content
Sort by

Showing 5 of 5 results by Burrito
Post
Topic
Board Bitcoin Technical Support
Re: could anyone tell me what is going on here?
by
Burrito
on 20/01/2014, 13:58:52 UTC
Cryptsy has them. If you're not seeing them in your Cryptsy account, it must be a problem on their end. "Not redeemed yet" doesn't mean you don't *have* them. It means they haven't been spent again since being sent there.
Post
Topic
Board Bitcoin Technical Support
Re: could anyone tell me what is going on here?
by
Burrito
on 20/01/2014, 12:20:52 UTC
Looks like you either didn't phrase your question clearly, or you don't know what 'redeeming' means.

When someone sends coins to your address, the transaction is basically a message to the network that says "the owner of the address 'DP1KxzV...' can spend these coins as of now". When you spend them, you redeem them by proving that you own the address they were originally sent to. So, when you spend the coins involved in that transaction, you 'redeem' them from the transaction's output and publish a similar message stating that the owner of another address can spend them. These messages are transactions.

tl;dr: The coins belong to DP1KxzVPdNdxcbioCrBaChxPNoAFQSwQK1, there is nothing wrong with that transaction.

Hope that helps.
Post
Topic
Board Armory
Re: Can't get Armory to work properly - repeatedly scans database, and then UI hang.
by
Burrito
on 28/11/2013, 20:53:38 UTC
I am guessing you have something wrong with one of the dependencies

Then it must be a problem in the .deb package hosted on their website. I'll try and build it from source, thanks.

I've found Coinbase to be the quickest online wallet to get started

Unfortunately, that's not an option apart from small change. Right now I'm using Bitcoin-Qt, but I really love Armory's security and deterministic wallet features.
Post
Topic
Board Armory
Re: Can't get Armory to work properly - repeatedly scans database, and then UI hang.
by
Burrito
on 28/11/2013, 20:27:15 UTC
Post it on services section. There is a bounty program running there to fix bugs with armory.

I would, unfortunately I'm still under newbie restrictions.

edit: Couldn't quickly find that bounty program's topic, but I moved this to Armory's section now.
Post
Topic
Board Armory
Topic OP
Can't get Armory to work properly - repeatedly scans database, and then UI hang.
by
Burrito
on 28/11/2013, 20:16:13 UTC
I'm using the 64-bit version of Armory 0.9, on Linux Mint 13, and have had lots of trouble getting it to work. Its logs report it as 0.89.99.16, but the UI and my package manager reports it as 0.90.

When I start it without a ~/.armory/databases folder, it downloads and builds its database of the blockchain. And then it scans it, twice, maybe three times. Finally, after around 2-4 hours, the Qt user interface hangs, with input delays of around 3 minutes (when I click something, it takes 3 minutes to happen, and when it does happen, it happens slowly). My process manager (htop) tells me that ArmoryQt.py and bitcoind still run after I close Armory, using around 60% of processing power. Killing Armory with signal 15 (SIGTERM) doesn't work, so I have to kill it with signal 9 (SIGKILL). Killing Bitcoind with signal 15 works fine.

When I open Armory again, it plays the same game, making the whole program unusable. Any ideas? Huh