Pages:
Author

Topic: 0.96.2 RC2 (Read 5394 times)

legendary
Activity: 3640
Merit: 1345
Armory Developer
August 29, 2017, 12:47:02 AM
#30
How are the new builds coming? Itching to get started using SegWit, and compiling for windows is a pain.

Sometimes today maybe. Creating offline packages is a pain.
sr. member
Activity: 248
Merit: 252
August 29, 2017, 12:32:20 AM
#29
How are the new builds coming? Itching to get started using SegWit, and compiling for windows is a pain.
newbie
Activity: 27
Merit: 0
August 27, 2017, 03:43:31 PM
#28
Doing the builds atm.
awesome thx! Armory is (at least for me) most trusted wallet for years! Always on top of The game!
legendary
Activity: 3640
Merit: 1345
Armory Developer
August 27, 2017, 01:27:28 PM
#27
Doing the builds atm.
newbie
Activity: 27
Merit: 0
August 27, 2017, 12:38:24 PM
#26
The new segwit-script address type P2SH-P2WPKH is still grayed-out in the settings dialoge window. Is this hardcoded or does ArmoryQt check for segwit activation?

Hardcoded atm, you can only use it on the testnet. Will enable in 0.96.2.

any ETA? days/weeks/months? thanks a lot
hero member
Activity: 1358
Merit: 635
August 27, 2017, 10:04:32 AM
#25
Best stability and cpu usage so far. Used to have rare random crashes every few days. And even rarer, sometimes the UI'd lock up in the background eating up a full core. Never got why it was happening but it's no longer happening.

OS: Windows 10 Pro x64 Creators Update + all updates.

Couldn't agree more. 0.96.1.x had frozen some times while closing but the latest 0.96.2 works as it should be.
legendary
Activity: 3640
Merit: 1345
Armory Developer
August 24, 2017, 07:45:05 AM
#24
The new segwit-script address type P2SH-P2WPKH is still grayed-out in the settings dialoge window. Is this hardcoded or does ArmoryQt check for segwit activation?

Hardcoded atm, you can only use it on the testnet. Will enable in 0.96.2.
member
Activity: 96
Merit: 10
August 24, 2017, 05:29:35 AM
#23
The new segwit-script address type P2SH-P2WPKH is still grayed-out in the settings dialoge window. Is this hardcoded or does ArmoryQt check for segwit activation?
legendary
Activity: 1904
Merit: 1007
August 21, 2017, 05:48:33 PM
#22
staff
Activity: 3374
Merit: 6530
Just writing some code
August 21, 2017, 05:42:05 PM
#21
Is this the only version working with BCH chain?
Yes.
legendary
Activity: 1904
Merit: 1007
August 21, 2017, 05:39:08 PM
#20
Is this the only version working with BCH chain?
full member
Activity: 147
Merit: 100
Do you like fire? I'm full of it.
August 20, 2017, 10:02:51 AM
#19
Best stability and cpu usage so far. Used to have rare random crashes every few days. And even rarer, sometimes the UI'd lock up in the background eating up a full core. Never got why it was happening but it's no longer happening.

OS: Windows 10 Pro x64 Creators Update + all updates.
legendary
Activity: 3640
Merit: 1345
Armory Developer
August 20, 2017, 09:53:05 AM
#18
Any chance for a 32-bit Debian-compatible binary?

Build it yourself, fairly easy.
sr. member
Activity: 248
Merit: 252
August 20, 2017, 07:40:43 AM
#17
Any chance for a 32-bit Debian-compatible binary?
legendary
Activity: 3640
Merit: 1345
Armory Developer
August 18, 2017, 09:33:47 PM
#16
The above mentioned bug probably isn't a bug. Because when you are too many blocks behind, Armory seems to wait until it is nearly fully synced before it starts to initialize, now. This is good, because it can not happen anymore that Armory is loaded and Bitcoin Core isn't synched, so when you broadcast a transaction it gets rejected. But some kind of label would be nice, that indicates if Armory is waiting for Core.

If you have the RPC enabled, Armory will check the node status through that before initializing its DB, as you guessed. The progress GUI for that is borked however. I'll go over it at some point.
member
Activity: 96
Merit: 10
August 18, 2017, 12:35:19 PM
#15
Bug Report

Subject: ArmoryDB loading issue

Priority level: Normal

Bug description:
ArmoryDB runs in this testing version into a state, where it doesn't load it's own database during startup. Although no exceptions are thrown and it has worked well for the first couple of times. Sometimes there is also a RPC connection loop, that causes Armory to push multiple "connection to bitcoin node established" notifications.

Work-around:
I have downgraded to Armory 0.96.1, started ArmoryQt again, quitted after initialization and upgraded again to Armory 0.96.2-RC1-testing and now Armory can load it's database again.

Armory's dbLog.txt
Code:
Log file opened at 18:10:05.000: C:\Users\***\AppData\Roaming\ArmoryBTC/dbLog.txt
-INFO  - 18:10:05.000: (..\main.cpp:32) Running on 4 threads
-INFO  - 18:10:05.000: (..\main.cpp:33) Ram usage level: 4
-INFO  - 18:10:05.000: (..\BlockUtils.cpp:914) blkfile dir: C:\Users\***\AppData\Roaming\BitcoinCore\blocks
-INFO  - 18:10:05.000: (..\BlockUtils.cpp:915) lmdb dir: C:\Users\***\AppData\Roaming\ArmoryBTC\databases
-INFO  - 18:10:05.000: (..\lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 18:10:05.000: (c:\users\goat\code\armory3\cppforswig\BDM_Server.h:257) Listening on port 54717
-INFO  - 18:10:06.047: (..\BDM_Server.cpp:1114) registered bdv: ddbfb02bcbb53ceb27f0
-INFO  - 18:11:00.187: (..\nodeRPC.cpp:57) RPC connection established
-INFO  - 18:11:00.187: (..\BitcoinP2P.cpp:947) Connected to Bitcoin node
-INFO  - 18:13:46.859: (..\nodeRPC.cpp:415) Bitcoin server stopping
-ERROR - 18:13:57.906: (..\BitcoinP2P.cpp:1037) caught StopBlockingLoop in processDataStackThread
-INFO  - 18:13:57.906: (..\BitcoinP2P.cpp:969) Disconnected from Bitcoin node

The above mentioned bug probably isn't a bug. Because when you are too many blocks behind, Armory seems to wait until it is nearly fully synced before it starts to initialize, now. This is good, because it can not happen anymore that Armory is loaded and Bitcoin Core isn't synched, so when you broadcast a transaction it gets rejected. But some kind of label would be nice, that indicates if Armory is waiting for Core.
legendary
Activity: 3640
Merit: 1345
Armory Developer
August 10, 2017, 06:08:08 AM
#14
That's for supernode only, min req for fullnode is ~1GB RAM and 2c/4t on a HDD. It'll be slow, but it'll work.
hero member
Activity: 1358
Merit: 635
August 10, 2017, 04:56:23 AM
#13

Just create a DB with --db-type=DB_SUPER

Quote
rough explanation of its resource requirements?

minimum reqs are:
1.5~2x blockchain size of storage space
8+ Cores
1000MB/s read and 300MB/s sequential disk I/O
32GB RAM

8+ Cores  Huh Are they real cores or do you mean 4 cores with hyper-threading?
Are the requirements lower if I will not implement DB_SUPER mode? I have only 16 RAM  and 4 core wth  hyper-threading.
newbie
Activity: 16
Merit: 0
August 08, 2017, 06:30:29 PM
#12
I'm seeing it now on another wallet. Were you using P2PKH or P2SH addresses?
P2PKH. I didn't touch the address type defaults.
legendary
Activity: 3640
Merit: 1345
Armory Developer
August 08, 2017, 05:57:09 PM
#11
I cannot reproduce this. Try to rescan your DB.
Yep, that fixed it, thank you. Sorry for the noise.

I'm seeing it now on another wallet. Were you using P2PKH or P2SH addresses?
Pages:
Jump to: