Bitcoin Forum
April 27, 2024, 01:23:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 [141] 142 143 144 145 146 147 148 149 150 151 152 153 154 »
  Print  
Author Topic: i quit  (Read 142509 times)
mellon
Legendary
*
Offline Offline

Activity: 1014
Merit: 1002


Quel marth Melloneamin


View Profile
May 17, 2015, 04:51:01 PM
Last edit: May 19, 2015, 11:38:29 AM by mellon
 #2801

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  Patience is KEY!

Source: https://bitbucket.org/litedogedev/litedoge/src

Thank you so much!

Will be working on this later today or tomorrow.
Awesome!!!
For fast setup without compiling wallet. You can easy download LDOGE Linux Wallet from here. Dev add it in OP plz.

    [    ] 
  POW/POS
  ANONIMITY
TRANSACTIONS
  SECURITY
 
   
STEEP
& CHEAP
.steepcoinproject@gmail.com.
1714181003
Hero Member
*
Offline Offline

Posts: 1714181003

View Profile Personal Message (Offline)

Ignore
1714181003
Reply with quote  #2

1714181003
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714181003
Hero Member
*
Offline Offline

Posts: 1714181003

View Profile Personal Message (Offline)

Ignore
1714181003
Reply with quote  #2

1714181003
Report to moderator
1714181003
Hero Member
*
Offline Offline

Posts: 1714181003

View Profile Personal Message (Offline)

Ignore
1714181003
Reply with quote  #2

1714181003
Report to moderator
1714181003
Hero Member
*
Offline Offline

Posts: 1714181003

View Profile Personal Message (Offline)

Ignore
1714181003
Reply with quote  #2

1714181003
Report to moderator
Hamuki
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
May 17, 2015, 05:08:56 PM
 #2802

Please take a look here https://bitcointalk.org/index.php?topic=1063683

Need money for investment in Litedoge! xD
Will do almost anything.

MinerFTW
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
May 17, 2015, 05:37:15 PM
 #2803

What you can do also is export your privkeys from current wallet and import back in a new wallet. that way you don't have to move wallet.dat from 1 system to an other system.

▄▄▄████████▄▄▄
▄▄██████████████████▄▄
▄████████████████████████▄
▄████████████████████████████▄
███████████████████████  █████
██
▓███████████████  █  ████████████▓
█████████  ██           ██  ███████
▄█████  ████████  ██████  ███████████▄
████████    ████  ██████  ██  ████████
████████████████  ███ ██  ███         
██████     ████     ████████████████
████████████████  ███ ██████   ██     
▀███████    ████  ███████████████████▀
█████  ████████  ████████████  █████
████████  ██      ████████████████
██████████████████████████  ████
▀████████████████████████████▀
▀██████████████████  ████▀
▀▀██████████████████▀▀
 ▀▀▀████████▀▀▀
FRELDO
Token sales
[ WP ]
Hamuki
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
May 17, 2015, 06:57:05 PM
 #2804

Anyone here able to help me install a wallet on a linux server version and not normal linux with a interface.

Trying to get a dice site for Litedoge going again Smiley

MinerFTW
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
May 17, 2015, 07:23:39 PM
 #2805

look inside doc folder of coin source. all libs written there and instructions to compile the daemon

UNIX BUILD NOTES
================

To Build
--------

cd src/
make -f makefile.unix            # Headless litedoge

See readme-qt.rst for instructions on building LiteDoge QT,
the graphical litedoge.

Dependencies
------------

 Library     Purpose           Description
 -------     -------           -----------
 libssl      SSL Support       Secure communications
 libdb       Berkeley DB       Blockchain & wallet storage
 libboost    Boost             C++ Library
 miniupnpc   UPnP Support      Optional firewall-jumping support
 libqrencode QRCode generation Optional QRCode generation

Note that libexecinfo should be installed, if you building under *BSD systems.
This library provides backtrace facility.

miniupnpc may be used for UPnP port mapping.  It can be downloaded from
http://miniupnp.tuxfamily.org/files/.  UPnP support is compiled in and
turned off by default.  Set USE_UPNP to a different value to control this:
 USE_UPNP=-    No UPnP support - miniupnp not required
 USE_UPNP=0    (the default) UPnP support turned off by default at runtime
 USE_UPNP=1    UPnP support turned on by default at runtime

libqrencode may be used for QRCode image generation. It can be downloaded
from http://fukuchi.org/works/qrencode/index.html.en, or installed via
your package manager. Set USE_QRCODE to control this:
 USE_QRCODE=0   (the default) No QRCode support - libqrcode not required
 USE_QRCODE=1   QRCode support enabled

Licenses of statically linked libraries:
 Berkeley DB   New BSD license with additional requirement that linked
               software must be free open source
 Boost         MIT-like license
 miniupnpc     New (3-clause) BSD license

Versions used in this release:
 GCC           4.9.0
 OpenSSL       1.0.1g
 Berkeley DB   5.3.28.NC
 Boost         1.55.0
 miniupnpc     1.9.20140401

Dependency Build Instructions: Ubuntu & Debian
----------------------------------------------
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb++-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev

If using Boost 1.37, append -mt to the boost libraries in the makefile.


Dependency Build Instructions: Gentoo
-------------------------------------

emerge -av1 --noreplace boost openssl sys-libs/db

Take the following steps to build (no UPnP support):
 cd ${LITEDOGE_DIR}/src
 make -f makefile.unix USE_UPNP=
 strip litedoged


Notes
-----
The release is built with GCC and then "strip litedoged" to strip the debug
symbols, which reduces the executable size by about 90%.


miniupnpc
---------
tar -xzvf miniupnpc-1.6.tar.gz
cd miniupnpc-1.6
make
sudo su
make install


Berkeley DB
-----------
You need Berkeley DB. If you have to build Berkeley DB yourself:
../dist/configure --enable-cxx
make


Boost
-----
If you need to build Boost yourself:
sudo su
./bootstrap.sh
./bjam install

▄▄▄████████▄▄▄
▄▄██████████████████▄▄
▄████████████████████████▄
▄████████████████████████████▄
███████████████████████  █████
██
▓███████████████  █  ████████████▓
█████████  ██           ██  ███████
▄█████  ████████  ██████  ███████████▄
████████    ████  ██████  ██  ████████
████████████████  ███ ██  ███         
██████     ████     ████████████████
████████████████  ███ ██████   ██     
▀███████    ████  ███████████████████▀
█████  ████████  ████████████  █████
████████  ██      ████████████████
██████████████████████████  ████
▀████████████████████████████▀
▀██████████████████  ████▀
▀▀██████████████████▀▀
 ▀▀▀████████▀▀▀
FRELDO
Token sales
[ WP ]
BitCoinNutJob
Legendary
*
Offline Offline

Activity: 1316
Merit: 1000


View Profile
May 18, 2015, 12:37:20 PM
 #2806

Thanks d57heinz for really basic guide. I bought a few million coins. I have Raspberry Pi. I will try it Smiley This coin is going high.
Hamuki
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
May 18, 2015, 01:54:38 PM
 #2807

On my way home so I can setup my Rasp pi Tongue

Its gonna be nice staking 24/7 instead of 6 hours or so a day.

I also just got back into my favorite signature campaign that will give me a little funding for more Litedoge Tongue


Hamuki
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
May 18, 2015, 08:36:15 PM
 #2808

Someone please dump 7 mill on my buy order.

Would make me so happy! Tongue

Hamuki
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
May 19, 2015, 04:56:37 AM
 #2809

Thank you for dumping over night!
Got that nice 6.1 million coins Tongue


Hamuki
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
May 19, 2015, 07:34:26 AM
 #2810

Having some problems with setting up the wallet.
The rasp is made ready for everything.

I just need a guide on how to install the wallet itself.. I am a Linux nub xD

plz help!

CryptoChaser
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
May 19, 2015, 10:46:07 AM
 #2811

LiteDoge - Lite version of Dogecoin

http://www.litedoge.org/index.html

Hamuki
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
May 19, 2015, 11:02:31 AM
 #2812

Cant get this wallet to install Sad
Linux, anyone able to guide me?

Skype: HamukiLS

Bitcoinman777
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
May 19, 2015, 01:52:08 PM
 #2813

hello community how is mac wallet project going?

Donation address: 154
NoobKidOnTheBlock
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


FLY DONATION ADDRESS IN SIGNATURE


View Profile
May 19, 2015, 01:56:12 PM
 #2814

hello community how is mac wallet project going?
I believe that they posted the link to the Mac wallet on the OP now and for as how it works I wouldn't know mate Smiley But feel free to check it out Wink

 

▇▇▇

▇▇


▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇
▇▇▇▇▇▇
...
............NoobKidOnThe.BLOCK.....
 
ctgiant
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile WWW
May 19, 2015, 04:39:51 PM
 #2815

hello community how is mac wallet project going?

It is functioning but we are waiting for public release to go along with windows wallet.  It works for OSX 10.9 and above only.  If you would like a link to the Mac Wallet, PM me and I will send it to you.

MiningAlts Block Explorers and Windows/Mac Wallet Building Services - http://miningalts.com
litedoge
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

wow much coin such love


View Profile
May 19, 2015, 05:36:16 PM
 #2816



IRC channel: #Litedoge https://kiwiirc.com/client/irc.kiwiirc.com/#Litedoge
Hamuki
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
May 19, 2015, 06:59:59 PM
 #2817

I have a request.

Can someone make a image with the Litedoge wallet installed on that will function as a standard so people who has no idea of how to use Linux can just throw the image on their Raspberry Pi and then move their own wallet.dat file to the Pi instead.

Because I am going crazy after trying this for 4 hours. And I cant get it working.

heathcoin
Full Member
***
Offline Offline

Activity: 233
Merit: 100


View Profile
May 19, 2015, 11:14:38 PM
 #2818

Who is in charge of updating litedoge.org?  We need to keep it current.  Please add cryptopia as an exchange. 

https://www.cryptopia.co.nz/

Thanks!
aquitasIJ (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 20, 2015, 05:29:42 AM
 #2819

I am working on a few updates on the wallet:

First will be Darksend + Stealth Addresses + Masternodes (This will be a hard fork, so everyone will need to update by a certain date when its released)

Then built-in I2P (not a hardfork)

Then Encrypted messaging(not a hardfork)

Then the gui to look better. Perhaps someone can help then with the gui to make it look great?
Hamuki
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
May 20, 2015, 06:11:57 AM
 #2820

Wow O_O

3 sat dump with over 6 BTC O_O

Lemme buy buy buy

Pages: « 1 ... 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 [141] 142 143 144 145 146 147 148 149 150 151 152 153 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!