Pages:
Author

Topic: i quit - page 8. (Read 142559 times)

member
Activity: 109
Merit: 10
May 30, 2015, 07:28:07 PM
Yeah, 5 million is WAY too low for a masternode.  We have over 4 billion coins already, and we are adding 40.5 million LDOGE per day for another 15 weeks or so.  Even then it will only drop down to 13.5 million LDOGE per day at block 250k.  I'd vote for 25-50 million LDOGE for a masternode to be honest.  Seeing as LDOGE is set to inflate at the rate of about 5 billion coins per year forever, it's not like we will be having a major shortage of coins for new masternodes.

Also, I haven't loaded up the new wallet to check out yet, but the way aquitasIJ described it was that we should be running multiple instances of the daemon for each masternode.  Not trying to be a whiner, I swear, but even if the fork needs to be delayed it would be nice if it could be set up so we could do this all from the qt rather than having to run all these instances of the daemon.  Props on getting this far, but I get the feeling I am not alone when I say may as well delay the masternode implementation until it's 100% perfect.
When you put it like that, the inflation does seem high.
What if the block reward goes down to 3k or 1k ldoge per block instead of 30k?

5 million for masternodes is a good amount though. This allows many people to make masternodes if litedoge becomes popular.
Currently 5 million is more that 0.11% of the total coins. So its not small.
I own about 38 million ldoge myself. And to me this is a huge amount! so making the masternodes 25-50 million each is really too big. 5 million is good imo. If you think about it, 5 million litedoge is a bigger % of litedoge than 100 million doge is to dogecoin.



25M is ok
member
Activity: 112
Merit: 10
May 30, 2015, 06:53:44 PM
Yeah, 5 million is WAY too low for a masternode.  We have over 4 billion coins already, and we are adding 40.5 million LDOGE per day for another 15 weeks or so.  Even then it will only drop down to 13.5 million LDOGE per day at block 250k.  I'd vote for 25-50 million LDOGE for a masternode to be honest.  Seeing as LDOGE is set to inflate at the rate of about 5 billion coins per year forever, it's not like we will be having a major shortage of coins for new masternodes.

Also, I haven't loaded up the new wallet to check out yet, but the way aquitasIJ described it was that we should be running multiple instances of the daemon for each masternode.  Not trying to be a whiner, I swear, but even if the fork needs to be delayed it would be nice if it could be set up so we could do this all from the qt rather than having to run all these instances of the daemon.  Props on getting this far, but I get the feeling I am not alone when I say may as well delay the masternode implementation until it's 100% perfect.
When you put it like that, the inflation does seem high.
What if the block reward goes down to 3k or 1k ldoge per block instead of 30k?

5 million for masternodes is a good amount though. This allows many people to make masternodes if litedoge becomes popular.
Currently 5 million is more that 0.11% of the total coins. So its not small.
I own about 38 million ldoge myself. And to me this is a huge amount! so making the masternodes 25-50 million each is really too big. 5 million is good imo. If you think about it, 5 million litedoge is a bigger % of litedoge than 100 million doge is to dogecoin.
member
Activity: 112
Merit: 10
May 30, 2015, 06:27:50 PM
can you guys help me out. My wallet will not sync. Stuck at 4 weeks out. i installed the conf file with the nodes.
My wallet version is v1.0.0.1-g32a928e. The few million coins I have are all set to stake and I cant move them.
Any ideas?

download new client first v1.2.0.7-g32a928e
I will not post any link from the new wallet, because people will accusing me that I'm spreading virus for sure, so...here is the dev post so download from there !
https://bitcointalksearch.org/topic/m.11492463
  
see do you have in conf file added:
listen=1
you have to find around 32 connections !!!

and btw what is the masternode port and some conf will be nice Wink
and you changed port from 17015 to 17014 ?
default ports are the same
Code:
nDefaultPort = 17014;
nRPCPort = 17015;

to make a masternode, type "masternode genkey" in the console without the qoutes
send 5 million ldoge to that address and put the masternode key in your conf where it says "Replacemewithyourmasternodekey"
and put your IP address where it says "ReplaceMeWithYourIP"
and save that conf and restart the wallet.
then when the 5 million you sent to the masternode address confirm, type "masternode start" in the console.
its better if you use a daemon on a vps also.

Code:
rpcallowip=127.0.0.1
rpcuser=ReplaceMe
rpcpassword=ReplaceMeAlso
server=1
daemon=1
listen=1
staking=0
port=17014
masternodeaddr=ReplaceMeWithYourIP:17014
masternode=1
masternodeprivkey=Replacemewithyourmasternodekey

sr. member
Activity: 280
Merit: 250
wow much coin such love
May 30, 2015, 06:19:07 PM
My wallet does not work ...



Do the following ...

  • Use latest wallet - download wallet from page 1
  • Empty current litedoge folder (Make copy of wallet.dat)
  • Run wallet to reload new files (litedoge-qt.exe)
  • Stop wallet then copy wallet.dat back into litedoge folder & add litedoge.conf file (optional)
  • Restart wallet and wait till it's synced (just restart if it gets stuck)
  • Unlock wallet
  • Happy staking

  • litedoge.conf
  • addnode=93.157.4.11
  • addnode=91.121.6.19
  • addnode=183.91.4.3
  • listen=1
  • daemon=1

Note: minimum of 10mil LDOGE is recommended

sr. member
Activity: 951
Merit: 259
May 30, 2015, 06:12:39 PM
can you guys help me out. My wallet will not sync. Stuck at 4 weeks out. i installed the conf file with the nodes.
My wallet version is v1.0.0.1-g32a928e. The few million coins I have are all set to stake and I cant move them.
Any ideas?

download new client first v1.2.0.7-g32a928e
I will not post any link from the new wallet, because people will accusing me that I'm spreading virus for sure, so...here is the dev post so download from there !
https://bitcointalksearch.org/topic/m.11492463
  
see do you have in conf file added:
listen=1
you have to find around 32 connections !!!

and btw what is the masternode port and some conf will be nice Wink
and you changed port from 17015 to 17014 ?
sr. member
Activity: 440
Merit: 250
May 30, 2015, 06:07:20 PM
can you guys help me out. My wallet will not sync. Stuck at 4 weeks out. i installed the conf file with the nodes.
My wallet version is v1.0.0.1-g32a928e. The few million coins I have are all set to stake and I cant move them.
Any ideas?
hero member
Activity: 882
Merit: 500
MiG Messenger - earn while chatting
May 30, 2015, 05:55:34 PM
Yeah, 5 million is WAY too low for a masternode.  We have over 4 billion coins already, and we are adding 40.5 million LDOGE per day for another 15 weeks or so.  Even then it will only drop down to 13.5 million LDOGE per day at block 250k.  I'd vote for 25-50 million LDOGE for a masternode to be honest.  Seeing as LDOGE is set to inflate at the rate of about 5 billion coins per year forever, it's not like we will be having a major shortage of coins for new masternodes.

Also, I haven't loaded up the new wallet to check out yet, but the way aquitasIJ described it was that we should be running multiple instances of the daemon for each masternode.  Not trying to be a whiner, I swear, but even if the fork needs to be delayed it would be nice if it could be set up so we could do this all from the qt rather than having to run all these instances of the daemon.  Props on getting this far, but I get the feeling I am not alone when I say may as well delay the masternode implementation until it's 100% perfect.
legendary
Activity: 938
Merit: 1000
May 30, 2015, 04:53:36 PM
Do the masternodes work?

I want to know also. Thanks
sr. member
Activity: 462
Merit: 250
May 30, 2015, 04:52:33 PM
Is it now that I should be asking for small donations because the big guys are around? xD

Btw, where is a there a updated and working blockexplore? Smiley

(My address daCowp5o6xC4z4cqEYFW25GACjPPXpfvbb)

my explorer is still running up to date for now. http://litedoge.hotpo.org


Link not working.. lol xD

sorry typo. http://litedoge.hopto.org
sr. member
Activity: 335
Merit: 250
May 30, 2015, 04:39:23 PM
To fork or not to fork, that's the question  Huh Huh Huh

If the developer thinks it is needed it is ok right. btw i like where we are going
member
Activity: 109
Merit: 10
May 30, 2015, 04:37:27 PM

Darksend's mixing is performed by masternodes same as darkcoin/dashcoin.

I agree  5 million coins is too low, 25 million is better for masternode wallet.

I understand minerFTW's concern, that's why I also recommend postponing for July to allow more time for the following:

  • A detailed guide on masternode setup.
  • Updating twitter / website to inform all users.
  • Fully testing wallet and fixing all bugs.
  • Fix GUI - image is also important.

Thanks aquitasIJ for all your hard work so far!


I agree with the above - DASH is the future!



Me2.

BTW Big up aquitasIJ, you delivered and did good. Thanks on behave of us all.
legendary
Activity: 1022
Merit: 1000
May 30, 2015, 04:30:52 PM
Is it now that I should be asking for small donations because the big guys are around? xD

Btw, where is a there a updated and working blockexplore? Smiley

(My address daCowp5o6xC4z4cqEYFW25GACjPPXpfvbb)

my explorer is still running up to date for now. http://litedoge.hotpo.org


Link not working.. lol xD
member
Activity: 95
Merit: 10
May 30, 2015, 04:28:44 PM

Darksend's mixing is performed by masternodes same as darkcoin/dashcoin.

I agree  5 million coins is too low, 25 million is better for masternode wallet.

I understand minerFTW's concern, that's why I also recommend postponing for July to allow more time for the following:

  • A detailed guide on masternode setup.
  • Updating twitter / website to inform all users.
  • Fully testing wallet and fixing all bugs.
  • Fix GUI - image is also important.

Thanks aquitasIJ for all your hard work so far!


I agree with the above - DASH is the future!
sr. member
Activity: 462
Merit: 250
May 30, 2015, 04:27:06 PM
Is it now that I should be asking for small donations because the big guys are around? xD

Btw, where is a there a updated and working blockexplore? Smiley

(My address daCowp5o6xC4z4cqEYFW25GACjPPXpfvbb)

my explorer is still running up to date for now. http://litedoge.hotpo.org
legendary
Activity: 1022
Merit: 1000
May 30, 2015, 04:25:45 PM
Is it now that I should be asking for small donations because the big guys are around? xD

Btw, where is a there a updated and working blockexplore? Smiley

(My address daCowp5o6xC4z4cqEYFW25GACjPPXpfvbb)
legendary
Activity: 1404
Merit: 1001
May 30, 2015, 04:23:44 PM
New windows wallet:  https://mega.co.nz/#!ohxQ2aAS!xCw6a9ZQjn6RC6n-ZoRIKKKklWUr9fWvPSGTxI40xgs
New source on github instead of bitbucket: https://github.com/aquitas/litedoge

It was NOT as easy as I expected.
It took a lot of time and work.
I do expect and am prepared for bugs and errors as many things were changed.
When you encounter bugs or errors or if something doesn't work, please send me a PM and upload your debug log so I can fix it.


To make a masternode you need 5 million coins
Masternodes get 2/3 of the pos reward.
You can make more than one masternode per IP if you use more than one 5 million and run the daemon using a different rpc port and port than the other ones that you are running.
The hard fork date is on june 14.



Will a guide be made so its easier to setup the multiple masternode wallet using more than 5 million coins?


yes i recon 5 mill is too low too, maybe 25 million

And isnt 5 million coins a little low?

Thanks Smiley

Masternode sound like failed XPY. we all know how that ended don't you think???
what do masternodes have to do with XPY  Huh

Hashstakers, primenodes,orion etc etc. higher stake rate controllers is not good.

You're comparing apple to orange. Think of Dash!

i am currently nr 4 on rich list i know what i talk about. we had a fork not so long ago and the coin was working perfectly since then. why change a working thing again so short after. it won't do any good. and btw i saw a lot of troubles at dash since launch also.

I'm #2 so I must know more than you. Hehehehe, seriously MN is the hots these days and if you're at #4, you shouldn't be complaining since you can get more for your coins. If we can get it fork smoothly, there shouldn't be any issues.
full member
Activity: 149
Merit: 100
May 30, 2015, 04:19:08 PM
New windows wallet:  https://mega.co.nz/#!ohxQ2aAS!xCw6a9ZQjn6RC6n-ZoRIKKKklWUr9fWvPSGTxI40xgs
New source on github instead of bitbucket: https://github.com/aquitas/litedoge
It was NOT as easy as I expected.
It took a lot of time and work.
I do expect and am prepared for bugs and errors as many things were changed.
When you encounter bugs or errors or if something doesn't work, please send me a PM and upload your debug log so I can fix it.
To make a masternode you need 5 million coins
Masternodes get 2/3 of the pos reward.
You can make more than one masternode per IP if you use more than one 5 million and run the daemon using a different rpc port and port than the other ones that you are running.
The hard fork date is on june 14.
Will a guide be made so its easier to setup the multiple masternode wallet using more than 5 million coins?
yes i recon 5 mill is too low too, maybe 25 million
And isnt 5 million coins a little low?
Thanks Smiley
Masternode sound like failed XPY. we all know how that ended don't you think???
what do masternodes have to do with XPY  Huh
Darksend's mixing is performed by masternodes same as darkcoin/dashcoin.

I agree  5 million coins is too low, 25 million is better for masternode wallet.

I understand minerFTW's concern, that's why I also recommend postponing for July to allow more time for the following:
  • A detailed guide on masternode setup.
  • Updating twitter / website to inform all users.
  • Fully testing wallet and fixing all bugs.
  • Fix GUI - image is also important.

Thanks aquitasIJ for all your hard work so far!
legendary
Activity: 1022
Merit: 1000
May 30, 2015, 04:17:55 PM
New windows wallet:  https://mega.co.nz/#!ohxQ2aAS!xCw6a9ZQjn6RC6n-ZoRIKKKklWUr9fWvPSGTxI40xgs
New source on github instead of bitbucket: https://github.com/aquitas/litedoge

It was NOT as easy as I expected.
It took a lot of time and work.
I do expect and am prepared for bugs and errors as many things were changed.
When you encounter bugs or errors or if something doesn't work, please send me a PM and upload your debug log so I can fix it.


To make a masternode you need 5 million coins
Masternodes get 2/3 of the pos reward.
You can make more than one masternode per IP if you use more than one 5 million and run the daemon using a different rpc port and port than the other ones that you are running.
The hard fork date is on june 14.



Will a guide be made so its easier to setup the multiple masternode wallet using more than 5 million coins?


yes i recon 5 mill is too low too, maybe 25 million

And isnt 5 million coins a little low?

Thanks Smiley

Masternode sound like failed XPY. we all know how that ended don't you think???
what do masternodes have to do with XPY  Huh

Hashstakers, primenodes,orion etc etc. higher stake rate controllers is not good.

You're comparing apple to orange. Think of Dash!

i am currently nr 4 on rich list i know what i talk about. we had a fork not so long ago and the coin was working perfectly since then. why change a working thing again so short after. it won't do any good. and btw i saw a lot of troubles at dash since launch also.

wat O_O

Number 4?

I feel poor all of a sudden..
My guess, you get like 10 blocks an hour.
legendary
Activity: 1022
Merit: 1000
May 30, 2015, 04:11:16 PM
Wallet in the qouted posts has a testnet error. new one has since been uploaded https://mega.co.nz/#!pggXkZQI!KwWhO8x4PJEfljRno6AsgJwcx_pLuEjD-fYrw2b73iM

I hope that you are changeing the links on the thread itself too.

Or else people wont know whats going on.
sr. member
Activity: 462
Merit: 250
May 30, 2015, 04:10:22 PM
New windows wallet:  https://mega.co.nz/#!ohxQ2aAS!xCw6a9ZQjn6RC6n-ZoRIKKKklWUr9fWvPSGTxI40xgs
New source on github instead of bitbucket: https://github.com/aquitas/litedoge

It was NOT as easy as I expected.
It took a lot of time and work.
I do expect and am prepared for bugs and errors as many things were changed.
When you encounter bugs or errors or if something doesn't work, please send me a PM and upload your debug log so I can fix it.


To make a masternode you need 5 million coins
Masternodes get 2/3 of the pos reward.
You can make more than one masternode per IP if you use more than one 5 million and run the daemon using a different rpc port and port than the other ones that you are running.
The hard fork date is on june 14.



Will a guide be made so its easier to setup the multiple masternode wallet using more than 5 million coins?


yes i recon 5 mill is too low too, maybe 25 million

And isnt 5 million coins a little low?

Thanks Smiley

Masternode sound like failed XPY. we all know how that ended don't you think???
what do masternodes have to do with XPY  Huh

Hashstakers, primenodes,orion etc etc. higher stake rate controllers is not good.

You're comparing apple to orange. Think of Dash!

i am currently nr 4 on rich list i know what i talk about. we had a fork not so long ago and the coin was working perfectly since then. why change a working thing again so short after. it won't do any good. and btw i saw a lot of troubles at dash since launch also.
Pages:
Jump to: