my wallet.dat size : 358M and debug.log
02016-02-06 17:03:09 keypool added key 54799, size=301
12016-02-06 17:03:09 keypool reserve 54499
22016-02-06 17:03:19 CommitTransaction:
3CTransaction(hash=3dc010c216, ver=1, vin.size=1, vout.size=2, nLockTime=397048)
4 CTxIn(COutPoint(5fc29785f4, 41), scriptSig={{hash}}, nSequence=4294967294)
5 CTxOut(nValue=3.37993552, scriptPubKey=OP_DUP OP_HASH160 {{hash}})
6 CTxOut(nValue=0.68241470, scriptPubKey=OP_DUP OP_HASH160 {{hash}})
72016-02-06 17:03:19 keypool keep 54499
82016-02-06 17:03:19 AddToWallet {{hash}} new
92016-02-06 17:03:19 AddToWallet {{hash}}
102016-02-06 17:03:19 Relaying wtx {{hash}}
112016-02-06 17:03:37 keypool added key 54800, size=301
122016-02-06 17:03:37 keypool reserve 54500
132016-02-06 17:03:47 CommitTransaction:
14 CTransaction(hash={{hash}}, ver=1, vin.size=1, vout.size=2, nLockTime=397048)
15 CTxIn(COutPoint({{hash}}, 1), scriptSig={{hash}}, nSequence=4294967294)
16 CTxOut(nValue=6.11253197, scriptPubKey=OP_DUP OP_HASH160 {{hash}})
17 CTxOut(nValue=0.61373803, scriptPubKey=OP_DUP OP_HASH160 {{hash}})
I need more fast to send BTC(now 1 send be ~30sec) , but…I don’t know how to fix it
the CUP usage always 100%+ , and my bitcoin.conf
0upnp=0
1maxconnections = 128
2server=1
3rpcthreads=8
4rpckeepalive=false
5rpctimeout=30
6rpcallowip=127.0.0.1
7rpcport=8332
8keypool=300
9paytxfee=0.0001
and getinfo
0{
1"version" : 110200,
2"protocolversion" : 70002,
3"walletversion" : 60000,
4"balance" : {{skip}},
5"blocks" : 397059,
6"timeoffset" : -14,
7"connections" : 14,
8"proxy" : "",
9"difficulty" : 120033340651.23696899,
10"testnet" : false,
11"keypoololdest" : 1454771625,
12"keypoolsize" : 301,
13"paytxfee" : 0.00010000,
14"relayfee" : 0.00005000,
15"errors" : ""
16}
please help me to fix it….many thanx…