Name of monero daemon (replacing bitmonerod) starting with the v0.10.0 - Wolfram Warptangent - release
Questions tagged [monerod]
615 questions
12
votes
1 answer
Usefulness of an intermittent full node
I run bitmonerod on my laptop when I'm using the computer but I shut it down for the night. I don't mine due to the computer relatively low capabilities.
How useful for the whole Monero network is a full node that does not mine and that is active…

Clement J.
- 3,339
- 2
- 14
- 35
8
votes
2 answers
how do I make monerod play nice with process supervision?
For some reason monerod gets angry if it reads EOF from stdin and decides to exit. I don't know why. Go ahead, try it:
monerod < /dev/null
This is really unfriendly behavior for daemons, because it is incompatible with process supervision…

user4718
- 271
- 2
- 5
8
votes
2 answers
Why does my bitmonero fail to load?
I'm trying to run a node for the first time on linux mint, and let the blockchain update while I was asleep. When I woke up this morning my computer was unresponsive, and I did a hard shutdown.
Now when I start ./bitmonerod, I seem to get an…

Sixwings
- 81
- 3
7
votes
1 answer
How do I reduce the apparent memory usage of Monero?
We all know that LMDB uses a memory-mapped database, so the actual usage of memory by the monero network service process (aka monerod, monero daemon) is very minimal (once network synchronization has completed).
More information on caching and…

Ginger Ale
- 5,676
- 2
- 18
- 46
4
votes
1 answer
"Insufficient disk space" - but it's not true
The monero daemon prints the message:
ERROR blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:445 !! WARNING: Insufficient free space to extend database !!: 98593996820
The number displayed at the end of that message changes by small…

Brad Richards
- 143
- 2
4
votes
1 answer
What is the default behavior of monerod concerning the --max-concurrency flag?
The default value for the --max-concurrency is 0. What does that mean? Will it not use any threads? Will it automatically determine the right amount of threads? If it is the latter, is there a way to query what value was determined?

Philippe
- 143
- 2
4
votes
1 answer
What changes are in the Monero 0.11.0.0 release?
0.11.0.0 was just released. What are the major changes in this version?

sgp
- 8,806
- 6
- 42
- 113
4
votes
1 answer
Explanation of monerod `status` command
Most of status is self explanatory. But there are a couple I don't understand. I'm a complete n00b to both monero and crypto mining in general so forgive me if these are all rather elementary. I couldn't find much in terms of explanations .
net…

dispake
- 143
- 3
4
votes
2 answers
How can I really run a remote node?
Well, first of all, I can't keep monerod running on my VPS through an ssh session. When I close the ssh session it stops running.
Second question is do I need to open the port? Is it TCP or UDP port that needs to open? A quick command?
Seriously,…

Alex
- 85
- 2
- 5
4
votes
1 answer
monerod can't synchronize
when running monerod I keep getting an error
2017-03-29 20:07:11.704 [P2P9] ERROR verify src/cryptonote_core/blockchain.cpp:3339 Block with id: has incorrect miner…

Jona
- 832
- 5
- 16
4
votes
3 answers
How does the "--check-updates" parameter of monerod work?
The monero daemon has this option:
--check-updates arg (=notify) Check for new versions of monero:
[disabled|notify|download|update]
I tried running my node with --check-updates update, but no…

A.D.
- 239
- 2
- 10
3
votes
0 answers
What is the most effective Operating System and tool to reduce power consumption in a mining rig?
Just to be clear, not talking about which GPU is the most economical watt/hash-speed
As far as the ability to tune down unnecessary pieces of the computer, as well as undervolting your cards successfully.
I know using windows 7 and MSIAfterburner I…

shamelessApathy
- 509
- 5
- 12
3
votes
1 answer
Need specific instructions on using formula to calculate Monero's current block reward
Building my own php-based monero profit calculator for fun.
However, setting a static variable for "block_reward" would be very bad, and become less accurate as time goes by.
I've looked at this thread here:
What is the mining reward equation?
I've…

shamelessApathy
- 509
- 5
- 12
3
votes
1 answer
Internet access lost due to DNS problems every time monerod starts
Every time I start monerod.exe on my Win 10 x64 machine, every device connecting to the same router loses internet connection. Even the notebook (MS Surface Pro 4) running monerod loses connection to DNS servers, and nothing has a connection except…

Babber
- 31
- 2
3
votes
1 answer
Monero daemon with --rpc-bind-ip parameter
After installation of the new version v0.10.2.1, I have started monerod with the parameter "--rpc-bind-ip 192.168.1.2" and got this error:
"ERROR default src/rpc/rpc_args.cpp:76 --rpc-bind-ip permits inbound unencrypted external connections.…

Steve Pažitka
- 73
- 1
- 6