Bitcoin Forum
July 07, 2024, 12:24:29 AM *
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 76 77 78 79 80 81 82 83 ... 461 »
641  Bitcoin / Hardware wallets / Re: trezor hung during seed creation on: January 10, 2021, 11:19:41 PM
yeah, tried different cable, same shit

some network error, problem retrieving resource in the log

fml

trying on another box
642  Bitcoin / Hardware wallets / Re: trezor hung during seed creation on: January 10, 2021, 10:35:14 PM
thanks, did that, then it hung up on the 19th word

now it seems to be hung up on a firmware update...
643  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: January 10, 2021, 10:10:41 PM
brand new trezor 1, going through the process, start to copy down the paper seed backup, it shows me the first word, write it down click the next/right button on the trezor, it shows me the second word, write it down click the button...nothing, click click click, hold button down...nothing, cant move to 3rd word

does not exactly instill confidence
644  Bitcoin / Hardware wallets / trezor hung during seed creation on: January 10, 2021, 10:10:04 PM
brand new trezor 1, going through the process, start to copy down the paper seed backup, it shows me the first word, write it down click the next/right button on the trezor, it shows me the second word, write it down click the button...nothing, click click click, hold button down...nothing, cant move to 3rd word

does not exactly instill confidence
645  Bitcoin / Armory / Re: I only have password to armory on: January 09, 2021, 09:30:16 PM
It is unclear if by "notebook" you mean a pad of paper or a small computer. 

If it is a computer and it has files that look like armory_XXxxXXXxx_.wallet then you are good.

If it is paper then you need the two lines of 4 character groups like HCP said above.
646  Bitcoin / Armory / Re: Recovering an old Armory wallet on: January 09, 2021, 09:01:31 PM
I would not wait for the drive recovery to get started.  Depending on your internet connection and computer equipment Bitcoin Core can take several days to sync.  The blockchain has grown very large since you were involved.  Make sure you have ample free space, some 350 gigs as of now and growing every 10 minutes.  An SSD is ideal and plenty of free RAM helps also.

I recommend you get that part prepared and running now.  I thought I had a good copy of the blockchain but discovered that it had become pruned somehow, I have been downloading for 2 days now with another day to go and I have pretty good internet.
647  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 09, 2021, 05:19:35 AM
648  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 08, 2021, 09:21:58 PM
649  Bitcoin / Armory / Re: verifying windows installers on: January 08, 2021, 08:48:29 PM
OK, I think I got it figured out, I will post it here as given recent events others may be doing this for the first time in many years.

>right click on the windows icon and choose "Windows PowerShell" from the drop

>at that prompt
Code:
Get-FileHash path to your file (eg;C:\Downloads\armory_0.96.5_win64.exe) -A SHA256
and press enter, this will return a long hex string

>compare this string to the one for your specific download in the file at https://github.com/goatpig/BitcoinArmory/releases/download/v0.96.5/sha256sum.txt.asc    it does not appear to be case sensitive, the power shell returns all caps, the string should match but the one in the signed file is lowercase letters.

>you can automate the comparison with a little more code
Code:
(Get-FileHash path to your file (eg;C:\Downloads\armory_0.96.5_win64.exe) -A SHA256).hash -eq "paste the hash here"
note that there do not seem to be context menus in the power shell, I was able to paste the string with Ctrl V however.  This should return "True" which in my case it did.

I think that's it, really simple.

If anyone has anything to add please do.
650  Bitcoin / Armory / verifying windows installers on: January 08, 2021, 06:16:18 PM
Can some one walk me through the procedure to verify the sha256sum of an installer in windows?

I looked back 4 pages here and worked through several search engine hits but did not find what I need.

Trying to get an offline signer set up.

thanks
651  Bitcoin / Armory / Re: "Parsing Tx Hashes" all night, hung or wait? on: January 07, 2021, 10:15:32 PM
well god dammit, lol

This whole exercise was precipitated by trying to NOT re-download the entire chain, but alas, it appears you are correct and while I do have ample space, it appears that the folder is only 6 gigs in size...

ok then...see you all in a few days after I get that sorted
652  Bitcoin / Armory / Re: "Parsing Tx Hashes" all night, hung or wait? on: January 07, 2021, 07:30:44 PM
netstat -ltnp returns

Code:
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      2443/cupsd         
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      2915/smbd           
tcp        0      0 127.0.0.1:8223          0.0.0.0:*               LISTEN      6385/python2       
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      2915/smbd           
tcp        0      0 0.0.0.0:49709           0.0.0.0:*               LISTEN      1876/rpc.statd     
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1847/rpcbind       
tcp6       0      0 ::1:631                 :::*                    LISTEN      2443/cupsd         
tcp6       0      0 :::445                  :::*                    LISTEN      2915/smbd           
tcp6       0      0 :::36579                :::*                    LISTEN      1876/rpc.statd     
tcp6       0      0 :::6566                 :::*                    LISTEN      2744/saned         
tcp6       0      0 :::139                  :::*                    LISTEN      2915/smbd           
tcp6       0      0 :::111                  :::*                    LISTEN      1847/rpcbind   

this while armorycplog.txt is spamming

Code:
-ERROR - : (StringSockets.cpp:351) FcgiSocket::writeAndRead FcgiError: unknown fcgi header request byte

fresh armorylog.txt   https://pastebin.com/0ZCpn4ua

fresh dblog.txt 

Quote

Log file opened at 10:59:34: /home/stg/.armory/dbLog.txt
-INFO  - 10:59:34: (main.cpp:32) Running on 8 threads
-INFO  - 10:59:34: (main.cpp:33) Ram usage level: 50
-INFO  - 10:59:34: (BlockUtils.cpp:915) blkfile dir: /media/BITCORE/Blockchain/blocks
-INFO  - 10:59:34: (BlockUtils.cpp:916) lmdb dir: /home/stg/.armory/databases
-INFO  - 10:59:34: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 10:59:34: (BDM_Server.h:263) Listening on port 59328
-INFO  - 10:59:34: (BlockUtils.cpp:1108) Executing: doInitialSyncOnLoad
-INFO  - 10:59:34: (DatabaseBuilder.cpp:199) Reading headers from db
-WARN  - 10:59:34: (lmdb_wrapper.cpp:1241) No headers in DB yet!
-INFO  - 10:59:34: (DatabaseBuilder.cpp:238) Found 1 headers in db
-INFO  - 10:59:34: (DatabaseBuilder.cpp:71) updating HEADERS db
-INFO  - 10:59:34: (Blockchain.cpp:248) Organizing chain
-INFO  - 10:59:34: (Blockchain.cpp:370) Organized chain in 0s
-INFO  - 10:59:34: (DatabaseBuilder.cpp:76) updated HEADERS db in 0s
-INFO  - 10:59:34: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 10:59:34: (DatabaseBuilder.cpp:1231) verifying txfilters integrity
-INFO  - 10:59:34: (DatabaseBuilder.cpp:1314) done checking txfilters
-INFO  - 10:59:34: (BDM_supportClasses.cpp:1891) Enabling zero-conf tracking
-INFO  - 10:59:34: (BDM_Server.cpp:1121) registered bdv: efd166360b74055c3d4d
-INFO  - 10:59:34: (BDM_supportClasses.cpp:401) Starting address registration process
-ERROR - 10:59:34: (lmdb_wrapper.cpp:1503) Headers DB has no block at height: 0
-ERROR - 10:59:34: (lmdb_wrapper.cpp:1483) No headers at height 0
-ERROR - 10:59:34: (BlockchainScanner.cpp:445) Missing file map for output scan, this is unexpected
-ERROR - 10:59:34: (BlockchainScanner.cpp:447) Has the following block files:
-ERROR - 10:59:34: (BlockchainScanner.cpp:451) Was looking for id #4294967295


Log file opened at 11:17:09: /home/stg/.armory/dbLog.txt
-INFO  - 11:17:09: (main.cpp:32) Running on 8 threads
-INFO  - 11:17:09: (main.cpp:33) Ram usage level: 50
-INFO  - 11:17:09: (BlockUtils.cpp:915) blkfile dir: /media/BITCORE/Blockchain/blocks
-INFO  - 11:17:09: (BlockUtils.cpp:916) lmdb dir: /home/stg/.armory/databases
-INFO  - 11:17:09: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 11:17:09: (BDM_Server.h:263) Listening on port 50407
-INFO  - 11:17:09: (BlockUtils.cpp:1108) Executing: doInitialSyncOnLoad
-INFO  - 11:17:09: (DatabaseBuilder.cpp:199) Reading headers from db
-WARN  - 11:17:09: (lmdb_wrapper.cpp:1241) No headers in DB yet!
-INFO  - 11:17:09: (DatabaseBuilder.cpp:238) Found 1 headers in db
-INFO  - 11:17:09: (DatabaseBuilder.cpp:71) updating HEADERS db
-INFO  - 11:17:09: (Blockchain.cpp:248) Organizing chain
-INFO  - 11:17:09: (Blockchain.cpp:370) Organized chain in 0s
-INFO  - 11:17:09: (DatabaseBuilder.cpp:76) updated HEADERS db in 0s
-INFO  - 11:17:09: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 11:17:09: (DatabaseBuilder.cpp:1231) verifying txfilters integrity
-INFO  - 11:17:09: (DatabaseBuilder.cpp:1314) done checking txfilters
-INFO  - 11:17:09: (BDM_supportClasses.cpp:1891) Enabling zero-conf tracking
-INFO  - 11:17:09: (BDM_Server.cpp:1121) registered bdv: bbff82b8b99c0c3a6db6
-INFO  - 11:17:09: (BDM_supportClasses.cpp:401) Starting address registration process
-ERROR - 11:17:09: (lmdb_wrapper.cpp:1503) Headers DB has no block at height: 0
-ERROR - 11:17:09: (lmdb_wrapper.cpp:1483) No headers at height 0
-ERROR - 11:17:09: (BlockchainScanner.cpp:445) Missing file map for output scan, this is unexpected
-ERROR - 11:17:09: (BlockchainScanner.cpp:447) Has the following block files:
-ERROR - 11:17:09: (BlockchainScanner.cpp:451) Was looking for id #4294967295

I have gone so far as to uninstall armory and reinstall it and this behavior persists.
653  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 07, 2021, 05:05:05 PM
654  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 07, 2021, 03:45:42 AM


censorship will not be tolerated
655  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 06, 2021, 10:23:43 PM
656  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 06, 2021, 05:33:54 AM
Work out plan for 2021

Every Day BTC hits a new ATH, i will do an intense day of workout.
1yr
657  Bitcoin / Armory / Re: "Parsing Tx Hashes" all night, hung or wait? on: January 05, 2021, 06:27:21 PM
I know that this is veering off topic of strictly Armory support into general linux tutoring, but is there a way to discover what this other process is that is squatting my port?
658  Bitcoin / Armory / Re: "Parsing Tx Hashes" all night, hung or wait? on: January 05, 2021, 04:35:27 PM
would I also have to change the port that QT is sending on, or am I misunderstanding the whole thing?
659  Bitcoin / Armory / Re: "Parsing Tx Hashes" all night, hung or wait? on: January 05, 2021, 03:53:40 PM
ok, is there a guide to modifying the port settings?
660  Bitcoin / Armory / Re: "Parsing Tx Hashes" all night, hung or wait? on: January 05, 2021, 01:03:03 AM
Code:
-ERROR - : (StringSockets.cpp:351) FcgiSocket::writeAndRead FcgiError: unknown fcgi header request byte

is this a clue?
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 76 77 78 79 80 81 82 83 ... 461 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!