Author

Topic: Sending bitcoins timing out. (Read 86 times)

newbie
Activity: 5
Merit: 0
December 16, 2017, 01:08:38 PM
#2
Hi, I sorted this out literally as soon as I posted this comment. I realised that I hadn't set server=1 properly in the bitcoinqt.conf file. Once I had done that it confirmed the blocks and sent it via the rpc system.
newbie
Activity: 5
Merit: 0
December 16, 2017, 12:30:42 PM
#1
When I try to send a bitcoin to a different address I'm getting this error message:

Quote
The transaction that you just attempted to broadcast has timed out.

The RPC interface of your node is disabled, therefor Armory cannot use it to gather more information about the timeout. It is recommended that you enable the RPC and try again.


I'm not sure how to enable the RPC interface of my node though, and I can't find any solutions online other than making a custom conf file with server=1 inside, which doesn't seem to work.

Code:
-INFO  - 15:55:03.218: (..\BitcoinP2P.cpp:969) Disconnected from Bitcoin node
-INFO  - 15:56:51.765: (..\BitcoinP2P.cpp:947) Connected to Bitcoin node
-WARN  - 15:57:15.718: (..\BDM_supportClasses.cpp:1944) running 5 zc parser threads
-WARN  - 15:57:15.718: (..\BDM_supportClasses.cpp:1944) running 10 zc parser threads
-WARN  - 15:57:15.734: (..\BDM_supportClasses.cpp:1944) running 15 zc parser threads
-WARN  - 15:57:15.734: (..\BDM_supportClasses.cpp:1944) running 20 zc parser threads
-WARN  - 15:57:15.734: (..\BDM_supportClasses.cpp:1944) running 25 zc parser threads
-WARN  - 15:57:41.156: (..\BDM_supportClasses.cpp:1944) running 30 zc parser threads
-INFO  - 15:57:56.484: (..\BlockchainScanner.cpp:852) scanned from block #499606 to #499607
-WARN  - 15:58:23.750: (..\BDM_supportClasses.cpp:1944) running 35 zc parser threads
-WARN  - 15:58:26.125: (..\BDM_supportClasses.cpp:1944) running 40 zc parser threads
-WARN  - 15:58:54.984: (..\BDM_supportClasses.cpp:1944) running 45 zc parser threads
-WARN  - 15:58:58.281: (..\BDM_supportClasses.cpp:1944) running 50 zc parser threads
-WARN  - 15:58:58.281: (..\BDM_supportClasses.cpp:1944) running 55 zc parser threads
-INFO  - 16:00:17.062: (..\BlockchainScanner.cpp:857) scanned block #499608
-INFO  - 16:01:28.140: (..\BlockchainScanner.cpp:857) scanned block #499609
-INFO  - 16:02:40.890: (..\BlockchainScanner.cpp:857) scanned block #499610
-INFO  - 16:04:03.656: (..\BlockchainScanner.cpp:857) scanned block #499611
-INFO  - 16:05:11.375: (..\BlockchainScanner.cpp:857) scanned block #499612
-INFO  - 16:06:37.515: (..\BlockchainScanner.cpp:857) scanned block #499613
-INFO  - 16:08:13.859: (..\BlockchainScanner.cpp:852) scanned from block #499614 to #499615
-INFO  - 16:11:52.062: (..\BlockchainScanner.cpp:857) scanned block #499616
-INFO  - 16:13:10.250: (..\BlockchainScanner.cpp:857) scanned block #499617
-INFO  - 16:14:46.422: (..\BlockchainScanner.cpp:857) scanned block #499618
-ERROR - 16:18:52.593: (..\BitcoinP2P.cpp:1037) caught StopBlockingLoop in processDataStackThread
-INFO  - 16:18:52.593: (..\BitcoinP2P.cpp:969) Disconnected from Bitcoin node
-INFO  - 16:18:53.172: (..\BitcoinP2P.cpp:947) Connected to Bitcoin node
-INFO  - 16:19:41.718: (..\BDM_supportClasses.cpp:2098) sent inv packet
-ERROR - 16:19:51.718: (..\BDM_supportClasses.cpp:2112) tx broadcast timed out (send)

This is the current log
Jump to: