Faulty miner connected to p2pool? Log is full with "submitted share with hash > target" errors

fydel

New member
I have a problem with my p2pool server. http://rebootcamp.de:7903/static/

Everythink was running smooth until a new miner connected. Now the log is full with "submitted share with hash > target" errors.
There are literally hundreds of these errors per minute. CPU load is up from 0.1 . 1% to 60-70%.

Whats going on? Is there a faulty miner connected? What can I do?

2014-05-21 15:20:57.546822 Worker Xt6GjCh8Hoj9wGhcjyX3NpoeGSnv8GdHn9 submitted share with hash > target:
2014-05-21 15:20:57.546884 Hash: de18977e4479daf413dfc7622666244e0c37cdc75388db578699564da72e
2014-05-21 15:20:57.546927 Target: 4984c9ad3a0768000000000000000000000000000000000000000000000
2014-05-21 15:20:57.550521 Worker Xt6GjCh8Hoj9wGhcjyX3NpoeGSnv8GdHn9 submitted share with hash > target:
2014-05-21 15:20:57.550598 Hash: ad367073f85eb74c9fe55c30948eb38e535d61e4c68c8bd322c808caec8c
2014-05-21 15:20:57.550643 Target: 4984c9ad3a0768000000000000000000000000000000000000000000000
2014-05-21 15:20:57.554095 Worker Xt6GjCh8Hoj9wGhcjyX3NpoeGSnv8GdHn9 submitted share with hash > target:
2014-05-21 15:20:57.554158 Hash: 97966340f79ddb04d7e305570fbb30fe1e5c91a63f437ba518e2e5995ee7
2014-05-21 15:20:57.554200 Target: 4984c9ad3a0768000000000000000000000000000000000000000000000
2014-05-21 15:20:57.664162 Worker Xt6GjCh8Hoj9wGhcjyX3NpoeGSnv8GdHn9 submitted share with hash > target:
2014-05-21 15:20:57.664313 Hash: 4561b056f383fbf9709dda1f0e8cbb17768a2d877b87a18b8f463b408e9a
2014-05-21 15:20:57.664438 Target: 4984c9ad3a0768000000000000000000000000000000000000000000000
2014-05-21 15:20:57.669766 Worker Xt6GjCh8Hoj9wGhcjyX3NpoeGSnv8GdHn9 submitted share with hash > target:
2014-05-21 15:20:57.669831 Hash: fd4e8d0865ccea10f845e662973b90696ae220d094f9eb4ad84e8cd51367
2014-05-21 15:20:57.669874 Target: 4984c9ad3a0768000000000000000000000000000000000000000000000
2014-05-21 15:20:57.673385 Worker Xt6GjCh8Hoj9wGhcjyX3NpoeGSnv8GdHn9 submitted share with hash > target:
2014-05-21 15:20:57.673449 Hash: 2f7e597ba004dd2f14568fbac0caee17ee837464f87de372a4b07f1b7828
 
If you use linux, this might help

Code:
-A INPUT -i eth0 -p tcp --dport 7903 -m string --string "Xt6GjCh8Hoj9wGhcjyX3NpoeGSnv8GdHn9"  --algo bm --to 15000 -j REJECT --reject-with tcp-reset
 
I have a problem with my p2pool server. http://rebootcamp.de:7903/static/

Everythink was running smooth until a new miner connected. Now the log is full with "submitted share with hash > target" errors.
There are literally hundreds of these errors per minute. CPU load is up from 0.1 . 1% to 60-70%.

Whats going on? Is there a faulty miner connected? What can I do?


Hi, I am running my own mining pool with 5 miners of my own running on that. They all show the same "submitted share with hash > target" errors. What should I do? The P2Pool is from the official dash repository and I am using CPU Miner from Github.com /pooler/cpuminer
 
Back
Top