Pages:
Author

Topic: Bits-Pays.com Launched [150% for advertisers, Free Miner Game,Company shares] - page 22. (Read 27497 times)

newbie
Activity: 147
Merit: 0
Just to update on server issue:
It seems we have fixed it, but we will monitor till tomorrow to be sure.
It was related to updating miner credits balance with CPU mining, we have temporary removed code to be sure this was the reason, once we are sure, we will make required modifications and add it back. Meanwhile users will need to refresh their Boost page to know how much credits they have.

Sorry about yesterday server lags, we think it should not happen any more.

hi bits pays, i noticed that when i collecting the balance satoshi manually, i actually received lesser than the balances that i have mined.

for example, i have mined 128 satoshi, when i trying to collect it by pressing the button, i got the message that successfully collected "102" satoshi". which mean i loss 26satoshi.

can u please explain this?

thanks.

Hi.
From what we can see you have pension reserves turned on. Part of collected satoshis balance goes towards your pension and the rest you receive to your account balance.
newbie
Activity: 18
Merit: 0
Just to update on server issue:
It seems we have fixed it, but we will monitor till tomorrow to be sure.
It was related to updating miner credits balance with CPU mining, we have temporary removed code to be sure this was the reason, once we are sure, we will make required modifications and add it back. Meanwhile users will need to refresh their Boost page to know how much credits they have.

Sorry about yesterday server lags, we think it should not happen any more.

hi bits pays, i noticed that when i collecting the balance satoshi manually, i actually received lesser than the balances that i have mined.

for example, i have mined 128 satoshi, when i trying to collect it by pressing the button, i got the message that successfully collected "102" satoshi". which mean i loss 26satoshi.

can u please explain this?

thanks.
legendary
Activity: 1582
Merit: 1031
wow love to see you removed the coinhive laptopkiller captchas Wink
Even when you must do this move be course they shut down.
But now you got new visitors be course i only stoppend using this page be course of laptop killer.

regards
newbie
Activity: 147
Merit: 0
Just to update on server issue:
It seems we have fixed it, but we will monitor till tomorrow to be sure.
It was related to updating miner credits balance with CPU mining, we have temporary removed code to be sure this was the reason, once we are sure, we will make required modifications and add it back. Meanwhile users will need to refresh their Boost page to know how much credits they have.

Sorry about yesterday server lags, we think it should not happen any more.
newbie
Activity: 18
Merit: 0
Hello,is there anyone having a very slow progress to next miner level , i mean i'am at level 11 and these days sometimes when i collect pending credits i only have 1% progress while i had more than 450,000 pending credits to claim. The last time it occured it was this morning when i claimed i think more than 500,000 pending credits (mining from last night with 80% efficiency map) and before this post trying to claim more than 300.000 credits .Thanks in advance and sorry for my bad english  Grin Grin.

i am lvl 13, from what i observe every 200k -300k will grow 1%.  yes it is a bit tough but for me still acceptable
Thank you for your response but for me there was one or two time with 500k or above i only had 1% grow which it should give i think 4% .I will have soon some 550k to claim and i'll see what happens.Thank you again for your response.

from my guess you will get 2-3%
newbie
Activity: 15
Merit: 0
Hello,is there anyone having a very slow progress to next miner level , i mean i'am at level 11 and these days sometimes when i collect pending credits i only have 1% progress while i had more than 450,000 pending credits to claim. The last time it occured it was this morning when i claimed i think more than 500,000 pending credits (mining from last night with 80% efficiency map) and before this post trying to claim more than 300.000 credits .Thanks in advance and sorry for my bad english  Grin Grin.

i am lvl 13, from what i observe every 200k -300k will grow 1%.  yes it is a bit tough but for me still acceptable
Thank you for your response but for me there was one or two time with 500k or above i only had 1% grow which it should give i think 4% .I will have soon some 550k to claim and i'll see what happens.Thank you again for your response.
newbie
Activity: 18
Merit: 0
Hello,is there anyone having a very slow progress to next miner level , i mean i'am at level 11 and these days sometimes when i collect pending credits i only have 1% progress while i had more than 450,000 pending credits to claim. The last time it occured it was this morning when i claimed i think more than 500,000 pending credits (mining from last night with 80% efficiency map) and before this post trying to claim more than 300.000 credits .Thanks in advance and sorry for my bad english  Grin Grin.

i am lvl 13, from what i observe every 200k -300k will grow 1%.  yes it is a bit tough but for me still acceptable
newbie
Activity: 20
Merit: 0
the website is now taking very long time to load, anyone experience the same as me?
i tried on both pc & android phone

Me too whatever i do i need to wait 2 3 min to load or even more
newbie
Activity: 15
Merit: 0
Hello,is there anyone having a very slow progress to next miner level , i mean i'am at level 11 and these days sometimes when i collect pending credits i only have 1% progress while i had more than 450,000 pending credits to claim. The last time it occured it was this morning when i claimed i think more than 500,000 pending credits (mining from last night with 80% efficiency map) and before this post trying to claim more than 300.000 credits .Thanks in advance and sorry for my bad english  Grin Grin.
newbie
Activity: 18
Merit: 0
the website is now taking very long time to load, anyone experience the same as me?
i tried on both pc & android phone
newbie
Activity: 147
Merit: 0
Just to confirm that new Miner Boost script has been implemented. Now you can continue mining as usual. We will monitor its behavior and edit if needed. the ones who keep Boost window open in order to constantly mine, just refresh page and it should start mining again.
Setting mining power is available with number of threads as throttle is automatically set to 100%, but again, if you want to mine using less CPU just lower threads in settings and it will drop. We are waiting for a reply from provider to give us a solution regarding throttle set option.

Few other things...
We would like to point out to you about our share dividends, if you would look at buy shares page, you will see that only in 9 days after our last dividends distribution there is already more then 1,500,000 collected for next dividends. Next dividends should be very healthy... Just pointing out that holding shares is beneficial but in future it will get more and more beneficial...

Other small point we would like to bring forward: One one big forum we seen one post where our member is saying that we somehow lower chances of getting good percentage map with higher miner level. It is not fair towards us because we where trying to be transparent will all of you and give as much open information as possible in a safe frames for the business, as sure, we can not disclose absolutely everything as this could be good or very damaging for bits-pays depending on how users would look at things. And we wanted you all to know that we really don't have such a thing, at least til now, it is simple php rand function which is generating random results, actually here is the code:
if($isUpgraded){
   $mine_efficiancy = (rand(1,10) + 1) * 10;
   $total_credits = rand(10000,1000000) + (50000 * $minerLevel);
   $total_sat_mine = rand(1000,100000) + 10000;
}else{
   $mine_efficiancy = rand(1,10) * 10;
   $total_credits = rand(10000,1000000) + (20000 * $minerLevel);
   $total_sat_mine = rand(1000,100000);
}
We could leave that alone, but it was bugging us because we try to be fair with everyone and it is just not fair on us when people say things about us they don't really know that or have facts.

That's all for now. As mentioned in yesterdays post, we have a lot of things coming in future.
Best regards to all.
Bits-Pays staff.
member
Activity: 532
Merit: 13
Shares are giving good profit.
newbie
Activity: 147
Merit: 0
07/03/2019 Update:
New Miner Update. ENERGY Introduced.

Hi all, just a short update related to our miner game.
like we mentioned before, coinhive stoping their services on 8th of March and as we where using their captcha and miner, we had to change their script to something else.
Changing captcha did not go very smooth, we noticed many members did not liked a lot google recaptcha option. Thats why we have made some changes to our miner module. We have introduced "Miner Energy", many members are familiar with this as many games use that as a base parameter for game progress. Simply, energy is reproducing automatically with time and when user performs action on a game he/she uses that energy.
Some of that is in our game from now...
Still to get new map and collect pending miner balances, we still use captchas. But from now adding food or points to your tools are costing you energy. Energy is recovering automatically with time - 1 energy point in 1 hour. Energy can be gained automatically or manually in M Energy page under Miner section at the left members menu.

In order to upgrade tools fast, member will have to generate more energy manually, but if you just want to add food to your miner, you will have enough energy as it will recover faster then you can use it. But if you will need upgrade tools, please use manual options.
We would like to point that if you have more then 10 energy points, every manual pending balances collection will give you more. Basically each energy point after basic 10 is equal to 1%, for example 11 points means you will get 1% more from your collection. At the moment 11 Energy points is a maximum a member can have.
Energy is just one more ground element to implement even more unique features, we can not say what that it exactly at the moment, but we have great ideas. Like inventing more things with would help straighten your miner even more. Something like using your energy to discover new addons and then working to combine them, basically energy can be used to do so many things that we really don't even dare to predict what exciting updates we will implement in future...

One more, very important! --
We will be changing Boost module code and third party provider, that means that you need to convert your CPU mined credits to pending miner balances, just click button on a Boost page to collect them, as we don't keep those stats in our database and so when we will change to different services provider, your CPU mining starts from zero.
We will do changes there tomorrow March 8th, we dont know what time coinhive will not work so there could be some errors in morning, once we change code, everything will be working again.
One note about that, we have already implemented new scripts on our test server, but it seems one part of our new partner does not work properly. Setting throttle does not do nothing, it is always on max, we are working with the provider, but for the start it will not work, but you will still be able to control load by setting different number of threads to use.
Again, if you are mining with your own CPU by using Boost option or as otherwise known Miner Helper, please don't leave too much credits hanging in coinhive and keep on collecting them. Once we will change our code, you will again be able to help your miner as usual.

This coinhive thing had slowed us down for almost two weeks and we worked only on changes but not new features. Now once it is done with it, we will come back on working for improvements and new features. We have some small mini games in mind that we should  finish soon. We are working on ads without any frames too, as we see that becomes very popular lately and it should give advertisers more options. System to show from where your referrals come from is already in place and almost finished, referrals tracking module is in progress too. Basically a lot of things are happening here in office. You should see new things soon.
Keep your good work, keep on promoting and most important, keep on liking bits-pays program. We really enjoy working on it.

P.S. Some members asked where they could post payment proofs: Just anywhere basically, if you think posting proof on some program would help us in any way, please do post it then, any forum, monitoring program or where ever. The more visitors will see payment proofs, the bigger chance is he will register to our program. Thank you in advance for this.

Great Luck and Success to all of you.
Bits-Pays staff.
newbie
Activity: 147
Merit: 0
What about miner energy i don't see any explenation about and what to do with energy?

Edit: I  Found all!
We will soon add update info.
We just want to see for any error and if there is to fix them before posting update.
newbie
Activity: 20
Merit: 0
What about miner energy i don't see any explenation about and what to do with energy?

Edit: I  Found all!
newbie
Activity: 147
Merit: 0
how do I know I have been rented in referal job?
You will see details in your Aplly page, as it is stated there.
Please check there.
newbie
Activity: 266
Merit: 0
how do I know I have been rented in referal job?
newbie
Activity: 18
Merit: 0
great, i dont like coinhive as the antivirus will define it as some sort of virus or malware or whatever, then i cannot mine with my company pc.

hope the new system does not has same issue.
newbie
Activity: 147
Merit: 0
Hello.
Just a reminder for those who are using our M Boost option to help your miner grow faster. As we mentioned before, coinhive will discontinue their services on 8th of March, that is in just couple days. If you have some balances in our miner helper module, please do withdraw them as we will be changing services provider and all your balances that are left will be reset as we do not hold them, only coinhive does and if it stops services then we will not be able to get your balance via script.
Again a reminder to not store your miner helper credits and collect them. Miner helper will still work for a day or so, but we will be soon replacing it with new system.
Your miner credits are not effected, only the ones that you have mined with your CPU power and did not converted to miner pending credits.
Basically in short, you can still mine while services are running but try to not keep to much credits.
Soon we will have new system ready for you and you will be able to work as usual.

Best regards.
Bits-Pays staff.
newbie
Activity: 147
Merit: 0
ADS "Ad Time Can not be Run!" And again and again and again, again
(IndexBitcoin PTP
PTP Rotator - Enjoy and Thanks for Watching Wink)

unable to continue
It is probably because you do something wrong and if you would just ask us to help you, we really would.
Sad if you decide to leave before trying your best.
Anyway, best of luck to you.
Pages:
Jump to: