Bitcoin Forum
June 27, 2024, 12:44:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 04:41:31 PM
I capitalized. I assumed you wanted that.

Code:
rojaslee@debian:~$ ArmoryDB
/home/rojaslee
logging in /home/rojaslee/.armory/dbLog.txt
-INFO  - 1479314446: (main.cpp:23) Running on 4 threads
-INFO  - 1479314446: (main.cpp:24) Ram usage level: 4
-INFO  - 1479314446: (BlockUtils.cpp:1338) blkfile dir: /home/rojaslee/.bitcoin/blocks
-INFO  - 1479314446: (BlockUtils.cpp:1339) lmdb dir: /home/rojaslee/.armory/databases
-INFO  - 1479314446: (lmdb_wrapper.cpp:388) Opening databases...
-ERROR - 1479314446: (BDM_Server.cpp:953) There is already a process listening on 127.0.0.1:9001
-ERROR - 1479314446: (BDM_Server.cpp:955) ArmoryDB cannot start under these conditions. Shutting down!
-ERROR - 1479314446: (BDM_Server.cpp:956) Make sure to shutdown the conflicting processbefore trying again (most likely another ArmoryDB instance).
rojaslee@debian:~$
22  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 12:50:45 PM
Oh, thanks for the correction Goatpig:

Code:
rojaslee@debian:~$ ArmoryDB
/home/rojaslee
logging in /home/rojaslee/.armory/dbLog.txt
-INFO  - 1479300560: (main.cpp:23) Running on 4 threads
-INFO  - 1479300560: (main.cpp:24) Ram usage level: 4
-INFO  - 1479300560: (BlockUtils.cpp:1338) blkfile dir: /home/rojaslee/.bitcoin/blocks
-INFO  - 1479300560: (BlockUtils.cpp:1339) lmdb dir: /home/rojaslee/.armory/databases
-INFO  - 1479300560: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 1479300560: (BlockUtils.cpp:1521) Executing: doInitialSyncOnLoad
-INFO  - 1479300560: (DatabaseBuilder.cpp:169) Reading headers from db
-WARN  - 1479300560: (lmdb_wrapper.cpp:1175) No headers in DB yet!
-INFO  - 1479300560: (DatabaseBuilder.cpp:208) Found 1 headers in db
-INFO  - 1479300560: (DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 1479300560: (BitcoinP2P.cpp:783) Connected to Bitcoin node
-INFO  - 1479300563: (DatabaseBuilder.cpp:268) parsed block file #1
-INFO  - 1479300565: (DatabaseBuilder.cpp:268) parsed block file #2
-INFO  - 1479300567: (DatabaseBuilder.cpp:268) parsed block file #3
-INFO  - 1479300569: (DatabaseBuilder.cpp:268) parsed block file #5
-INFO  - 1479300570: (DatabaseBuilder.cpp:268) parsed block file #6
-INFO  - 1479300571: (DatabaseBuilder.cpp:268) parsed block file #7
-INFO  - 1479300574: (DatabaseBuilder.cpp:268) parsed block file #9
-INFO  - 1479300575: (DatabaseBuilder.cpp:268) parsed block file #10
-INFO  - 1479300576: (DatabaseBuilder.cpp:268) parsed block file #11
-INFO  - 1479300579: (DatabaseBuilder.cpp:268) parsed block file #13
-INFO  - 1479300580: (DatabaseBuilder.cpp:268) parsed block file #14
-INFO  - 1479300581: (DatabaseBuilder.cpp:268) parsed block file #15
-INFO  - 1479300584: (DatabaseBuilder.cpp:268) parsed block file #17
-INFO  - 1479300585: (DatabaseBuilder.cpp:268) parsed block file #18
-INFO  - 1479300586: (DatabaseBuilder.cpp:268) parsed block file #19
-INFO  - 1479300589: (DatabaseBuilder.cpp:268) parsed block file #21


and the log entries keep going, seemingly without stop
23  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 04:17:05 AM
because armorydb alone yields the follwing

Code:
rojaslee@debian:~$ armorydb
bash: armorydb: command not found
rojaslee@debian:~$

same for armoryDB

Code:
rojaslee@debian:~$ armoryDB
bash: armoryDB: command not found
rojaslee@debian:~$
24  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 04:00:27 AM
Is this your input when trying to run armorydb?

Code:
> armory armorydb



Yes.

In both instances that was the command
25  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 03:38:24 AM
and here it is after closing bitcoind

https://dl.dropboxusercontent.com/u/48114501/armorydb2.txt
26  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 03:24:08 AM
Show me the terminal output when running armorydb.

Code:
rojaslee@debian:~$ armory armorydb
/usr/lib/armory/armoryengine/Transaction.py:2760: SyntaxWarning: import * only allowed at module level
  def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
(WARNING) ArmoryQt.py:2233 - Tried to start bitcoind, but satoshi already running

27  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 01:48:42 AM
and, I just had armory close bitcoinQT and the terminal gave me these errors:


https://dl.dropboxusercontent.com/u/48114501/secondLog
28  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 01:34:24 AM
Sorry the dblog.txt file is not there for some reason.

the armorydb command launched the GUI as well, so when I opened another terminal and ran armoryqt it gave me the following error:

Code:
rojaslee@debian:~$ armory armoryqt
/usr/lib/armory/armoryengine/Transaction.py:2760: SyntaxWarning: import * only allowed at module level
  def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
(ERROR) ArmoryQt.py:6836 - Socket already in use.  Sending CLI args to existing proc.
(ERROR) ArmoryQt.py:6840 - Exiting...



29  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 16, 2016, 12:44:47 AM
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.

Sorry for the delayed reply.

I can't seem to find the dblog.txt, is that also in .armory ?

Please click here for the armorylog.txt which is too large for this post:

https://dl.dropboxusercontent.com/u/48114501/armorylog.txt

30  Bitcoin / Armory / Re: Armory 0.95.1 is out on: November 13, 2016, 11:12:32 PM
Hi Goatpig, first of all thanks for all your work.

I am having the same problem with the DB but I have 16Gb of RAM plus 16Gb of memory swap, so I don't think RAM is the problem with this bug.

At first it would give me the DB error message. Now I tried a clean start by deleting the .armory file and at this point it won't even launch most of the time.

Code:
Traceback (most recent call last):
  File "/usr/lib/armory/SDM.py", line 765, in __backgroundRequestTopBlock
    numblks = self.proxy.getinfo()['blocks']
  File "/usr/lib/armory/bitcoinrpc_jsonrpc/authproxy.py", line 105, in __call__
    resp = json.loads(resp, parse_float=decimal.Decimal)
  File "/usr/lib/python2.7/json/__init__.py", line 351, in loads
    return cls(encoding=encoding, **kw).decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
2016-11-13 17:34 (ERROR) -- SDM.py:791 - ValueError in bkgd req top blk
Traceback (most recent call last):
  File "/usr/lib/armory/SDM.py", line 765, in __backgroundRequestTopBlock
    numblks = self.proxy.getinfo()['blocks']
  File "/usr/lib/armory/bitcoinrpc_jsonrpc/authproxy.py", line 105, in __call__
    resp = json.loads(resp, parse_float=decimal.Decimal)
  File "/usr/lib/python2.7/json/__init__.py", line 351, in loads
    return cls(encoding=encoding, **kw).decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
2016-11-13 17:34 (ERROR) -- SDM.py:791 - ValueError in bkgd req top blk
Traceback (most recent call last):
  File "/usr/lib/armory/SDM.py", line 765, in __backgroundRequestTopBlock
    numblks = self.proxy.getinfo()['blocks']
  File "/usr/lib/armory/bitcoinrpc_jsonrpc/authproxy.py", line 105, in __call__
    resp = json.loads(resp, parse_float=decimal.Decimal)
  File "/usr/lib/python2.7/json/__init__.py", line 351, in loads
    return cls(encoding=encoding, **kw).decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
2016-11-13 17:34 (ERROR) -- SDM.py:791 - ValueError in bkgd req top blk
Traceback (most recent call last):
  File "/usr/lib/armory/SDM.py", line 765, in __backgroundRequestTopBlock
    numblks = self.proxy.getinfo()['blocks']
  File "/usr/lib/armory/bitcoinrpc_jsonrpc/authproxy.py", line 105, in __call__
    resp = json.loads(resp, parse_float=decimal.Decimal)
  File "/usr/lib/python2.7/json/__init__.py", line 351, in loads
    return cls(encoding=encoding, **kw).decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
2016-11-13 17:34 (ERROR) -- SDM.py:791 - ValueError in bkgd req top blk
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!