Jump to content

Wallet does not stake


jtmining17
 Share

Recommended Posts

Hello all,

Just starting up in the mining market, I read through other threads about mining and staking but cannot get my wallet to stake at all. My wallet is encrypted but unlocked and has been connected to the network for days but does not stake at all.  I've copied my denarius.conf below, am I missing something? I've pieced together everything I could find.   Is my username and password supposed to be something specific or can it be anything?

 

rpcuser=my username
rpcpassword=my password
rpcallowip=127.0.0.1
rpcport=32339
server=1
daemon=1
listen=1
staking=1
addnode=104.233.106.135:33339
addnode=109.205.244.150:33339
addnode=115.207.158.4:33339
addnode=130.255.12.2:33339
addnode=142.105.20.251:33339
addnode=147.135.191.162:33339
addnode=159.118.167.26:33339
addnode=163.172.4.66:33339
addnode=167.114.103.43:33339
addnode=172.93.53.210:33339
addnode=173.150.158.71:33339
addnode=189.186.121.70:33339
addnode=192.3.196.202:33339
addnode=200.92.17.152:33339
addnode=36.81.2.210:33339
addnode=37.146.173.97:33339
addnode=49.169.43.77:33339
addnode=5.9.112.62:33339
addnode=73.135.197.253:33339
addnode=75.174.67.156:33339
addnode=77.38.55.82:33339
addnode=82.114.227.101:33339
addnode=82.114.227.188:33339
addnode=82.114.234.204:33339
addnode=82.114.238.71:33339
addnode=82.114.251.198:33339
addnode=85.108.170.179:33339
addnode=88.254.45.178:33339
addnode=91.77.206.228:33339
addnode=94.250.129.128:33339

Link to comment
Share on other sites

@jtmining17 The RPC User and Password values can be set to anything. The main setting here you want is the staking=1. Everything looks fine in your conf to me, so the next thing I would check is by going to in the wallet "Help->Debug Window->Console" and then type in "getstakinginfo" please paste what is found here :D if your wallet is encrypted you need to ensure it is unlocked for staking via the GUI as well.

  • Thanks 1

Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n

100703395-b1ee6600-3360-11eb-82bc-96818c

Link to comment
Share on other sites

@Carsen Thanks for the reply please see the debug below. It says that is enabled but shows that its not staking. Sorry if I have any incorrect observations, also trying to learn as I go along.

 

image.png.7f5d773e25951877b8b0db04009dfa2d.png

 

18:04:43

cmd-reply

Welcome to the Denarius RPC console.
Use up and down arrows to navigate history, and
Ctrl-L to clear screen.
Type
help for an overview of available commands.

 

18:03:30

cmd-request

getstakinginfo

 

18:03:30

cmd-reply

{
"enabled" : true,
"staking" : false,
"errors" : "",
"currentblocksize" : 1000,
"currentblocktx" : 0,
"pooledtx" : 0,
"difficulty" : 0.00024414,
"search-interval" : 1,
"weight" : 0,
"netstakeweight" : 3546,
"expectedtime" : -1
}

 

 

 

Edited by jtmining17
Link to comment
Share on other sites

Yup everything looks good there! Your wallet is setup for staking, note the enabled: true certifies staking is enabled for your wallet, staking: false, just means it is not currently staking as your weight is also 0. You need to have coins that have matured for a minimum of 8 hours. It can take some time to find a PoS block due to PoW making generally 70% of blocks right now.

  • Thanks 2

Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n

100703395-b1ee6600-3360-11eb-82bc-96818c

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
On 14/10/2017 at 12:19 PM, jtmining17 said:

It worked, finally started getting some staking returns.  Moving my wallet to my dedicated mining server. Still awaiting for it to sync to network.

I've got staking set up, but how can I tell if I'm getting some staking returns?

image.png.fcf7e734b8e63e1b111a3feeb51294a0.png

 

I"ve got this from the wallet when I hover mouse over the green icon. I check every 4 minutes and it still states "Expected time to earn reward is 4 minutes". Can't see any transactions, so is staking working?

image.png.bae3c6b6259d533547f73650fa033797.png

Edited by Vagumera
Link to comment
Share on other sites

  • 2 months later...

OK, I upgraded to the newest wallet a few days ago, and now I am no longer staking.  All the above seems to apply to my situation, I have done all the below,  Also, a screenshot of my staking window is included.  Also, I have over 40 connections to the network, and the sync seems to get stuck at one day old.  Currently at block 642095 and not moving.  Any ideas?

 


06:13:07

Welcome to the Denarius RPC console.
Use up and down arrows to navigate history, and Ctrl-L to clear screen.
Type help for an overview of available commands.


06:14:28

repairwallet


06:14:28

{
"wallet check passed" : true
}


06:14:45

scanforalltxns


06:15:18

{
"result" : "Scan complete."
}


06:16:04

validateaddress DMxzgM2jSFALW1GvMX4bK1pwimkFwqycg2


06:16:05

{
"isvalid" : true,
"address" : "DMxzgM2jSFALW1GvMX4bK1pwimkFwqycg2",
"ismine" : true,
"watchonly" : false,
"isscript" : false,
"pubkey" : "02d9b518b1e66a8965a128bbcf6116a23e6afe7c40e91720613e4a4275b0f7c402",
"iscompressed" : true,
"account" : ""
}


06:26:36

getstakinginfo


06:26:36

{
"enabled" : true,
"staking" : false,
"errors" : "",
"currentblocksize" : 1000,
"currentblocktx" : 0,
"pooledtx" : 0,
"difficulty" : 0.00024414,
"search-interval" : 1,
"weight" : 0,
"netstakeweight" : 114,
"expectedtime" : -1
}
 

Screenshot 2018-03-30 06.21.47.png

Link to comment
Share on other sites

I just wanted to show the BOTTOM of the Staking estimations screen, where there are a couple of transactions that show 0 days.  WHAT IS UP with this?  How can the same coins be mature and not mature?  I installed the chaindata.zip per the following link, and now my sync is working properly, but still not staking.  Any advice would be appreciated!

 

Screenshot 2018-03-30 12.41.41.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...