Frangomel
Legendary
Offline
Activity: 1022
Merit: 1000
FreshTheGame
|
|
April 15, 2014, 05:54:44 PM |
|
great news, what will be with few days of mining when you said coins would be withdrawn to wallets?
|
|
|
|
pikimunga (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
April 15, 2014, 07:17:06 PM Last edit: April 16, 2014, 06:27:10 AM by pikimunga |
|
great news, what will be with few days of mining when you said coins would be withdrawn to wallets?
All payouts are retroactively calculated, I'm currently just making a minor adjustment because due to a mistake I made in my scripts some of the bonus blocks were calculated twice and I would end up paying more than the pool has! You can see partial progress on my pool https://dig.coinage.ro/index.php?page=statistics&action=blocks where it's actually at the last block found by the pool. Bonuses are not show in the Amount field yet but that will be fixed soon as well! Unfortunately php and mysql work very slowly together to calculate the payments everyone will be getting so it takes a lot of time to update for so many blocks! UPDATE: I think I've finished, waiting for pool to retroactively calculate all payouts (will take at least 1 hour... took 1 on my pc and it's better than the server)
|
66 Pool 0% fees, 0.5% default donation, support development of 66 coin by donating to 66 address: 1Ls16L4c4HBffi2xCJXjF7kpD9iVqyzJWY 66 coin forum
|
|
|
admir
Newbie
Offline
Activity: 21
Merit: 0
|
|
April 16, 2014, 07:30:23 AM |
|
great
|
|
|
|
pikimunga (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
April 16, 2014, 07:54:35 AM Last edit: April 16, 2014, 11:14:33 AM by pikimunga |
|
UPDATE FINISHED:https://dig.coinage.ro is back up! Due to me working on scripts I disabled automatic payments until I made sure everything is ok, you have to manually set up your automatic payments again for them to work. You can withdraw your mined coins anytime! All blocks currently show a payout of only 0.000066 but this is only on the interface side, bonus blocks are taken into account and you can see the bonuses as a second payment for the same block number in transactions! You can start mining again, after I assure mining doesn't cause new issues I will post the patch for other pools to upgrade as well! Bonus blocks work fine: sample here http://dig.coinage.ro/index.php?page=statistics&action=round&height=87881 (yes that is a single user although it shows up as anonymous)!
|
66 Pool 0% fees, 0.5% default donation, support development of 66 coin by donating to 66 address: 1Ls16L4c4HBffi2xCJXjF7kpD9iVqyzJWY 66 coin forum
|
|
|
pikimunga (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
April 16, 2014, 09:42:58 AM |
|
Everything seems to be working fine, as promised here is the mpos patchUpgrade instructions: - backup your database in case something goes wrong, shouldn't but it's a good idea!
- stop your cron scripts and wait for them to actually stop!
- patch mpos
- modify database parameters in scripts/sqlchanges.php
- run 'php sqlchanges.php' and wait for it to complete (it may take a while)
- manually run 'cronjobs/findblocks.php' (use -f if necessary - check logs after) and wait for it to finish
- manually run 'cronjobs/proportional_payout.php' (use -f if necessary - check logs after) - if you use a different payment system you can change the code according to the modifications in proportional_payouts.php in the patch, should be relatively simple)
- after the above jobs complete manually do a run of 'cronjobs/run-crons.sh' and wait for it to complete
- re-enable your cron jobs, upgrade finished
|
66 Pool 0% fees, 0.5% default donation, support development of 66 coin by donating to 66 address: 1Ls16L4c4HBffi2xCJXjF7kpD9iVqyzJWY 66 coin forum
|
|
|
Frangomel
Legendary
Offline
Activity: 1022
Merit: 1000
FreshTheGame
|
|
April 16, 2014, 12:46:51 PM |
|
Everything seems to be working fine, as promised here is the mpos patchUpgrade instructions: - backup your database in case something goes wrong, shouldn't but it's a good idea!
- stop your cron scripts and wait for them to actually stop!
- patch mpos
- modify database parameters in scripts/sqlchanges.php
- run 'php sqlchanges.php' and wait for it to complete (it may take a while)
- manually run 'cronjobs/findblocks.php' (use -f if necessary - check logs after) and wait for it to finish
- manually run 'cronjobs/proportional_payout.php' (use -f if necessary - check logs after) - if you use a different payment system you can change the code according to the modifications in proportional_payouts.php in the patch, should be relatively simple)
- after the above jobs complete manually do a run of 'cronjobs/run-crons.sh' and wait for it to complete
- re-enable your cron jobs, upgrade finished
great work man!!!
|
|
|
|
pikimunga (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
April 16, 2014, 01:03:48 PM |
|
great work man!!!
Thanks, just as a side-note I really hate how php-mpos is written, it's horribly slow and doesn't use any kind of transactions whatsoever when working with the database, like it should. Also uses float way too much and can cause lots of rounding errors. If I end up having some time I was thinking of rewriting huge parts of it, at least to use innodb as storage engine, relations between tables and transactions to make it faster and safer (if you don't commit and script crashes everything gets rolled back automatically and you don't have to worry about partial updates, took me almost a full day to recover from one of those).
|
66 Pool 0% fees, 0.5% default donation, support development of 66 coin by donating to 66 address: 1Ls16L4c4HBffi2xCJXjF7kpD9iVqyzJWY 66 coin forum
|
|
|
pikimunga (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
April 17, 2014, 07:08:01 AM |
|
Our new forum is now up and running, register and start posting there!
|
66 Pool 0% fees, 0.5% default donation, support development of 66 coin by donating to 66 address: 1Ls16L4c4HBffi2xCJXjF7kpD9iVqyzJWY 66 coin forum
|
|
|
Frangomel
Legendary
Offline
Activity: 1022
Merit: 1000
FreshTheGame
|
|
April 17, 2014, 07:41:40 PM |
|
Our new forum is now up and running, register and start posting there! see you there
|
|
|
|
pikimunga (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
April 18, 2014, 08:39:49 AM |
|
|
66 Pool 0% fees, 0.5% default donation, support development of 66 coin by donating to 66 address: 1Ls16L4c4HBffi2xCJXjF7kpD9iVqyzJWY 66 coin forum
|
|
|
pikimunga (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
April 22, 2014, 08:45:04 AM |
|
|
66 Pool 0% fees, 0.5% default donation, support development of 66 coin by donating to 66 address: 1Ls16L4c4HBffi2xCJXjF7kpD9iVqyzJWY 66 coin forum
|
|
|
|
Jonesd
Legendary
Offline
Activity: 1876
Merit: 1014
|
|
April 28, 2014, 11:34:43 AM |
|
★ Coin Revolution ★ The voting has started at the Coin Revival Foundation and 66Coin is one of the nominated coins! Promote your coin and vote at: VOTE HERE
|
Co-Founder and Managing Partner of Block Bastards
|
|
|
bdannnn
Copper Member
Full Member
Offline
Activity: 224
Merit: 100
Developer
|
|
April 28, 2014, 11:41:33 AM |
|
★ Coin Revolution ★ The voting has started at the Coin Revival Foundation and 66Coin is one of the nominated coins! Promote your coin and vote at: VOTE HEREi voted... about 66: i wait for cryptorush , i think when cryptorush come back we again going to moon , and we have 42k+ votes on mintpal, it's 1-2 month and will be added
|
Developer
|
|
|
dagi
|
|
April 28, 2014, 11:52:18 AM Last edit: April 29, 2014, 05:11:20 AM by dagi |
|
voted :-) and i keep voting on the mintap :-)
|
|
|
|
anubis76x
Newbie
Offline
Activity: 21
Merit: 0
|
|
April 30, 2014, 08:04:14 AM |
|
Why none of the mine, why does not synchronize porfel? to the stage, this coin has no right to enter the mintpal.
|
|
|
|
Jonesd
Legendary
Offline
Activity: 1876
Merit: 1014
|
|
May 05, 2014, 06:29:29 AM |
|
★ Coin Revolution ★ The voting ends today at the Coin Revival Foundation and 66Coin is one of the nominated coins! Promote your coin and vote at: VOTE HERE
|
Co-Founder and Managing Partner of Block Bastards
|
|
|
|
Jonesd
Legendary
Offline
Activity: 1876
Merit: 1014
|
|
May 07, 2014, 01:12:13 PM |
|
Do you guys have any pools still up?
|
Co-Founder and Managing Partner of Block Bastards
|
|
|
Jonesd
Legendary
Offline
Activity: 1876
Merit: 1014
|
|
May 12, 2014, 03:23:52 PM |
|
Do you guys have any pools still up?
People are still rooting for this coin, but have not heard anything from piku yet. All well?
|
Co-Founder and Managing Partner of Block Bastards
|
|
|
|