Author

Topic: Armory Bitcoin v0.95 (Read 632 times)

newbie
Activity: 29
Merit: 0
September 14, 2016, 06:10:48 PM
#3
I wanted to see if it executes, there are some changes that were made that I have been looking forward to pertaining to this script.
legendary
Activity: 1512
Merit: 1009
September 14, 2016, 05:36:01 PM
#2
There's an Armory section on the forums. Why are you using this script specifically? That would probably only work executing it with Armory

PS: 0.95 is still in beta.
newbie
Activity: 29
Merit: 0
September 14, 2016, 05:34:22 PM
#1
Hi everyone,
So I am using v0.95 now and the first script I tried was the BDMbasics_watchBalance.py script, and I am getting this error

Traceback (most recent call last):
  File "BDMbasics_watchBalance.py", line 60, in
    wlt.registerWallet(isNew=False)
  File "../armoryengine/PyBtcWallet.py", line 284, in registerWallet
    self.cppWallet = TheBDM.registerWallet(prefixedKeys, self.uniqueIDB58, isNew)
  File "../armoryengine/BDM.py", line 116, in inner
    return func(*newArgs, **kwargs)
  File "../armoryengine/BDM.py", line 246, in registerWallet
    return self.bdv().registerWallet(uniqueIDB58, prefixedKeys, isNew)
  File "../CppBlockUtils.py", line 1393, in registerWallet
    def registerWallet(self, *args): return _CppBlockUtils.BlockDataViewer_registerWallet(self, *args)
: >

Anybody got a similar error and solved it?
Jump to: