Bitcoin Forum
April 23, 2024, 06:00:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: Armory 0.93 testing release! (with 0.05 BTC bug bounty)  (Read 35653 times)
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
January 21, 2015, 03:44:20 PM
 #141

Yeah it should crash instead. That throw is handled too gracefully.

1713895236
Hero Member
*
Offline Offline

Posts: 1713895236

View Profile Personal Message (Offline)

Ignore
1713895236
Reply with quote  #2

1713895236
Report to moderator
1713895236
Hero Member
*
Offline Offline

Posts: 1713895236

View Profile Personal Message (Offline)

Ignore
1713895236
Reply with quote  #2

1713895236
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
January 21, 2015, 03:57:24 PM
 #142

It does fail at block 161352 every time.
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
January 21, 2015, 04:01:26 PM
 #143

That block is present:

Code:
$ bitcoin-cli getblockhash 161352
00000000000001b06ca92a86d168d11525dd6868690ad601cf453582750d6d5b

$ bitcoin-cli getblock 00000000000001b06ca92a86d168d11525dd6868690ad601cf453582750d6d5b

{
    "hash" : "00000000000001b06ca92a86d168d11525dd6868690ad601cf453582750d6d5b",
    "confirmations" : 178563,
    "size" : 10274,
    "height" : 161352,
    "version" : 1,
    "merkleroot" : "71fc1f32d7c40333872800801270fc6119e66a8e2eb3ac1e117b016378c3bd6c",
    "tx" : [
        "750f6786dd6b197341873956a1c2f72eac5885dea39f888def891158a4be83fe",
        "ef3ba9761f838db8f891c38a12e8cf918252439fe9dc6cc098554607f98a060f",
        "430483c55f60afd74f97f33d047f23e823f140eae3767ff91a70979bb3f7d563",
        "fdfced841e0a38b7bdb4a14785d0f0bbe6c0c274d1fc3f9096d12fa1c140a91a",
        "de26dcfe7ce13ccdafeb2efb434db4ef9176c1e48705bca07e26dab262a9b6eb",
        "60e1b38b550a9671de2304e05d88d0c867d02e7a8b83e3a5ee89e4eaed969b2e",
        "bd8b0c3c3bee955218f59c103a37f946b77e48d7858b4c6140c23ded0548264e",
        "e0eb0fe4b6db08764b481875d70b2657a31903e222f85a70a3ce043a825b601f",
        "75573387681c7c094f6d5e2c7dd27c4d685e44d630a462eb4661e803c234d553",
        "087ef5a0cada7e423b7ce95913bdf03aac1ce027bfb227d019cf74c87dc9df75",
        "9eb4a039e2483cc9691be9fa24c9afd5d63049d4b71616f5b37de962197ec519",
        "155ad81aee29d314b5d29f65b5898ed6130cc2e178338c2c473b6552f9f5752f",
        "6fffac9877c666422641a2c9d13ecbb620c48a774de113c003dfcdff5bded9fe",
        "1479889653b4bb7ae2eb03ac74264e305a986e5b50459dcbebe2f948e82962b5",
        "f8d68d38e71f0ac8babedc9768cbb9a3606cee380470e17c2d9911c5378877ef",
        "a89e10073dacc27f437903ec299a8fe02b4cfd3f853cfa68035379efccd99cfe",
        "6360d4a266a270280d8b4e768de8655816c34ab6705cb2a5be67b7e232009659",
        "880f9b2da2aa155f0ad7c19d349292c29474e88361d7645cd771bfc34d758bc2",
        "386fb9f2480a0074487b091236edd56a7a17dca6c902cbc5abc180bdd002e535",
        "1f6bd7f7b3eeb0504e09f18bd1e83ea1ac9e847f8bb54991bf6f7e70f4e418c9"
    ],
    "time" : 1326086768,
    "nonce" : 148885393,
    "bits" : "1a0d69d7",
    "difficulty" : 1250757.73927466,
    "chainwork" : "00000000000000000000000000000000000000000000000b2ce69723a41929b7",
    "previousblockhash" : "00000000000004754688e78ddfd1caa9ccbd3750dbc28389efc4bbc4496197ae",
    "nextblockhash" : "0000000000000774676c1436f6fe5626273c98d841f9328ed069bdc4fe829d90"
}
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
January 21, 2015, 04:05:14 PM
 #144

On the plus side, the scanning process is very fast (until it stops unexpectedly).
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
January 21, 2015, 04:40:38 PM
 #145

This is very odd, I'd like to observe that issue first hand. Could you send me your first 14-15 block files? (I expect your first 165xxx blocks to be covered by that few files)

justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
January 21, 2015, 05:46:28 PM
 #146

Could you send me your first 14-15 block files? (I expect your first 165xxx blocks to be covered by that few files)
What's the best way to transfer files of that size?
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
January 21, 2015, 06:07:45 PM
 #147

Could you send me your first 14-15 block files? (I expect your first 165xxx blocks to be covered by that few files)
What's the best way to transfer files of that size?

easiest to set up would be FTP or torrent I guess. XDCC/fserve over IRC isnt too hard either. Maybe Mega allows for several 128mb files?

jammers
Sr. Member
****
Offline Offline

Activity: 290
Merit: 262

Is maith liom bitcoin


View Profile WWW
January 21, 2015, 07:31:21 PM
 #148

I've used large files asap for sending gigabyte files

██████
███▀▀▀
███
███
███
███
███
███
███
███
███
███▄▄▄
██████
BITCOIN MARKETING TEAM
Established Block 318006 in 2014
██████
▀▀▀███
███
███
███
███
███
███
███
███
███
▄▄▄███
██████
██████
███▀▀▀
███
███
███
███
███
███
███
███
███
███▄▄▄
██████
             ▄▄▀▀▀▄ ▄▄▄ ▄▄▄
 ▄▀▀▀▄▄▄▄▄▄▀▀ ▄▄▀   ███ ███
█           ▄███ █████████████▄▄
 ▀▄  ▄▄▄▄███████ ▀▀████▀▀▀▀██████
   █ ███▀▀███████  ████     █████
   █ ██    █   ▀▀  █████████████
   █  ██▄▄     ▄   ██████████████▄
    █  ██   █ ██   ████     ▀█████
     █  ▀█████▄█   ████     ▄█████
      ▀▄  ▀████ ████████████████▀
       ▀▄    ▀▀   █ ███ ███
         ▀▄       █ ▀▀▀ ▀▀▀
           ▀▀▀▀▀▄▄▀
.
itcoins in Ireland
||||
██████
▀▀▀███
███
███
███
███
███
███
███
███
███
▄▄▄███
██████
etotheipi (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
January 21, 2015, 07:33:54 PM
 #149

I've used https://www.wetransfer.com/ before and it's pretty solid.   Don't know much about it other than it's free up to 2GB.

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
zombieslayer9099
Full Member
***
Offline Offline

Activity: 120
Merit: 100

Java Coder


View Profile
January 21, 2015, 07:35:50 PM
 #150

0.92.99.3 is coming either today or tomorrow, correct?
I need the HDD opts ASAP

Did you know there are 1,461,501,637,330,902,918,203,684,832,716,283,019,655,932,542,976 possible bitcoin addresses? To put that into perspective, that's greater than the width of the universe in zeptometers (10^-21 meter).
  ▁ ▂ ▄ ▅ ▆ Cloudmining 101: how to avoid scams  ▆ ▅ ▄ ▂ ▁
etotheipi (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
January 21, 2015, 07:40:11 PM
 #151

0.92.99.3 is coming either today or tomorrow, correct?
I need the HDD opts ASAP

Should be tonight.  We're wrapping up a bunch of the bugfixes and intermediate testing.

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
zombieslayer9099
Full Member
***
Offline Offline

Activity: 120
Merit: 100

Java Coder


View Profile
January 21, 2015, 07:42:47 PM
 #152


Should be tonight.  We're wrapping up a bunch of the bugfixes and intermediate testing.

I'm very happy to hear that Cheesy

Did you know there are 1,461,501,637,330,902,918,203,684,832,716,283,019,655,932,542,976 possible bitcoin addresses? To put that into perspective, that's greater than the width of the universe in zeptometers (10^-21 meter).
  ▁ ▂ ▄ ▅ ▆ Cloudmining 101: how to avoid scams  ▆ ▅ ▄ ▂ ▁
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
January 21, 2015, 08:50:26 PM
 #153

I've used https://www.wetransfer.com/ before and it's pretty solid.   Don't know much about it other than it's free up to 2GB.

Right I forgot about these guys. That's what we used last time someone uploaded us some block files

bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
January 23, 2015, 06:26:55 AM
 #154

.3 very fast but transactions no longer show

Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3071



View Profile
January 23, 2015, 08:54:14 AM
 #155

0.92.99.3

  • On armory github in the Tags section, both .zip and .tar.gz of Testing-0.92.99.3 are, in fact, the source to 0.92.3
  • Less than 30 minutes to build Db and scan it
  • Dozens of tx's fail to appear once the Db/scan is complete

Also, 0.92.99.3 tried to append a brand new Db to the Db file that 0.92.99.2 had created. No need to mention whether or not that worked out.

Vires in numeris
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
January 23, 2015, 12:33:30 PM
 #156

  • Dozens of tx's fail to appear once the Db/scan is complete

.3 very fast but transactions no longer show

play with the wallet filter, should display the transactions.

bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
January 23, 2015, 01:01:52 PM
 #157

  • Dozens of tx's fail to appear once the Db/scan is complete

.3 very fast but transactions no longer show

play with the wallet filter, should display the transactions.

Didn't help

0 balances, no transactions

goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
January 23, 2015, 01:30:47 PM
 #158

Did you delete the DB from the previous version? They share the same file names so LMDB would append the new DB to the old one, and that would conflict.

etotheipi (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1093


Core Armory Developer


View Profile WWW
January 23, 2015, 01:35:27 PM
 #159


  • On armory github in the Tags section, both .zip and .tar.gz of Testing-0.92.99.3 are, in fact, the source to 0.92.3


Okay, so my release scripts apparently botched the git tagging process.  It appears it checked out and signed the master (default) branch, instead of the testing branch.  Whoops.  I have already deleted that tag from the repo, and will make sure it's done right when we do .4

As for all the other problems mentioned here... we haven't seen that here.  We have a lot of addresses and wallets loaded, and everything looks accurate except the "Custom Filter" is broken.  However, I also manually deleted the databases folder between loads... as I've been testing build&scan speed a lot.  Have you tried manually deleting that folder?  (hopefully this is just a .2 to .3 upgrade issue)

Founder and CEO of Armory Technologies, Inc.
Armory Bitcoin Wallet: Bringing cold storage to the average user!
Only use Armory software signed by the Armory Offline Signing Key (0x98832223)

Please donate to the Armory project by clicking here!    (or donate directly via 1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX -- yes, it's a real address!)
Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3071



View Profile
January 23, 2015, 01:53:39 PM
 #160

Yes, I tried manually deleting & then re-building the Db using 0.92.99.3. Select addresses from a given wallet appear, but others do not. I'm not sure how the culling is determined, there's no obvious pattern at a glance.

No such problems with 0.92.99.2

Vires in numeris
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 »
  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!