Bitcoin Forum
May 24, 2024, 07:32:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 [121] 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 ... 233 »
2401  Bitcoin / Armory / Re: Extremely long engine initialization, v 0.95.1 on: November 18, 2016, 02:52:19 PM
Post your logs.
2402  Bitcoin / Armory / Re: Armory 0.95 is out on: November 18, 2016, 02:46:09 PM
You should import your wallets offline first, then start online so as to let Armory scan the new addresses in a bulk. The missing history indicates the addresses either need to be scanned, or your blockchain copy is missing some blocks (what'st he top block displaying in the bottom right of Armory?)
2403  Bitcoin / Armory / Re: Can't broadcast offline transactions "The broadcast failed unexpectedly" on: November 17, 2016, 11:26:10 PM
Let's see dbLog.txt and armorylog.txt
2404  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 17, 2016, 07:24:24 PM
Code:
-INFO  - 1479389759: (BitcoinP2P.cpp:783) Connected to Bitcoin node

Bitcoin was running at least this one time, otherwise the DB wouldn't be able to connect.

Quote
Bitcoin QT is not installed globally so I can't really run it from the terminal like that, or I don't know how to do it. Do you need me to install it globally?

That's ok, you can cd to the folder and start the Binary yourself.

The JSON issue you are getting is that Armory (the client) fails to talk to your Bitcoin node over the RPC. This shouldn't prevent the client from processing further unless auto bitcoind management is enabled, in which case the client wants to query the bitcoind status (through the JSON RPC) to know when it is ready, before moving on.

So right now I'm guessing you have auto bitcoind enabled.

You have 2 solutions:

1) Turn off auto bitcoind (in File -> Settings in the Armory client) and manage bitcoin-qt yourself.

2) Open this file:

/home/rojaslee/.bitcoin/bitcoin.conf

and add this line:

server=1

Save it and start armory (just client, not the DB).
2405  Bitcoin / Armory / Re: Paper backup executed - no bitcoins... on: November 17, 2016, 12:17:03 PM
There is no history whatsoever? What is the top block shown by Armory in the bottom right corner?
2406  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 17, 2016, 02:57:31 AM
in Debian Linux if you get "command not found" then you usually need to call the name of the program first.


Did you want those commands in separate terminals as before?  or one after the other in the same terminal?

These are command names, not command line arguments. All cli arg for armory start with --. If the command is not found, it's just a caps issue or a typo.
2407  Bitcoin / Armory / Re: v95.1 "DB version mismatch. Use another dbdir!" on: November 16, 2016, 10:19:30 PM
Make sure ArmoryDB.exe isn't running.

Delete this folder:

C:\Users\x\AppData\Roaming\Armory\databases
2408  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 06:26:59 PM
i dont know where you got the idea that armory + some name would have any effect.

Run the following:

ArmoryDB
armory
bitcoin-qt
2409  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 05:32:40 PM
Ok I messed up. I want you to run 1 ArmoryDB and 1 ArmoryQt, not 2x ArmoryDB.
2410  Bitcoin / Armory / Re: Lockbox bugged? on: November 16, 2016, 04:37:37 PM
People have reported issues with lockboxes. I'll be looking into them for the next release.
2411  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 04:36:33 PM
Just start armorydb from another terminal now.
2412  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 03:44:06 AM
Is this your input when trying to run armorydb?

Code:
> armory armorydb

2413  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 03:19:34 AM
Show me the terminal output when running armorydb.
2414  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 01:13:24 AM
I can't seem to find the dblog.txt, is that also in .armory ?

It should be.

For now, delete /home/rojaslee/armory/databases, then run ArmoryDB from the terminal. Then run ArmoryQt from another terminal instance.
2415  Bitcoin / Armory / Re: Block Data Manager Error pageId out of range on: November 14, 2016, 04:38:16 PM
It doesn't look like you are running Bitcoin Core. Try this:

1) In Armory, go to Files > Settings. Turn off auto bitcoind (section).

2) Open this file in the notepad: C:\\Users\\Zeeshan\\AppData\\Roaming\\Bitcoin\\bitcoin.conf

Add this line in there: disablewallet=1

3) Save & close the file and start BitcoinQt manually. Let it catch up. Set it on the Peers tab.

4) Start Armory, make sure it shows up in the BitcoinQt Peers tab.

5) Try to spend again.


2416  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 14, 2016, 03:05:42 AM
951 still shows armorydb window?

In Windows, yes. Will take it down for next release.
2417  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 13, 2016, 11:29:57 PM
Let's see dbLog.txt and armorylog.txt in full. What piece of log you isolated is RPC failure, this won't prevent Armory from running on its own.
2418  Bitcoin / Armory / Re: Armory 0.95 is out on: November 13, 2016, 10:45:38 PM
Ever since ArmoryDB was separated out of Armory, I have been forced to run Core and Armory separately.

That's the preferred mode in any case. You may be experiencing path mismatches with auto bitcoind. That mode will change a lot under the hood next release, and I will also improve on the pathing customization. For now, bear with this.
2419  Bitcoin / Armory / Re: Failed import of private key on: November 13, 2016, 03:36:21 PM
So a person has to have experience in developing to be able to have something added to a To Do list?  Why?

You don't need experience coding, just know how to fork a repo, modify a couple .md and create a PR. It can all be done from github's webpage, graphically.

I encourage people to PR for 2 reasons:

1) Makes the community aware that the web portal is open source and up for contributions.

2) To get users involved in the process. This is a community project now, after all.

For reference, this is what the PR looked like for this particular change:

https://github.com/goatpig/BitcoinArmory/pull/140/files

Fairly simple. You shouldn't let the lingo deter you. This is a perfect opportunity to learn a little git-fu.
2420  Bitcoin / Armory / Re: 0.95 testing builds on: November 13, 2016, 02:34:28 PM
I'll reproduce and let you know.
Pages: « 1 ... 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 [121] 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!