Pages:
Author

Topic: [ANN][LIM]LimeCoin X11 Algo | OBSOLETE move to LimecoinX please - page 42. (Read 62018 times)

hero member
Activity: 1484
Merit: 535
and btw.
unsigned int static GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHeader *pblock)
{
        int DiffMode = 1;
        if (fTestNet) {
                if (pindexLast->nHeight+1 >= 15) { DiffMode = 4; }
                else if (pindexLast->nHeight+1 >= 5) { DiffMode = 3; }
        }
        else {
                if (pindexLast->nHeight+1 >= 45000) { DiffMode = 4; }
                else if (pindexLast->nHeight+1 >= 34140) { DiffMode = 3; }
                else if (pindexLast->nHeight+1 >= 15200) { DiffMode = 2; }
        }

        if (DiffMode == 1) { return GetNextWorkRequired_V1(pindexLast, pblock); }
        else if (DiffMode == 2) { return GetNextWorkRequired_V2(pindexLast, pblock); }
        else if (DiffMode == 3) { return DarkGravityWave(pindexLast, pblock); }
        else if (DiffMode == 4) { return DarkGravityWave2(pindexLast, pblock); }
        return DarkGravityWave2(pindexLast, pblock);
}

you are not using DGW2, you have the darkcoin hardforks inplace...
newbie
Activity: 28
Merit: 0
Ha ha ha!

Another pathetic cluster fuck.  Anyone mining this crap coin is just wasting their time.

Next.............................









Another one bites the dust.

Good riddance.

THE IPO IS CANCELLED DUE TO NEGATIVE ACTIVITY FORM FRAUDULENT USERS! ALL BTC PAID WILL BE REFUNDED TO USERS.

There is a network of scammers that post bad things about a coin and then demand BTC to erase the posts: scam_exposer and sitefive.

This is the proof a PM sent to us, now they demand us BTC to erase all those posts:

http://s16.postimg.org/hohih3nr9/scamx.jpg

Now we know what were they real reasons. I hope that maybe that is not the real reason and they can apologise now for the things they said. That will prove them to be not scammers and maybe they were just wrong about us.

We are now just going to launch the coin without an IPO. We have erase the IPO from main post. Just to proof these people they were doing lies and trying to make schemes with posting bad stuff then demand BTC to erase the posts. We will launch the coin!

As soon as we communicate with our web developer will update the site about it too.

EDIT: thimo is not part of this PMs, please don't hold anything bad about him or post bad things in his thread. We wish them good luck with their coin. Our apologies.

Shutup Scam Exposer, we all know you run the real SCAM
https://bitcointalksearch.org/topic/m.6039800
full member
Activity: 406
Merit: 101
Hello, forum Users  Limecoin is looking for users who would like to contribute in the development of this coin in different areas:


1 Graphic designer
1 Programer (o programador de preferencia hable español)
3 Users that would like to help us in marketing (forums, blogs, twitter, etc etc)



Each one will receive the value of a block for his job daily (100 coins at today's rate 0.0002 thats 0.02 btc per day)

what we need right now and there are bountys:

block Explorer
another Exchange site



good luck and anyone interested please send me a PM.


we will post the new members of our team in this forum and in our Official Website.


btw Welcome Fercho to our team.


sr. member
Activity: 252
Merit: 250
you are right! we need only to restart the wallets and upgrade to v2 as we told in the main post, please read!!

indeed we got our surce from darkcoin with a little upgrades, darkcoin got it from xcoin and xcoin got it from litecoin itself, and all of them use the same prefix!!!! please checkout!

darkcoin source
https://github.com/evan82/darkcoin/blob/master/src/main.cpp line 3290

litecoin source
https://github.com/litecoin-project/litecoin/blob/master-0.8/src/main.cpp line 3059

so it may be no problem with wallet, because dark and litecoin has no problem with their wallets

In my research i found a code to change the prefix without broken the block chain, but of couse is a hard fork and we mush upgrade again and i consider it is no neccesary....

What I mean is that I have to restart the wallet to get rid of the connection that is messing thing up. Yes I have read the main post and done everything correctly. Stopped the wallet, backed up wallet.dat, deleted entire twecoin and .twecoin folders, download new v2 source from github, compile, restore wallet.dat and start wallet.

I didn't know litecoin used the same pchMessageStart. Isn't that what it is used for, to uniquely identify different coin networks? Maybe there are other things that keeps litecoin and darkcoin incompatible? I'm not an expert on this.

.tweecoin folders?  you mean limecoin folders right?

Yes that was what I meant Smiley
full member
Activity: 406
Merit: 101
you are right! we need only to restart the wallets and upgrade to v2 as we told in the main post, please read!!

indeed we got our surce from darkcoin with a little upgrades, darkcoin got it from xcoin and xcoin got it from litecoin itself, and all of them use the same prefix!!!! please checkout!

darkcoin source
https://github.com/evan82/darkcoin/blob/master/src/main.cpp line 3290

litecoin source
https://github.com/litecoin-project/litecoin/blob/master-0.8/src/main.cpp line 3059

so it may be no problem with wallet, because dark and litecoin has no problem with their wallets

In my research i found a code to change the prefix without broken the block chain, but of couse is a hard fork and we mush upgrade again and i consider it is no neccesary....

What I mean is that I have to restart the wallet to get rid of the connection that is messing thing up. Yes I have read the main post and done everything correctly. Stopped the wallet, backed up wallet.dat, deleted entire twecoin and .twecoin folders, download new v2 source from github, compile, restore wallet.dat and start wallet.

I didn't know litecoin used the same pchMessageStart. Isn't that what it is used for, to uniquely identify different coin networks? Maybe there are other things that keeps litecoin and darkcoin incompatible? I'm not an expert on this.

.tweecoin folders?  you mean limecoin folders right?
member
Activity: 95
Merit: 10
you are right! we need only to restart the wallets and upgrade to v2 as we told in the main post, please read!!

indeed we got our surce from darkcoin with a little upgrades, darkcoin got it from xcoin and xcoin got it from litecoin itself, and all of them use the same prefix!!!! please checkout!

darkcoin source
https://github.com/evan82/darkcoin/blob/master/src/main.cpp line 3290

litecoin source
https://github.com/litecoin-project/litecoin/blob/master-0.8/src/main.cpp line 3059

so it may be no problem with wallet, because dark and litecoin has no problem with their wallets

In my research i found a code to change the prefix without broken the block chain, but of couse is a hard fork and we mush upgrade again and i consider it is no neccesary....

What I mean is that I have to restart the wallet to get rid of the connection that is messing thing up. Yes I have read the main post and done everything correctly. Stopped the wallet, backed up wallet.dat, deleted entire twecoin and .twecoin folders, download new v2 source from github, compile, restore wallet.dat and start wallet.

I didn't know litecoin used the same pchMessageStart. Isn't that what it is used for, to uniquely identify different coin networks? Maybe there are other things that keeps litecoin and darkcoin incompatible? I'm not an expert on this.

yes, it's use to identify different coins networks, but its works now, thank you for your support, we still are working on it
legendary
Activity: 872
Merit: 1010
Coins, Games & Miners
sr. member
Activity: 252
Merit: 250
you are right! we need only to restart the wallets and upgrade to v2 as we told in the main post, please read!!

indeed we got our surce from darkcoin with a little upgrades, darkcoin got it from xcoin and xcoin got it from litecoin itself, and all of them use the same prefix!!!! please checkout!

darkcoin source
https://github.com/evan82/darkcoin/blob/master/src/main.cpp line 3290

litecoin source
https://github.com/litecoin-project/litecoin/blob/master-0.8/src/main.cpp line 3059

so it may be no problem with wallet, because dark and litecoin has no problem with their wallets

In my research i found a code to change the prefix without broken the block chain, but of couse is a hard fork and we mush upgrade again and i consider it is no neccesary....

What I mean is that I have to restart the wallet to get rid of the connection that is messing thing up. Yes I have read the main post and done everything correctly. Stopped the wallet, backed up wallet.dat, deleted entire twecoin and .twecoin folders, download new v2 source from github, compile, restore wallet.dat and start wallet.

I didn't know litecoin used the same pchMessageStart. Isn't that what it is used for, to uniquely identify different coin networks? Maybe there are other things that keeps litecoin and darkcoin incompatible? I'm not an expert on this.
newbie
Activity: 37
Merit: 0
i just download the wallet in another computer and has no problem at all, its seems if you get wallet v1 you must restart the wallet

guys as you can see


19:28:41

getinfo


19:28:41

{
"version" : 90101,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 493,
"timeoffset" : -2,
"connections" : 4,
"proxy" : "",
"difficulty" : 42.45343320,
"testnet" : false,
"keypoololdest" : 1396916468,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}

the difficulty has just get down from 74 to 42!! happymining =D
member
Activity: 95
Merit: 10
Quote
Wallet Fix:
1.- Download Wallet V2 from www.limecoin.org
2.- go to C:/Users/youusername/appdata/roaming/   and delete the folder .limecoin  (SAVE YOUR WALLET.DAT¡¡¡ it has all your coins)
3.- Start the new Wallet
4.- Enjoy your LimeCoins¡¡¡

I did that.
And it was synchronicing 11 hours ago before I left the house. When I came back after 10 hours the wallet again was out of synch and trying to download the 46k blocks from ...suposly darkcoin?

It's almost 24 hours now. Wasted 10 hours of my miners and couldn't mine a single coin.

Your coin is broken and I give it up.




well this coin has P2P_PREFIX , unsigned char pchMessageStar same as darkcoins, so...
which it should not have...

Confirmed. That would explain why one of my wallets (not on my pool) get stuck all the time.

https://github.com/evan82/darkcoin/blob/master/src/main.cpp#L3290

https://github.com/IParn/limecoin/blob/master/src/main.cpp#L3348

got it. but apart from that..... why im not getting that error (disconnect and reconnecting to darkcoin network??)  we had that problem, but its fixed and im sending, receiving , confirming payments , and omargs pool is working properly.

blockchain history is correct.

i think that the problem may be something you missed (or maybe you are using the compiler Linux Wallet that its on website and its not updated to V2)


http://s29.postimg.org/srwkk72w7/Sin_t_tulo.png

No I have compiled from the latest source on github. I don't know why, but it seems to be connecting to a darkcoin node, or someone connecting to me.

It is not a big issue because all you have to do is restart the wallet and everything is fine again. It would be a real problem if it happened to a pool.

you are right! we need only to restart the wallets and upgrade to v2 as we told in the main post, please read!!

indeed we got our surce from darkcoin with a little upgrades, darkcoin got it from xcoin and xcoin got it from litecoin itself, and all of them use the same prefix!!!! please checkout!

darkcoin source
https://github.com/evan82/darkcoin/blob/master/src/main.cpp line 3290

litecoin source
https://github.com/litecoin-project/litecoin/blob/master-0.8/src/main.cpp line 3059

so it may be no problem with wallet, because dark and litecoin has no problem with their wallets

In my research i found a code to change the prefix without broken the block chain, but of couse is a hard fork and we mush upgrade again and i consider it is no neccesary....




sr. member
Activity: 252
Merit: 250
Quote
Wallet Fix:
1.- Download Wallet V2 from www.limecoin.org
2.- go to C:/Users/youusername/appdata/roaming/   and delete the folder .limecoin  (SAVE YOUR WALLET.DAT¡¡¡ it has all your coins)
3.- Start the new Wallet
4.- Enjoy your LimeCoins¡¡¡

I did that.
And it was synchronicing 11 hours ago before I left the house. When I came back after 10 hours the wallet again was out of synch and trying to download the 46k blocks from ...suposly darkcoin?

It's almost 24 hours now. Wasted 10 hours of my miners and couldn't mine a single coin.

Your coin is broken and I give it up.




well this coin has P2P_PREFIX , unsigned char pchMessageStar same as darkcoins, so...
which it should not have...

Confirmed. That would explain why one of my wallets (not on my pool) get stuck all the time.

https://github.com/evan82/darkcoin/blob/master/src/main.cpp#L3290

https://github.com/IParn/limecoin/blob/master/src/main.cpp#L3348

got it. but apart from that..... why im not getting that error (disconnect and reconnecting to darkcoin network??)  we had that problem, but its fixed and im sending, receiving , confirming payments , and omargs pool is working properly.

blockchain history is correct.

i think that the problem may be something you missed (or maybe you are using the compiler Linux Wallet that its on website and its not updated to V2)


http://s29.postimg.org/srwkk72w7/Sin_t_tulo.png

No I have compiled from the latest source on github. I don't know why, but it seems to be connecting to a darkcoin node, or someone connecting to me.

It is not a big issue because all you have to do is restart the wallet and everything is fine again. It would be a real problem if it happened to a pool.
member
Activity: 95
Merit: 10
ok pals this is know like "magic numbers" and must be unique, so we are working on it
member
Activity: 95
Merit: 10
Quote
Wallet Fix:
1.- Download Wallet V2 from www.limecoin.org
2.- go to C:/Users/youusername/appdata/roaming/   and delete the folder .limecoin  (SAVE YOUR WALLET.DAT¡¡¡ it has all your coins)
3.- Start the new Wallet
4.- Enjoy your LimeCoins¡¡¡

I did that.
And it was synchronicing 11 hours ago before I left the house. When I came back after 10 hours the wallet again was out of synch and trying to download the 46k blocks from ...suposly darkcoin?

It's almost 24 hours now. Wasted 10 hours of my miners and couldn't mine a single coin.

Your coin is broken and I give it up.




well this coin has P2P_PREFIX , unsigned char pchMessageStar same as darkcoins, so...
which it should not have...

Confirmed. That would explain why one of my wallets (not on my pool) get stuck all the time.

https://github.com/evan82/darkcoin/blob/master/src/main.cpp#L3290

https://github.com/IParn/limecoin/blob/master/src/main.cpp#L3348

got it. but apart from that..... why im not getting that error (disconnect and reconnecting to darkcoin network??)  we had that problem, but its fixed and im sending, receiving , confirming payments , and omargs pool is working properly.

blockchain history is correct.

i think that the problem may be something you missed (or maybe you are using the compiler Linux Wallet that its on website and its not updated to V2)


http://s29.postimg.org/srwkk72w7/Sin_t_tulo.png

Ok let me introduce myself, im one of the devps of this coin, let me check the bug, thank you =)
full member
Activity: 406
Merit: 101
Quote
Wallet Fix:
1.- Download Wallet V2 from www.limecoin.org
2.- go to C:/Users/youusername/appdata/roaming/   and delete the folder .limecoin  (SAVE YOUR WALLET.DAT¡¡¡ it has all your coins)
3.- Start the new Wallet
4.- Enjoy your LimeCoins¡¡¡

I did that.
And it was synchronicing 11 hours ago before I left the house. When I came back after 10 hours the wallet again was out of synch and trying to download the 46k blocks from ...suposly darkcoin?

It's almost 24 hours now. Wasted 10 hours of my miners and couldn't mine a single coin.

Your coin is broken and I give it up.




well this coin has P2P_PREFIX , unsigned char pchMessageStar same as darkcoins, so...
which it should not have...

Confirmed. That would explain why one of my wallets (not on my pool) get stuck all the time.

https://github.com/evan82/darkcoin/blob/master/src/main.cpp#L3290

https://github.com/IParn/limecoin/blob/master/src/main.cpp#L3348

got it. but apart from that..... why im not getting that error (disconnect and reconnecting to darkcoin network??)  we had that problem, but its fixed and im sending, receiving , confirming payments , and omargs pool is working properly.

blockchain history is correct.

i think that the problem may be something you missed (or maybe you are using the compiler Linux Wallet that its on website and its not updated to V2)


http://s29.postimg.org/srwkk72w7/Sin_t_tulo.png
sr. member
Activity: 252
Merit: 250
Quote
Wallet Fix:
1.- Download Wallet V2 from www.limecoin.org
2.- go to C:/Users/youusername/appdata/roaming/   and delete the folder .limecoin  (SAVE YOUR WALLET.DAT¡¡¡ it has all your coins)
3.- Start the new Wallet
4.- Enjoy your LimeCoins¡¡¡

I did that.
And it was synchronicing 11 hours ago before I left the house. When I came back after 10 hours the wallet again was out of synch and trying to download the 46k blocks from ...suposly darkcoin?

It's almost 24 hours now. Wasted 10 hours of my miners and couldn't mine a single coin.

Your coin is broken and I give it up.




well this coin has P2P_PREFIX , unsigned char pchMessageStar same as darkcoins, so...
which it should not have...

Confirmed. That would explain why one of my wallets (not on my pool) get stuck all the time.

https://github.com/evan82/darkcoin/blob/master/src/main.cpp#L3290

https://github.com/IParn/limecoin/blob/master/src/main.cpp#L3348
hero member
Activity: 1484
Merit: 535
Quote
Wallet Fix:
1.- Download Wallet V2 from www.limecoin.org
2.- go to C:/Users/youusername/appdata/roaming/   and delete the folder .limecoin  (SAVE YOUR WALLET.DAT¡¡¡ it has all your coins)
3.- Start the new Wallet
4.- Enjoy your LimeCoins¡¡¡

I did that.
And it was synchronicing 11 hours ago before I left the house. When I came back after 10 hours the wallet again was out of synch and trying to download the 46k blocks from ...suposly darkcoin?

It's almost 24 hours now. Wasted 10 hours of my miners and couldn't mine a single coin.

Your coin is broken and I give it up.




well this coin has P2P_PREFIX , unsigned char pchMessageStar same as darkcoins, so...
which it should not have...
full member
Activity: 406
Merit: 101
@IParn - Please post the pre-mine wallet address. This would give more credit to the coin.

You can also post an excel file with all the bountys and expenses related to the pre-mine.


good idea¡¡¡ give me 30 mins i will post it    Grin
hero member
Activity: 1034
Merit: 500
@IParn - Please post the pre-mine wallet address. This would give more credit to the coin.

You can also post an excel file with all the bountys and expenses related to the pre-mine.
full member
Activity: 406
Merit: 101
Quote
Wallet Fix:
1.- Download Wallet V2 from www.limecoin.org
2.- go to C:/Users/youusername/appdata/roaming/   and delete the folder .limecoin  (SAVE YOUR WALLET.DAT¡¡¡ it has all your coins)
3.- Start the new Wallet
4.- Enjoy your LimeCoins¡¡¡

I did that.
And it was synchronicing 11 hours ago before I left the house. When I came back after 10 hours the wallet again was out of synch and trying to download the 46k blocks from ...suposly darkcoin?

It's almost 24 hours now. Wasted 10 hours of my miners and couldn't mine a single coin.

Your coin is broken and I give it up.





if you say so...everyone else is mining and getting paid without problem.
Pages:
Jump to: