Author

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

legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
March 19, 2015, 01:15:01 AM
thanks
legendary
Activity: 1453
Merit: 1011
Bitcoin Talks Bullshit Walks
March 19, 2015, 01:12:04 AM



things i followed step by step

installed wheezy

access Rpi with Putty by locating IP
used pi and raspberry as login cred

update and install dont know what Wink

sudo apt-get update
sudo apt-get install autoconf autogen libtool uthash-dev libjansson-dev libcurl4-openssl-dev libusb-dev libncurses-dev git-core –y

Install the dependencies.

sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev


then download the litedoge source

git clone https://bitbucket.org/litedogedev/litedoge.git

then cd litedoge/src
make -f makefile.unix

that should make you the daemon.

then you can send coins to it and stake them on the raspberry pi.
[/quote]
hey you need debian based os on the pi

here is a complete step by step guide i found for you for another coin, but it should work the same way
https://bitcointalksearch.org/topic/m.10339439

also you can skip the compiling part, by compiling on your pc a daemon then put it on the pi using WinSCP
If you don't have a linux pc/laptop to compile the daemon on you can tell me to compile one for you. But you will still need your deps installed on the pi or the daemon won't run.
[/quote]

yes pls if you can compile one for me, and when you said i have to install dep on the pi it mean i have to follow this step right?

Quote
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev
[/quote]
u installed berkeley db ?
[/quote]

nope  Shocked but i installed
Code:
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdbdev
sudo apt-get install libdb-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev
sudo apt-get install libsnappy-dev

and now waiting for the unix compilation

editing it: which one should you recomend http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html

update: after one hour of unix compilation got this error
[/quote]

I will boot up a ras pi and see what I can do to help you out.. give me a bit to make sure the dep are all there..

Best regards
d57heinz
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
March 19, 2015, 12:44:07 AM
how to setup wallet on a cloud server like digital ocean?  as a node or POS?

same as on rasp pi...u can find several guides @google

i just read a PM from somebody, his question is:
hello there, wondering if you could advise or help me insstalling LDOge wallet to RPi since i cant keep running my computer 24/7 for stacking purposes and newbie in the wallets, installed it finally on windows machine. and its working but intrested to have it in RPi

since i'm not a dev i can't help this guy, but it's a good question..

Install the dependencies.
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev

then download the litedoge source

then cd litedoge/src
make -f makefile.unix

that should make you the daemon.

then you can send coins to it and stake them on the raspberry pi.

thanks guys for this update now how to download wallet on RPi can you give me command line too

another question my wallet is encrypted on PC i unlocked it for staking only but it didnt work untill i have to unlock my wallet completely. if this is the caase than how to decrypt wallet so it stake

git clone https://bitbucket.org/litedogedev/litedoge.git

u just need to unlock ur wallet for staking...it will work u just have to wait

further to above quoted adventure i came to another problem; already PM the dev but posting that PM here on forum too might someone assist thanks guys

hello there you instructed me how to stake LDoge on the raspberry pi in the forum. being a newbie i have to ask you lot of questions.
1. after typin this command make -f makefile.unix my compilation get terminated stating no space left; how much space this command needs since i am using 8GB SD card with wheezy on it. (below you'll find my all steps)
2. when you said this will make me DEAMON (;;appreciated;Wink but how to access my wallet than with the putty.
3. i know about windows environemnt but not the RPI so not sure what i suppose to do (except forgetting this Cheesy) to get wallet and its address on my display



things i followed step by step

installed wheezy

access Rpi with Putty by locating IP
used pi and raspberry as login cred

update and install dont know what Wink

sudo apt-get update
sudo apt-get install autoconf autogen libtool uthash-dev libjansson-dev libcurl4-openssl-dev libusb-dev libncurses-dev git-core –y

Install the dependencies.

sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev


then download the litedoge source

git clone https://bitbucket.org/litedogedev/litedoge.git

then cd litedoge/src
make -f makefile.unix

that should make you the daemon.

then you can send coins to it and stake them on the raspberry pi.
hey you need debian based os on the pi

here is a complete step by step guide i found for you for another coin, but it should work the same way
https://bitcointalksearch.org/topic/m.10339439

also you can skip the compiling part, by compiling on your pc a daemon then put it on the pi using WinSCP
If you don't have a linux pc/laptop to compile the daemon on you can tell me to compile one for you. But you will still need your deps installed on the pi or the daemon won't run.

yes pls if you can compile one for me, and when you said i have to install dep on the pi it mean i have to follow this step right?

Quote
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev
u installed berkeley db ?

nope  Shocked but i installed
Code:
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdbdev
sudo apt-get install libdb-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev
sudo apt-get install libsnappy-dev

and now waiting for the unix compilation

editing it: which one should you recomend http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html

update: after one hour of unix compilation got this error
legendary
Activity: 1302
Merit: 1001
March 19, 2015, 12:41:47 AM
how to setup wallet on a cloud server like digital ocean?  as a node or POS?

same as on rasp pi...u can find several guides @google

i just read a PM from somebody, his question is:
hello there, wondering if you could advise or help me insstalling LDOge wallet to RPi since i cant keep running my computer 24/7 for stacking purposes and newbie in the wallets, installed it finally on windows machine. and its working but intrested to have it in RPi

since i'm not a dev i can't help this guy, but it's a good question..

Install the dependencies.
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev

then download the litedoge source

then cd litedoge/src
make -f makefile.unix

that should make you the daemon.

then you can send coins to it and stake them on the raspberry pi.

thanks guys for this update now how to download wallet on RPi can you give me command line too

another question my wallet is encrypted on PC i unlocked it for staking only but it didnt work untill i have to unlock my wallet completely. if this is the caase than how to decrypt wallet so it stake

git clone https://bitbucket.org/litedogedev/litedoge.git

u just need to unlock ur wallet for staking...it will work u just have to wait

further to above quoted adventure i came to another problem; already PM the dev but posting that PM here on forum too might someone assist thanks guys

hello there you instructed me how to stake LDoge on the raspberry pi in the forum. being a newbie i have to ask you lot of questions.
1. after typin this command make -f makefile.unix my compilation get terminated stating no space left; how much space this command needs since i am using 8GB SD card with wheezy on it. (below you'll find my all steps)
2. when you said this will make me DEAMON (;;appreciated;Wink but how to access my wallet than with the putty.
3. i know about windows environemnt but not the RPI so not sure what i suppose to do (except forgetting this Cheesy) to get wallet and its address on my display



things i followed step by step

installed wheezy

access Rpi with Putty by locating IP
used pi and raspberry as login cred

update and install dont know what Wink

sudo apt-get update
sudo apt-get install autoconf autogen libtool uthash-dev libjansson-dev libcurl4-openssl-dev libusb-dev libncurses-dev git-core –y

Install the dependencies.

sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev


then download the litedoge source

git clone https://bitbucket.org/litedogedev/litedoge.git

then cd litedoge/src
make -f makefile.unix

that should make you the daemon.

then you can send coins to it and stake them on the raspberry pi.
hey you need debian based os on the pi

here is a complete step by step guide i found for you for another coin, but it should work the same way
https://bitcointalksearch.org/topic/m.10339439

also you can skip the compiling part, by compiling on your pc a daemon then put it on the pi using WinSCP
If you don't have a linux pc/laptop to compile the daemon on you can tell me to compile one for you. But you will still need your deps installed on the pi or the daemon won't run.

yes pls if you can compile one for me, and when you said i have to install dep on the pi it mean i have to follow this step right?

Quote
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev
u installed berkeley db ?
hero member
Activity: 658
Merit: 507
Passive Income Bot Trading
March 19, 2015, 12:31:53 AM
sr. member
Activity: 298
Merit: 250
March 19, 2015, 12:30:06 AM
how to setup wallet on a cloud server like digital ocean?  as a node or POS?
legendary
Activity: 1302
Merit: 1000
Bass Player
March 19, 2015, 12:18:50 AM
Anybody set up a block explorer for LDOGE yet?
newbie
Activity: 54
Merit: 0
March 19, 2015, 12:18:04 AM

Thanks for the fast giveaway and warnings about this scammer!
hero member
Activity: 644
Merit: 500
March 19, 2015, 12:01:35 AM

looks great, such support, such nice Cheesy Shall we beat DogeCoin with LiteDogeCoin? Lets see, i love this community and coin and dev Cheesy lets go ho's
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
March 18, 2015, 11:55:46 PM
i just read a PM from somebody, his question is:
hello there, wondering if you could advise or help me insstalling LDOge wallet to RPi since i cant keep running my computer 24/7 for stacking purposes and newbie in the wallets, installed it finally on windows machine. and its working but intrested to have it in RPi

since i'm not a dev i can't help this guy, but it's a good question..

Install the dependencies.
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev

then download the litedoge source

then cd litedoge/src
make -f makefile.unix

that should make you the daemon.

then you can send coins to it and stake them on the raspberry pi.

thanks guys for this update now how to download wallet on RPi can you give me command line too

another question my wallet is encrypted on PC i unlocked it for staking only but it didnt work untill i have to unlock my wallet completely. if this is the caase than how to decrypt wallet so it stake

git clone https://bitbucket.org/litedogedev/litedoge.git

u just need to unlock ur wallet for staking...it will work u just have to wait

further to above quoted adventure i came to another problem; already PM the dev but posting that PM here on forum too might someone assist thanks guys

hello there you instructed me how to stake LDoge on the raspberry pi in the forum. being a newbie i have to ask you lot of questions.
1. after typin this command make -f makefile.unix my compilation get terminated stating no space left; how much space this command needs since i am using 8GB SD card with wheezy on it. (below you'll find my all steps)
2. when you said this will make me DEAMON (;;appreciated;Wink but how to access my wallet than with the putty.
3. i know about windows environemnt but not the RPI so not sure what i suppose to do (except forgetting this Cheesy) to get wallet and its address on my display



things i followed step by step

installed wheezy

access Rpi with Putty by locating IP
used pi and raspberry as login cred

update and install dont know what Wink

sudo apt-get update
sudo apt-get install autoconf autogen libtool uthash-dev libjansson-dev libcurl4-openssl-dev libusb-dev libncurses-dev git-core –y

Install the dependencies.

sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev


then download the litedoge source

git clone https://bitbucket.org/litedogedev/litedoge.git

then cd litedoge/src
make -f makefile.unix

that should make you the daemon.

then you can send coins to it and stake them on the raspberry pi.
hey you need debian based os on the pi

here is a complete step by step guide i found for you for another coin, but it should work the same way
https://bitcointalksearch.org/topic/m.10339439

also you can skip the compiling part, by compiling on your pc a daemon then put it on the pi using WinSCP
If you don't have a linux pc/laptop to compile the daemon on you can tell me to compile one for you. But you will still need your deps installed on the pi or the daemon won't run.

yes pls if you can compile one for me, and when you said i have to install dep on the pi it mean i have to follow this step right?

Quote
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev
member
Activity: 112
Merit: 10
March 18, 2015, 11:30:09 PM
i just read a PM from somebody, his question is:
hello there, wondering if you could advise or help me insstalling LDOge wallet to RPi since i cant keep running my computer 24/7 for stacking purposes and newbie in the wallets, installed it finally on windows machine. and its working but intrested to have it in RPi

since i'm not a dev i can't help this guy, but it's a good question..

Install the dependencies.
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev

then download the litedoge source

then cd litedoge/src
make -f makefile.unix

that should make you the daemon.

then you can send coins to it and stake them on the raspberry pi.

thanks guys for this update now how to download wallet on RPi can you give me command line too

another question my wallet is encrypted on PC i unlocked it for staking only but it didnt work untill i have to unlock my wallet completely. if this is the caase than how to decrypt wallet so it stake

git clone https://bitbucket.org/litedogedev/litedoge.git

u just need to unlock ur wallet for staking...it will work u just have to wait

further to above quoted adventure i came to another problem; already PM the dev but posting that PM here on forum too might someone assist thanks guys

hello there you instructed me how to stake LDoge on the raspberry pi in the forum. being a newbie i have to ask you lot of questions.
1. after typin this command make -f makefile.unix my compilation get terminated stating no space left; how much space this command needs since i am using 8GB SD card with wheezy on it. (below you'll find my all steps)
2. when you said this will make me DEAMON (;;appreciated;Wink but how to access my wallet than with the putty.
3. i know about windows environemnt but not the RPI so not sure what i suppose to do (except forgetting this Cheesy) to get wallet and its address on my display



things i followed step by step

installed wheezy

access Rpi with Putty by locating IP
used pi and raspberry as login cred

update and install dont know what Wink

sudo apt-get update
sudo apt-get install autoconf autogen libtool uthash-dev libjansson-dev libcurl4-openssl-dev libusb-dev libncurses-dev git-core –y

Install the dependencies.

sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev


then download the litedoge source

git clone https://bitbucket.org/litedogedev/litedoge.git

then cd litedoge/src
make -f makefile.unix

that should make you the daemon.

then you can send coins to it and stake them on the raspberry pi.
hey you need debian based os on the pi

here is a complete step by step guide i found for you for another coin, but it should work the same way
https://bitcointalksearch.org/topic/m.10339439

also you can skip the compiling part, by compiling on your pc a daemon then put it on the pi using WinSCP
If you don't have a linux pc/laptop to compile the daemon on you can tell me to compile one for you. But you will still need your deps installed on the pi or the daemon won't run.
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
March 18, 2015, 10:18:15 PM
i just read a PM from somebody, his question is:
hello there, wondering if you could advise or help me insstalling LDOge wallet to RPi since i cant keep running my computer 24/7 for stacking purposes and newbie in the wallets, installed it finally on windows machine. and its working but intrested to have it in RPi

since i'm not a dev i can't help this guy, but it's a good question..

Install the dependencies.
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev

then download the litedoge source

then cd litedoge/src
make -f makefile.unix

that should make you the daemon.

then you can send coins to it and stake them on the raspberry pi.

thanks guys for this update now how to download wallet on RPi can you give me command line too

another question my wallet is encrypted on PC i unlocked it for staking only but it didnt work untill i have to unlock my wallet completely. if this is the caase than how to decrypt wallet so it stake

git clone https://bitbucket.org/litedogedev/litedoge.git

u just need to unlock ur wallet for staking...it will work u just have to wait

further to above quoted adventure i came to another problem; already PM the dev but posting that PM here on forum too might someone assist thanks guys

hello there you instructed me how to stake LDoge on the raspberry pi in the forum. being a newbie i have to ask you lot of questions.
1. after typin this command make -f makefile.unix my compilation get terminated stating no space left; how much space this command needs since i am using 8GB SD card with wheezy on it. (below you'll find my all steps)
2. when you said this will make me DEAMON (;;appreciated;Wink but how to access my wallet than with the putty.
3. i know about windows environemnt but not the RPI so not sure what i suppose to do (except forgetting this Cheesy) to get wallet and its address on my display



things i followed step by step

installed wheezy

access Rpi with Putty by locating IP
used pi and raspberry as login cred

update and install dont know what Wink

sudo apt-get update
sudo apt-get install autoconf autogen libtool uthash-dev libjansson-dev libcurl4-openssl-dev libusb-dev libncurses-dev git-core –y

Install the dependencies.

sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev


then download the litedoge source

git clone https://bitbucket.org/litedogedev/litedoge.git

then cd litedoge/src
make -f makefile.unix

that should make you the daemon.

then you can send coins to it and stake them on the raspberry pi.
legendary
Activity: 1628
Merit: 1012
March 18, 2015, 09:58:02 PM
New wallet  version 1.0.0.1 in the first post
Not a mandatory update.
Just new users will be able to use the wallet easier they won't need to make a conf file.

Could you add the block explorer to the OP?
member
Activity: 112
Merit: 10
March 18, 2015, 09:33:13 PM
New wallet  version 1.0.0.1 in the first post
Not a mandatory update.
Just new users will be able to use the wallet easier they won't need to make a conf file.
full member
Activity: 179
Merit: 100
Fighter of the Dayman
March 18, 2015, 09:28:15 PM
legendary
Activity: 1302
Merit: 1000
Bass Player
March 18, 2015, 09:22:45 PM
Someone make a DOGE/LDOGE pairing....
legendary
Activity: 1274
Merit: 1000
March 18, 2015, 08:57:57 PM
https://alcurex.org/index.php/crypto/market?pair=ldoge_btc

Bring some support on alcurex. spread the fun of trading around
hero member
Activity: 826
Merit: 1004
March 18, 2015, 08:14:10 PM
So how are POS blocks found exactly?  I have had 900k staking for about 24 hours and in that time I have added more so that I have 1.3 million staking now and I have yet to find a POS block.  It has pretty consistently said expected time to earn reward is 7 hours although occasionally it has gone higher to 8 or even 9 one time when I looked.  But still nada.



It is random, just like PoW mining. There is always variance.

It could take a few hours, it could take a few days.

Been mining since beginning and only staked twice
legendary
Activity: 1628
Merit: 1012
March 18, 2015, 08:03:55 PM
So how are POS blocks found exactly?  I have had 900k staking for about 24 hours and in that time I have added more so that I have 1.3 million staking now and I have yet to find a POS block.  It has pretty consistently said expected time to earn reward is 7 hours although occasionally it has gone higher to 8 or even 9 one time when I looked.  But still nada.



It is random, just like PoW mining. There is always variance.

It could take a few hours, it could take a few days.
legendary
Activity: 1726
Merit: 1018
March 18, 2015, 08:02:55 PM
So how are POS blocks found exactly?  I have had 900k staking for about 24 hours and in that time I have added more so that I have 1.3 million staking now and I have yet to find a POS block.  It has pretty consistently said expected time to earn reward is 7 hours although occasionally it has gone higher to 8 or even 9 one time when I looked.  But still nada.

Jump to: