Pages:
Author

Topic: [ANN] LITESTARCOIN The new crypto star[C-CEX][X11-RANDOM-SUPERBLOCK-FAST-SECURE] - page 8. (Read 29806 times)

sr. member
Activity: 532
Merit: 250
our pool work correctly. thanks all for help.

and wait miners on pool. happy mining


old blocks confirmed!
hero member
Activity: 644
Merit: 500
Within hours price will reach 80 satoshi.
You still think is profitable?  Cheesy
legendary
Activity: 2688
Merit: 1240
ok we are rolling again,

wallets need to be recompiled, the dev forgot to remove the checkpoints:

https://github.com/rbsup2/ts3/blob/master/src/kernel.cpp#L21

I've removed them now

Correct.
Will remove the remains checkpoints or we get stuck again at block 5k and push it on gthub.
will recompile windows and linux wallet within 12 hours.




You delete this line or we need delete this line for confirmed blocks and start mining again?

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
       ( 1000, 0x61cf6532u )
        ( 5000, 0x9ee30ca9u )
        (10000, 0x048df9e3u )
        (12900, 0xe5cc3769u )

Delete all Checkpoints and recompile.  

Have to delete all checkpoints or we get stuck at block 5k. Forgot to delete from fork.

i delete this all

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
        ( 1000, 0x61cf6532u )
        ( 5000, 0x9ee30ca9u )
        (10000, 0x048df9e3u )
        (12900, 0xe5cc3769u )
    ;

You can leave Checkpoint 0 in place but delete the Rest

ok thanks

i leave Checkpoint 0 and recompile wallet and reindex

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
        
    ;

wallet


{
    "version" : "v1.2.0.0",
    "protocolversion" : 60013,
    "walletversion" : 60000,
    "balance" : 50463.10276824,
    "newmint" : 20000.00150000,
    "stake" : 0.00000000,
    "blocks" : 999,
    "timeoffset" : 0,
    "moneysupply" : 3089000.00000000,
    "connections" : 1,
    "proxy" : "",
    "ip" : "*.*.*.*",
    "difficulty" : {
        "proof-of-work" : 143.86869388,
        "proof-of-stake" : 0.00024414
    },
    "testnet" : false,
    "keypoololdest" : 1424267352,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00000000,
    "errors" : ""
}


but stop on block 999

Dev where you. correct source code.

Addnode =lts.suprnova.cc
hero member
Activity: 644
Merit: 500
This coin will never hit bittrex if there are only sell order.
Next one.
sr. member
Activity: 532
Merit: 250
ok we are rolling again,

wallets need to be recompiled, the dev forgot to remove the checkpoints:

https://github.com/rbsup2/ts3/blob/master/src/kernel.cpp#L21

I've removed them now

Correct.
Will remove the remains checkpoints or we get stuck again at block 5k and push it on gthub.
will recompile windows and linux wallet within 12 hours.




You delete this line or we need delete this line for confirmed blocks and start mining again?

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
       ( 1000, 0x61cf6532u )
        ( 5000, 0x9ee30ca9u )
        (10000, 0x048df9e3u )
        (12900, 0xe5cc3769u )

Delete all Checkpoints and recompile.  

Have to delete all checkpoints or we get stuck at block 5k. Forgot to delete from fork.

i delete this all

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
        ( 1000, 0x61cf6532u )
        ( 5000, 0x9ee30ca9u )
        (10000, 0x048df9e3u )
        (12900, 0xe5cc3769u )
    ;

You can leave Checkpoint 0 in place but delete the Rest

ok thanks

i leave Checkpoint 0 and recompile wallet and reindex

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
        
    ;

wallet


{
    "version" : "v1.2.0.0",
    "protocolversion" : 60013,
    "walletversion" : 60000,
    "balance" : 50463.10276824,
    "newmint" : 20000.00150000,
    "stake" : 0.00000000,
    "blocks" : 999,
    "timeoffset" : 0,
    "moneysupply" : 3089000.00000000,
    "connections" : 1,
    "proxy" : "",
    "ip" : "*.*.*.*",
    "difficulty" : {
        "proof-of-work" : 143.86869388,
        "proof-of-stake" : 0.00024414
    },
    "testnet" : false,
    "keypoololdest" : 1424267352,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00000000,
    "errors" : ""
}


but stop on block 999

Dev where you. correct source code.
legendary
Activity: 2688
Merit: 1240
ok we are rolling again,

wallets need to be recompiled, the dev forgot to remove the checkpoints:

https://github.com/rbsup2/ts3/blob/master/src/kernel.cpp#L21

I've removed them now

Correct.
Will remove the remains checkpoints or we get stuck again at block 5k and push it on gthub.
will recompile windows and linux wallet within 12 hours.




You delete this line or we need delete this line for confirmed blocks and start mining again?

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
        ( 1000, 0x61cf6532u )
        ( 5000, 0x9ee30ca9u )
        (10000, 0x048df9e3u )
        (12900, 0xe5cc3769u )

Delete all Checkpoints and recompile. 

Have to delete all checkpoints or we get stuck at block 5k. Forgot to delete from fork.

i delete this all

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
        ( 1000, 0x61cf6532u )
        ( 5000, 0x9ee30ca9u )
        (10000, 0x048df9e3u )
        (12900, 0xe5cc3769u )
    ;

You can leave Checkpoint 0 in place but delete the Rest
sr. member
Activity: 532
Merit: 250
ok we are rolling again,

wallets need to be recompiled, the dev forgot to remove the checkpoints:

https://github.com/rbsup2/ts3/blob/master/src/kernel.cpp#L21

I've removed them now

Correct.
Will remove the remains checkpoints or we get stuck again at block 5k and push it on gthub.
will recompile windows and linux wallet within 12 hours.




You delete this line or we need delete this line for confirmed blocks and start mining again?

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
        ( 1000, 0x61cf6532u )
        ( 5000, 0x9ee30ca9u )
        (10000, 0x048df9e3u )
        (12900, 0xe5cc3769u )

Delete all Checkpoints and recompile. 

Have to delete all checkpoints or we get stuck at block 5k. Forgot to delete from fork.

i delete this all

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
        ( 1000, 0x61cf6532u )
        ( 5000, 0x9ee30ca9u )
        (10000, 0x048df9e3u )
        (12900, 0xe5cc3769u )
    ;
newbie
Activity: 12
Merit: 0
ok we are rolling again,

wallets need to be recompiled, the dev forgot to remove the checkpoints:

https://github.com/rbsup2/ts3/blob/master/src/kernel.cpp#L21

I've removed them now

Correct.
Will remove the remains checkpoints or we get stuck again at block 5k and push it on gthub.
will recompile windows and linux wallet within 12 hours.




You delete this line or we need delete this line for confirmed blocks and start mining again?

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
        ( 1000, 0x61cf6532u )
        ( 5000, 0x9ee30ca9u )
        (10000, 0x048df9e3u )
        (12900, 0xe5cc3769u )

Delete all Checkpoints and recompile. 

Have to delete all checkpoints or we get stuck at block 5k. Forgot to delete from fork.
legendary
Activity: 2688
Merit: 1240
ok we are rolling again,

wallets need to be recompiled, the dev forgot to remove the checkpoints:

https://github.com/rbsup2/ts3/blob/master/src/kernel.cpp#L21

I've removed them now

Correct.
Will remove the remains checkpoints or we get stuck again at block 5k and push it on gthub.
will recompile windows and linux wallet within 12 hours.




You delete this line or we need delete this line for confirmed blocks and start mining again?

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
        ( 1000, 0x61cf6532u )
        ( 5000, 0x9ee30ca9u )
        (10000, 0x048df9e3u )
        (12900, 0xe5cc3769u )

Delete all Checkpoints and recompile. 
sr. member
Activity: 532
Merit: 250
ok we are rolling again,

wallets need to be recompiled, the dev forgot to remove the checkpoints:

https://github.com/rbsup2/ts3/blob/master/src/kernel.cpp#L21

I've removed them now

Correct.
Will remove the remains checkpoints or we get stuck again at block 5k and push it on gthub.
will recompile windows and linux wallet within 12 hours.




You delete this line or we need delete this line for confirmed blocks and start mining again?

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
        (    0, 0x0e00670bu )
        ( 1000, 0x61cf6532u )
        ( 5000, 0x9ee30ca9u )
        (10000, 0x048df9e3u )
        (12900, 0xe5cc3769u )
newbie
Activity: 12
Merit: 0
ok we are rolling again,

wallets need to be recompiled, the dev forgot to remove the checkpoints:

https://github.com/rbsup2/ts3/blob/master/src/kernel.cpp#L21

I've removed them now

Correct.
Will remove the remains checkpoints or we get stuck again at block 5k and push it on gthub.
will recompile windows and linux wallet within 12 hours.


legendary
Activity: 2688
Merit: 1240
ok we are rolling again,

wallets need to be recompiled, the dev forgot to remove the checkpoints:

https://github.com/rbsup2/ts3/blob/master/src/kernel.cpp#L21

I've removed them now
legendary
Activity: 2688
Merit: 1240
Blockchain is stuck currently..  Not sure why at the moment but i will take a Look..  Maybe the dev is around and could Look too...
legendary
Activity: 1610
Merit: 1004
Price is 100 satoshi. It's already over.
Raped from big miners and dumped.
No more profit to mine.

Next.


You're wrong, now is time for mine.
BTW why suprnova haven't found any blocks for more than hour?
I don't know how to mine but I would buy some from C-Cex directly as this seems very interesting and solid coin.
legendary
Activity: 1193
Merit: 1000
Peaky Blinder
Price is 100 satoshi. It's already over.
Raped from big miners and dumped.
No more profit to mine.

Next.


You're wrong, now is time for mine.
BTW why suprnova haven't found any blocks for more than hour?
hero member
Activity: 644
Merit: 500
Price is 100 satoshi. It's already over.
Raped from big miners and dumped.
No more profit to mine.

Next.
newbie
Activity: 12
Merit: 0
dev i have ask. On ly pool miners find block - 611 - amount - 99 000.00
picture - http://clip2net.com/s/3cJmjVN - it is correct block???

http://s017.radikal.ru/i418/1502/e6/16d51befb94e.png

it is bonus block or super block?
That is the 100x Super block  Smiley

Correct.
hero member
Activity: 644
Merit: 500
dev i have ask. On ly pool miners find block - 611 - amount - 99 000.00
picture - http://clip2net.com/s/3cJmjVN - it is correct block???



it is bonus block or super block?
That is the 100x Super block  Smiley
sr. member
Activity: 532
Merit: 250
dev i have ask. On ly pool miners find block - 611 - amount - 99 000.00
picture - http://clip2net.com/s/3cJmjVN - it is correct block???



it is bonus block or super block?
full member
Activity: 224
Merit: 100
Pages:
Jump to: