Post
Topic
Board Announcements (Altcoins)
Re: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet
by
~Trololoh~
on 24/06/2018, 17:24:25 UTC
It´s not working for me even if I´ve blocked all the incoming traffic. Still going to miss most of the transactions as "unconfirmed". I think the last option is to re-do the staking? Now with larger block size per block (current 16K per block)...?
So you got a confirmed block. That means your config is working in general. The confirmation is independent of the blocksize. Maybe your device is very slow? In that case others may get a block confirmed before your block is confirmed. Be sure to have a lot of connections to the HyperStake network. Add all the nodes listed on http://www.presstab.pw/phpexplorer/HYP/nodes.php to your config file. I don't need to block any HYP traffic.

I have added
maxconnections=100
to my config file and have 99 connections active.

@joef Thanks for the answer. stupid question - where do I find my .conf file (I got Mac). Was not able to find it from my Hyperstake-folder. There I´ve only .dat and .log files ...besides the bootstrap-file...

The HyperStake.conf is not automatically created, You'll need to create one in the same directory as the wallet.dat if you need it.

OK - makes sense.
Newbie question: Could someone give me an example of how their .conf file looks like?
Should I add only this phrase "maxconnections=100" OR do I need to follow some kind of command guidance?

The only thing I ever have to add occasionally is nodes, not much else, but you can goto to the console and type in help for a list of available options.

Here is my "generic" conf file, should work for most QTWallets out there.

Hyperstake.conf

Code:
logtimestamps=1
upnp=0
irc=0
dnsseed=0
testnet=0
onlynet=IPv4
listen=1
#bind=
#externalip=
#port=
maxconnections=100
rescan=0

server=0
rpcuser=abc
rpcpassword=123
rpcallowip=127.0.0.1
#rpcport=

NOTE :
-When an option is not needed simply add "#" to biginning of line.