You'd want to do that on the binaries you built from source.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
python ArmoryQt.py
-ERROR - ;�: (WalletManager.cpp:78) Failed to open wallet with error:
missing main wallet entry
$ armory
/home/caleb
(ERROR) ArmoryUtils.py:3716 - Unsupported language specified. Defaulting to English (en)
/usr/lib/armory/armoryengine/Transaction.py:2882: SyntaxWarning: import * only allowed at module level
def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
(WARNING) PyBtcWallet.py:2448 - ***WARNING: last file operation failed! Restoring wallet from backup
Illegal instruction (core dumped)
$ armory
/home/caleb
(ERROR) ArmoryUtils.py:3716 - Unsupported language specified. Defaulting to English (en)
/usr/lib/armory/armoryengine/Transaction.py:2882: SyntaxWarning: import * only allowed at module level
def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
-ERROR - ;�: (WalletManager.cpp:78) Failed to open wallet with error:
missing main wallet entry
Illegal instruction (core dumped)
(python:6945): Gtk-CRITICAL **: IA__gtk_progress_configure: assertion 'value >= min && value <= max' failed
$ python ArmoryQt.py
/home/caleb
********************************************************************************
Loading Armory Engine:
Armory Version: 0.96.3.99
Armory Build: e47d6641aa
PyBtcWallet Version: 1.35
Detected Operating system: Linux
OS Variant : ('Ubuntu', '16.04', 'xenial')
User home-directory : /home/caleb
Satoshi BTC directory : /home/caleb/.bitcoin
Armory home dir : /home/caleb/.armory/
ArmoryDB directory : /home/caleb/.armory/databases
Armory settings file : /home/caleb/.armory/ArmorySettings.txt
Armory log file : /home/caleb/.armory/armorylog.txt
Do wallet checking : True
(ERROR) ArmoryUtils.py:3720 - Unsupported language specified. Defaulting to English (en)
/home/caleb/Documents/BitcoinArmory/armoryengine/Transaction.py:3075: SyntaxWarning: import * only allowed at module level
def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
(WARNING) SDM.py:439 - Spawning bitcoind with command: /usr/bin/bitcoind -datadir=/home/caleb/.bitcoin
(WARNING) SDM.py:396 - Spawning DB with command: /home/caleb/Documents/BitcoinArmory/ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/caleb/.bitcoin/blocks" --datadir="/home/caleb/.armory/" --dbdir="/home/caleb/.armory/databases"
BDM is ready!
^C(ERROR) Traceback (most recent call last):
File "/home/caleb/Documents/BitcoinArmory/ui/Wizards.py", line 127, in initializePage
self.createNewWalletFromWizard()
File "/home/caleb/Documents/BitcoinArmory/ui/Wizards.py", line 180, in createNewWalletFromWizard
extraEntropy=entropy,
File "/home/caleb/Documents/BitcoinArmory/armoryengine/PyBtcWallet.py", line 992, in createNewWallet
Progress=Progress, doRegister=doRegisterWithBDM)
File "/home/caleb/Documents/BitcoinArmory/armoryengine/PyBtcWallet.py", line 1107, in fillAddressPool
doRegister=False)))
File "/home/caleb/Documents/BitcoinArmory/armoryengine/PyBtcWallet.py", line 1054, in computeNextAddress
[[WLT_UPDATE_ADD, WLT_DATATYPE_KEYDATA, new160, newAddr]])
File "/home/caleb/Documents/BitcoinArmory/armoryengine/Decorators.py", line 124, in inner
rt = func(self, *args, **kwargs)
File "/home/caleb/Documents/BitcoinArmory/armoryengine/PyBtcWallet.py", line 2336, in walletFileSafeUpdate
touchFile(mainUpdateFlag)
File "/home/caleb/Documents/BitcoinArmory/armoryengine/ArmoryUtils.py", line 3732, in touchFile
os.fsync(f.fileno())
KeyboardInterrupt
Traceback (most recent call last):
File "/home/caleb/Documents/BitcoinArmory/ui/Wizards.py", line 127, in initializePage
self.createNewWalletFromWizard()
File "/home/caleb/Documents/BitcoinArmory/ui/Wizards.py", line 180, in createNewWalletFromWizard
extraEntropy=entropy,
File "/home/caleb/Documents/BitcoinArmory/armoryengine/PyBtcWallet.py", line 992, in createNewWallet
Progress=Progress, doRegister=doRegisterWithBDM)
File "/home/caleb/Documents/BitcoinArmory/armoryengine/PyBtcWallet.py", line 1107, in fillAddressPool
doRegister=False)))
File "/home/caleb/Documents/BitcoinArmory/armoryengine/PyBtcWallet.py", line 1054, in computeNextAddress
[[WLT_UPDATE_ADD, WLT_DATATYPE_KEYDATA, new160, newAddr]])
File "/home/caleb/Documents/BitcoinArmory/armoryengine/Decorators.py", line 124, in inner
rt = func(self, *args, **kwargs)
File "/home/caleb/Documents/BitcoinArmory/armoryengine/PyBtcWallet.py", line 2336, in walletFileSafeUpdate
touchFile(mainUpdateFlag)
File "/home/caleb/Documents/BitcoinArmory/armoryengine/ArmoryUtils.py", line 3732, in touchFile
os.fsync(f.fileno())
KeyboardInterrupt
-ERROR - : (StringSockets.cpp:351) FcgiSocket::writeAndRead FcgiError: unexpected fcgi header version
(ERROR) Traceback (most recent call last):
File "/home/caleb/Documents/BitcoinArmory/ui/QtExecuteSignal.py", line 31, in methodSlot
_callable(*args)
File "ArmoryQt.py", line 4910, in handleCppNotification
self.nodeStatus = TheBDM.bdv().getNodeStatus()
File "/home/caleb/Documents/BitcoinArmory/CppBlockUtils.py", line 3027, in getNodeStatus
return _CppBlockUtils.BlockDataViewer_getNodeStatus(self)
RuntimeError: can't connect socket
Traceback (most recent call last):
File "/home/caleb/Documents/BitcoinArmory/ui/QtExecuteSignal.py", line 31, in methodSlot
_callable(*args)
File "ArmoryQt.py", line 4910, in handleCppNotification
self.nodeStatus = TheBDM.bdv().getNodeStatus()
File "/home/caleb/Documents/BitcoinArmory/CppBlockUtils.py", line 3027, in getNodeStatus
return _CppBlockUtils.BlockDataViewer_getNodeStatus(self)
RuntimeError: can't connect socket
New Block: 495701
New Block: 495701
New Block: 495701
New Block: 495701
New Block: 495701
-ERROR - : (StringSockets.cpp:351) FcgiSocket::writeAndRead FcgiError: unknown fcgi header request byte
-ERROR - : (StringSockets.cpp:351) FcgiSocket::writeAndRead FcgiError: unknown fcgi header request byte
/home/caleb
Illegal instruction (core dumped)
/home/caleb
(ERROR) ArmoryUtils.py:3716 - Unsupported language specified. Defaulting to English (en)
/usr/lib/armory/armoryengine/Transaction.py:2882: SyntaxWarning: import * only allowed at module level
def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
(WARNING) SDM.py:439 - Spawning bitcoind with command: /usr/bin/bitcoind -datadir=/home/caleb/.bitcoin
(WARNING) SDM.py:396 - Spawning DB with command: ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/caleb/.bitcoin/blocks" --datadir="/home/caleb/.armory/" --dbdir="/home/caleb/.armory/databases"
Illegal instruction (core dumped)
/home/caleb
(ERROR) ArmoryUtils.py:3716 - Unsupported language specified. Defaulting to English (en)
/usr/lib/armory/armoryengine/Transaction.py:2882: SyntaxWarning: import * only allowed at module level
def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
(WARNING) SDM.py:439 - Spawning bitcoind with command: /usr/bin/bitcoind -datadir=/home/caleb/.bitcoin
(WARNING) SDM.py:396 - Spawning DB with command: ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/caleb/.bitcoin/blocks" --datadir="/home/caleb/.armory/" --dbdir="/home/caleb/.armory/databases"
BDM is ready!
Illegal instruction (core dumped)