Pages:
Author

Topic: [ANN][LDOGE] LiteDoge Such fast, Such Stake WOW PROOF of Stake 2.0 - page 49. (Read 96300 times)

full member
Activity: 233
Merit: 100
Today i saw the ad, I downloaded the new version, but there are no connections, so it does not stake. It serves bootstrap?

Did you get it working?
sr. member
Activity: 298
Merit: 250
Today i saw the ad, I downloaded the new version, but there are no connections, so it does not stake. It serves bootstrap?
Or do I add nodes?
I disabled the Firewall, but my Norton took this version(v3.4.0.0) as a big threat!!!

You probably have to resync the database from 0.  You can either let it sync from scratch or use the supplied bootstrap.dat file from litedoge.tech

As far as Norton is concerned:  Norton typically does not like new files that have not been downloaded very many times by the community.  If it is marking it as a reputation threat, then that is why and you can just choose to restore file.  If if is some other threat please let us know and we will work to see why it thinks it is a threat.
legendary
Activity: 1059
Merit: 1020
That's odd :/ . One of my wallet is hosted on 512 MB VPS. I guess there aren't many server resources to compile again.

Do you have a swap file? Usually that will do the trick for the smaller vps.

I deployed a 2 GB VPS and compiled the wallet there and copied litedoged and uploaded to the smaller VPS. It didn't work and I used rsync to copy the files from the 2 GB VPS to 512 MB VPS.
Thereby, it works fine.

Cheers
Salmen
sr. member
Activity: 557
Merit: 250
Today i saw the ad, I downloaded the new version, but there are no connections, so it does not stake. It serves bootstrap?
Or do I add nodes?
I disabled the Firewall, but my Norton took this version(v3.4.0.0) as a big threat!!!
sr. member
Activity: 557
Merit: 250
Today i saw the ad, I downloaded the new version, but there are no connections, so it does not stake. It serves bootstrap?
full member
Activity: 233
Merit: 100
hope it is going smooth for everyone trying out the new wallet, if anyone has any issues, pm me vashshawn, orctgiant. You can also visit us at https://webchat.freenode.net/?channels=#litedoge for support or free coins from rains/soaks using the tip bot or you can use or .faucet  for a few free coins

I hope everyone realizes this was a HARD FORK and the new wallet is mandatory!  Please... if you haven't installed the new wallet yet do so NOW and check the presstab explorer to make sure you didn't fork.  If you did fork and don't know what to do... the link above will get you to folks who can help you.
sr. member
Activity: 530
Merit: 253
LDOGE aka Litedoge -stakeable 2.0 doge
hope it is going smooth for everyone trying out the new wallet, if anyone has any issues, pm me vashshawn, orctgiant. You can also visit us at https://webchat.freenode.net/?channels=#litedoge for support or free coins from rains/soaks using the tip bot or you can use or .faucet  for a few free coins
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
That's odd :/ . One of my wallet is hosted on 512 MB VPS. I guess there aren't many server resources to compile again.

Do you have a swap file? Usually that will do the trick for the smaller vps.
legendary
Activity: 1059
Merit: 1020
Thanks devs! I put together a howto guide on upgrading the linux wallet to 3.4.0.0 for anyone who needs a refresher.

ssh to your litedoge wallet - linux pc / vps

apt-get update
apt-get upgrade


Stop existing wallet.

$litedoged stop

Download source and install

git clone https://bitbucket.org/ctgiant/litedoge.git
cd litedoge/src
make -f makefile.unix


archive old version (optional)

mv /bin/litedoged /root/litedoged_archive330

Copy compiled binary, 3.4.0.0 LDOGE to /bin

cp litedoged /bin

Start Wallet

litedoged

Check version is up-to-date
litedoged getinfo
root@vps:~# litedoged getinfo
{
"version" : "v3.4.0.0",

Unlock wallet for much staking
litedoged walletpassphrase your_password 99999999 true

Verify staking =true
litedoged getstakinginfo

root@vps:~# litedoged getstakinginfo
{
"enabled" : true,
"staking" : true,



Such Security, Clear bash shell history
cat /dev/null > ~/.bash_history && history -c && exit

Also posted on the litedoge subreddit - https://www.reddit.com/r/litedoge/comments/4oglms/howto_upgrade_ldoge_linuxvps_wallet_to_3400_hard/

That's odd :/ . One of my wallet is hosted on 512 MB VPS. I guess there aren't many server resources to compile again.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Guys I need more advanced notice for hardforks to get the explorer updated. Now I missed the fork, since the message was delivered to me yesterday, and I didn't see it until today.

Please think further ahead next time, for the sake of my own convenience.

Thanks,

press
full member
Activity: 233
Merit: 100
Thanks devs! I put together a howto guide on upgrading the linux wallet to 3.4.0.0 for anyone who needs a refresher.

ssh to your litedoge wallet - linux pc / vps

apt-get update
apt-get upgrade


Stop existing wallet.

$litedoged stop

Download source and install

git clone https://bitbucket.org/ctgiant/litedoge.git
cd litedoge/src
make -f makefile.unix


archive old version (optional)

mv /bin/litedoged /root/litedoged_archive330

Copy compiled binary, 3.4.0.0 LDOGE to /bin

cp litedoged /bin

Start Wallet

litedoged

Check version is up-to-date
litedoged getinfo
root@vps:~# litedoged getinfo
{
"version" : "v3.4.0.0",

Unlock wallet for much staking
litedoged walletpassphrase your_password 99999999 true

Verify staking =true
litedoged getstakinginfo

root@vps:~# litedoged getstakinginfo
{
"enabled" : true,
"staking" : true,



Such Security, Clear bash shell history
cat /dev/null > ~/.bash_history && history -c && exit

Also posted on the litedoge subreddit - https://www.reddit.com/r/litedoge/comments/4oglms/howto_upgrade_ldoge_linuxvps_wallet_to_3400_hard/


Thank you very much for the instructions.  I'm sure many will appreciate it! 

I really hope everyone updates soon... less than 450 blocks now before the hard fork.
full member
Activity: 233
Merit: 100
*** ATTENTION ***

Wallet Version v3.4.0.0 will make the following changes at block 595000 (about 10 days from now):

Block 595000 to 639999 = 4000 LDOGE
Block 640000 to 684999 = 2000 LDOGE
Block 685000 to 729999 = 1000 LDOGE
Block 730000 and above = 500 LDOGE

Transaction fee changed from 0.01 to 0.1 LDOGE effective at block 595000.

New wallet must be installed PRIOR to Block 595000 to avoid being on the wrong fork.
Instructions for downloading and installing the new wallet will be provided in the next few days.

Thank you.
- LDOGE Dev Team

Hopefully with the drastic decrease in the number of coins being minted we'll start seeing some price movement in the good direction!  Smiley  New wallet has been released.  All info and download links can be found at: http://ldoge.tech
newbie
Activity: 13
Merit: 0
Thanks devs! I put together a howto guide on upgrading the linux wallet to 3.4.0.0 for anyone who needs a refresher.

ssh to your litedoge wallet - linux pc / vps

apt-get update
apt-get upgrade


Stop existing wallet.

$litedoged stop

Download source and install

git clone https://bitbucket.org/ctgiant/litedoge.git
cd litedoge/src
make -f makefile.unix


archive old version (optional)

mv /bin/litedoged /root/litedoged_archive330

Copy compiled binary, 3.4.0.0 LDOGE to /bin

cp litedoged /bin

Start Wallet

litedoged

Check version is up-to-date
litedoged getinfo
root@vps:~# litedoged getinfo
{
"version" : "v3.4.0.0",

Unlock wallet for much staking
litedoged walletpassphrase your_password 99999999 true

Verify staking =true
litedoged getstakinginfo

root@vps:~# litedoged getstakinginfo
{
"enabled" : true,
"staking" : true,



Such Security, Clear bash shell history
cat /dev/null > ~/.bash_history && history -c && exit

Also posted on the litedoge subreddit - https://www.reddit.com/r/litedoge/comments/4oglms/howto_upgrade_ldoge_linuxvps_wallet_to_3400_hard/
hero member
Activity: 994
Merit: 500
full member
Activity: 233
Merit: 100
New wallets are out for 3.4.0.0!

Update ASAP before block 595000
https://bitbucket.org/ctgiant/litedoge/downloads/litedoge-qt-windows-v3.4.0.0.zip

https://bitbucket.org/ctgiant/litedoge/downloads/LiteDoge-Qt-Mac-v3.4.0.0.zip

https://bitbucket.org/ctgiant/litedoge/src

https://mega.nz/#!WoASkRrR!-JSIvWNvze7_YLHJduxaACxF9zXpUx2tZLw4d33_I_4     -bootstrap update to block 590k

Please everyone... Update immediately.  This is a mandatory update as this is a HARD FORK.  Any questions or need help... ask here or for faster answers:

IRC Main LDOGE Chatroom: FreeNode network: https://webchat.freenode.net/?channels=#litedoge or pm vashshawn, ctgiant on bitcointalk.

Thanks,
heathkid
sr. member
Activity: 530
Merit: 253
LDOGE aka Litedoge -stakeable 2.0 doge
full member
Activity: 233
Merit: 100
*** ATTENTION ***

Wallet Version v3.4.0.0 will make the following changes at block 595000 (about 10 days from now):

Block 595000 to 639999 = 4000 LDOGE
Block 640000 to 684999 = 2000 LDOGE
Block 685000 to 729999 = 1000 LDOGE
Block 730000 and above = 500 LDOGE

Transaction fee changed from 0.01 to 0.1 LDOGE effective at block 595000.

New wallet must be installed PRIOR to Block 595000 to avoid being on the wrong fork.
Instructions for downloading and installing the new wallet will be provided in the next few days.

Thank you.
- LDOGE Dev Team
legendary
Activity: 1133
Merit: 1050
Good to hear!

I know shibes are loyal to their meme, but any thoughts from the community to the topic of rebranding? Nothing should be off limits if we're serious about growing, including the name.

* I see it's "a lite version of doge", but what does that mean? I can't find any thing comparing doge and litedoge.

* What about renaming it Shibe or Bribe or something if it's a community tipping coin. Shibe keeps the roots true and Bribe could be a crafty way to think of a tipping coin. The doge community isn't here (I only see them talking about doge or dogeparty) so why continue to point to them with a name. 

* I saw somewhere voting on worse branding in crypto and ldoge was close to the top. Anyone here a graphic person to craft some eye candy for this project prior to forking?

* From a trading point of view I'd recommend community members with coins on exchanges to move them off before the hard fork and get them staking and securing the network. The less self-imposed price suppression around when the coin gets new life the better for everyone.
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
New Wallet and HARD FORK to reduce stake rewards is going to happen soon.  PLEASE pay attention here and the IRC channel for details.  Please... the coin devs want your input, feedback, questions, opinions, etc.  This is YOUR coin... a community coin with a team of coin devs trying to help.  Thank you.

Thanks for the good news and the encouragement to keep this coin alive and growing in its community. It has been a little while since I haven't seen much activity on the thread, but I guess it is just because devs are very busy working on something awesome for the coin. A new wallet and hard fork might be just what we need to push this coin forward and make it grow. I'm looking for to keep staking it and do whatever I can to support it (by running nodes)  Smiley
full member
Activity: 233
Merit: 100
New Wallet and HARD FORK to reduce stake rewards is going to happen soon.  PLEASE pay attention here and the IRC channel for details.  Please... the coin devs want your input, feedback, questions, opinions, etc.  This is YOUR coin... a community coin with a team of coin devs trying to help.  Thank you.
Pages:
Jump to: