Pages:
Author

Topic: Armory - Discussion Thread - page 97. (Read 521763 times)

legendary
Activity: 1428
Merit: 1093
Core Armory Developer
October 16, 2013, 06:20:44 PM

hmm... I just run "make"
What more I need to do ?
I see some warnings when I compile ramreduceleveldb version :/

EIDT:
Here is log from  "cd ccpForSwig; make swig":  http://virus.hostv.pl/make.log

I don't have the makefile in front of me, but just try running make instead of make swig.  It doesn't look like it built the library.

"cd BitcoinArmory; make" is mostly equivalent to "cd BitcoinArmory/cppForSwig; make swig".  Both should do the same thing. 
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
October 16, 2013, 06:18:30 PM

hmm... I just run "make"
What more I need to do ?
I see some warnings when I compile ramreduceleveldb version :/

EIDT:
Here is log from  "cd ccpForSwig; make swig":  http://virus.hostv.pl/make.log

I don't have the makefile in front of me, but just try running make instead of make swig.  It doesn't look like it built the library.
jr. member
Activity: 56
Merit: 1
October 15, 2013, 03:25:48 PM
When we can expect to see the multi-sig transactions? That would be awesome! Smiley
KS
sr. member
Activity: 448
Merit: 250
October 15, 2013, 12:34:02 PM
Win 7 and 0.89.99.5 and RAM reduction has worked wonders for me.  Thank you!

Stupid question: did you build from source or got an exe? I can't find anything past 0.88. (might be looking in the wrong places).

https://bitcointalksearch.org/topic/ram-reduction-backup-center-testing-version-0899916-299684

Yep, stupid question Grin

Thx Alan.
legendary
Activity: 1428
Merit: 1093
Core Armory Developer
October 15, 2013, 12:26:34 PM
Win 7 and 0.89.99.5 and RAM reduction has worked wonders for me.  Thank you!

Stupid question: did you build from source or got an exe? I can't find anything past 0.88. (might be looking in the wrong places).

https://bitcointalksearch.org/topic/ram-reduction-backup-center-testing-version-0899916-299684
KS
sr. member
Activity: 448
Merit: 250
October 15, 2013, 12:06:18 PM
Win 7 and 0.89.99.5 and RAM reduction has worked wonders for me.  Thank you!

Stupid question: did you build from source or got an exe? I can't find anything past 0.88. (might be looking in the wrong places).

Thx.
member
Activity: 72
Merit: 10
October 15, 2013, 04:48:45 AM
Did you make the swig files correctly?
hmm... I just run "make"
What more I need to do ?
I see some warnings when I compile ramreduceleveldb version :/

EIDT:
Here is log from  "cd ccpForSwig; make swig":  http://virus.hostv.pl/make.log

I use Gentoo witch python2.7 (as default and Make use good python version).
gcc -v :
Code:
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --without-ppl --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.3 p1.13, pie-0.5.2'
Thread model: posix
gcc version 4.6.3 (Gentoo 4.6.3 p1.13, pie-0.5.2)

legendary
Activity: 1764
Merit: 1002
October 14, 2013, 07:26:34 PM
Win 7 and 0.89.99.5 and RAM reduction has worked wonders for me.  Thank you!
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
October 14, 2013, 07:01:53 PM
Did you make the swig files correctly?
member
Activity: 72
Merit: 10
October 14, 2013, 05:33:24 PM
BTW how goin witch ramreduceleveldb ?
I sitll can't got working version :/
master branch compile and wokr witchout problem, but ramreduceleveldb crash at start:
Code:
~/BitcoinArmory $ python2.7 ArmoryQt.py --skip-online-check --skip-version-check --satoshi-datadir=/xxxxx/.bitcoin/
********************************************************************************
Loading Armory Engine:
   Armory Version:       0.89.97
   PyBtcWallet  Version: 1.35
Detected Operating system: Linux
   OS Variant            : ('Gentoo Base System', '2.0.1', '')
   User home-directory   : /xxxx
   Satoshi BTC directory : /xxxx/.bitcoin/
   Armory home dir       : /xxxx/.armory/
   Armory settings file  : /xxxx/.armory/ArmorySettings.txt
   Armory log file       : /xxxx/.armory/armorylog.txt
(CRITICAL) armoryengine.py:1005 - C++ block utilities not available.
(CRITICAL) armoryengine.py:1006 -    Make sure that you have the SWIG-compiled modules
(CRITICAL) armoryengine.py:1007 -    in the current directory (or added to the PATH)
(CRITICAL) armoryengine.py:1008 -    Specifically, you need:
(CRITICAL) armoryengine.py:1009 -        CppBlockUtils.py     and
(CRITICAL) armoryengine.py:1011 -        _CppBlockUtils.so
(ERROR) Traceback (most recent call last):
  File "ArmoryQt.py", line 30, in
    from armoryengine import *
  File "/xxxx/BitcoinArmory/armoryengine.py", line 1001, in
    import CppBlockUtils as Cpp
  File "/xxxx/BitcoinArmory/CppBlockUtils.py", line 26, in
    _CppBlockUtils = swig_import_helper()
  File "/xxxx/BitcoinArmory/CppBlockUtils.py", line 22, in swig_import_helper
    _mod = imp.load_module('_CppBlockUtils', fp, pathname, description)
ImportError: /xxxx/BitcoinArmory/_CppBlockUtils.so: undefined symbol: _ZN6snappy21GetUncompressedLengthEPKcmPm

Error in sys.excepthook:
Traceback (most recent call last):
  File "/xxxx/BitcoinArmory/armoryengine.py", line 582, in logexcept_override
    sys.__excepthook__(type, value, tback)
AttributeError: 'NoneType' object has no attribute '__excepthook__'

Original exception was:
Traceback (most recent call last):
  File "ArmoryQt.py", line 30, in
    from armoryengine import *
  File "/xxxx/BitcoinArmory/armoryengine.py", line 1001, in
    import CppBlockUtils as Cpp
  File "/xxxx/BitcoinArmory/CppBlockUtils.py", line 26, in
    _CppBlockUtils = swig_import_helper()
  File "/xxxx/BitcoinArmory/CppBlockUtils.py", line 22, in swig_import_helper
    _mod = imp.load_module('_CppBlockUtils', fp, pathname, description)
ImportError: /xxxx/BitcoinArmory/_CppBlockUtils.so: undefined symbol: _ZN6snappy21GetUncompressedLengthEPKcmPm

hero member
Activity: 700
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
October 14, 2013, 07:02:03 AM
Is a nice client... Keep update this Cheesy
newbie
Activity: 20
Merit: 0
October 14, 2013, 05:35:51 AM
I tried several times and this doesn't help
EDIT:
I tried again and it's help, thank You.
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
October 14, 2013, 03:15:48 AM
Hello
I have a problem with Armory on branch testing. Everything was ok for same time but now it is stuck on "Build databases and scan", messages from console:

I am using Arch x86_64.

Just kill it and restart it, the same happened to me.
newbie
Activity: 20
Merit: 0
October 13, 2013, 02:07:52 PM
Hello
I have a problem with Armory on branch testing. Everything was ok for same time but now it is stuck on "Build databases and scan", messages from console:
Code:

-INFO  - 1381678063: (BlockUtils.cpp:3542) Executing: doInitialSyncOnLoad                                                                                                        
-INFO  - 1381678063: (BlockUtils.cpp:3582) Number of registered addr: 546                                                                                                        
-INFO  - 1381678066: (BlockUtils.cpp:1709) Current Top block in HEADERS DB:  261914                                                                                              
-INFO  - 1381678066: (BlockUtils.cpp:1710) Current Top block in BLKDATA DB:  261914                                                                                              
-INFO  - 1381678066: (BlockUtils.cpp:1711) Current Applied blocks up to hgt: 0
...

-WARN  - 1381687484: (BlockUtils.cpp:4853) Marking orphan chain
-WARN  - 1381687484: (BlockUtils.cpp:4876) Done marking orphan chain
-WARN  - 1381687484: (BlockUtils.cpp:4853) Marking orphan chain
-WARN  - 1381687485: (BlockUtils.cpp:4876) Done marking orphan chain
-WARN  - 1381687485: (BlockUtils.cpp:4853) Marking orphan chain
-WARN  - 1381687485: (BlockUtils.cpp:4876) Done marking orphan chain
-WARN  - 1381687485: (BlockUtils.cpp:4853) Marking orphan chain
-WARN  - 1381687485: (BlockUtils.cpp:4876) Done marking orphan chain
-WARN  - 1381687485: (BlockUtils.cpp:4853) Marking orphan chain
-WARN  - 1381687485: (BlockUtils.cpp:4876) Done marking orphan chain
-WARN  - 1381687486: (BlockUtils.cpp:4853) Marking orphan chain
-WARN  - 1381687486: (BlockUtils.cpp:4876) Done marking orphan chain
-WARN  - 1381687486: (BlockUtils.cpp:4853) Marking orphan chain

I am using Arch x86_64.
full member
Activity: 147
Merit: 100
software developer
October 12, 2013, 12:12:31 PM
No, I can't see the transaction on blockchain.info as it is not in the blockchain.

Armory tells me the following (have restarted another time):
Block Number:              Not in the blockchain yet
Transaction Time:          2013-Sep-27 12:21
Transaction Direction:    Sent

Meanwhile Armory shows block 260418, so I'm connected and synchronized.

Blockchain.info shows the money resides still in my wallet while Armory remains in status 'send' with '0 confirmations' and 'Not in the blockchain yet' .

Just in case it may matter:
I had a lower transaction fee at first, but then was asked for 0,0005 by Armory which I agreed on, then the transaction was processed.
I'm not sure whether the network connection was interrupted during it has been sent, as I was connected via my mobile to the internet.

Is there any kind of command which re-propagates a transaction or reverts my deadlock somehow ??

Close Armory (and Bitcoin-Qt, if running it yourself).   Delete mempool.bin from your Armory home directory,  then restart Armory.   The tx will be forgotten and you can try again. 

Sorry for the late feedback.
And thank your very much for the fast support. Your solution provided works like a charm.

Enjoy your beer. Wink
newbie
Activity: 56
Merit: 0
October 07, 2013, 04:52:22 PM
I last posted because Armory was not working after a BitcoinQT update

I saw posts indicating that people weren't experiencing the same problems as I was.

I uninstalled BitcoinQT and Armory, removed the corresponding AppData folders, reinstalled, and everything is working again.

Can we expect to see a Paid version of the Armory Client software, I would certainly pay for a secure Armory version with support. Smiley

Thank you
KS
sr. member
Activity: 448
Merit: 250
October 07, 2013, 08:58:37 AM
(...), I think you should leave your laptop at home and enjoy your honeymoon. Smiley

Definitely!  Grin
sr. member
Activity: 275
Merit: 250
October 02, 2013, 06:10:27 AM
Congrats Alan! Smiley
hero member
Activity: 547
Merit: 500
Decor in numeris
October 02, 2013, 02:19:07 AM
As an Armory user who'd absolutely love to see a new release out with lower resource consumption, I think you should leave your laptop at home and enjoy your honeymoon. Smiley
+1

And congratulations!
legendary
Activity: 1120
Merit: 1152
October 01, 2013, 06:03:09 PM
As an Armory user who'd absolutely love to see a new release out with lower resource consumption, I think you should leave your laptop at home and enjoy your honeymoon. Smiley
Pages:
Jump to: