|
birr
|
|
October 18, 2020, 06:55:00 AM Last edit: October 18, 2020, 07:37:52 AM by birr |
|
Nothing works, I'm re-syncing the blockchain.
|
|
|
|
dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
|
October 18, 2020, 10:52:54 AM |
|
|
|
|
|
bitebits
Legendary
Offline
Activity: 2256
Merit: 3617
Flippin' burgers since 1163.
|
|
October 18, 2020, 12:21:09 PM |
|
Thanks for the link dEBRUYNE. Not good, fortunately the already online nodes are not affected.
|
- You can figure out what will happen, not when /Warren Buffett - Pay any Bitcoin address privately with a little help of Monero.
|
|
|
|
elrippos friend
Full Member
Offline
Activity: 1179
Merit: 210
only hodl what you understand and love!
|
|
October 18, 2020, 02:17:58 PM |
|
Well, then the DEV's and the monero community have to release 17.2.0 for GUI and CLI quite urgently in my opinion I can connect my wallet to my private node without any problems, but on my personal PC i am stuck at block 2210720 following message being delivered all the time 2020-10-18 14:13:51.983 I [51.79.173.165:18080 OUT] Sync data returned a new top block candidate: 2210720 -> 2211044 [Your node is 324 blocks (10.8 hours) behind] 2020-10-18 14:13:51.983 I SYNCHRONIZATION started 2020-10-18 14:13:53.827 W monerod is now disconnected from the network
|
|
|
|
sech1
|
|
October 18, 2020, 02:54:03 PM |
|
Well, then the DEV's and the monero community have to release 17.2.0 for GUI and CLI quite urgently in my opinion I can connect my wallet to my private node without any problems, but on my personal PC i am stuck at block 2210720 following message being delivered all the time 2020-10-18 14:13:51.983 I [51.79.173.165:18080 OUT] Sync data returned a new top block candidate: 2210720 -> 2211044 [Your node is 324 blocks (10.8 hours) behind] 2020-10-18 14:13:51.983 I SYNCHRONIZATION started 2020-10-18 14:13:53.827 W monerod is now disconnected from the network
Only monerod (node) has to update, wallets don't need to be updated. It'll be released in a few hours.
|
|
|
|
birr
|
|
October 18, 2020, 03:55:40 PM Last edit: October 18, 2020, 04:08:13 PM by birr |
|
Does this mean I have to stop my sync before 2210720 and wait for 17.2? Don't tell me to compile, ain't happening
Note to devs: test the edge cases before you release a mandated fork.
|
|
|
|
dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
|
October 18, 2020, 03:58:53 PM |
|
Well, then the DEV's and the monero community have to release 17.2.0 for GUI and CLI quite urgently in my opinion I can connect my wallet to my private node without any problems, but on my personal PC i am stuck at block 2210720 following message being delivered all the time 2020-10-18 14:13:51.983 I [51.79.173.165:18080 OUT] Sync data returned a new top block candidate: 2210720 -> 2211044 [Your node is 324 blocks (10.8 hours) behind] 2020-10-18 14:13:51.983 I SYNCHRONIZATION started 2020-10-18 14:13:53.827 W monerod is now disconnected from the network
Release binaries that include the fix will follow shortly.
|
|
|
|
|
birr
|
|
October 18, 2020, 04:20:23 PM |
|
|
|
|
|
elrippos friend
Full Member
Offline
Activity: 1179
Merit: 210
only hodl what you understand and love!
|
|
October 18, 2020, 06:06:28 PM |
|
Well, then the DEV's and the monero community have to release 17.2.0 for GUI and CLI quite urgently in my opinion I can connect my wallet to my private node without any problems, but on my personal PC i am stuck at block 2210720 following message being delivered all the time 2020-10-18 14:13:51.983 I [51.79.173.165:18080 OUT] Sync data returned a new top block candidate: 2210720 -> 2211044 [Your node is 324 blocks (10.8 hours) behind] 2020-10-18 14:13:51.983 I SYNCHRONIZATION started 2020-10-18 14:13:53.827 W monerod is now disconnected from the network
Release binaries that include the fix will follow shortly. Waiting for that, maybe the issue for the bittrex wallet maintenance lasting almost all weekend...
|
|
|
|
bitebits
Legendary
Offline
Activity: 2256
Merit: 3617
Flippin' burgers since 1163.
|
|
October 18, 2020, 06:53:24 PM |
|
Well, then the DEV's and the monero community have to release 17.2.0 for GUI and CLI quite urgently in my opinion I can connect my wallet to my private node without any problems, but on my personal PC i am stuck at block 2210720 following message being delivered all the time 2020-10-18 14:13:51.983 I [51.79.173.165:18080 OUT] Sync data returned a new top block candidate: 2210720 -> 2211044 [Your node is 324 blocks (10.8 hours) behind] 2020-10-18 14:13:51.983 I SYNCHRONIZATION started 2020-10-18 14:13:53.827 W monerod is now disconnected from the network
Release binaries that include the fix will follow shortly. Some more background information on the cause of the issue: A small unofficial post-mortem from me: at block 2210000 CLSAG should've started and MLSAG transactions (old ones) shouldn't have been allowed to enter the mempool anymore. Whatever old transactions were left there should've been mined in the next few blocks, way before block 2210720. But due to an oversight, they kept appearing in the mempool and eventually 2 old MLSAG transactions were mined in block 2210720. Here comes the second oversight: once a transaction is in the mempool and verified, it's not verified again when it's included in a new mined block. Old transactions were verified with v13 rules, but then were added without verification to block 2210720 which used v14 rules. All nodes that were online didn't "see" the problem and kept working. All nodes that synced later refused to sync that specific block. The patch just adds 2 rogue transactions as exceptions to v14 rules.
The simple fix to this kind of bug is to re-check all transactions in the mempool once consensus rules change, i.e. at the fork height.
https://old.reddit.com/r/Monero/comments/jdh5to/psa_a_bug_has_caused_some_nodes_to_get_stuck_on/g98nuwl/
|
- You can figure out what will happen, not when /Warren Buffett - Pay any Bitcoin address privately with a little help of Monero.
|
|
|
fastlight
Member
Offline
Activity: 70
Merit: 14
|
|
October 18, 2020, 07:05:00 PM |
|
Waiting for that, maybe the issue for the bittrex wallet maintenance lasting almost all weekend... Dex is the way... https://bisq.network/Not your keys, not your coins...
|
|
|
|
elrippos friend
Full Member
Offline
Activity: 1179
Merit: 210
only hodl what you understand and love!
|
|
October 18, 2020, 07:23:07 PM |
|
Waiting for that, maybe the issue for the bittrex wallet maintenance lasting almost all weekend... Dex is the way... https://bisq.network/Not your keys, not your coins... Not for those transaction fees
|
|
|
|
|
her0m1ners
Newbie
Offline
Activity: 5
Merit: 0
|
|
October 19, 2020, 03:55:29 AM |
|
Welcome & Happy Mining! HeroMiners ❤️️ since 2018
|
|
|
|
elrippos friend
Full Member
Offline
Activity: 1179
Merit: 210
only hodl what you understand and love!
|
|
October 19, 2020, 04:27:32 AM |
|
Working for the sync, the only message i keep getting is the following 2020-10-19 04:10:28.263 I Synced 2211566/2211572 (99%, 6 left) 2020-10-19 04:10:29.063 I Synced 2211572/2211572 2020-10-19 04:10:29.063 I SYNCHRONIZED OK 2020-10-19 04:10:29.063 I 2020-10-19 04:10:29.063 I ********************************************************************** 2020-10-19 04:10:29.063 I You are now synchronized with the network. You may now start monero-wallet-cli. 2020-10-19 04:10:29.063 I 2020-10-19 04:10:29.063 I Use the "help" command to see the list of available commands. 2020-10-19 04:10:29.063 I ********************************************************************** 2020-10-19 04:10:31.648 W Unable to send transaction(s), no available connections 2020-10-19 04:10:39.847 W Unable to send transaction(s), no available connections 2020-10-19 04:10:49.414 W Unable to send transaction(s), no available connections 2020-10-19 04:11:06.576 W Unable to send transaction(s), no available connections 2020-10-19 04:11:29.109 W Unable to send transaction(s), no available connections 2020-10-19 04:11:53.094 W Unable to send transaction(s), no available connections 2020-10-19 04:12:11.345 W Unable to send transaction(s), no available connections 2020-10-19 04:12:38.845 W Unable to send transaction(s), no available connections 2020-10-19 04:12:58.899 W Unable to send transaction(s), no available connections 2020-10-19 04:13:15.725 W Unable to send transaction(s), no available connections 2020-10-19 04:13:50.629 W Unable to send transaction(s), no available connections 2020-10-19 04:14:02.311 W Unable to send transaction(s), no available connections 2020-10-19 04:14:11.828 W Unable to send transaction(s), no available connections 2020-10-19 04:14:21.863 W Unable to send transaction(s), no available connections 2020-10-19 04:14:47.552 W Unable to send transaction(s), no available connections 2020-10-19 04:15:01.190 W Unable to send transaction(s), no available connections 2020-10-19 04:15:35.589 W Unable to send transaction(s), no available connections 2020-10-19 04:16:10.036 W Unable to send transaction(s), no available connections 2020-10-19 04:16:43.581 W Unable to send transaction(s), no available connections 2020-10-19 04:17:10.932 W Unable to send transaction(s), no available connections 2020-10-19 04:18:34.094 W Unable to send transaction(s), no available connections 2020-10-19 04:18:57.421 W Unable to send transaction(s), no available connections 2020-10-19 04:19:16.905 W Unable to send transaction(s), no available connections 2020-10-19 04:19:57.027 W Unable to send transaction(s), no available connections 2020-10-19 04:20:13.369 W Unable to send transaction(s), no available connections 2020-10-19 04:20:24.150 W Unable to send transaction(s), no available connections 2020-10-19 04:20:38.399 W Unable to send transaction(s), no available connections 2020-10-19 04:21:15.062 W Unable to send transaction(s), no available connections 2020-10-19 04:21:22.625 W Unable to send transaction(s), no available connections
|
|
|
|
dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
|
October 19, 2020, 08:02:13 AM |
|
Working for the sync, the only message i keep getting is the following 2020-10-19 04:10:28.263 I Synced 2211566/2211572 (99%, 6 left) 2020-10-19 04:10:29.063 I Synced 2211572/2211572 2020-10-19 04:10:29.063 I SYNCHRONIZED OK 2020-10-19 04:10:29.063 I 2020-10-19 04:10:29.063 I ********************************************************************** 2020-10-19 04:10:29.063 I You are now synchronized with the network. You may now start monero-wallet-cli. 2020-10-19 04:10:29.063 I 2020-10-19 04:10:29.063 I Use the "help" command to see the list of available commands. 2020-10-19 04:10:29.063 I ********************************************************************** 2020-10-19 04:10:31.648 W Unable to send transaction(s), no available connections 2020-10-19 04:10:39.847 W Unable to send transaction(s), no available connections 2020-10-19 04:10:49.414 W Unable to send transaction(s), no available connections 2020-10-19 04:11:06.576 W Unable to send transaction(s), no available connections 2020-10-19 04:11:29.109 W Unable to send transaction(s), no available connections 2020-10-19 04:11:53.094 W Unable to send transaction(s), no available connections 2020-10-19 04:12:11.345 W Unable to send transaction(s), no available connections 2020-10-19 04:12:38.845 W Unable to send transaction(s), no available connections 2020-10-19 04:12:58.899 W Unable to send transaction(s), no available connections 2020-10-19 04:13:15.725 W Unable to send transaction(s), no available connections 2020-10-19 04:13:50.629 W Unable to send transaction(s), no available connections 2020-10-19 04:14:02.311 W Unable to send transaction(s), no available connections 2020-10-19 04:14:11.828 W Unable to send transaction(s), no available connections 2020-10-19 04:14:21.863 W Unable to send transaction(s), no available connections 2020-10-19 04:14:47.552 W Unable to send transaction(s), no available connections 2020-10-19 04:15:01.190 W Unable to send transaction(s), no available connections 2020-10-19 04:15:35.589 W Unable to send transaction(s), no available connections 2020-10-19 04:16:10.036 W Unable to send transaction(s), no available connections 2020-10-19 04:16:43.581 W Unable to send transaction(s), no available connections 2020-10-19 04:17:10.932 W Unable to send transaction(s), no available connections 2020-10-19 04:18:34.094 W Unable to send transaction(s), no available connections 2020-10-19 04:18:57.421 W Unable to send transaction(s), no available connections 2020-10-19 04:19:16.905 W Unable to send transaction(s), no available connections 2020-10-19 04:19:57.027 W Unable to send transaction(s), no available connections 2020-10-19 04:20:13.369 W Unable to send transaction(s), no available connections 2020-10-19 04:20:24.150 W Unable to send transaction(s), no available connections 2020-10-19 04:20:38.399 W Unable to send transaction(s), no available connections 2020-10-19 04:21:15.062 W Unable to send transaction(s), no available connections 2020-10-19 04:21:22.625 W Unable to send transaction(s), no available connections
Can you type status into monerod and post the output here? Also, try restarting the node (monerod).
|
|
|
|
Chicken_76
Jr. Member
Offline
Activity: 56
Merit: 7
|
|
October 19, 2020, 11:49:33 AM |
|
I have updated my daemon to 0.17.1.1 and it threw some errors when it started: 2020-10-19 11:19:11.301 7ff01dcfc780 INFO logging contrib/epee/src/mlog.cpp:273 New log categories: *:WARNING,net:FATAL,net.http:FATAL,net.ssl:FATAL,net.p2p:FATAL,net.cn:FATAL,daemon.rpc:FATAL,global:INFO,verify:FATAL,serialization:FATAL,daemon.rpc.payment:ERROR,stacktrace:INFO,logging:INFO,msgwriter:INFO 2020-10-19 11:19:11.302 7ff01dcfc780 INFO global src/daemon/main.cpp:293 Monero 'Oxygen Orion' (v0.17.1.1-release) 2020-10-19 11:19:11.302 7ff01dcfc780 INFO msgwriter src/common/scoped_message_writer.h:102 Forking to background... 2020-10-19 11:19:11.304 7ff01dcfc780 WARNING daemon src/daemon/executor.cpp:61 Monero 'Oxygen Orion' (v0.17.1.1-release) Daemonised 2020-10-19 11:19:11.304 7ff01dcfc780 INFO global src/daemon/protocol.h:53 Initializing cryptonote protocol... 2020-10-19 11:19:11.304 7ff01dcfc780 INFO global src/daemon/protocol.h:58 Cryptonote protocol initialized OK 2020-10-19 11:19:11.305 7ff01dcfc780 INFO global src/daemon/core.h:63 Initializing core... 2020-10-19 11:19:11.305 7ff01dcfc780 INFO global src/cryptonote_core/cryptonote_core.cpp:515 Loading blockchain from folder /blabla/.bitmonero/lmdb ... 2020-10-19 11:19:11.876 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<cbc84653d98a3d94f87a53781170dfb2e651a734d01a593e456d3590a5476983> 2020-10-19 11:19:11.876 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <1e35055758ad7e5953402ced23826708b7195f3d7ea6613dc2987851d3deb009> 2020-10-19 11:19:11.876 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<96f2994157218152d69c2e3a57f1ff835a851ddcb80aa60e42f008ec1d6b2990> 2020-10-19 11:19:11.876 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <a18690fb22a57b02209bef9ef0ddbf2de1323133f368bcbfc7e375efc2d9920e> 2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<8fafeb4321a5f332f91153ba0b275b2558fb037b3ac5a84dcd828946c3c819c2> 2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <2668d73c7b651851c8372d1079c2589ffc7b5130ed2574d6ada62a71c37d810f> 2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<92f9f5ee7536418fd945696c2ede870330beb780aeb38ad83669ac8e9cdd1a24> 2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <0df766ab3943fd9c4d7b520d29cba67adbb635243dbcdb9837aed84f282f5f15> 2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<e95b4e3e06186442c06c8c5c00b5b2b471fc5f18e39ac4ae498dab08feeb03d5> 2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <83bfb664c750a7a736cf59df88e14c407e345db1358ba359a29a6f7f1c7b2e16> 2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<f21ed774365ab27525de21b169de0ffd724efe71cd2444d69d5597635e7fc47f> 2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <b655db9d253c601462a8bf65f04ea49c6fa3308696136f91670d167cb8a81530> 2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<e770f17f5d8393d47e6d0adb53803a9ba19be6c0b253eab3fcf2e7cc79939fa2> 2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <adcf277aaed827bb3653de619243d90812b617a1385cf9e45e1bbd0dad28264e> 2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<fdc4bacad7da0a9eaa9c60e6c2e5d11fd1924b8a404b1bb755dcd135df093e77> 2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <3a8c563771277c7804505d202c860cf4bcceb2134bd2b1eba48c61cdfd69bb59> 2020-10-19 11:19:11.879 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<994fb4f582020a5a227067b2ba8d07a756e0e593e92f4655f5bb59e118a63915> 2020-10-19 11:19:11.879 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <aa59568de116ef706603eff6d12084c7340aca236dad4d8b6e2bb026ffe52563> 2020-10-19 11:19:11.879 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<f5961335c0b43732e43e46847a455fd24ebc9b9ff99e152c7204f0346c17a4a7> 2020-10-19 11:19:11.879 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <153850f6115baeec2f0529dfc351d96de78b7349ea2836a9c6821a3b93fe4a65> 2020-10-19 11:19:11.880 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<84eda9824561192922999d8a529a95ad46f4dbfd03613d0bc1ab73a72370d662> 2020-10-19 11:19:11.880 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <5ec19f53f392f0b28d99f28f07bfa36758cac0a1a291d4f6e85062a49d135065> 2020-10-19 11:19:11.880 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<887e5dc4cf350b637cbcc7040ee6cc18aae7b5222375a4bc16e842dc0d58e7d8> 2020-10-19 11:19:11.880 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <f9ce819d6a5e2055dc8d1e5bc83f6a706e42fc60087423ccf986565866f6d06f> 2020-10-19 11:19:11.881 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<e7cd4fc28ff0149f19299ba2baacead95a31dca809530ec8bff18ed2f36719b0> 2020-10-19 11:19:11.881 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <624419c9098a3f8eb30f256af70fb6d9b50cbee26d7166ca21f42e11be09977d> 2020-10-19 11:19:11.881 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<b95fed227c3fe6a92f2085bb438606ac10eb9b591ecec0ebd215518ead6c7f4d> 2020-10-19 11:19:11.882 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <9a69b1d95241c75949141c9360f38f6f0e46cc36db314c9caba6b87014309b80> 2020-10-19 11:19:11.882 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<29d91127f3786987abcc687cacde2188c32accf3ebb0ff5ba03342bb46169f91> 2020-10-19 11:19:11.882 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <410131349b720031c9cfcb5c540f23fc20b3201208752fbc5272a18ec47bba89> 2020-10-19 11:19:11.882 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<3db634a770ed7f712f4199432c4550a149677be97f5237d119440a6305b46e46> 2020-10-19 11:19:11.883 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <54e005b8d92a2ef6ef2c593151739d1135ad44378cf2b9ea4919bb81492bcb8c> 2020-10-19 11:19:11.883 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<74d080453c561412d34423f8121d0306fd0495d03ea5b9eb9e4caa705d595c20> 2020-10-19 11:19:11.883 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <3a4078722a683eea6c2cb636125f3bca95d4001200f96dd47b106a6c4154f38f> 2020-10-19 11:19:11.884 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<66c920e9e0e1e8fef99527d376a7b0e8cd03ff946e5afa3bae853aab614ac82d> 2020-10-19 11:19:11.884 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <76b56b96b728d3f293e241f788db73acbf5e918978ba4679d5ede369976c7596> 2020-10-19 11:19:11.884 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<caff3a3a38984b4640aeda31ef9123547962b25f5db1a1536020f43271db0b0e> 2020-10-19 11:19:11.884 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <893f6e0d795a27c6db58b5a69d2fb31fea8d28157cf46cba5c24414d05dac696> 2020-10-19 11:19:11.885 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<c1bb0007c10fe4ff41f1e61dbea45cb61a34d3a0feb2c3eb5ab1cc1d577f3fa6> 2020-10-19 11:19:11.885 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <ddcc0807364303df384b1a6e7f44ea2bd0ec1fc880856cf1d074214935ca059b> 2020-10-19 11:19:11.885 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<c8cdf73e45447880695e5faa68891be63a709524b52968f8a8f9f3d14508a78c> 2020-10-19 11:19:11.885 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <f84b47b331b5d0b4079a25e33aeeda423c108d82d5915cd61d9b31e9b86f569d> 2020-10-19 11:19:11.886 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<d753697fc86cbb7e378fc470f78b2d8886a681747d1bf2d4b537c7d576a3127f> 2020-10-19 11:19:11.886 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <8a1d661a52244e1def32a46fd07704a926c4e9a3e7c97a89748e65267bb1efb5> 2020-10-19 11:19:11.886 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<927c7c911d0b232a6bf2231a09f48d7a0c7e30b41f5288646757bb5139a94144> 2020-10-19 11:19:11.886 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <4b0bc4fd4ad04a2d7c9c77d8de077aafad4445d084730ed93f8fee89529dd0b8> 2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<2fc5d16a748506b321fcca91a09b665fe6f34b537ec2da921282e4d5a5614d91> 2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <683de639f48936b47c0085c08e6dad1861e837442514c4512f236b4d8ee247c6> 2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<9bba07682c36178b36ce651335491f0f9a7c923ec405e06c115e91d9a1b785be> 2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <50cc4fc01aa71aa421436979cef3767c0750c8ffc41c1d6442a80f4d95ec8cd5> 2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<b3a12ac923bb713ea3ba7f3f93773dd90a5ea4c62b5a96f311deaedcac1620c6> 2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <1481d858bd26bf2d4063bffbedb9ad40830110a7dd9b742e0f97f271c79ac2d8> 2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<b04685adbfed890dc57a3bb36f2f43110824f6f66de15b3ce29644282e853df8> 2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <d57f110defa6b23b5dfdf136781be5432bdfeff0a5ce4d619cf2eed4ccf790da> 2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<f25d71074d218c8173050b70f27c446ae015eb2e67478ec792fe879b388f11c7> 2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <583f1eb6f63ed8d43834ad71e10cc9b74465946960f3f8b2f2d8c674b2d0c2e0> 2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<f8e483f17c7c69deebb77e7b675582756b3c973873a3343870e685bf6d2123cd> 2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <ac509c110f856dfa28cef84c9a4a4dfbbf84a2217b1d882eebb7eb3cf45268e4> 2020-10-19 11:19:11.889 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<f1ec8877b10ee179c01eab44a9a0f21ce747d54c2a0ed418766bc4b683740e41> 2020-10-19 11:19:11.889 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <bbdf0586c07f4ccc462205a06226c3d0e5cdf0b634d54711d38f19b034cf5cfe> 2020-10-19 11:19:12.320 7ff01dcfc780 INFO global src/cryptonote_core/cryptonote_core.cpp:690 Loading checkpoints 2020-10-19 11:19:12.320 7ff01dcfc780 INFO global src/daemon/core.h:73 Core initialized OK 2020-10-19 11:19:12.320 7ff01dcfc780 INFO global src/daemon/p2p.h:63 Initializing p2p server... 2020-10-19 11:19:12.740 7ff01dcfc780 INFO global src/daemon/p2p.h:68 p2p server initialized OK 2020-10-19 11:19:12.741 7ff01dcfc780 INFO global src/daemon/rpc.h:63 Initializing core RPC server... 2020-10-19 11:19:12.741 7ff01dcfc780 INFO global contrib/epee/include/net/http_server_impl_base.h:79 Binding on 0.0.0.0 (IPv4):18081 2020-10-19 11:19:13.293 7ff01dcfc780 INFO global src/daemon/rpc.h:69 core RPC server initialized OK on port: 18081 2020-10-19 11:19:13.294 7ff01dcfc780 INFO global src/daemon/rpc.h:74 Starting core RPC server... 2020-10-19 11:19:13.294 [SRV_MAIN] INFO global src/daemon/rpc.h:79 core RPC server started ok 2020-10-19 11:19:13.294 [SRV_MAIN] INFO global src/daemon/daemon.cpp:213 Public RPC port 18081 will be advertised to other peers over P2P 2020-10-19 11:19:13.294 [SRV_MAIN] INFO global src/daemon/p2p.h:78 Starting p2p net loop... 2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 ********************************************************************** 2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 The daemon will start synchronizing with the network. This may take a long time to complete. 2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 You can set the level of process detailization through "set_log <level|categories>" command, 2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 where <level> is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING). 2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 Use the "help" command to see the list of available commands. 2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 Use "help <command>" to see a command's documentation. 2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 ********************************************************************** It then proceeded to sync with the network. Do I have a corrupted blockchain file or something?
|
|
|
|
|