Bitcoin Forum
May 12, 2024, 08:53:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ... 154 »
  Print  
Author Topic: i quit  (Read 142513 times)
cintrondigital
Hero Member
*****
Offline Offline

Activity: 630
Merit: 507


CryptoRoundTable.com


View Profile WWW
March 19, 2015, 05:31:53 AM
 #781

Anybody set up a block explorer for LDOGE yet?
http://cryptoplorer.com:3011/

▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▚▬▬▬▚
1715504003
Hero Member
*
Offline Offline

Posts: 1715504003

View Profile Personal Message (Offline)

Ignore
1715504003
Reply with quote  #2

1715504003
Report to moderator
1715504003
Hero Member
*
Offline Offline

Posts: 1715504003

View Profile Personal Message (Offline)

Ignore
1715504003
Reply with quote  #2

1715504003
Report to moderator
1715504003
Hero Member
*
Offline Offline

Posts: 1715504003

View Profile Personal Message (Offline)

Ignore
1715504003
Reply with quote  #2

1715504003
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715504003
Hero Member
*
Offline Offline

Posts: 1715504003

View Profile Personal Message (Offline)

Ignore
1715504003
Reply with quote  #2

1715504003
Report to moderator
shimlbit
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001



View Profile
March 19, 2015, 05:41:47 AM
 #782

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://bitcointalk.org/index.php?topic=660938.msg10339439#msg10339439

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 ?
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
March 19, 2015, 05:44:07 AM
Last edit: March 19, 2015, 05:56:30 AM by kevin1234a
 #783

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://bitcointalk.org/index.php?topic=660938.msg10339439#msg10339439

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

d57heinz
Legendary
*
Offline Offline

Activity: 1453
Merit: 1011


Bitcoin Talks Bullshit Walks


View Profile
March 19, 2015, 06:12:04 AM
 #784




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://bitcointalk.org/index.php?topic=660938.msg10339439#msg10339439

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

As in nature, all is ebb and tide, all is wave motion, so it seems that in all branches of industry, alternating currents - electric wave motion - will have the sway. ~Nikola Tesla~
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
March 19, 2015, 06:15:01 AM
 #785

thanks

aquitasIJ (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
March 19, 2015, 06:17:21 AM
 #786

Hi i compiled you a daemon and put the download link in the first post. here it is also https://mega.co.nz/#!jZElCKiQ!AyD3Bjrp0pvx_sg0UNnOn_qshFBaJepTqb3vAFH16zw
just install these dependencies
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev
then run this daemon on it. send the daemon to it using WinSCP.

Alternatively you can compile the daemon your self if you like
here is how:

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

sudo apt-get install git

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

cd litedoge/src

make -f makefile.unix

strip litedoged

chmod +x ./litedoged

./litedoged start

(now it will tell you to make a conf file for the rpcuser and rpcpassword of the daemon.)
open .litedoge folder and make a conf file which has a rpcuser and rpcpassword.

then return the litedoge folder which has the daemon
cd
cd litedoge/src
./litedoged start


type this to find the list of commands you can use

./litedoged help

 Smiley
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
March 19, 2015, 06:20:26 AM
 #787

Hi i compiled you a daemon and put the download link in the first post. here it is also https://mega.co.nz/#!jZElCKiQ!AyD3Bjrp0pvx_sg0UNnOn_qshFBaJepTqb3vAFH16zw
just install these dependencies
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev  libminiupnpc-dev
then run this daemon on it. send the daemon to it using WinSCP.

Alternatively you can compile the daemon your self if you like
here is how:

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

sudo apt-get install git

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

cd litedoge/src

make -f makefile.unix

strip litedoged

chmod +x ./litedoged

./litedoged start

(now it will tell you to make a conf file for the rpcuser and rpcpassword of the daemon.)
open .litedoge folder and make a conf file which has a rpcuser and rpcpassword.

then return the litedoge folder which has the daemon
cd
cd litedoge/src
./litedoged start


type this to find the list of commands you can use

./litedoged help

 Smiley


i have to say you guys are GREAT, appreciate your help, 2 of you helping this thing to stake

TimSweat
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250

TimSweat


View Profile
March 19, 2015, 06:58:07 AM
 #788



https://twitter.com/ShadowRunnerBTC/status/578449471652130816

melwinder
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
March 19, 2015, 07:32:30 AM
 #789

Retweeted Smiley btw, I didn't catch it I guess, but what makes them two scammers?
j/w
TimSweat
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250

TimSweat


View Profile
March 19, 2015, 07:39:35 AM
 #790

Retweeted Smiley btw, I didn't catch it I guess, but what makes them two scammers?
j/w

its one person not 2 . also here is another link requested to be sent .

 https://bitcointalk.org/index.php?action=profile;u=369032

johnbrainless
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
March 19, 2015, 07:57:22 AM
 #791

is there a fixed pos yearly percentage?

♝ Pandacoin   ♝ Buy With Paypal Or Credit Card ♝ FaceBook tipping ♝ Irc channel #DigitalPandacoin with tipbot
✬ Earn 2.5% Annual Interest ✬ Active Dev Team ✬ Blazing Fast Multi Mode Wallet ✬ Paper Wallet ✬ No premine or IPO ✬
☠☠☠☠☠☠☠ PANDACOINPND (´(ェ)`) Digital Pandacoin (´(ェ)`) PANDACOINPND ☠☠☠☠☠☠☠
5trade
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile
March 19, 2015, 08:05:22 AM
 #792

is there a fixed pos yearly percentage?

PoW ends at block 8,000
PoS rewards
from pos start to 9,999: 100,000 LiteDoge Reward
Block 10,000 — 19,999: 50,000 LiteDoge Reward
Block 20,000 — 29,999: 25,000 LiteDoge Reward
Block 30,000 — 39,999: 12,500 LiteDoge Reward
Block 40,000 + : 10,000 LiteDoge Reward

no fix i dont think!  you stake weight gets you certain amount of POS blocks daily
Bank_sy
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
March 19, 2015, 08:14:55 AM
 #793

cool! I staked some LDOGE blocks! I don't have much so it was great! I'm almost double my LDOGE now Cheesy
minerjoen
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
March 19, 2015, 08:17:31 AM
 #794

cool! I staked some LDOGE blocks! I don't have much so it was great! I'm almost double my LDOGE now Cheesy

yeah that staking works like a charm. Just buy / mine this coins, and hold in the wallet..

Bitcoin: 1GPjrqoWGQfqyCEYnPhbA3nWN9dmMwFHRE
Elementrem: 0xF4789b95826C4474B3E7C780Fd90f639b51C4B6c
5trade
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile
March 19, 2015, 08:23:53 AM
 #795

Stake going great!  So far so good!  Smoothe transactions!  Dev should upgrade wallet when POW ends!!  Look for a fork between 10,000 and 19,999 block!  It just seems the right time for it.  Lol!!  Needs more merchant tools and should go great with the tipping apps
Valta Crypto
Sr. Member
****
Offline Offline

Activity: 243
Merit: 250


View Profile WWW
March 19, 2015, 09:02:05 AM
 #796

wow such inflation  Roll Eyes
johnbrainless
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
March 19, 2015, 09:35:18 AM
 #797

the staking process has begun?

♝ Pandacoin   ♝ Buy With Paypal Or Credit Card ♝ FaceBook tipping ♝ Irc channel #DigitalPandacoin with tipbot
✬ Earn 2.5% Annual Interest ✬ Active Dev Team ✬ Blazing Fast Multi Mode Wallet ✬ Paper Wallet ✬ No premine or IPO ✬
☠☠☠☠☠☠☠ PANDACOINPND (´(ェ)`) Digital Pandacoin (´(ェ)`) PANDACOINPND ☠☠☠☠☠☠☠
jelin1984
Legendary
*
Offline Offline

Activity: 2408
Merit: 1004



View Profile
March 19, 2015, 09:47:39 AM
 #798

any good europe pool?HuhHuhHuh
Searing
Copper Member
Legendary
*
Offline Offline

Activity: 2898
Merit: 1464


Clueless!


View Profile
March 19, 2015, 10:05:58 AM
 #799



anyone running this on a knc titan 150mh (to start) see how this works out?

i assume the setting i would need would be something like this in bfgminer 5.1 (or whatever the latest is on knc titans)

Fixed Diff 16384

stratum+tcp://ldoge.manhattanmine.com:3335


or would the 8192 work better on the Titan?

whatever....not sure how serious i am about ..just seeing if any other big rigs have taken the gamble on this and if/what actual hash you can get to work

thanks

Old Style Legacy Plug & Play BBS System. Get it from www.synchro.net. Updated 1/1/2021. It also works with Windows 10 and likely 11 and allows 16 bit DOS game doors on the same Win 10 Machine in Multi-Node! Five Minute Install! Look it over it uninstalls just as fast, if you simply want to look it over. Freeware! Full BBS System! It is a frigging hoot!:)
minerjoen
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
March 19, 2015, 10:24:27 AM
 #800



anyone running this on a knc titan 150mh (to start) see how this works out?

i assume the setting i would need would be something like this in bfgminer 5.1 (or whatever the latest is on knc titans)

Fixed Diff 16384

stratum+tcp://ldoge.manhattanmine.com:3335


or would the 8192 work better on the Titan?

whatever....not sure how serious i am about ..just seeing if any other big rigs have taken the gamble on this and if/what actual hash you can get to work

thanks


i would say: just test it out.
I also always check during mining, i change diff to see if i get beter results. Anyway the diff is ''high'' already so try it on automatic.

Bitcoin: 1GPjrqoWGQfqyCEYnPhbA3nWN9dmMwFHRE
Elementrem: 0xF4789b95826C4474B3E7C780Fd90f639b51C4B6c
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ... 154 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!