Author

Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record - page 105. (Read 685207 times)

member
Activity: 80
Merit: 10
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
hero member
Activity: 799
Merit: 1000
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
hero member
Activity: 516
Merit: 500
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).
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
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
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
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.
sr. member
Activity: 269
Merit: 250
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
legendary
Activity: 1100
Merit: 1032
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...
sr. member
Activity: 269
Merit: 250
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
hero member
Activity: 799
Merit: 1000
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.
member
Activity: 80
Merit: 10
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.
sr. member
Activity: 269
Merit: 250
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!
full member
Activity: 201
Merit: 102
Still DDoS problem on xpoolx?? Absurd....
News about yPool?

What do you mean with absurd?

I think sometimes you only want to annoy people
sr. member
Activity: 269
Merit: 250
Still DDoS problem on xpoolx?? Absurd....
News about yPool?
full member
Activity: 201
Merit: 102
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
newbie
Activity: 16
Merit: 0
I can't connect to either pool. I think I'll have to try setting up a stratum server.
full member
Activity: 201
Merit: 102
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.
sr. member
Activity: 269
Merit: 250
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
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.
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
is it possible to solo mine using fastrie miner, https://github.com/gatra/fastrie/tree/stratum/xptMiner   ?, if it is how do you aim it at your wallet, etc. , thanks.

Not directly at your wallet, but it's possible if you set up a stratum server and point the miner to it. https://github.com/gatra/stratum-mining
here is a guide, https://github.com/MPOS/php-mpos/wiki/Quick-Start-Guide, you would need mysql or other supported database and if you only want to mine solo you can skip the MPOS and the cronjobs part. It's not that hard but I don't recommend it if you don't know what you're doing.
hero member
Activity: 799
Merit: 1000
is it possible to solo mine using fastrie miner, https://github.com/gatra/fastrie/tree/stratum/xptMiner   ?, if it is how do you aim it at your wallet, etc. , thanks.
It is not possible as it only support xpt protocol, the miner needs to be modified to use http in order to mine to local wallet.
Jump to: