Bitcoin Forum
May 29, 2024, 04:15:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Not mining first block  (Read 235 times)
marvic4 (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
October 10, 2019, 04:01:17 AM
Last edit: October 10, 2019, 02:22:54 PM by marvic4
 #1

Hello,

For Learning purpose i forked Litecoin 10.4, compiled and daemon running properly, but still first block is not minted more than 20 days gone.

Setup i did is:

Initially 2 nodes (both are Digital Ocean Droplets VMs, 1vCPU, 1GB RAM) for communicating each other.

Got error in main node
Code:
 connect() to 157.245.94.144:4991 failed after select(): Connection refused (111)

And mining node is also from Digital Ocean droplet (2vCPU, 2GB RAM). Past 20 days shows hashespersec 0
Code:
getmininginfo
{
    "blocks" : 0,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : 0.00024414,
    "errors" : "",
    "genproclimit" : 2,
    "networkhashps" : 0,
    "pooledtx" : 0,
    "testnet" : false,
    "chain" : "main",
    "generate" : true,
    "hashespersec" : 0
}

Some times i get this error also
Code:
socket recv error Connection timed out (110)

Nodes communicating each other properly, did nmap and ping test.

Main node
Code:
sudo netstat -ntlp | grep LISTEN            
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1456/sshd
tcp        0      0 0.0.0.0:4991            0.0.0.0:*               LISTEN      23550/newcoind
tcp        0      0 127.0.0.1:4992          0.0.0.0:*               LISTEN      23550/newcoind
tcp6       0      0 :::22                   :::*                    LISTEN      1456/sshd
tcp6       0      0 :::4991                 :::*                    LISTEN      23550/newcoind
tcp6       0      0 ::1:4992                :::*                    LISTEN      23550/newcoind

What could be the issue, miner is not minting because of low miner CPU (Digital ocean)or any other issue.

Answers Well Appreciated.
Thanks
john1175
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile WWW
October 16, 2019, 06:16:46 AM
 #2

You need a second rig mining to confirm the block..
marvic4 (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
October 16, 2019, 05:59:08 PM
 #3

You need a second rig mining to confirm the block..

On one node using internal miner, And another droplet node using as miner. totally 2 nodes.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!