Bitcoin Forum
May 11, 2024, 10:03:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Mining on Raspberry OS RASPBIAN STRETCH WITH DESKTOP  (Read 389 times)
pishite (OP)
Full Member
***
Offline Offline

Activity: 966
Merit: 132


View Profile
December 26, 2017, 02:34:53 PM
 #1

Hi, I did not buy it for a long time, but I ran into the problem that there was almost no software (wallets for pos), everything needed to be collected, but I did not find the necessary libraries, for example, libdb4.8 ++ - dev installed 5.3, but I can not collect wallets, although he did everything according to the instructions. Can anyone help in this matter and the topic will be relevant for the same newcomers as me. Maybe for assembly you need to increase the swap from 100 to 1000. Help please the whole head broke.
Happened to collect it: https://github.com/madross/incakoin-new and this: https://github.com/UniverseUNI/Universe-UNI
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
pishite (OP)
Full Member
***
Offline Offline

Activity: 966
Merit: 132


View Profile
December 27, 2017, 03:56:27 PM
 #2

Found how to build this library db - 4.8.30

1: sudo apt-get install autoconf libtool libssl-dev libboost-all-dev libminiupnpc-dev -y
2: mkdir ~/bin
cd ~/bin
3: wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
tar -xzvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix/
../dist/configure --enable-cxx
make -j4
sudo make install
pishite (OP)
Full Member
***
Offline Offline

Activity: 966
Merit: 132


View Profile
December 27, 2017, 06:32:10 PM
 #3

At the moment, nothing is extracted raspberries can't install the wallets, errors are falling one by one. And expect to hold up to 3 purses for pos if possible.
pishite (OP)
Full Member
***
Offline Offline

Activity: 966
Merit: 132


View Profile
December 30, 2017, 06:49:44 AM
 #4

Found what was the problem, it consisted in installing another OS Raspbian JESSIE, when compiling a lot of bugs corrected. But until the victory is complete I will keep far in the know if everything works out.
pishite (OP)
Full Member
***
Offline Offline

Activity: 966
Merit: 132


View Profile
December 31, 2017, 07:10:05 AM
Merited by Andrey123 (5)
 #5

Assembly is successful, I will tell you how I collected a purse for incakoin, for other purses do by analogy.
1. Downloaded the image of Rasbian Jessie: http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-07-05/2017-07-05-raspbian-jessie.zip.torrent
2. Write it to a memory card of class 10, I use Sandisk at 32 gb.
3. Update the system:
sudo apt-get update
sudo apt-get dist-upgrade
4. Install remote access:
sudo apt-get install tightvncserver
sudo apt-get install xrdp
5. Increase SWAP file (so that raspberries do not hang at compile time)
sudo nano / etc / dphys-swapfile (Change the value of CONF_SWAPSIZE = 100 to 1000. To save the file, press Ctrl + O. To close, press Ctrl + X.)
Connect SWAP:
sudo dphys-swapfile setup
sudo dphys-swapfile swapon
Download files from https://github.com:
git clone https://github.com/madross/incakoin-new
Go to the source folder:
cd incakoin-new
We open through the file manager our folder and set ALL files ALL
Or in the terminal write: chmod 777 *
Now we put the dependencies: (* you can find them in the folder doc / readme-qt.rst)
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
    libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
    libssl-dev libdb4.8 ++ - dev
Now you can proceed to compilation:
a) qmake
b) make
And you can go drinking tea or watching TV, compiling takes at least an hour.
* If at compilation time you have a raspberry, then delete the source folder before compilation and download again, otherwise there will be errors.
paddygarcia
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
December 31, 2017, 07:26:04 AM
 #6

there's a lot of info about mining cpu-only coins with rpi or other single-board pc. For example VRM o XMG (now in standby).
metscoin
Jr. Member
*
Offline Offline

Activity: 98
Merit: 1


View Profile WWW
December 31, 2017, 07:54:06 PM
 #7

You can mine Monero with RP3 ... the hash rate is as low as you might imagine, it's more like a lottery.   
I use: https://github.com/tpruvot/cpuminer-multi   

On my pool I have a couple ports set at a low difficulty for RP3's   
https://mon.gulfcoastmining.com
Lafu
Legendary
*
Offline Offline

Activity: 2968
Merit: 3046



View Profile
December 31, 2017, 08:21:10 PM
 #8

Check this out !   https://www.novaspirit.com/2017/04/10/cpuminer-raspberry-pi/   have tryd it with most algos and works fine on a Pi 3  ! 


Regards  Lafu

Happy New Year

pishite (OP)
Full Member
***
Offline Offline

Activity: 966
Merit: 132


View Profile
January 04, 2018, 12:24:45 PM
 #9

It is similar to TeamViewer only works on the local network or via the Internet if there is a white ip (direct ip)
Not a great instruction: http://www.instructables.com/id/Setting-up-a-VNC-Server-on-your-Raspberry-Pi/
But I still put the SSH client on the terminal: JuiceSSH
mansurinaeem
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 04, 2018, 01:45:51 PM
 #10

Great Work
pishite (OP)
Full Member
***
Offline Offline

Activity: 966
Merit: 132


View Profile
June 11, 2019, 08:01:54 PM
 #11

Information on compiling wallets under raspberry is not enough!
I will upload my builds and write under what os compiled.

Universe(uni) - https://github.com/universe-project/universe/releases/download/v2.0.0/universe-qt-raspberry.zip (Raspbian Strech 2019-04-08)
naska21
Hero Member
*****
Offline Offline

Activity: 1358
Merit: 635


View Profile
June 12, 2019, 09:00:25 AM
Last edit: February 06, 2022, 10:25:46 AM by naska21
 #12

Information on compiling wallets under raspberry is not enough!
I will upload my builds and write under what os compiled.

Universe(uni) - https://github.com/universe-project/universe/releases/download/v2.0.0/universe-qt-raspberry.zip (Raspbian Strech 2019-04-08)

pishite (OP)
Full Member
***
Offline Offline

Activity: 966
Merit: 132


View Profile
June 12, 2019, 05:56:46 PM
 #13

Information on compiling wallets under raspberry is not enough!
I will upload my builds and write under what os compiled.

Universe(uni) - https://github.com/universe-project/universe/releases/download/v2.0.0/universe-qt-raspberry.zip (Raspbian Strech 2019-04-08)

I'm sorry to ask and this may be even beside the point of the topic but is UNI worthy enough to spend my time to deploy your wallet on Raspberry Pi? That's more about what I didn't get i.e. the value of UNI atm, transactions seem to be going trough network but the price is zero and I'm a little confused with that.

Now the network was fork. And the pos was cut from 100% per year to 10%. And every year it will be less. In three years it will be equal to 1% per year. So I hope that the course will go up. The project team is working and rolling out new projects. For example World of Warcraft with cryptocurrency: http://uniwow.ru
Pages: [1]
  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!