Search content
Sort by

Showing 20 of 46 results by Skag
Post
Topic
Board Armory
Re: RPC disabled! (in purple)
by
Skag
on 13/10/2017, 17:37:22 UTC
Code:
Log file opened at 17:13:38.000: F:\Armory/dbLog.txt
-INFO  - 17:13:38.000: (..\main.cpp:32) Running on 4 threads
-INFO  - 17:13:38.000: (..\main.cpp:33) Ram usage level: 4
-INFO  - 17:13:38.000: (..\BlockUtils.cpp:908) blkfile dir: F:\Bitcoin/blocks
-INFO  - 17:13:38.000: (..\BlockUtils.cpp:909) lmdb dir: F:\Armory\databases
-INFO  - 17:13:38.000: (..\lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 17:13:38.078: (c:\users\goat\code\armory6\cppforswig\BDM_Server.h:249) Listening on port 54295
-ERROR - 17:13:38.094: (..\nodeRPC.cpp:150) unexpected cookie file content
-ERROR - 17:13:38.125: (..\nodeRPC.cpp:150) unexpected cookie file content
-INFO  - 17:13:38.125: (..\BlockUtils.cpp:1092) Executing: doInitialSyncOnLoad
-INFO  - 17:13:40.250: (..\BDM_Server.cpp:1074) registered bdv: 1de7a6205eeab72701ad
-INFO  - 17:13:57.078: (..\DatabaseBuilder.cpp:190) Reading headers from db
-WARN  - 17:14:01.078: (..\Blockchain.cpp:63) block id duplicate: 477174
-INFO  - 17:14:02.391: (..\DatabaseBuilder.cpp:229) Found 489506 headers in db
-INFO  - 17:14:06.141: (..\DatabaseBuilder.cpp:63) Rewinding 100 blocks
-INFO  - 17:14:06.141: (..\DatabaseBuilder.cpp:70) updating HEADERS db
-INFO  - 17:14:07.531: (..\DatabaseBuilder.cpp:482) Found next block after skipping 999968bytes
-INFO  - 17:14:08.750: (..\DatabaseBuilder.cpp:272) parsed block file #1024
-INFO  - 17:14:08.828: (..\DatabaseBuilder.cpp:272) parsed block file #1025
-INFO  - 17:14:08.844: (..\Blockchain.cpp:246) Organizing chain
-INFO  - 17:14:08.937: (..\Blockchain.cpp:360) Organized chain in 0.09s
-INFO  - 17:14:08.937: (..\DatabaseBuilder.cpp:75) updated HEADERS db in 1.791s
-INFO  - 17:14:08.937: (..\DatabaseBuilder.cpp:1121) verifying txfilters integrity
-INFO  - 17:14:09.562: (..\DatabaseBuilder.cpp:1205) done checking txfilters
-INFO  - 17:14:09.625: (..\DatabaseBuilder.cpp:127) scanning new blocks from #489506 to #489507
-INFO  - 17:14:09.781: (..\BlockchainScanner.cpp:665) scanned from height #489506 to #489507
-INFO  - 17:14:09.797: (..\BlockDataMap.cpp:313) gc count: 1
-INFO  - 17:14:09.797: (..\BlockDataMap.cpp:314) peak: 1
-INFO  - 17:14:09.797: (..\BlockDataMap.cpp:316)    file id: 1025
-INFO  - 17:14:09.797: (..\DatabaseBuilder.cpp:177) scanned new blocks in 0.17s
-INFO  - 17:14:09.797: (..\DatabaseBuilder.cpp:181) init db in 30.672s
-INFO  - 17:14:09.797: (..\BDM_supportClasses.cpp:1873) Enabling zero-conf tracking
-ERROR - 17:14:09.891: (..\nodeRPC.cpp:150) unexpected cookie file content
-INFO  - 17:14:14.750: (..\BitcoinP2P.cpp:947) Connected to Bitcoin node
-ERROR - 17:14:14.797: (..\nodeRPC.cpp:150) unexpected cookie file content
-WARN  - 17:14:37.125: (..\BDM_supportClasses.cpp:1937) running 10 zc parser threads
-WARN  - 17:14:37.125: (..\BDM_supportClasses.cpp:1937) running 15 zc parser threads
-INFO  - 17:14:39.266: (..\DatabaseBuilder.cpp:482) Found next block after skipping 33375bytes
-WARN  - 17:15:13.031: (..\BDM_supportClasses.cpp:1937) running 20 zc parser threads
-WARN  - 17:15:13.031: (..\BDM_supportClasses.cpp:1937) running 25 zc parser threads
-WARN  - 17:15:13.031: (..\BDM_supportClasses.cpp:1937) running 30 zc parser threads
-WARN  - 17:15:13.031: (..\BDM_supportClasses.cpp:1937) running 35 zc parser threads
-INFO  - 17:16:05.500: (..\BlockchainScanner.cpp:665) scanned from height #489508 to #489508
-INFO  - 17:16:32.234: (..\BlockchainScanner.cpp:665) scanned from height #489509 to #489509
-INFO  - 17:16:59.578: (..\BlockchainScanner.cpp:665) scanned from height #489510 to #489510
-INFO  - 17:17:16.234: (..\BlockchainScanner.cpp:665) scanned from height #489511 to #489511
-INFO  - 17:17:17.750: (..\BlockchainScanner.cpp:665) scanned from height #489512 to #489512
-WARN  - 17:23:58.562: (..\BDM_supportClasses.cpp:1937) running 40 zc parser threads
-WARN  - 17:23:58.578: (..\BDM_supportClasses.cpp:1937) running 45 zc parser threads
-WARN  - 17:23:58.578: (..\BDM_supportClasses.cpp:1937) running 50 zc parser threads
-INFO  - 17:27:10.562: (..\BDM_Server.cpp:1103) unregistered bdv: 1de7a6205eeab72701ad
-INFO  - 17:27:10.594: (..\BDM_Server.cpp:1014) proceeding to shutdown
-ERROR - 17:27:10.609: (..\BitcoinP2P.cpp:1027) caught SocketError exception in processDataStackThread: POLLNVAL in readFromSocketThread
-INFO  - 17:27:10.609: (..\BitcoinP2P.cpp:969) Disconnected from Bitcoin node
-ERROR - 17:27:10.625: (..\nodeRPC.cpp:150) unexpected cookie file content
-ERROR - 17:27:10.625: (..\BDM_mainthread.cpp:287) caught exception in main thread: terminate
Post
Topic
Board Armory
Re: RPC disabled! (in purple)
by
Skag
on 12/10/2017, 15:17:03 UTC
Your bitcoin.conf needs to have the following lines:

Code:
server=1

Also, these lines should not be present:

Code:
rpcuser=****
rpcpass=****

server=1 I just added but no difference.

rpcuser=****
rpcpass=****

These aren't present anyway.
Post
Topic
Board Armory
Re: RPC disabled! (in purple)
by
Skag
on 12/10/2017, 11:09:38 UTC
Scrap this. I initially opened this thread because I couldn't transfer my BTC, and thought it was related with the "purple message" issue.
But now I was able to transfer successfully.

What gives with the purple message though?
Post
Topic
Board Armory
RPC disabled! (in purple)
by
Skag
on 12/10/2017, 11:01:39 UTC
Running on 0.96.1.
Says Connected in purple, and bitcoin core seems to kick off ok.

Code:
Log file opened at 11:58:49.000: F:\Armory/dbLog.txt
-INFO  - 11:58:49.000: (..\main.cpp:32) Running on 4 threads
-INFO  - 11:58:49.000: (..\main.cpp:33) Ram usage level: 4
-INFO  - 11:58:49.000: (..\BlockUtils.cpp:908) blkfile dir: F:\Bitcoin/blocks
-INFO  - 11:58:49.000: (..\BlockUtils.cpp:909) lmdb dir: F:\Armory\databases
-INFO  - 11:58:49.000: (..\lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 11:58:49.063: (c:\users\goat\code\armory6\cppforswig\BDM_Server.h:249) Listening on port 58148
-ERROR - 11:58:49.063: (..\nodeRPC.cpp:150) unexpected cookie file content
-ERROR - 11:58:49.079: (..\nodeRPC.cpp:150) unexpected cookie file content
-INFO  - 11:58:49.079: (..\BlockUtils.cpp:1092) Executing: doInitialSyncOnLoad
-INFO  - 11:58:50.157: (..\BDM_Server.cpp:1074) registered bdv: 579b825be52b93504f66
-INFO  - 11:58:54.954: (..\DatabaseBuilder.cpp:190) Reading headers from db
-WARN  - 11:58:58.094: (..\Blockchain.cpp:63) block id duplicate: 477174
-INFO  - 11:58:59.469: (..\DatabaseBuilder.cpp:229) Found 489497 headers in db
-INFO  - 11:59:04.469: (..\DatabaseBuilder.cpp:63) Rewinding 100 blocks
-INFO  - 11:59:04.469: (..\DatabaseBuilder.cpp:70) updating HEADERS db
-INFO  - 11:59:04.688: (..\DatabaseBuilder.cpp:482) Found next block after skipping 1041817bytes
-INFO  - 11:59:05.141: (..\DatabaseBuilder.cpp:272) parsed block file #1025
-INFO  - 11:59:06.375: (..\Blockchain.cpp:246) Organizing chain
-INFO  - 11:59:06.469: (..\Blockchain.cpp:360) Organized chain in 0.086s
-INFO  - 11:59:06.469: (..\DatabaseBuilder.cpp:75) updated HEADERS db in 1.994s
-INFO  - 11:59:06.469: (..\DatabaseBuilder.cpp:1121) verifying txfilters integrity
-INFO  - 11:59:06.079: (..\DatabaseBuilder.cpp:1205) done checking txfilters
-INFO  - 11:59:06.172: (..\DatabaseBuilder.cpp:127) scanning new blocks from #489497 to #489496
-INFO  - 11:59:06.172: (..\BlockchainScanner.cpp:52) no history to scan
-INFO  - 11:59:06.172: (..\BlockDataMap.cpp:313) gc count: 0
-INFO  - 11:59:06.172: (..\BlockDataMap.cpp:314) peak: 0
-INFO  - 11:59:06.172: (..\BlockchainScanner.cpp:830) no SSH to scan
-INFO  - 11:59:06.172: (..\DatabaseBuilder.cpp:177) scanned new blocks in 0.001s
-INFO  - 11:59:06.172: (..\DatabaseBuilder.cpp:181) init db in 17.1s
-INFO  - 11:59:06.172: (..\BDM_supportClasses.cpp:1873) Enabling zero-conf tracking
-ERROR - 11:59:06.235: (..\nodeRPC.cpp:150) unexpected cookie file content
-INFO  - 11:59:14.125: (..\BitcoinP2P.cpp:947) Connected to Bitcoin node
-ERROR - 11:59:14.125: (..\nodeRPC.cpp:150) unexpected cookie file content
-WARN  - 11:59:37.813: (..\BDM_supportClasses.cpp:1937) running 10 zc parser threads
-WARN  - 11:59:37.813: (..\BDM_supportClasses.cpp:1937) running 15 zc parser threads
-WARN  - 11:59:37.829: (..\BDM_supportClasses.cpp:1937) running 20 zc parser threads
-WARN  - 11:59:37.829: (..\BDM_supportClasses.cpp:1937) running 25 zc parser threads
-WARN  - 11:59:37.829: (..\BDM_supportClasses.cpp:1937) running 30 zc parser threads
-WARN  - 11:59:37.829: (..\BDM_supportClasses.cpp:1937) running 35 zc parser threads

Help please?
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 09/07/2017, 13:32:06 UTC
I had also moved the Armory dir to my F: drive in the past.
I added --datadir=F:\Armory, and after a brief time all my transactions are there.
Fixed.
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 09/07/2017, 09:47:47 UTC
I changed the Bitcoin Home dir to: F:\Bitcoin. Shut down the UI.
I ran ArmoryDB, and after it finished, I launched the UI again.
I let it run overnight (to the actual Bitcoin dir), but in the morning Armory is still at Organizing Blockchain state.

I closed it and reopened it, and now it's building databases again...

https://pastebin.com/HTtCwCa0

I appreciate the support so far, but should I ditch everything and reinstall everything ? I could have finished by now.
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 08/07/2017, 19:48:17 UTC
Oops I think you're right. My Bitcoin dir is on F: ...
I had changed that back before I reinstalled Armory back on 0.95.

I changed the Bitcoin dir: F:\Bitcoin

I am rerunning now and see what happens.
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 08/07/2017, 18:39:17 UTC
Bitcoind is still going at ~40% utilization for the last 3 hours and no change in the UI.
Still balance shows 0.

https://pastebin.com/aHJnfgud
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 08/07/2017, 15:47:37 UTC
That's finished now and I ran ArmoryQt.
Again, says Armory is online, and at the background bitcoind is using ~40% cpu.
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 08/07/2017, 15:02:36 UTC
Ok, shut down everything and just ran ArmoryDB --thread_count=2.
Now it's sitting on organizing chain with cpu utilisation ~30%.
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 08/07/2017, 14:26:49 UTC
Shutdown everything, and restarted UI only.

Now it's spinning at Organizing Blockchain, and in the task manager Armory db is running at ~25-30% utilisation.

Sounds like it's going well ?
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 08/07/2017, 12:36:36 UTC
I ran Armory --thread-count=2, cmd window opened, then ran Armory UI. Daemon is running in the background (cpu utilization), and Armory's dashboard says "Armory is online!" and it's spinning.
I guess I'll wait for the daemon to finish its thing?
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 08/07/2017, 12:18:05 UTC
I am not using auto bitcoind as far as I know.
I re-opened Bitcoin Core v14 and says 2 weeks behind and continues scanning.
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 08/07/2017, 11:29:49 UTC
Process completed succesfully but account still shows 0.

dbLog.txt: https://pastebin.com/x7kLQ0iQ

Closed it, reopened it and got stuck at 97% of Scanning transaction history.
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 07/07/2017, 15:31:06 UTC
I updated to v0.96.0.4, cleared and rebuild everything.

Same issue. Down right shows Connected.

Logs: https://pastebin.com/uRSAfT50
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 07/07/2017, 13:42:52 UTC
I just ran Bitcoin Core and it seems to be 4 weeks behind, though Armory didn't mention that.
Post
Topic
Board Armory
Re: Armory kept crashing and now showing 0 balance
by
Skag
on 07/07/2017, 13:39:00 UTC
Post
Topic
Board Armory
Armory kept crashing and now showing 0 balance
by
Skag
on 07/07/2017, 12:40:04 UTC
Using Armory v 0.96
After I paid into my wallet, Armory kept crashing. I tried rebuild and re-scan everything.
Now it shows 0 balance.
My receiving address in Armory shows the correct balance in blockchain.
Can't attach log as it exceeds characters limit. Which part do you need?
Post
Topic
Board Armory
Re: DB version mismatch. Use another dbdir!
by
Skag
on 09/06/2017, 16:31:49 UTC
I'll try that then, thanks.
Post
Topic
Board Armory
Re: DB version mismatch. Use another dbdir!
by
Skag
on 09/06/2017, 15:50:28 UTC
You mean the whole transaction database, 100gb ?