Author

Topic: i quit - page 107. (Read 142560 times)

sr. member
Activity: 243
Merit: 250
March 21, 2015, 02:47:18 AM
Is litedoge dead?
full member
Activity: 149
Merit: 100
March 21, 2015, 01:33:51 AM
My experience with LDOGE ... so far ...



A little bit challenging and frustrating at the beginning of the start of POS mining ... want to see results sooner ... Wink

My positive experiences so far are as follows:

I mined POW at http://ldoge.manhattanmine.com/ ... worked very well.
I received some free coin at http://faucet.coin43.com/litedoge/  .... thank you!
I successfully purchased shares at https://alcurex.org/index.php ; https://bittrex.com/ and https://c-cex.com/  ... had no problems, including withdrawing coin.
I also eventually received POS coin ... but only showed results when I increased my coin to just over 10 000 000 LDOGE - I highly suggest this Wink
I'm currently receiving coin on average every 5 hours Wink the "expected time to earn reward" is not that accurate and also changes ...

my wallet version is v1.0.0.1-g32a928e

my litedoge.config file contains:

rpcuser=*******
rpcpassword=*******
listen=1
daemon=1
server=1
maxconnections=1024
rpcport=17015
rpcallowip=127.0.0.1
enableaccounts=1
addnode=ldoge.manhattanmine.com
addnode=ldoge.minerpools.com
addnode=ldoge.binpool.com
addnode=45.56.117.191
addnode=212.71.254.189
addnode=76.11.216.201
 
I'm having a lot of fun - just like with DOGE in the old days ...

Hope this helps fellow members ...


legendary
Activity: 1596
Merit: 1005
https://cryptodatabase.net
March 21, 2015, 01:25:21 AM


Your coin and it's information has now been added to Crypto Database. It is listed under the L category found here.

If any information is missing or inaccurate please let me know via private message or by posting on my thread found here.

Regards,
Crypto Database
http://cryptodatabase.net
newbie
Activity: 56
Merit: 0
March 21, 2015, 12:34:39 AM
This generally happens if multiple wallets found a block at the same time. Only one gets accepted by the network, and in this case, yours didn't.
full member
Activity: 209
Merit: 100
March 20, 2015, 11:58:55 PM
So I just got two blocks, but had to restart my computer and now the blocks say generated but not accepted anyone know why?


me too but only one block
newbie
Activity: 13
Merit: 0
March 20, 2015, 09:43:17 PM
So I just got two blocks, but had to restart my computer and now the blocks say generated but not accepted anyone know why?
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
March 20, 2015, 09:31:50 PM
when run the start command gets error "couldnt coonect with the server"
my .conf files is as below

what was the command you entered to start it?
should be ./litedoged start
yes

EDIT: we tried command without start and it worked spent whole day to figure out this compile twice daemon took 8 hrs

a BIG THANKS and RESPECT TO ALL WHO HELP ?GUIDED me in this
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
March 20, 2015, 08:16:47 PM
Here is a step by step I used to get this compiled and working on a raspberry pi version 1.. it will only get a few connections but it is working great!!

What’s needed:

Hardware side:
• A Raspberry Pi Model B or Model B+ with its power supply.
• A 8 Gb (or more) SD Card -- the one sold with the Pi is perfectly fine (this is actually the one I am using).
• A USB mouse, USB keyboard and a HDMI screen for the Raspberry Pi
• An Ethernet cable to connect the Pi to your network
• A USB key to backup your wallet.dat file once everything is working
• A computer with a SD card reader

Software side:
• Raspbian (Debian Wheezy) image with Kernel 3.12 (the latest version at this time) (MD5 Hash: dd4410ac23263736c00fb3ce97fbb199 / SHA-1: b020908e3cba472a24f7a17498008eb69d86d1cb)
• Win32DiskManager (if your computer is running Windows)


Step 1: Flashing the SD card
Attention: Be extremely careful not the flash the wrong disk (e.g. your hard drive) during this step.

The distribution version we need to flash on the SD card is the lastest Raspbian (Debian Wheezy).
Step 2: Running Raspbian on the Pi and performing the initial configuration (about 5 minutes)

2.1 Insert the flashed SD card in the Raspberry Pi.

2.2 Plug in the USB mouse, the USB keyboard, the HDMI screen, the network cable, and the power cable.

The Raspberry Pi will boot for the first time and you will be presented with the Raspberry Pi Software Configuration Tool (raspi-config). To navigate in this tool, the useful keys are the up/down arrow, the Enter key, and the Tab key whenever the up/down arrow keys don’t do the job. Here, we will do 4 things:

2.3 Expand the Filesystem by choosing option 1. You will get a message Root partition has been resized.

2.4 Change the User Password by choosing option 2. Enter your new password twice. When entering the password, the characters won’t be displayed and that is perfectly normal. You will get a message Password changed successfully.

2.5 (optional)  This isn't really necessary if you ssh thru terminal after setting root password )Enable Boot to Desktop by choosing option 3. Select Desktop Log in as user ‘pi’ at the graphical desktop and press Enter.

2.6 (optional) (I used ssh to get into the ras pi  then did sudo su  the sudo passwd  set new root password  then logged into pi from ssh and did all terminal commands from there )Disable SSH by choosing option 8, Advanced Options, and then option A4, SSH. Press the tab key to switch the selection to Disable and press Enter. You will get a message SSH server disabled.

2.7 We are done with the raspi-config tool. Select Finish by pressing the tab key twice and reboot the Pi. Upon reboot, we will go straight to the desktop.

Note: If you ever need to open the raspi-config tool again, simply type sudo raspi-config at the Terminal (will get to that guy just below).


Step 3. Updating the Pi (about 5 minutes)

From now on, the easiest way to proceed is to display this post from the Pi itself (using the web navigator Midori available as a shortcut on the desktop) and copy paste each command (line) separately. For pasting on the Terminal, use right click > Paste.

3.1 On the desktop top left corner, double click LXTerminal (i.e. the Terminal) and run the following commands:

sudo apt-get update

sudo apt-get upgrade


When asked to do so, press the y key followed by the Enter key. You will need to that every time the message appears in the other steps below.


Step 4: Setting up the Pi for compiling the Litedoge code (about 1 hour 15 minutes)

4.1 Run the following command to install the required precompiled packages (about 10 minutes):
sudo apt-get install libssl-dev libboost1.50-all-dev libminiupnpc-dev qt4-qmake libqt4-dev eject


4.2 Run the following commands to compile and install Berkeley DB 4.8 (about 1 hour 5 minutes):
wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz

sudo tar -xzvf db-4.8.30.NC.tar.gz

cd db-4.8.30.NC/build_unix

../dist/configure --enable-cxx

make


Time to complete execution of the make command is about 1 hour.
sudo make install

export CPATH="/usr/local/BerkeleyDB.4.8/include"

export LIBRARY_PATH="/usr/local/BerkeleyDB.4.8/lib"


Note: the export commands are only valid in the current Terminal session. To avoid errors, don't close the Terminal until you fully completed Step 6 (this is where they are needed). If you close it unexpectedly, simply rerun the two commands above before performing Step 6.
sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb-4.8.so /usr/lib/libdb-4.8.so

sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.so /usr/lib/libdb_cxx-4.8.so

Once that is all done then git the wallet and compile it just like you would normally.  this will take about 2 hours or so Smiley  Patience is KEY!

Source: https://bitbucket.org/litedogedev/litedoge/src
Wallet: https://mega.co.nz/#!acNE2CqZ!XK6IIM7hfca481Br1Yz-WmQBXjPIHJ-6LFzVNDaFASY

add these nodes in your conf file
addnode=76.11.216.201
addnode=45.56.117.191
addnode=212.71.254.189

Best Regards
d57heinz

I edited this slightly from a thread I found on a reddcoin site.. This was the tutorial that got me going

when run the start command gets error "couldnt coonect with the server"
my .conf files is as below

Code:
server=1
daemon=1
rpcuser=*******
rpcpassword=***************
rpcport=*****
listen=1
addnode=45.56.117.191
addnode=212.71.254.189
addnode=ldoge.manhattanmine.com
addnode=ldoge.minerpools.com
addnode=ldoge.binpool.com
addnode=ldoge.suprnova.cc
addnode=45.55.181.94:17014
addnode=82.211.31.107:17014
addnode=24.168.14.28:17014
addnode=108.61.10.90:17014
addnode=178.63.99.132:17014
addnode=113.78.192.146:17014
addnode=198.245.50.213:17014
addnode=77.78.35.155:17014
addnode=117.67.253.238:17014
addnode=72.184.118.242:17014
addnode=126.125.38.172:17014
addnode=74.110.16.115:17014
addnode=84.40.126.102:17014
addnode=110.174.193.68:17014
addnode=24.191.33.43:17014
addnode=212.71.254.189:58413
addnode=45.56.117.191:38593
addnode=81.157.132.212:17014
addnode=5.101.96.124:51153
addnode=93.184.206.229:50575
addnode=206.255.66.106:49340
newbie
Activity: 13
Merit: 0
March 20, 2015, 08:09:02 PM
Well staking is suppose to be random, but the more you have the more likely you will be to find a block. I think that is the right way of thinking about it, but I don't know all that much.
it's not random its like mining.
also when a small holder gets a block his coins increase by a larger %
100k coins to someone with 100 million coins is 0.1%
100k coins to someone with 10 million coins is 1%
100k coins to someone with 1 million coins is 10 %
100k to someone with 100k coins is 100%

Ok I understand now thank you! I hope I wake up tomorrow with a few more ldoge in my wallet. *fingers crossed*

As I typed this I found one yay! Cheesy
hero member
Activity: 602
Merit: 500
March 20, 2015, 07:55:44 PM
why there so many doge doge coin..?

why not developing the real doge so it will be succeed and can surpass bitcoin?
newbie
Activity: 13
Merit: 0
March 20, 2015, 07:52:43 PM
Well staking is suppose to be random, but the more you have the more likely you will be to find a block. I think that is the right way of thinking about it, but I don't know all that much.
full member
Activity: 209
Merit: 100
March 20, 2015, 07:49:49 PM

I fixed my balance to be exact inputs, the last input was 28 hours ago and the wallet has been unlocked for staking since....... Us small holders don't stand a chance, mine still says 8 hours to stake and we all know how "hours" can mean days when it comes to staking.......

sr. member
Activity: 252
Merit: 250
March 20, 2015, 07:42:48 PM
if u have 200k-300k  dont waste ur time on staking
accually, the net weight is 700 mllion. 300k/700m = 1 block every 1.7 days of keeping computer on 24/7.
so that is a 30% increase for that little holder.
why you tell them not to stake?
Because, he probably wants to increase his chances to stake if he tells other people not to do it by locking their wallet...
newbie
Activity: 13
Merit: 0
March 20, 2015, 07:37:34 PM
if u have 200k-300k  dont waste ur time on staking

May I ask why? I have little over 300k and it is telling me it will take a day to find a block from staking? 
sr. member
Activity: 616
Merit: 251
March 20, 2015, 06:32:26 PM
if any kind soul who can send me some currencies would greatly appreciate it because my mining equipment've only got 1200 coins for the post thanks above all if someone makes
this is my email if someone sends me dU6ygNQZtGAmtrBwRfvnWEdiqwsoUQM5MZ

1200 coins undermine get some coin in your wallet ??
sr. member
Activity: 642
Merit: 250
March 20, 2015, 05:39:24 PM
if u have 200k-300k  dont waste ur time on staking
legendary
Activity: 1453
Merit: 1011
Bitcoin Talks Bullshit Walks
March 20, 2015, 04:10:45 PM
At 12:06 there was initiated /not by me/ transfer from my wallet:

Status: 219 confirmations
Date: 20. 3. 2015 12:06
To: dHGJ7QWmX6T1Jewk8C2uQLjwgwF1cM8bdB
Debit: -6156389.34192631 LDOGE
Transaction fee: -4.95 LDOGE
Net amount: -6156394.29192631 LDOGE
Transaction ID: e79c7f5084527ee19b4be9e97c18f4de93b268c14725469667b5bbc984429ca1-000

That was spendable amount. About 500 000 LDOGE left in wallet, it was in stake. I have a lot of wallets, protected by password, but I found out that LDOGE wallet was not encrypted. So something or someone can do it easy. It is lesson for me for the future...

stealing coins are easy for non encrypted wallets!

search block explorers, find addresses, dumpprivkey, import funds! 

crypto majik

If it was that easy there would be no funds in all wallets..   You must have the wallet.dat file that the address was created from in order to dump private key on that address..

best regards
d57heinz
sr. member
Activity: 298
Merit: 250
March 20, 2015, 04:02:58 PM
At 12:06 there was initiated /not by me/ transfer from my wallet:

Status: 219 confirmations
Date: 20. 3. 2015 12:06
To: dHGJ7QWmX6T1Jewk8C2uQLjwgwF1cM8bdB
Debit: -6156389.34192631 LDOGE
Transaction fee: -4.95 LDOGE
Net amount: -6156394.29192631 LDOGE
Transaction ID: e79c7f5084527ee19b4be9e97c18f4de93b268c14725469667b5bbc984429ca1-000

That was spendable amount. About 500 000 LDOGE left in wallet, it was in stake. I have a lot of wallets, protected by password, but I found out that LDOGE wallet was not encrypted. So something or someone can do it easy. It is lesson for me for the future...

stealing coins are easy for non encrypted wallets!

search block explorers, find addresses, dumpprivkey, import funds! 

crypto majik
legendary
Activity: 1050
Merit: 1000
March 20, 2015, 12:46:02 PM
Staking isn't working for me.

I've been waiting 12 hours and nothing ;(

I've upgraded to the new wallet and unlocked it.

"Stake" amount still stays 0

"expected tome to earn reward"  keeps changing was 4 hours, then 8 and now 9 hours??



pretty normal m8 mine was 2 days yesterday 1 this morning and now its 2 again, the wallets been running the whole time

the stake amount will stay as 0 till you hit a block

is weight working correctly? i seem to only get 1 pt per coin regardless of age, my weight always seems to be = mature coins could just be imagining things i'll start recording the readings
 
legendary
Activity: 1453
Merit: 1011
Bitcoin Talks Bullshit Walks
March 20, 2015, 11:01:15 AM
Here is a step by step I used to get this compiled and working on a raspberry pi version 1.. it will only get a few connections but it is working great!!

What’s needed:

Hardware side:
• A Raspberry Pi Model B or Model B+ with its power supply.
• A 8 Gb (or more) SD Card -- the one sold with the Pi is perfectly fine (this is actually the one I am using).
• A USB mouse, USB keyboard and a HDMI screen for the Raspberry Pi
• An Ethernet cable to connect the Pi to your network
• A USB key to backup your wallet.dat file once everything is working
• A computer with a SD card reader

Software side:
• Raspbian (Debian Wheezy) image with Kernel 3.12 (the latest version at this time) (MD5 Hash: dd4410ac23263736c00fb3ce97fbb199 / SHA-1: b020908e3cba472a24f7a17498008eb69d86d1cb)
• Win32DiskManager (if your computer is running Windows)


Step 1: Flashing the SD card
Attention: Be extremely careful not the flash the wrong disk (e.g. your hard drive) during this step.

The distribution version we need to flash on the SD card is the lastest Raspbian (Debian Wheezy).
Step 2: Running Raspbian on the Pi and performing the initial configuration (about 5 minutes)

2.1 Insert the flashed SD card in the Raspberry Pi.

2.2 Plug in the USB mouse, the USB keyboard, the HDMI screen, the network cable, and the power cable.

The Raspberry Pi will boot for the first time and you will be presented with the Raspberry Pi Software Configuration Tool (raspi-config). To navigate in this tool, the useful keys are the up/down arrow, the Enter key, and the Tab key whenever the up/down arrow keys don’t do the job. Here, we will do 4 things:

2.3 Expand the Filesystem by choosing option 1. You will get a message Root partition has been resized.

2.4 Change the User Password by choosing option 2. Enter your new password twice. When entering the password, the characters won’t be displayed and that is perfectly normal. You will get a message Password changed successfully.

2.5 (optional)  This isn't really necessary if you ssh thru terminal after setting root password )Enable Boot to Desktop by choosing option 3. Select Desktop Log in as user ‘pi’ at the graphical desktop and press Enter.

2.6 (optional) (I used ssh to get into the ras pi  then did sudo su  the sudo passwd  set new root password  then logged into pi from ssh and did all terminal commands from there )Disable SSH by choosing option 8, Advanced Options, and then option A4, SSH. Press the tab key to switch the selection to Disable and press Enter. You will get a message SSH server disabled.

2.7 We are done with the raspi-config tool. Select Finish by pressing the tab key twice and reboot the Pi. Upon reboot, we will go straight to the desktop.

Note: If you ever need to open the raspi-config tool again, simply type sudo raspi-config at the Terminal (will get to that guy just below).


Step 3. Updating the Pi (about 5 minutes)

From now on, the easiest way to proceed is to display this post from the Pi itself (using the web navigator Midori available as a shortcut on the desktop) and copy paste each command (line) separately. For pasting on the Terminal, use right click > Paste.

3.1 On the desktop top left corner, double click LXTerminal (i.e. the Terminal) and run the following commands:

sudo apt-get update

sudo apt-get upgrade


When asked to do so, press the y key followed by the Enter key. You will need to that every time the message appears in the other steps below.


Step 4: Setting up the Pi for compiling the Litedoge code (about 1 hour 15 minutes)

4.1 Run the following command to install the required precompiled packages (about 10 minutes):
sudo apt-get install libssl-dev libboost1.50-all-dev libminiupnpc-dev qt4-qmake libqt4-dev eject


4.2 Run the following commands to compile and install Berkeley DB 4.8 (about 1 hour 5 minutes):
wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz

sudo tar -xzvf db-4.8.30.NC.tar.gz

cd db-4.8.30.NC/build_unix

../dist/configure --enable-cxx

make


Time to complete execution of the make command is about 1 hour.
sudo make install

export CPATH="/usr/local/BerkeleyDB.4.8/include"

export LIBRARY_PATH="/usr/local/BerkeleyDB.4.8/lib"


Note: the export commands are only valid in the current Terminal session. To avoid errors, don't close the Terminal until you fully completed Step 6 (this is where they are needed). If you close it unexpectedly, simply rerun the two commands above before performing Step 6.
sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb-4.8.so /usr/lib/libdb-4.8.so

sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.so /usr/lib/libdb_cxx-4.8.so

Once that is all done then git the wallet and compile it just like you would normally.  this will take about 2 hours or so Smiley  Patience is KEY!

Source: https://bitbucket.org/litedogedev/litedoge/src
Wallet: https://mega.co.nz/#!acNE2CqZ!XK6IIM7hfca481Br1Yz-WmQBXjPIHJ-6LFzVNDaFASY

add these nodes in your conf file
addnode=76.11.216.201
addnode=45.56.117.191
addnode=212.71.254.189

Best Regards
d57heinz

I edited this slightly from a thread I found on a reddcoin site.. This was the tutorial that got me going
Jump to: