1 2017-06-24 19:05:43 <SopaXorzTaker> Sort of altcoin: https://github.com/SopaXorzTaker/simpleblockchain
2 2017-06-24 19:34:04 <waxwing> is there any scenario where calling getrawtransaction would fail on a txid that was returned from listtransactions?
3 2017-06-24 19:34:30 <sipa> waxwing: sure, if the transaction has no unspent outputs, is not in the mempool, and you don't have txindex enabled
4 2017-06-24 19:35:30 <waxwing> right. i was pretty sure it was in the mempool. but that ^ case certainly makes sense.
5 2017-06-24 19:35:58 <sipa> you can always use gettransaction though on things that are returned by listtransactions (both are wallet rpcs)
6 2017-06-24 19:36:12 <sipa> getrawtransaction is a blockchain query rpc that doesn't know anything about the wallet
7 2017-06-24 19:36:44 <waxwing> i see what you mean. thanks for the pointer.
8 2017-06-24 22:08:48 <TheV01D> im trying to get a seperate program compile using base58.h and key.h , right now linker complaining about not finding ref to memory_cleanse , some stuff about allocators, anything specific i needto link to ?
9 2017-06-24 22:29:33 <TheV01D> well, ill keep digging hehe