Is there any others version miner I can try ?
When you run miner 1st time it compiles kernel and creates binary kernel on disk, so next time you run miner it doesn't have to do it.
When hardware changes it can cause troubles.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
$host dtc.graymines.net
home.graymines.net has address 89.76.251.96
rpcuser=youruser
rpcpassword=yourpassword
rpcallowip=127.0.0.1
rpcport=7332
server=1
addnode=45.63.115.238:4777
addnode=144.76.64.49:4777
addnode=89.76.250.116:4777
addnode=95.188.90.31:4777
addnode=119.9.108.125:4777
addnode=104.236.250.232
addnode=139.59.84.79
addnode=139.162.210.78:59214
addnode=80.74.157.31:4777
addnode=189.204.97.50:59929
addnode=92.222.37.29:4777
addnode=125.215.137.66:56449
addnode=148.251.2.141:59155
addnode=201:48:201:528:45012
addnode=89.76.250.116:4777
addnode=105.225.233.18:59384
addnode=51.254.45.117:59352
addnode=91.214.79.144:61552
addnode=173.212.216.105:4777
addnode=213.136.91.42:42222
addnode=88.98.87.243:50416
addnode=195.128.79.121:61662
addnode=109.93.169.235:59902
addnode=104.236.250.232:4777
addnode=139.59.84.79:34825
addnode=5.8.126.127:55578
addnode=143.159.57.97:60225
addnode=102.248.183.201
addnode=105.225.236.106
addnode=125.215.137.66
addnode=128.71.253.232
addnode=139.162.210.78
addnode=144.76.64.49
addnode=148.251.2.141
addnode=154.66.207.206
addnode=169.0.206.191
addnode=173.90.128.136
addnode=178.222.203.206
addnode=35.192.35.62
addnode=45.63.115.238
addnode=5.8.126.127
addnode=5.9.20.80
addnode=67.7.102.194
addnode=75.142.96.77
addnode=78.46.37.209
addnode=82.36.172.103
addnode=88.98.87.243
addnode=92.110.174.51
addnode=92.4.3.103
addnode=94.130.139.90
addnode=104.236.250.232
addnode=89.76.250.116
addnode=188.163.80.203
addnode=195.128.79.121
addnode=119.9.108.125
addnode=graymines.net:4777
addnode=54.37.46.84:4777
addnode=78.46.37.209:4777
addnode=148.251.2.141:4777
addnode=13.92.139.20:58006
addnode=82.36.172.103:50547
addnode=76.16.12.81:34848
addnode=169.0.115.16:4777
addnode=105.233.47.142:54502
addnode=95.22.70.212:59715
/** The maximum size for transactions we're willing to relay/mine */
static const unsigned int MAX_STANDARD_TX_SIZE = MAX_BLOCK_SIZE_GEN/5;
/** The maximum size for mined blocks */
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
/** The maximum allowed size for a serialized block, in bytes (network rule) */
static const unsigned int MAX_BLOCK_SIZE = (1024 * 1024);
/** The maximum size for transactions we're willing to relay/mine */
static const unsigned int MAX_STANDARD_TX_SIZE = MAX_BLOCK_SIZE_GEN/5;
/** The maximum size for mined blocks */
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
/** The maximum allowed size for a serialized block, in bytes (network rule) */
static const unsigned int MAX_BLOCK_SIZE = (1024 * 1024);