Bitcoin Forum

Other => Beginners & Help => Topic started by: mraksoll on June 07, 2017, 09:40:51 PM



Title: exist any windows tool to create raw transaction?
Post by: mraksoll on June 07, 2017, 09:40:51 PM
exist any windows tool to create raw transaction?


Title: Re: exist any windows tool to create raw transaction?
Post by: achow101 on June 07, 2017, 09:44:52 PM
Yes. Wallet software like Bitcoin Core and Electrum allow you to make and sign raw transactions.


Title: Re: exist any windows tool to create raw transaction?
Post by: mraksoll on June 07, 2017, 09:47:59 PM
But they not want create raw transaction if  balance is not match on address .... about electrum - command line is broken end not work.
I try find tool how "bitcoin address utility"


Title: Re: exist any windows tool to create raw transaction?
Post by: achow101 on June 07, 2017, 10:38:03 PM
But they not want create raw transaction if  balance is not match on address .... about electrum - command line is broken end not work.
I try find tool how "bitcoin address utility"
With Bitcoin Core, you most certainly can create a raw transaction for addresses not in your wallet and with invalid values. It doesn't do any validation. IIRC electrum can as well. If you can't get it to work, you're just doing it wrong. Electrum's console is a python console, not a normal shell-like console.