xpoolx
|
|
December 12, 2015, 08:35:55 PM |
|
Hi
Im still under DDoS under 30k+ input connections. It is almost controlled but maybe some restarts be expected.
In aprox 1hour +/- it will be fully operational.
Thanks
PD: The ip it's changed, reping xpoolx.com users who have problem with dns redirect.
|
|
|
|
bcie
Newbie
Offline
Activity: 16
Merit: 0
|
|
December 12, 2015, 11:04:20 PM |
|
I can't connect to either pool. I think I'll have to try setting up a stratum server.
|
|
|
|
xpoolx
|
|
December 13, 2015, 11:38:29 AM |
|
I can't connect to either pool. I think I'll have to try setting up a stratum server.
Hi Can you send me the error you are getting and your ip address? Thanks
|
|
|
|
Simba84
|
|
December 13, 2015, 02:17:21 PM |
|
Still DDoS problem on xpoolx?? Absurd.... News about yPool?
|
|
|
|
xpoolx
|
|
December 13, 2015, 09:47:34 PM |
|
Still DDoS problem on xpoolx?? Absurd.... News about yPool?
What do you mean with absurd? I think sometimes you only want to annoy people
|
|
|
|
Simba84
|
|
December 14, 2015, 06:48:36 AM |
|
Still DDoS problem on xpoolx?? Absurd.... News about yPool?
What do you mean with absurd? I think sometimes you only want to annoy people I think your answers annoying!
|
|
|
|
gym520
Member
Offline
Activity: 80
Merit: 10
|
|
December 14, 2015, 09:57:01 AM |
|
What we really need now I believe is someone who can modify dave andersons ric miner to solo mine into the wallet with fallback capability. In the case that the pools go down the miner should be able to attempt to connect to other pools if available, if not connect to local wallet to solo mine. In this case attacks on the pools become redundant as the hash power stays on the network.
yes, I started to work in this direction but I never finished it. I'll get into it. Mine pool has been attacked, if not out of the SOLO tool, riecoin may die. Can modify the wallet program, so he directly supports Stratum protocol.
|
|
|
|
merc84
|
|
December 14, 2015, 10:19:58 AM |
|
What we really need now I believe is someone who can modify dave andersons ric miner to solo mine into the wallet with fallback capability. In the case that the pools go down the miner should be able to attempt to connect to other pools if available, if not connect to local wallet to solo mine. In this case attacks on the pools become redundant as the hash power stays on the network.
yes, I started to work in this direction but I never finished it. I'll get into it. Mine pool has been attacked, if not out of the SOLO tool, riecoin may die. Can modify the wallet program, so he directly supports Stratum protocol. Easy way is to modify miner to support http for solo mining, grata already said he will work on this approach. Still DDoS problem on xpoolx?? Absurd.... News about yPool?
Ypool is under ddos again also.
|
|
|
|
Simba84
|
|
December 14, 2015, 10:46:18 AM Last edit: December 14, 2015, 11:02:09 AM by Simba84 |
|
What we really need now I believe is someone who can modify dave andersons ric miner to solo mine into the wallet with fallback capability. In the case that the pools go down the miner should be able to attempt to connect to other pools if available, if not connect to local wallet to solo mine. In this case attacks on the pools become redundant as the hash power stays on the network.
yes, I started to work in this direction but I never finished it. I'll get into it. Mine pool has been attacked, if not out of the SOLO tool, riecoin may die. Can modify the wallet program, so he directly supports Stratum protocol. Easy way is to modify miner to support http for solo mining, grata already said he will work on this approach. Still DDoS problem on xpoolx?? Absurd.... News about yPool?
The easy way out would be to rely on services like CloudFlare although there are additional costs for administrators of pools
|
|
|
|
fairglu
Legendary
Offline
Activity: 1100
Merit: 1032
|
|
December 14, 2015, 11:32:24 AM |
|
The easy way out would be to rely on services like CloudFlare although there are additional costs for administrators of pools
Basic CloudFlare is free and quite enough for DDoS protection as far as websites go (http), but CloudFlare cannot protect the stratum protocol...
|
|
|
|
Simba84
|
|
December 14, 2015, 11:38:42 AM |
|
The easy way out would be to rely on services like CloudFlare although there are additional costs for administrators of pools
Basic CloudFlare is free and quite enough for DDoS protection as far as websites go (http), but CloudFlare cannot protect the stratum protocol... But for yPool with xpt protocol can work
|
|
|
|
gatra (OP)
|
|
December 14, 2015, 02:48:16 PM |
|
But for yPool with xpt protocol can work
cloudflare works as a cache, so it doesn't work for attacks that target the mining protocols, either stratum or xpt. a proxy may work for tcp syn flood attacks, but if they attack the servers with "real" connections, it's harder to defend.
|
|
|
|
gatra (OP)
|
|
December 14, 2015, 02:50:20 PM |
|
Can modify the wallet program, so he directly supports Stratum protocol.
Does anybody know of a coin that has stratum directly in the daemon? I could merge it into RIC if I found one. Otherwise, implementing getwork or gbt in the miners would be faster
|
|
|
|
one4many
|
|
December 14, 2015, 03:31:57 PM |
|
Can modify the wallet program, so he directly supports Stratum protocol.
Does anybody know of a coin that has stratum directly in the daemon? I could merge it into RIC if I found one. Otherwise, implementing getwork or gbt in the miners would be faster Never seen something like this. So go for getwork, or write a XPT to Getwork proxy in Python for example (which should be even easier to implement).
|
|
|
|
merc84
|
|
December 14, 2015, 09:32:01 PM |
|
Can modify the wallet program, so he directly supports Stratum protocol.
Does anybody know of a coin that has stratum directly in the daemon? I could merge it into RIC if I found one. Otherwise, implementing getwork or gbt in the miners would be faster Never seen something like this. So go for getwork, or write a XPT to Getwork proxy in Python for example (which should be even easier to implement). Jh00 did write some time ago a stratum to xpt proxy for ypool, but it had some bugs and hasn't been used for some time and only supports scrypt. Not sure if its any help but heres a link to the github https://github.com/jh000/xptProxy
|
|
|
|
gym520
Member
Offline
Activity: 80
Merit: 10
|
|
December 15, 2015, 03:06:00 AM |
|
Can modify the wallet program, so he directly supports Stratum protocol.
Does anybody know of a coin that has stratum directly in the daemon? I could merge it into RIC if I found one. Otherwise, implementing getwork or gbt in the miners would be faster Never seen something like this. So go for getwork, or write a XPT to Getwork proxy in Python for example (which should be even easier to implement). Jh00 did write some time ago a stratum to xpt proxy for ypool, but it had some bugs and hasn't been used for some time and only supports scrypt. Not sure if its any help but heres a link to the github https://github.com/jh000/xptProxy You can establish a P2P pool, or XPT and proxy wallet can accept JH software
|
|
|
|
xpoolx
|
|
December 15, 2015, 09:52:04 PM |
|
XpoolX will be back in an hour +/-
Im adding more security to the pool to stop DDoS attacks
|
|
|
|
rockhan
Newbie
Offline
Activity: 2
Merit: 0
|
|
December 16, 2015, 08:28:53 AM |
|
XpoolX will be back in an hour +/-
Im adding more security to the pool to stop DDoS attacks
I have lost some of the confirmed balance. Also disappeared the transaction to 2015-12-16. The balance will be restored?
|
|
|
|
fairglu
Legendary
Offline
Activity: 1100
Merit: 1032
|
|
December 16, 2015, 08:43:04 AM |
|
There has been a sharp rise in orphans lately (with an all time high of 103 orphans on december 13th) https://chainz.cryptoid.info/ric/#!extractionSo the DDOS situations is having an effect on the blockchain beyond just lack of blocks, at some point exchanges are likely to raise the number of required confirmations, so some solo-mining options in the wallet would be welcome.
|
|
|
|
Simba84
|
|
December 16, 2015, 08:55:28 AM |
|
I'm setting up a Stratum Pool with 0% Fee. It 's still in beta testing but will soon be made available and protected from various types of attacks. Updates will be communicated.
|
|
|
|
|