Closed wpbloger closed 3 years ago
These errors show up from time to time. It means a transaction didn't verify. It isn't related to mining.
Maybe because of them I can't find the block for a long time or am I just unlucky?
What's your hashrate?
There were 0 blocks in the last 20 minutes, there might be large hash rate changes, or we might be partitioned, cut off from the Monero network or under attack, or your computer's time is off. Or it could be just sheer bad luck.
It means, as it says in the message that there were no blocks for 20 minutes. It can happen from time to time. If you are on the same height as e.g. xmrchain.net then everything is okay. See also: https://melo.tools/blocks/frequencies/
These errors show up from time to time. It means a transaction didn't verify. It isn't related to mining.
Are such mistakes in the nature of things? I thought they might be the reason for my bad luck, especially verification failure
What's your hashrate?
In general, my hashrate is 100-120 kH / s and about 30-40 days I'm trying to get a block, the console writes about alternative blocks every day, but there are no solutions (
Are such mistakes in the nature of things?
My daemon shows this also occasionally and I don't mine. It isn't related.
In general, my hashrate is 100-120 kH / s and about 30-40 days I'm trying to get a block
At 100000 h/s with network diff of 3.10e+11 your expected time for find a block is 3.10e+06 s or 35.88 days.
You are still within the average time to find a block.
100 kH/s is one hell of a high hash rate. Are you sure ?
100 kH/s is one hell of a high hash rate. Are you sure ?
Yes, of course, I have 12 cpu 2678v3 and 3 cpu 5900, but apparently this is not enough to get a block in a month. Now I'm trying to find out if everything is in order in the node and if it is working properly.
If your chain is increasing at an average of a block every two minutes, you're almost certainly all good.
If your chain is increasing at an average of a block every two minutes, you're almost certainly all good.
Yes, the chain grows, alternative blocks are added, the reorganization takes place. But I am worried about the errors that appear, I posted them in the thread, @selsta writes that they are not important for mining, can anyone else come across specific errors who is the miner?
Are these errors showing up on default log settings ?
Are these errors showing up on default log settings ?
Yes, I have not changed the log level settings.
Output of the command set_log:
Log categories are now *: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
After checking, core::handle_incoming_txs means a tx you received was invalid wrt your chain. Not a tx you mined. So ignore.
Oh, if you want to double check: Restart monerod with --fixed-difficulty 1. Mine again. You'll find lots of blocks fast. Then restart without that option, and those fake blocks will get dumped and you'll get back on the correct chain. If you can't find blocks with --fixed-difficulty 1 then something is indeed wrong somewhere.
I tried to set a fixed difficulty, at first there were many errors about not found transactions, then a lot of messages about finding alternative blocks went, and even the balance in the goo wallet was updated, it became equal to 2.7 XMR, which means the blocks were found. After restarting the node without a fixed complexity, the node reorganized the chain and the balance on the wallet became correct. It looks like the node is working, it seems that I just had no luck yet, thanks to everyone for taking part in solving my problem.
Recently I decided to mine Monero on my own and for this I installed a Full node with all blockchain. To install the node, I used a local computer with os: Ubuntu 20.04.2 LTS with an xeon e5 2678 v3 processor and a 1 TB SSD NVME. I have fast Internet and synchronization was successful in a day, the full node was ready with the daemon. In addition, I downloaded and installed GUI Wallet on the same computer, which started quite successfully and synchronized with the daemon. The block height matches. The node was compiled and installed as described in the instructions in the Monero repository. After that, I installed xmrig-proxy for myself in order to be able to reduce the complexity of the ball for work machines, and on work machines I installed xmrig, where I inserted the wallet obtained in my GUI Wallet and started mining. The time on the computer where the node is installed is set to the UTC time zone. xmrig-proxy receives valid shares and does not display errors. I start the monerod daemon with the following config file(bitmonero.conf):
However, after a few days, the following errors began to appear in the console:
Same errors on log:
I also started receiving messages like this:
There were 0 blocks in the last 20 minutes, there might be large hash rate changes, or we might be partitioned, cut off from the Monero network or under attack, or your computer's time is off. Or it could be just sheer bad luck.
But I have everything in order with the Internet connection, and there is a peers connections.Why are these errors and how can I fix them? Maybe because of them I can't find the block for a long time or am I just unlucky?