Bitcoin Forum
April 24, 2024, 09:04:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Do you want the logo to be changed?
Yes, a new logo sounds great - 10 (66.7%)
No, current logo is the best - 5 (33.3%)
Total Voters: 15

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 »
  Print  
Author Topic: [ANN][66] ★Coin 66★ - Hard Fork - Mandatory Update - 2014/04/04  (Read 41029 times)
Frangomel
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


FreshTheGame


View Profile
April 15, 2014, 05:54:44 PM
 #421

great news, what will be with few days of mining when you said coins would be withdrawn to wallets?
1713992651
Hero Member
*
Offline Offline

Posts: 1713992651

View Profile Personal Message (Offline)

Ignore
1713992651
Reply with quote  #2

1713992651
Report to moderator
1713992651
Hero Member
*
Offline Offline

Posts: 1713992651

View Profile Personal Message (Offline)

Ignore
1713992651
Reply with quote  #2

1713992651
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713992651
Hero Member
*
Offline Offline

Posts: 1713992651

View Profile Personal Message (Offline)

Ignore
1713992651
Reply with quote  #2

1713992651
Report to moderator
1713992651
Hero Member
*
Offline Offline

Posts: 1713992651

View Profile Personal Message (Offline)

Ignore
1713992651
Reply with quote  #2

1713992651
Report to moderator
1713992651
Hero Member
*
Offline Offline

Posts: 1713992651

View Profile Personal Message (Offline)

Ignore
1713992651
Reply with quote  #2

1713992651
Report to moderator
pikimunga (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 15, 2014, 07:17:06 PM
Last edit: April 16, 2014, 06:27:10 AM by pikimunga
 #422

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 Offline

Activity: 21
Merit: 0


View Profile
April 16, 2014, 07:30:23 AM
 #423

great  Smiley
pikimunga (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 16, 2014, 07:54:35 AM
Last edit: April 16, 2014, 11:14:33 AM by pikimunga
 #424

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 Offline

Activity: 98
Merit: 10


View Profile
April 16, 2014, 09:42:58 AM
 #425

Everything seems to be working fine, as promised here is the mpos patch
Upgrade 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 Offline

Activity: 1022
Merit: 1000


FreshTheGame


View Profile
April 16, 2014, 12:46:51 PM
 #426

Everything seems to be working fine, as promised here is the mpos patch
Upgrade 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 Offline

Activity: 98
Merit: 10


View Profile
April 16, 2014, 01:03:48 PM
 #427

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 Offline

Activity: 98
Merit: 10


View Profile
April 17, 2014, 07:08:01 AM
 #428

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 Offline

Activity: 1022
Merit: 1000


FreshTheGame


View Profile
April 17, 2014, 07:41:40 PM
 #429

Our new forum is now up and running, register and start posting there!

see you there Smiley
pikimunga (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 18, 2014, 08:39:49 AM
 #430

please vote in our polls http://coinstack.org/index.php?topic=114.0 and http://coinstack.org/index.php?topic=108.0

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 Offline

Activity: 98
Merit: 10


View Profile
April 22, 2014, 08:45:04 AM
 #431

We have been added to a new exchange https://rockytrade.net/index.php?page=trade&market=112

66 Pool 0% fees, 0.5% default donation, support development of 66 coin by donating to 66 address: 1Ls16L4c4HBffi2xCJXjF7kpD9iVqyzJWY
66 coin forum
JaroBe
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
April 22, 2014, 07:12:47 PM
Last edit: April 22, 2014, 08:42:03 PM by JaroBe
 #432

Help us grow faster by showing your support for 66 coin in this thread https://bitcointalk.org/index.php?topic=576714.0
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
April 28, 2014, 11:34:43 AM
 #433

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 Offline

Activity: 224
Merit: 100

Developer


View Profile
April 28, 2014, 11:41:33 AM
 #434

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

i 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  Cool

Developer
dagi
Sr. Member
****
Offline Offline

Activity: 374
Merit: 250



View Profile WWW
April 28, 2014, 11:52:18 AM
Last edit: April 29, 2014, 05:11:20 AM by dagi
 #435

voted :-)
and i keep voting on the mintap :-)
anubis76x
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 30, 2014, 08:04:14 AM
 #436

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 Offline

Activity: 1876
Merit: 1014



View Profile
May 05, 2014, 06:29:29 AM
 #437

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
bdannnn
Copper Member
Full Member
***
Offline Offline

Activity: 224
Merit: 100

Developer


View Profile
May 05, 2014, 11:34:02 AM
 #438

GOOD NEWS: Cryptsy added 66 to vote list!

https://www.cryptsy.com/coinvotes

Developer
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
May 07, 2014, 01:12:13 PM
 #439

Do you guys have any pools still up?

Co-Founder and Managing Partner of Block Bastards
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
May 12, 2014, 03:23:52 PM
 #440

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
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 »
  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!