AustEcon

Results 32 comments of AustEcon

As Teran says, I am moving all of the bip32 stuff to https://github.com/AustEcon/bsvbip32. As to your questions: 1) I got that from typing "getmasterprivate()" in the electrum SV terminal. (type...

Well. I should have read more carefully... you could use existing bitsv stuff to extract all the utxos and construct your own *single transaction*... but currently there is no function...

I think overall, a plugin model would be nice because I could limit the scope of bitsv "core" so that I can keep up with it over time whilst bitsv...

I don't want it to be too confusing. What if we have it something like: `my_key.send(outputs=[], custom_outputs=[bytes_output1, bytes_output2, bytes_output3])` And provide the tools (update op_return.py functions) to generate **full outputs**...

Thanks for this. As long as it always relays every time (including to all nodes of 3rd party providers like mattercloud / whatsonchain api) and confirms then no objections from...

Did you get to the bottom of this? Hard to say without much information such as tx id. Seems odd. Were you using a low fee by any chance? Or...

Would be awesome to have but I can't help you on it. A part of me would like to try for the challenge but would be irresponsible wrt other commitments...

Have you tried it with the different OP_PUSH code for when you go above 75 bytes? (As per bitcoin script wiki)? I think 75 bytes is the limit before you...

Oh sweet. It's an easy fix!! I can assure you!! Will be like 4 - 6 lines of code max in the ? construct_output_block(). Just need to add in special...