Bitcoin Forum
May 03, 2024, 07:01:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: 0.95 testing builds  (Read 1847 times)
Ethorsen
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile
November 13, 2016, 03:52:47 AM
 #21

ArmoryDB is working fine, with all provided paths.      Running armory client locally (same linux instance) or from another linux instance is working nicely.    Only from Windows client I get this error.

Windows client to linux server?

Exactly.

Linux running bitcoind and ArmoryDB.  With nginx configured for fastcgi_pass.

Windows 10 running only armory client.

Both on same subset. 10.10.10.0/24
1714762886
Hero Member
*
Offline Offline

Posts: 1714762886

View Profile Personal Message (Offline)

Ignore
1714762886
Reply with quote  #2

1714762886
Report to moderator
1714762886
Hero Member
*
Offline Offline

Posts: 1714762886

View Profile Personal Message (Offline)

Ignore
1714762886
Reply with quote  #2

1714762886
Report to moderator
1714762886
Hero Member
*
Offline Offline

Posts: 1714762886

View Profile Personal Message (Offline)

Ignore
1714762886
Reply with quote  #2

1714762886
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714762886
Hero Member
*
Offline Offline

Posts: 1714762886

View Profile Personal Message (Offline)

Ignore
1714762886
Reply with quote  #2

1714762886
Report to moderator
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
November 13, 2016, 01:28:17 PM
 #22

Are you pointing the Windows client to the nginx instance by ip & port? You will need these CLI args:

https://github.com/goatpig/BitcoinArmory/blob/master/armoryengine/ArmoryUtils.py#L124
https://github.com/goatpig/BitcoinArmory/blob/master/armoryengine/ArmoryUtils.py#L125

Same goes for nginx vs the db ip & port.

Ethorsen
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile
November 13, 2016, 02:25:34 PM
 #23

I do.

How I start ArmoryDB
Code:
/usr/bin/ArmoryDB --db-type="DB_FULL" --satoshi-datadir="/media/Disk3/Bitcoin/bitcoin/blocks" --datadir="/media/Disk3/Bitcoin/armory" --dbdir="/media/Disk3/Bitcoin/armory/databases"


Nginx configs
Code:
server {
        listen       9002;
        server_name  10.10.10.26;

        location / {
            root           /;
            fastcgi_pass   127.0.0.1:9001;
            fastcgi_index  /;
            fastcgi_buffering on;
            fastcgi_buffer_size 4k;
            fastcgi_buffers 16 4k;
            fastcgi_param  SCRIPT_FILENAME  /scripts$fastcgi_script_name;
            include        fastcgi_params;
        }
    }


How I start ArmoryQt.exe
Code:
ArmoryQt.exe --armorydb-ip=10.10.10.26 --armorydb-port=9002
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
November 13, 2016, 02:34:28 PM
 #24

I'll reproduce and let you know.

Ethorsen
Newbie
*
Offline Offline

Activity: 16
Merit: 1


View Profile
November 14, 2016, 10:51:44 PM
 #25

Thank you.   
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!