Bitcoin Forum
May 13, 2024, 03:38:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: RPI 1 B (512MB RAM) - Bitcoin Full Node Betrieb < 4 Watt  (Read 4848 times)
cagrund
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


CTO für den Bundesverband Bitcoin e. V.


View Profile WWW
June 01, 2015, 06:04:40 AM
 #21

im verzeichnis bitcoind-status ist eine run_tests.sh.
hast du die schon mal gestartet ?
gab es fehler ?

vielleicht noch apt-get install php5-curl eingeben, dann sollte es funktionieren.

gruß
pazor

Die Test-Datei gibt folgendes zurück:

Code:

pi@RPi2-BTC /bitcoind-status $ sh run_tests.sh
--- PHP Syntax
No syntax errors detected in ./php/functions.php
No syntax errors detected in ./php/easybitcoin.php
No syntax errors detected in ./php/config.sample.php
No syntax errors detected in ./index.php
--- PHP Standards
run_tests.sh: 16: run_tests.sh: ./vendor/bin/phpcs: not found
pi@RPi2-BTC /bitcoind-status $


php5-curl musste ich in der Tat noch nachinstallieren.

Jetzt prüft bitcoind gerade die Blöcke ... es besteht Hoffnung.  Cheesy

1715614734
Hero Member
*
Offline Offline

Posts: 1715614734

View Profile Personal Message (Offline)

Ignore
1715614734
Reply with quote  #2

1715614734
Report to moderator
1715614734
Hero Member
*
Offline Offline

Posts: 1715614734

View Profile Personal Message (Offline)

Ignore
1715614734
Reply with quote  #2

1715614734
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.
1715614734
Hero Member
*
Offline Offline

Posts: 1715614734

View Profile Personal Message (Offline)

Ignore
1715614734
Reply with quote  #2

1715614734
Report to moderator
cagrund
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


CTO für den Bundesverband Bitcoin e. V.


View Profile WWW
June 01, 2015, 11:37:15 AM
 #22

So, nachdem ich in der Config.php 'localhost' mit 127.0.0.1 ersetzt habe läuft alles.

Aktuell habe ich 21 Connections.  Grin

Kleiner Tip noch am Rande:


Unter Node-IP wird bei den meisten die den RPi genatet haben keine IP angezeigt oder die des lokalen Netzwerk.

Sofern man eine fixe IP hat, kann man in der Config.PHP den Wert
Code:
 'use_bitcoind_ip'         => false,
setzen.
Anschliessend in der functions.php in der Zeile 52 seine fixe IP so eintragen

Code:
46 if (isset($config['display_ip']) && $config['display_ip'] === true) {
47        // Use bitcoind IP
48        if ($config['use_bitcoind_ip'] === true) {
49            $net_info = $bitcoin->getnetworkinfo();
50            $data['node_ip'] = $net_info['localaddresses'][0]['address'];
51        } else {
52            $data['node_ip'] = 'HIER.DEINE.FIXE.IP';
53        }
54    }

Dann wird die IP angezeigt & auch die GeoIP-Zuordnung sollte stimmen.  Wink


Gruß Carsten.

Nachtrag: Bewundern könnt Ihr die Node unter Full Nude des Bundesverbanbd Bitcoin e.V.


Gruß Carsten.


pazor_true (OP)
Legendary
*
Offline Offline

Activity: 1460
Merit: 1025


i love Emerald (EMD)


View Profile
August 27, 2015, 10:19:48 PM
 #23



Nachtrag: Bewundern könnt Ihr die Node unter Full Nude des Bundesverbanbd Bitcoin e.V.



wo ist denn der full nude abgeblieben ?
 Grin

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
Pages: « 1 [2]  All
  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!