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.
if spendBal < totalSend + fee:
raise NotEnoughCoinsError, "You have %s satoshis which is not enough to send %s satoshis with a fee of %s."
{
"unspent": 0.0003
"full": 0.0003
"ultimate": 0.0003
"unconf": 0
"spendable": 0
"total": 0.0003
"spend": 0
"unconfirmed": 0
}
"Coin selection failed. This shouldn't happen."
{
"amount": 0.0002,
"blockhash": "",
"blocktime": 0,
"changerecip": "13EBMGZR1xvNM5q267CnVZuiGztYeRXrcK",
"confirmations": -4294553343,
"direction": "send",
"fee": 0.0001,
"firstrecip": "18koHPBzcdqcbZ7KJRHdzgb8We5GhDLUdN",
"netdiff": -0.0003,
"txid": "756a4b9c9bb871a876bb44cafd23c9263284db5cabbb0b05ba567b60dcc7385e",
"txsize": 291,
"txtime": 1464539257,
"wallet": "2PbtaKW7"
}
# Destinations array
scriptValuePairs = []
# -- user destination (toAddress)
ustxScr = getScriptForUserString(toAddress, self.serverWltMap, self.convLBDictToList())
scriptValuePairs.append([ustxScr['Script'], JSONtoAmount(amount)])
# -- my destination (my primary address)
ustxScr = getScriptForUserString(primaryAddr, self.serverWltMap, self.convLBDictToList())
scriptValuePairs.append([ustxScr['Script'], JSONtoAmount(serviceFee)])
# Create unsigned transaction (self.curWlt is substituted by the wallet if a valid walletIDB58 is provided)
tran = self.create_unsigned_transaction(scriptValuePairs, wantfee=fee, walletIDB58=wltArmory.uniqueIDB58)
# Unserialize ascii transaction
ustxObj = UnsignedTransaction().unserializeAscii(tran)
# Unlock the source wallet to sign the transaction
try:
crpPassphrase = SecureBinaryData(str(passphrase))
wltArmory.unlock(securePassphrase=crpPassphrase,
tempKeyLifetime=int(5)) # unlock for 5 sec
finally:
crpPassphrase.destroy() # Ensure SBD is destroyed.
# Sign transaction
signedTran = self.sign_transaction(ustxObj, walletIDB58=wltArmory.uniqueIDB58)
if signedTran:
if not signedTran.verifySigsAllInputs():
return {'error': 'Incomplete transaction. It needs more signatures.'}
pytx = signedTran.getSignedPyTx()
newTxHash = pytx.getHash()
def sendGetDataMsg():
msg = PyMessage('getdata')
msg.payload.invList.append( [MSG_INV_TX, newTxHash] )
self.NetworkingFactory.sendMessage(msg)
LOGINFO('Sending transaction: ' + str(msg.pprint()))
self.NetworkingFactory.sendTx(pytx)
reactor.callLater(3, sendGetDataMsg)
Traceback (most recent call last):
File "/home/deployer/BitcoinArmory/armoryengine/Decorators.py", line 79, in inner
rv = func(*args, **kwargs)
File "/home/deployer/BitcoinArmory/armoryd.py", line 1844, in jsonrpc_listtransactions
cppHead = TheBDM.bdv().getHeaderPtrForTx(cppTx)
File "/home/deployer/BitcoinArmory/CppBlockUtils.py", line 2136, in getHeaderPtrForTx
def getHeaderPtrForTx(self, *args): return _CppBlockUtils.BlockDataViewer_getHeaderPtrForTx(self, *args)
RuntimeError: TxRef in Tx object is not set, cannot get header ptr
pytx = signedTran.getSignedPyTx()
newTxHash = pytx.getHash()
def sendGetDataMsg():
msg = PyMessage('getdata')
msg.payload.invList.append( [MSG_INV_TX, newTxHash] )
self.NetworkingFactory.sendMessage(msg)
LOGINFO('Sending transaction: ' + str(msg.pprint()))
self.NetworkingFactory.sendTx(pytx)
reactor.callLater(3, sendGetDataMsg)
return {'data': pytx.getHashHex(BIGENDIAN)}
Bitcoin-Network-Message -- GETDATA
Magic: f9beb4d9
Command: getdata
Payload: 37 bytes
Message(getdata):
TX : 29a7f012b.....
-WARN - 1464184077: (BDM_supportClasses.cpp:44) Updating SSH last scanned
-INFO - 1464184077: (BDM_supportClasses.cpp:246) Done with side scan of wallet abcd...