Pages:
Author

Topic: LEAFCOIN - NEW UPDATE AVAILABLE - DIGISHIELD + FLATREWARDS + CHECKPOINTS + MERGE - page 25. (Read 74822 times)

legendary
Activity: 1064
Merit: 1002
newbie
Activity: 42
Merit: 0
merge mine block is reached.
newbie
Activity: 42
Merit: 0
Last call:

Change for stratum mining pools

add conf/config.py to end of file

Code:
DONATION=5000000000 #satoshi, 50 coins


change in lib/coinbasetx.py ( inside def __init__(self, timestamper, coinbaser, value, flags, height, data): )

Code:

        tx_in.scriptSig = tx_in._scriptSig_template[0] + self.extranonce_placeholder + tx_in._scriptSig_template[1]

        # LEAFCOIN

        charity_value = int(settings.DONATION)
        if charity_value > value: # dont set too high. probably you wont :)
            charity_value = value
        
   
        tx_out = halfnode.CTxOut()
        tx_out.nValue = value - charity_value
        tx_out.scriptPubKey = coinbaser.get_script_pubkey()

        tx_out_charity = halfnode.CTxOut()
        tx_out_charity.nValue = charity_value
        tx_out_charity.scriptPubKey = util.getCharityScript()


        if settings.COINDAEMON_TX == 'yes':
            self.strTxComment = "http://github.com/ahmedbodi/stratum-mining"
        self.vin.append(tx_in)
        self.vout.append(tx_out)
        self.vout.append(tx_out_charity)


add in lib/util.py to the end

Code:
def getCharityScript():                          
    return b'\x76\xa9\x14' + binascii.unhexlify("abe20097fd1476fba24e6e87b2f31da2196cdb88") + b'\x88\xac'; # needs to be this HASH160 address key. other key wont be accepted.

If you dont, mined blocks will not be accepted by the network
full member
Activity: 266
Merit: 100
OPEN Platform - Powering Blockchain Acceptance
HASHSTRIKE ADMINS! Your pool is down!  Angry Undecided
member
Activity: 77
Merit: 10
As long as the whale is buying for 2 and selling for 3, nothing will rise

And asking if the coin is dead is for sure helpfull.
member
Activity: 77
Merit: 10
when will be the merged ready?

http://www.leafapi.com/

The Leafcoin Merged Mining will start on Wed Apr 9 08:58:57 2014.
hero member
Activity: 868
Merit: 1000
As long as the whale is buying for 2 and selling for 3, nothing will rise
full member
Activity: 266
Merit: 100
OPEN Platform - Powering Blockchain Acceptance
when will be the merged ready?
member
Activity: 77
Merit: 10
Is this coin dead? Smiley

And why do you think that it is dead?

If you read the whole thread you see that this question is asked before.
And there is enough response to it.

Price is now moving up, so i don't understand why you ask it.
full member
Activity: 156
Merit: 100
newbie
Activity: 42
Merit: 0
my wallet is asking me to update to 0.8.6.4 but i have that version .  Huh Huh Huh

if you are on the version, discard the message.

we will replace the message tomorrow with a better version matched one.

we have cancelled the current message.

right now i am going to bed.

sorry for the inconvenience.
full member
Activity: 266
Merit: 100
OPEN Platform - Powering Blockchain Acceptance
my wallet is asking me to update to 0.8.6.4 but i have that version .  Huh Huh Huh
newbie
Activity: 42
Merit: 0
Is leaf.hashstrike.com stuck at block 95318?  Did they update the wallet?

edit: nevermind it's working again.

i sent them an email ( or by using other methods, cant remember Smiley ) to update. probably update in progress.

cheers.
sr. member
Activity: 364
Merit: 250
Is leaf.hashstrike.com stuck at block 95318?  Did they update the wallet?

edit: nevermind it's working again.
newbie
Activity: 42
Merit: 0
full member
Activity: 266
Merit: 100
OPEN Platform - Powering Blockchain Acceptance
Just a Reminder,  Everyone Please Update to v1.6 Leafcoin Wallet that can be found www.leafco.in for OS X, Windows, and Debian

Direct v1.6 for Windows: https://mega.co.nz/#!3Q0SDKKR!9s9ws07XGCRl6OwtP_5NPBIUM7fEdf2uTqcUfOieLtc

Thanks
that link is off
full member
Activity: 156
Merit: 100
Just a Reminder,  Everyone Please Update to v1.6 Leafcoin Wallet that can be found www.leafco.in for OS X, Windows, and Debian

Direct v1.6 for Windows: https://mega.co.nz/#!3Q0SDKKR!9s9ws07XGCRl6OwtP_5NPBIUM7fEdf2uTqcUfOieLtc

Thanks
newbie
Activity: 42
Merit: 0


  Not useful for me... :-(  My stratum mergemining part is cloned from p2pool....

i will check on the p2pool code today... and will provide a quickpatch.

have some patience though ( today/tomorrow ). working on things.
member
Activity: 108
Merit: 10
Pages:
Jump to: