Bitcoin Forum
September 12, 2026, 01:13:27 AM *
News: Latest Bitcoin Core release: 31.1 [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 126676 times)
jadzia626
Newbie
*
Offline

Activity: 1
Merit: 0


View Profile
May 21, 2017, 12:57:44 AM
 #701

Hi, just a question about the modifications made to node-cryptonote-pool on this pool. Hope this is the right place to ask.

I noticed that this pool has some customisation in the API. I'm particularly curious about the added fields in the stats -> pool -> blocks section.
In the standard code, the 4th element of the block string contains a flag for whether the block is orphaned or not. But since this site uses the additional submitall and submitok values, they occupy index 4 and 5 for pending blocks, and 6 and 7 for no longer pending blocks. In the javascript, this is handled like this:

Code:
    function parseBlock(height, serializedBlock){
        var parts = serializedBlock.split(':');
        var block = {
            height: parseInt(height),
            hash: parts[0],
            time: parts[1],
            difficulty: parseInt(parts[2]),
            shares: parseInt(parts[3]),
            orphaned: parts[4],
            reward: parts[5],
            submitok :  parts[6],
            submitall : parts[7],
            size :  parseInt(parts[8]) || 0,
            txs : parts[9] || '' ,


        };

        var toGo = lastStats.config.depth - (lastStats.network.height - block.height);
        block.maturity = toGo < 1 ? '' : (toGo + ' to go');

        switch (block.orphaned){
            case '0':
                block.status = 'unlocked';
                break;
            case '1':
                block.status = 'orphaned';
                break;
            default:
                block.submitok =  parts[4]
                block.submitall =  parts[5]
                block.status = 'pending';
                break;
        }

        return block;
    }

For reference, in the JSON data a pending and non-pending line look like this:

Code:
26	"fdde6141fdcafe9ce938e14c30bc41289a30a526fa3641562db039fae3b3a2ac:1495324174:8727978369:18502293130:10:10"
27 "1314647"
28 "b3a80da762c65bbdc12599eff239fc529c63a61fe91b55556f9bd324d6135c86:1495317325:8479493135:4204111920:0:7769586114285:12:12:133373:5"
29 "1314588"

Since the interpretation is corrected in the switch statement, it would seem that if the submitok value for a pending block should be 0 or 1, this will be interpreted as an unlocked or orphaned block? Or can a submitok value never be 0 or 1?

I'm just trying to access the API without having to alter code that already supports the original output.
xs.over
Full Member
***
Offline

Activity: 376
Merit: 103


View Profile
May 21, 2017, 03:23:16 PM
 #702

Again botnet from shitty minergate pool increased net difficulty

P.S.: Dev of Monero.crypto-pool, Do you planning to add more reliable statistics monitoring (worker status, hashrate status, etc)?
Something like this
kattycris
Newbie
*
Offline

Activity: 23
Merit: 0


View Profile
June 07, 2017, 12:54:35 PM
 #703

hello!

For those who use the poloniex wallet. They changed and there is no more id but they did not say anything if they still can use the old address, and the support does not respond if they can still use the old address but the servings are normal. Because I have a lot of machines running and have a balance that still can not get.
Does anyone have any information?
serg1655
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
June 18, 2017, 01:26:40 AM
 #704

Good day miners,

i have a problem with payment. i have about 3 XMR mined, but i can not withdraw them. What is the logic of monero.crypto-pool.fr payments? I'm using my Poloniex wallet as mining wallet.

here is screen:
https://ibb.co/d7XB2k
serg1655
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
June 18, 2017, 11:06:20 AM
 #705

Good day miners,

i have a problem with payment. i have about 3 XMR mined, but i can not withdraw them. What is the logic of monero.crypto-pool.fr payments? I'm using my Poloniex wallet as mining wallet.

here is screen:
https://ibb.co/d7XB2k
OK, the magic was happen. Everything works fine.
Necronom
Newbie
*
Offline

Activity: 46
Merit: 0


View Profile
June 20, 2017, 10:39:09 AM
 #706

 I'm mining the monero on the pool directly to my address in Poloniex. My address on Poloniex was changed. How can I change it now on the pool, so that the payment was to the new address?
changpeng75
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
June 24, 2017, 01:59:59 PM
 #707

My system have about 15KH/s hashrate, but I only get 0.3XMR over 13hours. Why?
changpeng75
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
June 24, 2017, 02:31:41 PM
 #708

I have xmr wallet and use this adres without append any text on my miner app. I use xmr-stak. but I have problem, i am not adjustable Personal Threshold(Editable): 2 xmr to 0.3 xmr. 2xmr is for exchange i h ave xmr wallet no exchange, but i cant adjustable and i cant receive my balance Sad. I send e-mail mine@crypto-pool.fr for this issue on yesterday but no answered. I think its SCAM!, What do you suggest me do?
Minimal threshold of exchange address  is 2xmr.
Invis
Member
**
Offline

Activity: 84
Merit: 10


View Profile WWW
June 27, 2017, 08:58:32 PM
 #709

I have personal wallet, registered about 2 years ago.
This is my local wallet. But no payments in last 4 days...

Pending Balance: 1.116823774670 XMR
Personal Threshold(Editable):    < 0.300 XMR  >
Payout minimal interval(Editable):    < 24 hours >

Last payment:
22.06.2017, 19:09:35

Why I cant get my pending xmr balance to my wallet?

https://www.dark-mine.su Dakr-Mine project. Low fee. Good support. Leviarcoin - Haven - Graft - Monero - Masari
kattycris
Newbie
*
Offline

Activity: 23
Merit: 0


View Profile
June 28, 2017, 01:23:31 AM
 #710

the website is weird.... whats the problem???
Invis
Member
**
Offline

Activity: 84
Merit: 10


View Profile WWW
June 28, 2017, 06:40:01 AM
 #711

I have personal wallet, registered about 2 years ago.
This is my local wallet. But no payments in last 4 days...

Pending Balance: 1.116823774670 XMR
Personal Threshold(Editable):    < 0.300 XMR  >
Payout minimal interval(Editable):    < 24 hours >

Last payment:
22.06.2017, 19:09:35

Why I cant get my pending xmr balance to my wallet?
Today everything goes ok.
Seems pool restarted tonight.

https://www.dark-mine.su Dakr-Mine project. Low fee. Good support. Leviarcoin - Haven - Graft - Monero - Masari
kattycris
Newbie
*
Offline

Activity: 23
Merit: 0


View Profile
June 30, 2017, 11:07:33 AM
 #712

i have 2 xmr with old address from poloniex... i change withdraw limits to send to polo... That was yesterday and today so far nobody from the support has answered me. The moneros have not arrived and the hash has generated normal .... some of the support on here?
perl
Legendary
*
Offline

Activity: 1918
Merit: 1190


View Profile
July 03, 2017, 06:28:54 PM
 #713

Poloniex continue credit to old address just need wait long time between 24 and 48H .

You can confirme credit now ?
kattycris
Newbie
*
Offline

Activity: 23
Merit: 0


View Profile
July 06, 2017, 10:32:06 AM
 #714

Poloniex continue credit to old address just need wait long time between 24 and 48H .

You can confirme credit now ?

NO

It's been 7 days and nothing! I did not receive anything! I have friends who said that the old address no longer exists. I already opened a ticket on the pole for 7 days and nothing too! Problem for me in my view is the pool, if I had left the option of the new address as I would not have this problem !!! You can fix my balance there!
BobbyM
Newbie
*
Offline

Activity: 7
Merit: 0


View Profile
July 12, 2017, 02:28:53 PM
Last edit: July 14, 2017, 01:04:40 PM by BobbyM
 #715

Hi guys,
I reached the personal payout limit yesterday but still no payout , but the front screen says that payouts are being made... who(else) do I contact or please clarify what else needs to be done to get a payout
TIA

**SOLVED**
If anyone did something to facilitate, THANK YOU!
Otherwise, Time heals all wounds.
xs.over
Full Member
***
Offline

Activity: 376
Merit: 103


View Profile
July 14, 2017, 09:54:56 PM
 #716

Seems what fu**ng monero botnet now sitting on monero.crypto-pool.fr
Shis shit increased difficulty on 45% just within one month!
kattycris
Newbie
*
Offline

Activity: 23
Merit: 0


View Profile
July 17, 2017, 02:37:34 AM
 #717

And i still waiting my payament

http://chainradar.com/xmr/transaction/d31ca129789f186275dc58ce4bb554628e21adaa764592b4f289cad8a6457e79

old monero address from poloniex doesn't work anymore and i want my money nobody cares about this.

and pool said it's work... NOT WORK! Bunch of thieves
ZackAtack
Newbie
*
Offline

Activity: 1
Merit: 0


View Profile
July 17, 2017, 08:07:23 PM
Last edit: July 17, 2017, 09:12:31 PM by ZackAtack
 #718

I'm mining Monero at crypto-pool.fr using an integrated address to my wallet. My payment threshold is set at 0.3 XMR and I'm well above that. Asking around said that integrated addresses pay out at 3 XMR but I don't see this documented. Also, I seem to remember the top of the main page saying that integrated addresses are supported but today I noticed "(for Exchange)" being there. Is my using an integrated address a problem and can it be resolved?
buffy007
Full Member
***
Offline

Activity: 254
Merit: 100


I solve problems


View Profile WWW
July 18, 2017, 06:40:27 AM
 #719

Hi Guys,

I made simple Android application for monitoring XMR Pools. If you mine there, please try this app and send me some report/feedback to find bugs and fix app.

Thanks for feedbacks.

Topic:
https://bitcointalk.org/index.php?topic=2024838

Download (google play store):
https://play.google.com/store/apps/details?id=xyz.cryptomines.monero

Zero & One - www.zero1apps.com
Applications developer - Apps for mining pools and miners
kattycris
Newbie
*
Offline

Activity: 23
Merit: 0


View Profile
July 24, 2017, 03:23:58 PM
 #720

pool off?
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!