Bitcoin Forum
May 11, 2024, 01:26:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Trying to send new coins  (Read 604 times)
madmadmax (OP)
Hero Member
*****
Offline Offline

Activity: 740
Merit: 501



View Profile
August 04, 2013, 02:03:34 PM
 #1

I am trying to send coins that I have just received and I am getting "code": -22,
"message": "TX rejected", why am I getting this error makes no sense? Shouldn't Bitcoin just keep rebroadcasting the transaction until it is sent? Is there anyway to do this without recompiling the source?








       ▄▄▄▄▄               ▄▄▄▄▄
   ▄▄█▀▀▀▀▀▀██▄        ▄▄█▀▀▀▀▀▀▀█▄
 ▄██▀        ▀██▄    ▄██▀         ▀█▄
██▀            ▀██▄  ▀▀             ██
██               ▀██        ▄▄▄▄▄▄▄▄██
██                ▀██▄      ▀▀▀▀▀▀▀▀▀▀
 ██▄          ▄██   ▀██▄          ▄▄▄
  ▀██▄      ▄██▀      ▀██▄▄     ▄██▀
    ▀▀██████▀▀          ▀▀██████▀▀


Unchained Smart Contracts
Decentralized Oracle
Infinitly Scalable
Blockchain Technology
Turing-Complete
State-Channels



                 ▄████▄▄    ▄
██             ████████████▀
████▄         █████████████▀
▀████████▄▄   █████████████
▄▄█████████████████████████
██████████████████████████
  ▀██████████████████████
   █████████████████████
    ▀█████████████████▀
      ▄█████████████▀
▄▄███████████████▀
   ▀▀▀▀▀▀▀▀▀▀▀

             ▄██▄
     ▄      ▐████   ▄▄
   █████     ██████████
    █████████████████▀
 ▄████████████▀████▌
██████████     ▀████    
 ▀▀   █████     ██████████
      ▀████▌▄████████████▀
    ▄▄▄███████████████▌
   ██████████▀    ▐████
    ▀▀▀  ████▌     ▀▀▀
         ▀███▀
f


1715434008
Hero Member
*
Offline Offline

Posts: 1715434008

View Profile Personal Message (Offline)

Ignore
1715434008
Reply with quote  #2

1715434008
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715434008
Hero Member
*
Offline Offline

Posts: 1715434008

View Profile Personal Message (Offline)

Ignore
1715434008
Reply with quote  #2

1715434008
Report to moderator
1715434008
Hero Member
*
Offline Offline

Posts: 1715434008

View Profile Personal Message (Offline)

Ignore
1715434008
Reply with quote  #2

1715434008
Report to moderator
1715434008
Hero Member
*
Offline Offline

Posts: 1715434008

View Profile Personal Message (Offline)

Ignore
1715434008
Reply with quote  #2

1715434008
Report to moderator
darkmule
Legendary
*
Offline Offline

Activity: 1176
Merit: 1005



View Profile
August 04, 2013, 02:43:06 PM
Last edit: August 04, 2013, 03:02:55 PM by darkmule
 #2

You can try manually retransmitting using the blockchain interface here:  https://blockchain.info/pushtx

To get the raw transaction information, get the transaction ID.  In Bitcoin-Qt, go to the transaction list, right click the transaction, and pick transaction details.  Copy the transaction ID. 

Then go to Help --> Debug Window and click the Console tab.

Type in getrawtransaction transactionID, where the transactionID is what you have in the clipboard.  Take that raw transmission data and paste it into the blockchain site.  The blockchain will check the raw transaction for validity, and if it is valid, will then transmit it, whereupon it should show up in the blockchain shortly.

If it still gets an error, your client for whatever reason is generating a malformed transaction.  If it doesn't, your client is for whatever reason generating a valid transaction but then failing to transmit it.
madmadmax (OP)
Hero Member
*****
Offline Offline

Activity: 740
Merit: 501



View Profile
August 04, 2013, 03:18:52 PM
 #3

You can try manually retransmitting using the blockchain interface here:  https://blockchain.info/pushtx

To get the raw transaction information, get the transaction ID.  In Bitcoin-Qt, go to the transaction list, right click the transaction, and pick transaction details.  Copy the transaction ID. 

Then go to Help --> Debug Window and click the Console tab.

Type in getrawtransaction transactionID, where the transactionID is what you have in the clipboard.  Take that raw transmission data and paste it into the blockchain site.  The blockchain will check the raw transaction for validity, and if it is valid, will then transmit it, whereupon it should show up in the blockchain shortly.

If it still gets an error, your client for whatever reason is generating a malformed transaction.  If it doesn't, your client is for whatever reason generating a valid transaction but then failing to transmit it.

I know how to transmit it through blockchain.info what I am looking to do is transmit it with Bitcoin-qt, perhaps set some option in the settings so all of this goes away.








       ▄▄▄▄▄               ▄▄▄▄▄
   ▄▄█▀▀▀▀▀▀██▄        ▄▄█▀▀▀▀▀▀▀█▄
 ▄██▀        ▀██▄    ▄██▀         ▀█▄
██▀            ▀██▄  ▀▀             ██
██               ▀██        ▄▄▄▄▄▄▄▄██
██                ▀██▄      ▀▀▀▀▀▀▀▀▀▀
 ██▄          ▄██   ▀██▄          ▄▄▄
  ▀██▄      ▄██▀      ▀██▄▄     ▄██▀
    ▀▀██████▀▀          ▀▀██████▀▀


Unchained Smart Contracts
Decentralized Oracle
Infinitly Scalable
Blockchain Technology
Turing-Complete
State-Channels



                 ▄████▄▄    ▄
██             ████████████▀
████▄         █████████████▀
▀████████▄▄   █████████████
▄▄█████████████████████████
██████████████████████████
  ▀██████████████████████
   █████████████████████
    ▀█████████████████▀
      ▄█████████████▀
▄▄███████████████▀
   ▀▀▀▀▀▀▀▀▀▀▀

             ▄██▄
     ▄      ▐████   ▄▄
   █████     ██████████
    █████████████████▀
 ▄████████████▀████▌
██████████     ▀████    
 ▀▀   █████     ██████████
      ▀████▌▄████████████▀
    ▄▄▄███████████████▌
   ██████████▀    ▐████
    ▀▀▀  ████▌     ▀▀▀
         ▀███▀
f


Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!