PSL
Member
Offline
Activity: 166
Merit: 10
|
|
July 06, 2013, 10:28:49 PM |
|
I'm getting stuck at the weirdest place right now...cant figure it out. Have gone over everything multiple times. It states that the check failed connecting to the RPC port. Have verified and confirmed the correct ports. ANY ideas?
craftcoin=math.Object( P2P_PREFIX='fcd9b7dd'.decode('hex'), P2P_PORT=12124, ADDRESS_VERSION=57, RPC_PORT=12123, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'craftcoin address' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), ....
|
|
|
|
The_Catman
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
July 06, 2013, 10:35:39 PM |
|
Care to explain why the client uses 75% CPU?
It doesn't, unless something else is wrong with your system. Or you're mining.
|
|
|
|
tom99
|
|
July 06, 2013, 10:48:18 PM |
|
Care to explain why the client uses 75% CPU?
maybe you are running first time that why use alot of cpu.
|
|
|
|
Blindfolded (OP)
|
|
July 06, 2013, 11:05:15 PM |
|
I have a few servers and I'd be interested in lending a hand test wise if you're open to passing the server plugin file.
PM sent
|
|
|
|
SistaFista
|
|
July 06, 2013, 11:08:05 PM |
|
Care to explain why the client uses 75% CPU?
It doesn't, unless something else is wrong with your system. Or you're mining. Errrr yes it does. And its not my first time run and its not my rig trust me. I have tried on my others. Plus i'm pool mining and only realized when a temp warning came up when opening client I investigated.
|
|
|
|
CartmanSPC
Legendary
Offline
Activity: 1270
Merit: 1000
|
|
July 06, 2013, 11:10:51 PM |
|
I'm getting stuck at the weirdest place right now...cant figure it out. Have gone over everything multiple times. It states that the check failed connecting to the RPC port. Have verified and confirmed the correct ports. ANY ideas?
craftcoin=math.Object( P2P_PREFIX='fcd9b7dd'.decode('hex'), P2P_PORT=12124, ADDRESS_VERSION=57, RPC_PORT=12123, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'craftcoin address' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), ....
Wow...you mean the only thing I was missing was the space between craftcoin and address?! Thank you so much!
|
|
|
|
PoolMinor
Legendary
Offline
Activity: 1844
Merit: 1338
XXXVII Fnord is toast without bread
|
|
July 06, 2013, 11:11:18 PM |
|
Care to explain why the client uses 75% CPU?
It doesn't, unless something else is wrong with your system. Or you're mining. Errrr yes it does. and its not my first time run and its not my rig trust me i have tried on my others. go to debug window and type: getgenerate if it reads: false then you are having a problem if it reads: true then you are mining
|
Btc=C2MF Free BTC Poker Being defeated is often a temporary condition. Giving up is what makes it permanent. -Marilyn vos Savant
|
|
|
SistaFista
|
|
July 06, 2013, 11:14:33 PM |
|
So the client mines with cpu on its own? Stopped all mining and only have client open and still at 75%.
00:13:48 getgenerate
00:13:48 true
|
|
|
|
PoolMinor
Legendary
Offline
Activity: 1844
Merit: 1338
XXXVII Fnord is toast without bread
|
|
July 06, 2013, 11:18:59 PM |
|
So the client mines with cpu on its own?
00:13:48 getgenerate
00:13:48 true
in debug window type setgenerate false genproclimit=1
|
Btc=C2MF Free BTC Poker Being defeated is often a temporary condition. Giving up is what makes it permanent. -Marilyn vos Savant
|
|
|
SistaFista
|
|
July 06, 2013, 11:21:48 PM |
|
So the client mines with cpu on its own?
00:13:48 getgenerate
00:13:48 true
in debug window type setgenerate false genproclimit=0 setgenerate false works untill you restart client.... bit of a pain but a temp fix thanks
|
|
|
|
CartmanSPC
Legendary
Offline
Activity: 1270
Merit: 1000
|
|
July 06, 2013, 11:22:25 PM Last edit: July 15, 2013, 07:28:42 PM by CartmanSPC |
|
Craftcoin P2Pool PPLNS P2Pool - World-class Data Center - Dedicated Enterprise Class Equipment - 1% fee Stratum stratum+tcp://crc.xpool.net:8830Getwork: http://crc.xpool.net:8830Login Username: YourWalletAddress Password: Any password you like Example Connection Strings cgminer -o stratum+tcp://crc.xpool.net:8830 -u YourWalletAddress -p password --scryptMake sure to replace YourWalletAddress Features- No account registration or passwords to remember
- Instant payout when a block is found
- Block finder bonus (0.5% of the block payout)
- Transaction fees given to miners
- No coins stored on pool server
- Maintain your PPLNS level switching between connected p2pool nodes
- Payouts continue from connected p2pools if a node ever goes down
- 3 hour PPLNS window
Start your own P2Pool Nodehttps://github.com/craftcoin/p2pool-crcSend me a PM so I can add you to the notify list of source code changes. More infohttps://bitcointalk.org/index.php?topic=217139
|
|
|
|
PoolMinor
Legendary
Offline
Activity: 1844
Merit: 1338
XXXVII Fnord is toast without bread
|
|
July 06, 2013, 11:24:59 PM |
|
So the client mines with cpu on its own?
00:13:48 getgenerate
00:13:48 true
in debug window type setgenerate false genproclimit=0 setgenerate false works untill you client.... bit of a pain but a temp fix thanks What do you have in your /roaming craftcoin.conf? mine is: daemon=1 server=1 rpcuser=username rpcpassword=password rpcallowip=127.0.0.1 rpcport=12123 port=12124 gen=0 If you have gen=1, this enables your cpu to mine.
|
Btc=C2MF Free BTC Poker Being defeated is often a temporary condition. Giving up is what makes it permanent. -Marilyn vos Savant
|
|
|
SistaFista
|
|
July 06, 2013, 11:29:51 PM |
|
That would be it I copied an old conf cheers
|
|
|
|
CartmanSPC
Legendary
Offline
Activity: 1270
Merit: 1000
|
|
July 06, 2013, 11:48:08 PM |
|
Block found within 10 minutes of the pool being up
|
|
|
|
BigBobo
|
|
July 07, 2013, 01:05:13 AM |
|
PoolMinor Thank you very much
|
|
|
|
PoolMinor
Legendary
Offline
Activity: 1844
Merit: 1338
XXXVII Fnord is toast without bread
|
|
July 07, 2013, 01:13:29 AM |
|
PoolMinor Thank you very much
No problem!
|
Btc=C2MF Free BTC Poker Being defeated is often a temporary condition. Giving up is what makes it permanent. -Marilyn vos Savant
|
|
|
BigBobo
|
|
July 07, 2013, 01:31:45 AM |
|
addnode=113.162.172.225 addnode=118.93.143.35 addnode=173.247.28.4 addnode=198.199.75.252 addnode=207.68.215.202 addnode=207.68.220.150 addnode=24.72.62.253 addnode=42.115.18.144 addnode=50.116.22.43 addnode=62.163.9.155 addnode=64.188.167.211 addnode=65.167.153.115 addnode=65.167.153.125 addnode=67.193.198.104 addnode=70.98.114.229 addnode=70.98.114.237 addnode=70.98.114.238 addnode=72.223.118.8 addnode=77.7.2.210 addnode=83.138.220.9
Why to specify these information?
|
|
|
|
PoolMinor
Legendary
Offline
Activity: 1844
Merit: 1338
XXXVII Fnord is toast without bread
|
|
July 07, 2013, 01:40:38 AM |
|
addnode=113.162.172.225 addnode=118.93.143.35 addnode=173.247.28.4 addnode=198.199.75.252 addnode=207.68.215.202 addnode=207.68.220.150 addnode=24.72.62.253 addnode=42.115.18.144 addnode=50.116.22.43 addnode=62.163.9.155 addnode=64.188.167.211 addnode=65.167.153.115 addnode=65.167.153.125 addnode=67.193.198.104 addnode=70.98.114.229 addnode=70.98.114.237 addnode=70.98.114.238 addnode=72.223.118.8 addnode=77.7.2.210 addnode=83.138.220.9
Why to specify these information?
Sometimes wallets have trouble syncing and need extra nodes to connect to, as a coin gets more established they are unnecessary.
|
Btc=C2MF Free BTC Poker Being defeated is often a temporary condition. Giving up is what makes it permanent. -Marilyn vos Savant
|
|
|
testz
Legendary
Offline
Activity: 1764
Merit: 1018
|
|
July 07, 2013, 01:41:29 AM Last edit: July 07, 2013, 09:36:59 AM by testz |
|
|
|
|
|
BigBobo
|
|
July 07, 2013, 01:46:53 AM |
|
PoolMinor I am grateful to You for such a quick reply
|
|
|
|
|