Bitcoin Forum
May 27, 2024, 05:19:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  Print  
Author Topic: [ANN][XMR] monero.crypto-pool.fr | Large Monero Mining Pool  (Read 126302 times)
Hotmetal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
September 21, 2014, 04:38:38 AM
 #321

Well.. If you check http://dwarfpool.com/xmr, you can see ~40% of the "big boys" are mining direct to an exchange.
Personally, I'd love that feature as I don't have to a) pay for the first payout, and b) pay again to get it into the exchange to trade.
When 10 XMR has been mined, it gets deposited.
Some things:
 * Port 3333 starting difficulty dropped to 5000 (or even less). I have some older (non-AES cpu) machines that chug away.
 * Support for XMRADDR.PAYMENTID.WORKERID so that I can keep track of how they are performing
 * -p used for email address so that we can get notifications if a machine has not sent any shares in X minutes (you decide what is "sane").
 * The English fixed on the banner up top that cycles through features etc (correct grammer etc. It seems english isnt a first language so I'll gladly help. If you need some, PM me)

That's good suggestions.

* A rolling double window:
X XMR Earned in last 24 hours (based upon what was mined)
Y XMR Earning in next 24 hours (based upon your current mining speed. So no need to keep running back to the calculator estimator. As you add or remove miners, it automatically adjusts)
These two alone should bring a considerable amount of people over as it makes it really easy to see how your rigs have performed and are going to perform.

* The ability to remove (or share with the XMR dev fund) the (5%) Claymore fee (by appending ":Claymore" to your workers)
  EG: ADDRESS.PAYMENTID.WORKERID:Claymore  (Personally, i think that one is quite important as the XMR dev fund needs help)
  5% is daylight robbery!

perl
Legendary
*
Offline Offline

Activity: 1918
Merit: 1190


View Profile
September 21, 2014, 11:40:41 PM
Last edit: September 21, 2014, 11:57:22 PM by perl
 #322

Thanks,


1.) I have fixed estimation profit for use reward on lastblock and not 16XMR per block in official code
-             var resl = 16 / ((lastStats.network.difficulty / inp2) / 86400);
+            var resl = ( lastStats.network.reward / coinUnits) / ((lastStats.network.difficulty / inp2) / 86400  );

2.) I have add Estimation for 24H: 0.4532318093553528 XMR
Updated when block found per network ( reward change ) and hashrate change


I work for add new features
1.) Choice your diff
2.) Mine with exchange address
3.) Stats per miner
4.) Monitoring miner

I propose formet follow :

ADDRESS.PAYMENTID.WORKERID.DIFF  Password:Email

ADDRESS: Addresse Monero
PaymentID : PaymentID Valid ( 2 DWORD )
WORKER_ID: Not full number ( for make diff with diff )
DIFF : DIFF choice per miner

All combinaison possible

ADDRESS.DIFF  Password:Email
ADDRESS.PAYMENTID.DIFF  Password:Email
ADDRESS.WORKERID.DIFF  Password:Email
ADDRESS.PAYMENTID.DIFF  Password:Email
ADDRESS.WORKERID  Password:Email
.......
........
....


I propose minimal threshort to 10XMR for mining with exchange and fee is remove to payout.
I propose add other fonction :

Make payout for exchange in same transaction of regular payout :
60 payout in average per day only for miner more 0.1XMR and less 10XMR.
If more 60 payout , I payout priority miner of last old payout

For information seconds revision of multibitmonerod is used on to day ( more efficiency )
I work for increase efficiency ( add bitmonerod on the world with GeoIP Filter for find newblock on network more quickly )


I work also for all user get status of pool.
Blocktemplate miner for all thread
Blocktemplate for all bitmonerod
bitmonerod monitoring
wallet monitoring

I have nothing to stealh and if all users can get information is best for all.

I prefere 600 user can monitoring pool.
And not only My and Partner and script monitoring.




Hotmetal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
September 22, 2014, 06:27:24 AM
 #323

1.) I have fixed estimation profit for use reward on lastblock and not 16XMR per block in official code
-             var resl = 16 / ((lastStats.network.difficulty / inp2) / 86400);
+            var resl = ( lastStats.network.reward / coinUnits) / ((lastStats.network.difficulty / inp2) / 86400  );

2.) I have add Estimation for 24H: 0.4532318093553528 XMR
Updated when block found per network ( reward change ) and hashrate change

Thanks, great work!

More ideas:

 * Expand that to include Estimation for 31 days/month?
 * Consolidate Last Share Submitted and Total Hashes Submitted? (Hardly anyone looks at that and it takes up screenspace)
 * Consolidate Pending Balance and Total Paid. Eg:
 * Expand the "Hash Rate:" field to include more workers and add some information

All 4 ideas rolled into one example:

Total Hashes Submitted: 6187212500              Last Share Submitted: 2 minutes ago
Total Paid: 58.600000000000 XMR                  Pending Balance: 0.052325750411 XMR
Estimation for 24H: 15.24384775773392856    Estimation for 1M: 472.55928049
Hash Rate: 18.65 kH/s      Workers: 60             Average Hash Rate:  160 h/s

I work for add new features
1.) Choice your diff
2.) Mine with exchange address
3.) Stats per miner
4.) Monitoring miner

I propose format follow :

ADDRESS.PAYMENTID.WORKERID.DIFF  Password:Email

ADDRESS: Addresse Monero
PaymentID : PaymentID Valid ( 2 DWORD )
WORKER_ID: Not full number ( for make diff with diff )
DIFF : DIFF choice per miner

All combination possible

ADDRESS.DIFF  Password:Email
ADDRESS.PAYMENTID.DIFF  Password:Email
ADDRESS.WORKERID.DIFF  Password:Email
ADDRESS.PAYMENTID.DIFF  Password:Email
ADDRESS.WORKERID  Password:Email
.......
........
....

So just so I understand this correctly, If someone wanted all possible combinations:

ADDRESS.PAYMENTID.WORKERID.DIFF Password: Email


I propose minimal threshold to 10XMR for mining with exchange and fee is remove to payout.

Sounds good.

I propose add other function :

Make payout for exchange in same transaction of regular payout :
60 payout in average per day only for miner more 0.1XMR and less 10XMR.
If more 60 payout , I payout priority miner of last old payout

For information seconds revision of multibitmonerod is used on to day ( more efficiency )
I work for increase efficiency ( add bitmonerod on the world with GeoIP Filter for find newblock on network more quickly )

Quite interesting. Looks good. Keep up the great work!
Hotmetal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
September 22, 2014, 02:31:01 PM
 #324

I was thinking about the whole 10 XMR mining to the exchange. For people like me its easily done. But for the average miner this can be very painful so I change my recommendation to:

 * when mining to an exchange, payment should be done every 24 hours. That seems like the most sane way to cater for the small and big miners alike and cuts down on the amount of transactions going off all the time.

Another idea:

 * On the front page of http://monero.crypto-pool.fr/ ,under the section "Our Pool" up top, it says "Connected Miners: 576", Can you make it say the average hash rate for the users in total:

It would be 4.19 MH/s divided by (Connected Miners:) 574 =

 * Connected Miners: 576              Avg: 6.9 KH/s

perl
Legendary
*
Offline Offline

Activity: 1918
Merit: 1190


View Profile
September 22, 2014, 03:29:31 PM
 #325

I Work on idea direct Mining with exchange .

Before commit m'y implémentation .
I have need fix 2 probleme security find on current implémentation use per other pool.

superresistant (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1125



View Profile
September 23, 2014, 01:49:29 PM
 #326

 
To be safe, we will hold the payment if the Monero attack happen.

In case of a rollback, your coins may be lost if we send them during the attack.

Nothing change about you gain, you can keep mining.

Thanks for your understanding.
perl
Legendary
*
Offline Offline

Activity: 1918
Merit: 1190


View Profile
September 23, 2014, 02:08:35 PM
 #327

Attack probability: 1%
Unnecessary precaution we agree with you.
We talk about money and not ours.
We prefer to take unnecessary precautions.
Oscilson
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
September 23, 2014, 03:39:31 PM
 #328

Attack probability: 1%
Unnecessary precaution we agree with you.
We talk about money and not ours.
We prefer to take unnecessary precautions.

The attack probability is about 30%. We are prepared.
superresistant (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1125



View Profile
September 24, 2014, 06:31:34 AM
 #329

 
Well... the attack did not happen (yet).

I wonder if all of this was just a manipulation to create a panic sell and get very cheap coins.

Some people talk about a time-warp-attack, which mean that if an attack happen it would be in 72 hours.

We'll see if it is safe to resume payout.
Oscilson
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
September 24, 2014, 07:14:05 AM
 #330


Well... the attack did not happen (yet).

I wonder if all of this was just a manipulation to create a panic sell and get very cheap coins.

Some people talk about a time-warp-attack, which mean that if an attack happen it would be in 72 hours.

We'll see if it is safe to resume payout.


Do you mean time-warp-attack will take 72 hours to finish?
superresistant (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1125



View Profile
September 24, 2014, 07:16:31 AM
 #331

Well... the attack did not happen (yet).
I wonder if all of this was just a manipulation to create a panic sell and get very cheap coins.
Some people talk about a time-warp-attack, which mean that if an attack happen it would be in 72 hours.
We'll see if it is safe to resume payout.
Do you mean time-warp-attack will take 72 hours to finish?

I mean that if the attack was done, we would only see the effect later.
I don't know at what time.
liteon
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


I'm a Firestarter!


View Profile WWW
September 25, 2014, 06:45:33 PM
 #332


Well... the attack did not happen (yet).

I wonder if all of this was just a manipulation to create a panic sell and get very cheap coins.

Some people talk about a time-warp-attack, which mean that if an attack happen it would be in 72 hours.

We'll see if it is safe to resume payout.

When this 72 hours expire?

Selling NordVPN account with premium sub - expires 2021! PM me to buy.
OrientA
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
September 25, 2014, 06:49:45 PM
 #333


Well... the attack did not happen (yet).

I wonder if all of this was just a manipulation to create a panic sell and get very cheap coins.

Some people talk about a time-warp-attack, which mean that if an attack happen it would be in 72 hours.

We'll see if it is safe to resume payout.

When this 72 hours expire?

This is continuous worry of attack. So this 72 hour does not matter any more.
liteon
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


I'm a Firestarter!


View Profile WWW
September 25, 2014, 06:57:34 PM
 #334


Well... the attack did not happen (yet).

I wonder if all of this was just a manipulation to create a panic sell and get very cheap coins.

Some people talk about a time-warp-attack, which mean that if an attack happen it would be in 72 hours.

We'll see if it is safe to resume payout.

When this 72 hours expire?

This is continuous worry of attack. So this 72 hour does not matter any more.
OK then, well I just need my XMR to get "working" as it did before... so slow solutions make people go crazy.
How can it be possible, to have something like Monero and not to have a solution?  Huh

Selling NordVPN account with premium sub - expires 2021! PM me to buy.
superresistant (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1125



View Profile
September 25, 2014, 07:12:13 PM
 #335

Well... the attack did not happen (yet).
I wonder if all of this was just a manipulation to create a panic sell and get very cheap coins.
Some people talk about a time-warp-attack, which mean that if an attack happen it would be in 72 hours.
We'll see if it is safe to resume payout.
When this 72 hours expire?
This is continuous worry of attack. So this 72 hour does not matter any more.
OK then, well I just need my XMR to get "working" as it did before... so slow solutions make people go crazy.
How can it be possible, to have something like Monero and not to have a solution?  Huh

Every attempt of attack make Monero stronger.
liteon
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


I'm a Firestarter!


View Profile WWW
September 25, 2014, 07:25:24 PM
 #336

Every attempt of attack make Monero stronger.
I can understand that, as it makes "it" to learn on mistake(s).
Now, the point is, I needed some funds on my BTC wallet, and I wanted to sell 50 XMR @bter.com.
So I sent 50xmr there, and what happened next?!
50 XMR gone from my wallet, but not showing up on bter account where they are sent.
I wait about 8 hours and re-check, but situation is the same.
I contacted support, and their answer was:
Quote
"Dear Sir,
Please do not worry. XMR deposit is disabled for technical maintenance.It will be enabled again when the maintenance is finished. Please kindly check the forum for more information
https://bitcointalk.org/index.php?topic=583449.15200
And your deposit will be processed properly when it is enabled again"

Now I'm in middle of nowhere, as 50 are gone from my wallet. 0 XMR is the balance on bter account.
So, "no need to worry" and "strong Monero" are not good enough as 50xmr "in hands".
Solution is still not showing up, it makes me not to mine it anymore as I do not want to have money nowhere.

Big delay give no trust on any field.

Selling NordVPN account with premium sub - expires 2021! PM me to buy.
superresistant (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1125



View Profile
September 25, 2014, 07:39:53 PM
 #337

Every attempt of attack make Monero stronger.
I can understand that, as it makes "it" to learn on mistake(s).
Now, the point is, I needed some funds on my BTC wallet, and I wanted to sell 50 XMR @bter.com.
So I sent 50xmr there, and what happened next?!
50 XMR gone from my wallet, but not showing up on bter account where they are sent.
I wait about 8 hours and re-check, but situation is the same.
I contacted support, and their answer was:
Quote
"Dear Sir,
Please do not worry. XMR deposit is disabled for technical maintenance.It will be enabled again when the maintenance is finished. Please kindly check the forum for more information
https://bitcointalk.org/index.php?topic=583449.15200
And your deposit will be processed properly when it is enabled again"
Now I'm in middle of nowhere, as 50 are gone from my wallet. 0 XMR is the balance on bter account.
So, "no need to worry" and "strong Monero" are not good enough as 50xmr "in hands".
Solution is still not showing up, it makes me not to mine it anymore as I do not want to have money nowhere.
Big delay give no trust on any field.

Nothing is lost. Your Moneros are on the blockchain.
You cannot see them on the exchange because their wallet is not online.
They don't do it for fun, they are trying to be safe.
You can still sell XMR to other people on the forum but it is not safe for the buyer right now.

I understand it is annoying but it is not going to kill you to wait a bit.
If you are out of money, maybe you should not rely so much on cryptocurrency.
Always keep some FIAT money. If you go all-in crypto, you have to be prepared.
OrientA
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
September 26, 2014, 09:02:01 AM
 #338

Every attempt of attack make Monero stronger.
I can understand that, as it makes "it" to learn on mistake(s).
Now, the point is, I needed some funds on my BTC wallet, and I wanted to sell 50 XMR @bter.com.
So I sent 50xmr there, and what happened next?!
50 XMR gone from my wallet, but not showing up on bter account where they are sent.
I wait about 8 hours and re-check, but situation is the same.
I contacted support, and their answer was:
Quote
"Dear Sir,
Please do not worry. XMR deposit is disabled for technical maintenance.It will be enabled again when the maintenance is finished. Please kindly check the forum for more information
https://bitcointalk.org/index.php?topic=583449.15200
And your deposit will be processed properly when it is enabled again"

Now I'm in middle of nowhere, as 50 are gone from my wallet. 0 XMR is the balance on bter account.
So, "no need to worry" and "strong Monero" are not good enough as 50xmr "in hands".
Solution is still not showing up, it makes me not to mine it anymore as I do not want to have money nowhere.

Big delay give no trust on any field.

If you see the transaction on the block chain, then no worry.
perl
Legendary
*
Offline Offline

Activity: 1918
Merit: 1190


View Profile
September 26, 2014, 10:28:07 AM
 #339


If you see the transaction on the block chain, then no worry.

If you not see the transaction on the block chain , then no worry .
1.) Update monero
2.) delete wallet.bin
3.) waiting resync all
4.) Remake payout


Not Worry monero is good coin not lost coin
superresistant (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1125



View Profile
September 26, 2014, 10:32:14 AM
 #340

If you see the transaction on the block chain, then no worry.
If you not see the transaction on the block chain , then no worry .
1.) Update monero
2.) delete wallet.bin
3.) waiting resync all
4.) Remake payout
Not Worry monero is good coin not lost coin

If you want more detail about the resync of a wallet to recast a transaction, PM me liteon, I can give you step by step instructions.

It is true that you cannot lose coins in Monero, sometimes you think you lost something but it is still there.
The client is still in beta so there are some bugs but you can always solve them.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!