Bitcoin Forum
May 25, 2024, 04:39:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 ... 233 »
481  Bitcoin / Armory / Re: Armory 0.96.5 LINUX offline and no won't load db on: February 26, 2019, 06:53:52 PM
You need to get Armory to scan the blockchain to get out of offline mode. If you want help doing that, you need to post your logs first.
482  Bitcoin / Armory / Re: Armory 0.96.5 LINUX offline and no won't load db on: February 25, 2019, 12:38:06 AM
Not visible? Have you broadcasted the transaction?
483  Bitcoin / Armory / Re: importing casascius coin private key on: February 21, 2019, 02:11:23 AM
Armory is fine for importing Cascacius coins. There is no write up that I can remember of, you'd have to search this subforum to unearth one from 2011.

The basics are straight forward however. Armory deterministic wallet backups do not cover imports, therefor if you import keys and want the funds to be covered by your backup, your best path is to move the BTC into your wallet after the import.

To import, you need the WIF base58 key (starts with 5) or the raw hex key. The process is as follows:

1) Start ArmoryQt in offline mode.

2) Go inside the Wallet Properties dialog of the wallet you want to import the key in.

3) Pick Import/Sweep Private Key on the right side menu. Pick import.

4) Once you're done adding in the keys, restart Armory in the regular mode. The wallet will be rescanned and the coins will be available to spend.

5) Make a transaction moving this coin into an address owned by your wallet.

Alternatively, you can cut on some of these steps by starting Armory the regular way and picking sweep instead of import when you input the private key. This will generate the transaction to move the coins for you.
484  Bitcoin / Armory / Re: ArmoryDB port 9001 on: February 06, 2019, 03:07:55 PM
If you are going to do it like this, start BitcoinQt manually first, then ArmoryDB, then finally ArmoryQt.
485  Bitcoin / Armory / Re: ArmoryDB port 9001 on: February 06, 2019, 02:35:19 PM
Quote
2019-02-06 12:35:03 (INFO) -- ArmoryUtils.pyc:1311 -     armorydb_port   : 9001

This is a leftover variable that has no effect since randomization of the db port. To see what port the DB is actually listening to, Go to the network tab of the resource monitor. In the process section, select ArmoryDB.exe, it will filter all activity in the other sections for that process. Then see for yourself in the listening port section.
486  Bitcoin / Armory / Re: ArmoryDB port 9001 on: February 06, 2019, 12:19:37 PM
For 0.96.5, the argument is "fcgi-port". Please stick to that version.

Are you running ArmoryDB manually? If so either add the arg to your command line:

Code:
ArmoryDB.exe --fcgi-port=14000

You can set this either in the target for a shortcut of ArmoryDB.exe, or when you spawn the DB from the command line. 14000 is just a stand in value to show what the full argument looks like, use whatever value you want. Keep in mind you need admin privileges to use ports below 1024.

You can also use the config file. Add this line to armorydb.conf:

Code:
fcgi-port=15000

This config file can be found in your datadir (where you wallets are). If you do not see the file there, create a plain text file and name it accordingly.

If you let ArmoryQt spawn the db for you, it will randomize the port to a value within [49150, 64150]
487  Bitcoin / Armory / Re: Armory Wallet, with Bitcoin Depot issues - deposit is lost? on: January 31, 2019, 07:24:26 AM
Quote
Do you think the Electrum address will work with the "Bitcoin Depot" type ATM?   With the original failed attempt with Electrum, it is very possible that the address could have been entered incorrectly.  On my last deposit with a manually entered address four attempts were required due to being hasty entering in the address.  Second attempt to scan the Armory  barcode with a laptop was successful at a distance greater than six inches.

Legacy Bitcoin addresses come with a 4 bytes checksum. It's virtually impossible to mess it up. Bech32 addresses have even stronger checksums. The only realistic way you could spend to an invalid address is if you are using wallet software that does not verify the checksum.
488  Bitcoin / Armory / Re: Armory 0.96.5 on: January 25, 2019, 07:05:23 PM
Thanks goatpig.

Quick bug report, it still defaults to the wrong path on install (32bit, rather than 64bit). Been a bug for a number of releases now, very annoying if you don't remember to change it!


It's somewhere in the NSIS settings, I never remember to update that =(
489  Bitcoin / Armory / Re: cannot initiate armory on: January 18, 2019, 01:32:56 AM
Just run that line and try again.
490  Bitcoin / Armory / Re: cannot initiate armory on: January 17, 2019, 06:37:23 PM
Did you install the dependencies?

Code:
sudo apt-get install git-core build-essential pyqt4-dev-tools swig libqtcore4 libqt4-dev python-qt4 python-dev python-twisted python-psutil automake autotools-dev libtool
491  Bitcoin / Armory / Re: How do I get online on: January 15, 2019, 08:57:29 PM
Start ArmoryDB.exe from the command line, what do you get? If it starts up fine, then run ArmoryQt.
492  Bitcoin / Armory / Re: How do I get online on: January 12, 2019, 12:59:57 AM
try satoshi-datadir="o:\btc-core\blocks"
493  Bitcoin / Armory / Re: Armory offline and no won't load db on: January 08, 2019, 04:03:34 PM
Why is your user name admin to begin with? The point of the user folder is for the account to have read/write path for processes to maintain the files they need.

From the looks of it, your blockchain data is either not accessible or you don't have any.

I can't really give you instructions until I know what user you are logging in as.
494  Bitcoin / Armory / Re: Armory offline and no won't load db on: January 07, 2019, 12:35:02 PM
You can run as admin but that's not recommended. Armory needs write access to the files and folders in your datadir besides the .conf files.
495  Bitcoin / Armory / Re: Armory offline and no won't load db on: January 04, 2019, 07:12:31 AM
Quote
2019-01-03 03:00:19 (ERROR) -- BDM.pyc:197 - DB error: C:\Users\Admin\AppData\Roaming/Bitcoin/blocks is not a valid path

Your user name is "Admin"? Chances are this is a permission issue, i.e. Armory cannot access this folder.
496  Bitcoin / Armory / Re: Armory offline and no won't load db on: January 03, 2019, 12:01:33 PM
Gonna need to see your logs then.
497  Bitcoin / Armory / Re: How to start Armory json rpc on: January 02, 2019, 04:46:30 PM
I have couple of questions, please clarify my doubt on it.
1. In Bitcoin core we used to call bitcoin-cli getwalletinfo through command line, and through json rpc curl request curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getwalletinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/. Do we have same thing in Armory, if let me know some example of it.

With armoryd, all calls assume the context that a current wallet is selected. To get data from other wallets, you need to select the relevant one. The first wallet armoryd loads is set as the default one.

There's a somewhat large armoryd example you can find here:

https://github.com/goatpig/BitcoinArmory/blob/master/webshop/server.py

Unfortunately I don't know how much of it still works, as it was written in 2014.

Quote
2. Can we have armory.conf file just like bitcoin.conf to have json rpc username and password in .armory/ folder

It would be armoryd.conf
498  Bitcoin / Armory / Re: Cannot get funds out of multi lock on: January 02, 2019, 04:41:58 PM
Need to see your logs.
499  Bitcoin / Armory / Re: How to start Armory json rpc on: December 27, 2018, 02:54:51 PM
Quote
what is command to run ArmoryDB?

./ArmoryDB


Quote
also by running this, i don't need to run python ArmoryQt.py

No.
500  Bitcoin / Armory / Re: How to start Armory json rpc on: December 27, 2018, 02:51:44 PM
Yeah that's not gonna work because the client randomizes the DB port when it automates it. Just run ArmoryDB on its own then armoryd.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!