jtgrassie / monero-pool

A Monero mining pool server written in C
BSD 3-Clause "New" or "Revised" License
344 stars 125 forks source link

Pool is sending transactions but monerod treats them as double spend [STAGENET] #104

Closed ghost closed 3 years ago

ghost commented 3 years ago

I am testing pool on stagenet, these transactions are send after mined blocks are UNLOCKED I checked it using data/inspector-tool

2021-08-22 13:49:53.689 [RPC0]  INFO    wallet.wallet2  src/wallet/wallet2.cpp:10292      Transaction 1/1 <5958b31532953eef74e39d240b2c486364a590210047e1b9b5ca5be87803ffd5>: 2619 weight, sending 12.924109620547 in 2 outputs to 2 destination(s), including 0.000112810000 fee, 6.527142150413 change
2021-08-22 13:49:53.706 [RPC0]  ERROR   wallet.wallet2  src/wallet/wallet2.cpp:6551 daemon_send_resp.status != CORE_RPC_STATUS_OK. THROW EXCEPTION: error::tx_rejected
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896  /home/moneroist/monero/src/wallet/wallet2.cpp:6551:N5tools5error11tx_rejectedE: transaction was rejected by daemon, status = Failed, tx:
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896  {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    "version": 2, 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    "unlock_time": 0, 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    "vin": [ {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        "key": {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "amount": 0, 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "key_offsets": [ 4070539, 101446, 98635, 12194, 519, 2238, 85, 90, 1041, 3, 56
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          ], 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "k_image": "2d09fa40e1f00db98cb6da8ab011f0e52c15e8525df8106f55f07541a39ca6ec"
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        }
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      }, {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        "key": {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "amount": 0, 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "key_offsets": [ 2232148, 1191680, 786425, 15324, 38139, 18146, 2068, 2439, 286, 26, 70
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          ], 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "k_image": "0703ae66138b21961a7f290f29b517f92b4f2ce0de2663c0398d240148b421dc"
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        }
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      }
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    ], 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    "vout": [ {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        "amount": 0, 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        "target": {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "key": "616166d31f75d210feb5ad3d8a59782298c5e7f3c004f72f529c8cd4f210c0b0"
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        }
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      }, {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        "amount": 0, 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        "target": {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "key": "83e93d555d50310fba6a578c91c2f603bc1dff0ebfca089fbfdffad45f763bbd"
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        }
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      }, {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        "amount": 0, 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        "target": {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "key": "cb1d989bd122380d90d722558d514aea8c37cf68bd1d2f9703e9ce57d2c93b52"
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        }
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      }
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    ], 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    "extra": [ 1, 91, 124, 210, 133, 68, 82, 132, 19, 96, 88, 44, 92, 184, 7, 81, 3, 124, 71, 70, 122, 146, 131, 43, 248, 114, 184, 211, 66, 80, 205, 211, 176
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    ], 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    "rct_signatures": {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      "type": 5, 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      "txnFee": 112810000, 
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      "ecdhInfo": [ {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "amount": "6253887c3404ab5d"
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        }, {
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "amount": "b2b78ee0bfe70dbd"
2021-08-22 13:49:53.706 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        }, {
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "amount": "e379e76c75d7e679"
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        }], 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      "outPk": [ "32fd148378fa16e526a26eb58140c97fc7d54739301f6ca29324c0b7f8ce3646", "efbaf02ac34b6c89db6d9f2df4e218a4643c650cc7ff90a3619f5e8f4080b447", "4c8bd6faade9c68d221ea8b5a93ed6f8c546901d6b9b55b7a483c5f035ef4ef8"]
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    }, 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    "rctsig_prunable": {
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      "nbp": 1, 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      "bp": [ {
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "A": "b70d83bc2fcde9d9c43affa060c3a049939f59cee3e2ea5d4cdb5f8fb6cfbbf1", 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "S": "4d4e42ea1b8345e5f9749e1bc2d9f59c9ef4c6e651bc3cf588f36aad09c0880f", 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "T1": "c32e7b30f19f21d17c5fad5698dc764091fdde10f98c1add639d16e9ff0faae8", 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "T2": "c7abfd6f6774ccfbe8f04ff5763d28337ab427ef6488a91ed8cbfd944960eed0", 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "taux": "d27035adb2ffdf8b4c53174ff0b3ce3ffabd8424ca683fe2914ed5561e02b608", 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "mu": "1b37c7e91b9e0f987f7f206912d16675d4dea9a47733243848472065f40f120c", 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "L": [ "590b55b428cd6cc727e6735ee0ebd513ed3e59fc3a2c884497342af31442c829", "16fd0d80a4254c85cf47fdad4d519f78c6b36702f9e89b85473b1dd88d42866f", "cd367fd346b2da7396562a842670c198993b94e36ec9b9067fa430d77a7f3ba7", "c84fd860e32b5b9768e12a35c4e0def10741ce63c5c0571510463f59df63005b", "cc45c2c31d3cdbe84490223072c9aa13499a790e98e53d2c32a5e309ca4f98f3", "a115a7baa4b31216ac566df6226c84064199cb2efbb408afd604a85e99c838a1", "5bc8d2157205235026cf93ab5ed110065c090742f0cdf40c08ded1452526d0fa", "56cfbc4f4df3d20ae6e7ddf4129b4690843c52e21e2de29aa3fda0cd19994e11"
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          ], 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "R": [ "5b963753c7711e2c47a3d7ad2a826e4f67cb77e42f01f716705769e7b38e554e", "c9c59ff5929bbe94365a0f4dd01a5b779c4f0c7c1258b3b22585bb647154ecf6", "8ef2f8c870444a1f735058da62fc90c495adda2a4e5b0fba7b117bde4db51160", "dc50b56381e5d61699749a600dc1914224b1669e6a4e9a58b8fc74a782449756", "40cc7bd83c6cde6d2c751d66f49847443f01730913182a89f31e5569c965c577", "af87899608291d8fb16d84444629b883a69080a205b690915b4492aa81df42bc", "361a44f0ce22051111423603067ad26aad06ae0013c0b37bd2fd2ece749745b7", "5a4edf8668a0235696afe6d173ca27f0c2140753cf960657279fce58a5534af9"
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          ], 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "a": "8573951ef0bb7d0db56d84003047b2be8d7a4e90619ec83865fe41beb9c5a607", 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "b": "80e182d3b12da94c39caab1c8fb2d45fdd7d60e5e54d61835816f630e2795400", 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "t": "453f8f834cc1b5e02abbdfc21ad4fdb1bf6ec0a5ba07c66716388c68ea34700e"
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        }
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      ], 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      "CLSAGs": [ {
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "s": [ "baea66400003dd52dcd1199b9d4e7785a337651ab248c31696312cac86406806", "029c2726632acf547eac99e74fc224dfe59636326eb14a3662beea72c70f5a01", "7990279dc18ef62977fe3b4f8ea0fef323176ba87db06d5b8de2d4f9756ba202", "ab68414f5a3d04a2be107176f5f34dfddc1cb5d8469056c768fded995c38c006", "6d443d348bb609a0eb6f35db200ae3ae566110c697ecdeff23507b977d0c8200", "da705733bd95eefe34c3b112159a63198206d2ff6f7bcfae42dd5abcc1396a0a", "a22ffcea44b75cc8a87115956d80c15a7113fe5329fe0e9c9a88fa221db92f00", "6ba82bd09a00c49d79fb1a121f74ef9247b98c9399f0818ab5fafc51748a1506", "0378d0873f7cfdd73f7251113b9a7a5dd7f312b3a86e77da159726a15cdd680b", "3fc89949943ec99411e76550a65e6d3de5fe7bf006d16d0a332b2284c41a0c03", "e9767fdcded3046780752fb3ce53fe42556e99c0cbdbc0f850cc4b536b9cea0f"], 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "c1": "f33ca4984b8196641ea5d47df84019a7ba206e1a7909534630c2740665b0df04", 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "D": "7f4c578be8d6e75fe7fc40c9a4510e565b854f9c4a95d5864578ab70d75e0db3"
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        }, {
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "s": [ "81f6f7662f8ff7f026aeffec4d436721f4ef1d65ebd614fdf0d833144f1e1a0c", "06aebc9969d2b3d84f98fdfba039cbfd15ae8bf1b1adba4f08ec228e1eb57003", "3de12d0b30c9a115aa211a27dfa33dc6ba42e83edf22590f3540e2357db7df0d", "4b1d4f19741481521d38f074eef2b28f112cb8f33928890e77c7c839e7812e00", "5f97dbd53c7502c524e06650ca4ddb5209382d30a86905b269048a7e33e6690c", "ef75fa5a5c15b353427e1f05cbea58fdf650958ca3f70793bd53afcfc0367503", "503e4d9f34ecfbb96f7ab9b8af32aebd2e6d154e68bfb4823164be8cfabb6102", "35812e1b3d2ab1727502ade27ad73b69bdb6f3ce3ea2a9d026a40394dcdbdd0f", "7db06900977f787b29fb13e5fd2e614813f0452082096a1b383b767309e57606", "422d8d6099610c2742d7ee5495bdd4c043dca3bd7eed1cc67d480a7dcf2b6009", "ff59d82131f22c7cbc9494b75361b931704032998a056060c26dadce4fbd3909"], 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "c1": "ee24b6b9e11ffdfa52619bc03bbb00d0a5edbc36117cb87d54e7c0349396e605", 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896          "D": "f3e7f0788ada4a79a84f43a104096d82ae28ca70325308511440cea7a7fe7425"
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896        }], 
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896      "pseudoOuts": [ "c6b2029259f2942a5846ffd0bd51a6568a22130402fdc109c35f0c6602f01622", "9b66b16135925a1e23fd51f6057082640fa07bc4a1867a1cfa19637b5f1a4497"]
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896    }
2021-08-22 13:49:53.707 [RPC0]  WARNING net.http    src/wallet/wallet_errors.h:896  } (double spend)
2021-08-22 13:49:53.707 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:133  Exception: tools::error::tx_rejected
2021-08-22 13:49:53.707 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:134  Unwound call stack:
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [1]  0x10a) [0x557d9cc3bcef]:__cxa_throw+0x10a) [0x557d9cc3bcef]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [2]  0x346) [0x557d9cae172c]:_ZN5tools5error15throw_wallet_exINS0_11tx_rejectedEJN10cryptonote11transactionENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_EEEvOSA_DpRKT0_+0x346) [0x557d9cae172c]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [3]  0xd85) [0x557d9c9e5395]:_ZN5tools7wallet29commit_txERNS0_10pending_txE+0xd85) [0x557d9c9e5395]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [4]  0x5b) [0x557d9c9e6381]:_ZN5tools7wallet29commit_txERSt6vectorINS0_10pending_txESaIS2_EE+0x5b) [0x557d9c9e6381]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [5]  0x9d1) [0x557d9c8f05e1]:_ZN5tools17wallet_rpc_server13fill_responseINSt7__cxx114listINS2_12basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEENS3_ImSaImEEENS3_INS_10wallet_rpc14key_image_listESaISE_EEEEEbRSt6vectorINS_7wallet210pending_txESaISJ_EEbRT_RT0_SQ_SQ_RS8_SR_bSO_bSO_bSO_RT1_RN4epee8json_rpc5errorE+0x9d1) [0x557d9c8f05e1]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [6]  0x3a2) [0x557d9c811902]:_ZN5tools17wallet_rpc_server17on_transfer_splitERKN4epee10misc_utils11struct_initINS_10wallet_rpc26COMMAND_RPC_TRANSFER_SPLIT9request_tEEERNS3_INS5_10response_tEEERNS1_8json_rpc5errorEPKNS1_9net_utils23connection_context_baseE+0x3a2) [0x557d9c811902]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [7]  0xd6fa) [0x557d9c93075a]:_ZN5tools17wallet_rpc_server23handle_http_request_mapIN4epee9net_utils23connection_context_baseEEEbRKNS3_4http17http_request_infoERNS5_18http_response_infoERT_+0xd6fa) [0x557d9c93075a]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [8]  0x1d8) [0x557d9c9638f4]:_ZN5tools17wallet_rpc_server19handle_http_requestERKN4epee9net_utils4http17http_request_infoERNS3_18http_response_infoERNS2_23connection_context_baseE+0x1d8) [0x557d9c9638f4]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [9]  0xad) [0x557d9c908aad]:_ZN4epee9net_utils4http19http_custom_handlerINS0_23connection_context_baseEE14handle_requestERKNS1_17http_request_infoERNS1_18http_response_infoE+0xad) [0x557d9c908aad]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [10]  0x13e) [0x557d9c88087e]:_ZN4epee9net_utils4http30simple_http_connection_handlerINS0_23connection_context_baseEE32handle_request_and_send_responseERKNS1_17http_request_infoE+0x13e) [0x557d9c88087e]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [11]  0x152) [0x557d9c880d22]:_ZN4epee9net_utils4http30simple_http_connection_handlerINS0_23connection_context_baseEE27handle_retriving_query_bodyEv+0x152) [0x557d9c880d22]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [12]  0x161) [0x557d9c9679e1]:_ZN4epee9net_utils4http30simple_http_connection_handlerINS0_23connection_context_baseEE14handle_buff_inERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x161) [0x557d9c9679e1]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [13]  0x3d) [0x557d9c968259]:_ZN4epee9net_utils4http30simple_http_connection_handlerINS0_23connection_context_baseEE11handle_recvEPKvm+0x3d) [0x557d9c968259]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [14]  0x194) [0x557d9c968454]:_ZN4epee9net_utils10connectionINS0_4http19http_custom_handlerINS0_23connection_context_baseEEEE11handle_readERKN5boost6system10error_codeEm+0x194) [0x557d9c968454]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [15]  0xcc) [0x557d9c96971c]:_ZN4epee9net_utils10connectionINS0_4http19http_custom_handlerINS0_23connection_context_baseEEEE14handle_receiveERKN5boost6system10error_codeEm+0xcc) [0x557d9c96971c]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [16]  0xcf) [0x557d9c88159f]:_ZN5boost4asio6detail15wrapped_handlerINS0_10io_service6strandESt5_BindIFMN4epee9net_utils10connectionINS7_4http19http_custom_handlerINS7_23connection_context_baseEEEEEFvRKNS_6system10error_codeEmENS_10shared_ptrISD_EESt12_PlaceholderILi1EESM_ILi2EEEENS1_26is_continuation_if_runningEEclISF_mEEvRKT_RKT0_+0xcf) [0x557d9c88159f]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [17]  0x105) [0x557d9c89a43b]:_ZN5boost4asio6detail18completion_handlerINS1_17rewrapped_handlerINS1_7binder2INS1_15wrapped_handlerINS0_10io_service6strandESt5_BindIFMN4epee9net_utils10connectionINSA_4http19http_custom_handlerINSA_23connection_context_baseEEEEEFvRKNS_6system10error_codeEmENS_10shared_ptrISG_EESt12_PlaceholderILi1EESP_ILi2EEEENS1_26is_continuation_if_runningEEESI_mEEST_EEE11do_completeEPNS1_15task_io_serviceEPNS1_25task_io_service_operationESK_m+0x105) [0x557d9c89a43b]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [18]  0x21c) [0x557d9c8a337c]:_ZN5boost4asio6detail14strand_service8dispatchINS1_17rewrapped_handlerINS1_7binder2INS1_15wrapped_handlerINS0_10io_service6strandESt5_BindIFMN4epee9net_utils10connectionINSB_4http19http_custom_handlerINSB_23connection_context_baseEEEEEFvRKNS_6system10error_codeEmENS_10shared_ptrISH_EESt12_PlaceholderILi1EESQ_ILi2EEEENS1_26is_continuation_if_runningEEESJ_mEESU_EEEEvRPNS2_11strand_implERT_+0x21c) [0x557d9c8a337c]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [19]  0x216) [0x557d9c8a3672]:_ZN5boost4asio6detail23reactive_socket_recv_opINS0_17mutable_buffers_1ENS1_15wrapped_handlerINS0_10io_service6strandESt5_BindIFMN4epee9net_utils10connectionINS9_4http19http_custom_handlerINS9_23connection_context_baseEEEEEFvRKNS_6system10error_codeEmENS_10shared_ptrISF_EESt12_PlaceholderILi1EESO_ILi2EEEENS1_26is_continuation_if_runningEEEE11do_completeEPNS1_15task_io_serviceEPNS1_25task_io_service_operationESJ_m+0x216) [0x557d9c8a3672]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [20]  0x2cf) [0x557d9c832e37]:_ZN5boost4asio6detail15task_io_service10do_run_oneERNS1_11scoped_lockINS1_11posix_mutexEEERNS1_27task_io_service_thread_infoERKNS_6system10error_codeE+0x2cf) [0x557d9c832e37]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [21]  0x20a) [0x557d9c85471a]:_ZN4epee9net_utils18boosted_tcp_serverINS0_4http19http_custom_handlerINS0_23connection_context_baseEEEE13worker_threadEv+0x20a) [0x557d9c85471a]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [22]  0x11bcd) [0x7faca927cbcd]:_64-linux-gnu/libboost_thread.so.1.65.1(+0x11bcd) [0x7faca927cbcd]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [23]  0x76db) [0x7faca66b06db]:_64-linux-gnu/libpthread.so.0(+0x76db) [0x7faca66b06db]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172      [24]  0x3f) [0x7faca63d971f]:_64-linux-gnu/libc.so.6(clone+0x3f) [0x7faca63d971f]
2021-08-22 13:49:53.712 [RPC0]  INFO    stacktrace  src/common/stack_trace.cpp:172  
ghost commented 3 years ago

I checked GUI wallet and have this same error on stagenet so this errorr is not relevant to monero-pool

ghost commented 3 years ago

if someone gets here someday, the trick is execute command flush_txpool in daemon, after that everything works like it should

jtgrassie commented 3 years ago

This is a bug tracker, not a support channel for running monero or the pool.