Bitcoin Forum
May 10, 2024, 06:28:59 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 »  All
  Print  
Author Topic: Proof of Stake  (Read 16022 times)
cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7806


Crypto Swap Exchange


View Profile WWW
September 24, 2017, 01:38:51 PM
 #181

Mach mal so weiter und lösche den Masternode Ordner...
Quote
# I added LD_LIBRARY_PATH to my .bashrc, so the bdb lib can be found by the executable we will compile later on

export LD_LIBRARY_PATH="/usr/local/lib/"

# Get MasterNodeCoin sources from github and compile it

cd /home/pi
mkdir masternodecoin
cd masternodecoin
git clone https://github.com/masternodecoin/masternodecoin.git .

# these scripts need to be executable

chmod +x src/leveldb/build_detect_platform
chmod +x src/secp256k1/autogen.sh



# workaround because lrelease is not working on raspi - it never starts...
# so qmake would never end. we just create a dummy executable which does nothing

sudo touch dummy.sh
sudo chmod +x dummy.sh
sudo mv dummy.sh /usr/bin/
sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease

# ensure using the right version of qt

export QT_SELECT=qt5

# Now we can build the MasterNodeCoin-QT binary ...
qmake
make # compile.. this will take ages, wait patiently Wink




ok. hab den masternodecoin ordner gelöscht und fange von vorne an
bei sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease kommt diese meldung

Code:
pi@raspberrypi:~/masternodecoin $ sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease
ln: die symbolische Verknüpfung „/usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease“ konnte nicht angelegt werden: Die Datei existiert bereits
pi@raspberrypi:~/masternodecoin $

ist das so richtig bzw. relevant für den weiteren verlauf oder kann ich das so ignorieren?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715322539
Hero Member
*
Offline Offline

Posts: 1715322539

View Profile Personal Message (Offline)

Ignore
1715322539
Reply with quote  #2

1715322539
Report to moderator
1715322539
Hero Member
*
Offline Offline

Posts: 1715322539

View Profile Personal Message (Offline)

Ignore
1715322539
Reply with quote  #2

1715322539
Report to moderator
1715322539
Hero Member
*
Offline Offline

Posts: 1715322539

View Profile Personal Message (Offline)

Ignore
1715322539
Reply with quote  #2

1715322539
Report to moderator
Buchi-88
Legendary
*
Offline Offline

Activity: 3794
Merit: 2500



View Profile
September 24, 2017, 02:40:21 PM
 #182

Mach mal so weiter und lösche den Masternode Ordner...
Quote
# I added LD_LIBRARY_PATH to my .bashrc, so the bdb lib can be found by the executable we will compile later on

export LD_LIBRARY_PATH="/usr/local/lib/"

# Get MasterNodeCoin sources from github and compile it

cd /home/pi
mkdir masternodecoin
cd masternodecoin
git clone https://github.com/masternodecoin/masternodecoin.git .

# these scripts need to be executable

chmod +x src/leveldb/build_detect_platform
chmod +x src/secp256k1/autogen.sh



# workaround because lrelease is not working on raspi - it never starts...
# so qmake would never end. we just create a dummy executable which does nothing

sudo touch dummy.sh
sudo chmod +x dummy.sh
sudo mv dummy.sh /usr/bin/
sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease

# ensure using the right version of qt

export QT_SELECT=qt5

# Now we can build the MasterNodeCoin-QT binary ...
qmake
make # compile.. this will take ages, wait patiently Wink




ok. hab den masternodecoin ordner gelöscht und fange von vorne an
bei sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease kommt diese meldung

Code:
pi@raspberrypi:~/masternodecoin $ sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease
ln: die symbolische Verknüpfung „/usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease“ konnte nicht angelegt werden: Die Datei existiert bereits
pi@raspberrypi:~/masternodecoin $

ist das so richtig bzw. relevant für den weiteren verlauf oder kann ich das so ignorieren?

da die Datei bereits existiert, würde ich einmal einfach weiter machen...

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7806


Crypto Swap Exchange


View Profile WWW
September 24, 2017, 02:50:15 PM
 #183

Mach mal so weiter und lösche den Masternode Ordner...
Quote
# I added LD_LIBRARY_PATH to my .bashrc, so the bdb lib can be found by the executable we will compile later on

export LD_LIBRARY_PATH="/usr/local/lib/"

# Get MasterNodeCoin sources from github and compile it

cd /home/pi
mkdir masternodecoin
cd masternodecoin
git clone https://github.com/masternodecoin/masternodecoin.git .

# these scripts need to be executable

chmod +x src/leveldb/build_detect_platform
chmod +x src/secp256k1/autogen.sh



# workaround because lrelease is not working on raspi - it never starts...
# so qmake would never end. we just create a dummy executable which does nothing

sudo touch dummy.sh
sudo chmod +x dummy.sh
sudo mv dummy.sh /usr/bin/
sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease

# ensure using the right version of qt

export QT_SELECT=qt5

# Now we can build the MasterNodeCoin-QT binary ...
qmake
make # compile.. this will take ages, wait patiently Wink




ok. hab den masternodecoin ordner gelöscht und fange von vorne an
bei sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease kommt diese meldung

Code:
pi@raspberrypi:~/masternodecoin $ sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease
ln: die symbolische Verknüpfung „/usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease“ konnte nicht angelegt werden: Die Datei existiert bereits
pi@raspberrypi:~/masternodecoin $

ist das so richtig bzw. relevant für den weiteren verlauf oder kann ich das so ignorieren?

da die Datei bereits existiert, würde ich einmal einfach weiter machen...

ok. und welche befehle folgen danach?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Buchi-88
Legendary
*
Offline Offline

Activity: 3794
Merit: 2500



View Profile
September 24, 2017, 02:52:01 PM
 #184

Mach mal so weiter und lösche den Masternode Ordner...
Quote
# I added LD_LIBRARY_PATH to my .bashrc, so the bdb lib can be found by the executable we will compile later on

export LD_LIBRARY_PATH="/usr/local/lib/"

# Get MasterNodeCoin sources from github and compile it

cd /home/pi
mkdir masternodecoin
cd masternodecoin
git clone https://github.com/masternodecoin/masternodecoin.git .

# these scripts need to be executable

chmod +x src/leveldb/build_detect_platform
chmod +x src/secp256k1/autogen.sh



# workaround because lrelease is not working on raspi - it never starts...
# so qmake would never end. we just create a dummy executable which does nothing

sudo touch dummy.sh
sudo chmod +x dummy.sh
sudo mv dummy.sh /usr/bin/
sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease

# ensure using the right version of qt

export QT_SELECT=qt5

# Now we can build the MasterNodeCoin-QT binary ...
qmake
make # compile.. this will take ages, wait patiently Wink




ok. hab den masternodecoin ordner gelöscht und fange von vorne an
bei sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease kommt diese meldung

Code:
pi@raspberrypi:~/masternodecoin $ sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease
ln: die symbolische Verknüpfung „/usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease“ konnte nicht angelegt werden: Die Datei existiert bereits
pi@raspberrypi:~/masternodecoin $

ist das so richtig bzw. relevant für den weiteren verlauf oder kann ich das so ignorieren?

da die Datei bereits existiert, würde ich einmal einfach weiter machen...

ok. und welche befehle folgen danach?

# ensure using the right version of qt

cd /home/pi/masternodecoin
export QT_SELECT=qt5

# Now we can build the MasterNodeCoin-QT binary ...
qmake
make # compile.. this will take ages, wait patiently Wink

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7806


Crypto Swap Exchange


View Profile WWW
September 24, 2017, 02:59:33 PM
 #185

Mach mal so weiter und lösche den Masternode Ordner...
Quote
# I added LD_LIBRARY_PATH to my .bashrc, so the bdb lib can be found by the executable we will compile later on

export LD_LIBRARY_PATH="/usr/local/lib/"

# Get MasterNodeCoin sources from github and compile it

cd /home/pi
mkdir masternodecoin
cd masternodecoin
git clone https://github.com/masternodecoin/masternodecoin.git .

# these scripts need to be executable

chmod +x src/leveldb/build_detect_platform
chmod +x src/secp256k1/autogen.sh



# workaround because lrelease is not working on raspi - it never starts...
# so qmake would never end. we just create a dummy executable which does nothing

sudo touch dummy.sh
sudo chmod +x dummy.sh
sudo mv dummy.sh /usr/bin/
sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease

# ensure using the right version of qt

export QT_SELECT=qt5

# Now we can build the MasterNodeCoin-QT binary ...
qmake
make # compile.. this will take ages, wait patiently Wink




ok. hab den masternodecoin ordner gelöscht und fange von vorne an
bei sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease kommt diese meldung

Code:
pi@raspberrypi:~/masternodecoin $ sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease
ln: die symbolische Verknüpfung „/usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease“ konnte nicht angelegt werden: Die Datei existiert bereits
pi@raspberrypi:~/masternodecoin $

ist das so richtig bzw. relevant für den weiteren verlauf oder kann ich das so ignorieren?

da die Datei bereits existiert, würde ich einmal einfach weiter machen...

ok. und welche befehle folgen danach?

# ensure using the right version of qt

cd /home/pi/masternodecoin
export QT_SELECT=qt5

# Now we can build the MasterNodeCoin-QT binary ...
qmake
make # compile.. this will take ages, wait patiently Wink

das ist mir schon klar.
ich meinte, welche befehle nach den die schon oben aufgelistet sind  Smiley

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Buchi-88
Legendary
*
Offline Offline

Activity: 3794
Merit: 2500



View Profile
September 24, 2017, 03:12:43 PM
 #186

Mach mal so weiter und lösche den Masternode Ordner...
Quote
# I added LD_LIBRARY_PATH to my .bashrc, so the bdb lib can be found by the executable we will compile later on

export LD_LIBRARY_PATH="/usr/local/lib/"

# Get MasterNodeCoin sources from github and compile it

cd /home/pi
mkdir masternodecoin
cd masternodecoin
git clone https://github.com/masternodecoin/masternodecoin.git .

# these scripts need to be executable

chmod +x src/leveldb/build_detect_platform
chmod +x src/secp256k1/autogen.sh



# workaround because lrelease is not working on raspi - it never starts...
# so qmake would never end. we just create a dummy executable which does nothing

sudo touch dummy.sh
sudo chmod +x dummy.sh
sudo mv dummy.sh /usr/bin/
sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease

# ensure using the right version of qt

export QT_SELECT=qt5

# Now we can build the MasterNodeCoin-QT binary ...
qmake
make # compile.. this will take ages, wait patiently Wink




ok. hab den masternodecoin ordner gelöscht und fange von vorne an
bei sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease kommt diese meldung

Code:
pi@raspberrypi:~/masternodecoin $ sudo ln -s /usr/bin/dummy.sh /usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease
ln: die symbolische Verknüpfung „/usr/lib/arm-linux-gnueabihf/qt5/bin/lrelease“ konnte nicht angelegt werden: Die Datei existiert bereits
pi@raspberrypi:~/masternodecoin $

ist das so richtig bzw. relevant für den weiteren verlauf oder kann ich das so ignorieren?

da die Datei bereits existiert, würde ich einmal einfach weiter machen...

ok. und welche befehle folgen danach?

# ensure using the right version of qt

cd /home/pi/masternodecoin
export QT_SELECT=qt5

# Now we can build the MasterNodeCoin-QT binary ...
qmake
make # compile.. this will take ages, wait patiently Wink

das ist mir schon klar.
ich meinte, welche befehle nach den die schon oben aufgelistet sind  Smiley

Danach über Tightserver oder direkt über Desktop die Wallet starten Wink

cd /home/pi/masternodecoin
./Masternodecoin-qt

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7806


Crypto Swap Exchange


View Profile WWW
September 24, 2017, 03:20:18 PM
 #187

der gleiche fehler weiterhin...

terminal spuckt mir u.a. das zum schluss raus:

Quote
Qt: XKEYBOARD extansion not present on the X server.
Xlib: extension "RANDR" missing on display ":1.0".

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Buchi-88
Legendary
*
Offline Offline

Activity: 3794
Merit: 2500



View Profile
September 24, 2017, 03:29:11 PM
 #188

der gleiche fehler weiterhin...

terminal spuckt mir u.a. das zum schluss raus:

Quote
Qt: XKEYBOARD extansion not present on the X server.
Xlib: extension "RANDR" missing on display ":1.0".

Das kommt sowieso das sind keine Fehler, und das Wallet startet nicht?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7806


Crypto Swap Exchange


View Profile WWW
September 24, 2017, 03:33:46 PM
 #189

der gleiche fehler weiterhin...

terminal spuckt mir u.a. das zum schluss raus:

Quote
Qt: XKEYBOARD extansion not present on the X server.
Xlib: extension "RANDR" missing on display ":1.0".

Das kommt sowieso das sind keine Fehler, und das Wallet startet nicht?

nein, der gleiche fehler wie bei dir damals

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Buchi-88
Legendary
*
Offline Offline

Activity: 3794
Merit: 2500



View Profile
September 24, 2017, 03:53:53 PM
 #190

der gleiche fehler weiterhin...

terminal spuckt mir u.a. das zum schluss raus:

Quote
Qt: XKEYBOARD extansion not present on the X server.
Xlib: extension "RANDR" missing on display ":1.0".

Das kommt sowieso das sind keine Fehler, und das Wallet startet nicht?

nein, der gleiche fehler wie bei dir damals

Hmm, mal sehen ob ich noch wo nen Pi rumliegen habe... einer von den 6 muss ja noch wo sein... dann versuche ich die Installation noch einmal von ganz von vorne Wink

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7806


Crypto Swap Exchange


View Profile WWW
September 24, 2017, 03:58:12 PM
 #191

der gleiche fehler weiterhin...

terminal spuckt mir u.a. das zum schluss raus:

Quote
Qt: XKEYBOARD extansion not present on the X server.
Xlib: extension "RANDR" missing on display ":1.0".

Das kommt sowieso das sind keine Fehler, und das Wallet startet nicht?

nein, der gleiche fehler wie bei dir damals

Hmm, mal sehen ob ich noch wo nen Pi rumliegen habe... einer von den 6 muss ja noch wo sein... dann versuche ich die Installation noch einmal von ganz von vorne Wink

ok. mach das bitte und berichte dann.
denn bisjetzt läuft die mtnc wallet auf meinem laptop und die mn geht immer automatisch nach knapp einer stunde immer off - weiß auch nicht warum - muss es immer neu starten

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7806


Crypto Swap Exchange


View Profile WWW
September 25, 2017, 06:42:35 AM
 #192

der gleiche fehler weiterhin...

terminal spuckt mir u.a. das zum schluss raus:

Quote
Qt: XKEYBOARD extansion not present on the X server.
Xlib: extension "RANDR" missing on display ":1.0".

Das kommt sowieso das sind keine Fehler, und das Wallet startet nicht?

nein, der gleiche fehler wie bei dir damals

Hmm, mal sehen ob ich noch wo nen Pi rumliegen habe... einer von den 6 muss ja noch wo sein... dann versuche ich die Installation noch einmal von ganz von vorne Wink

ok. mach das bitte und berichte dann.
denn bisjetzt läuft die mtnc wallet auf meinem laptop und die mn geht immer automatisch nach knapp einer stunde immer off - weiß auch nicht warum - muss es immer neu starten

 Roll Eyes Roll Eyes Grin

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Buchi-88
Legendary
*
Offline Offline

Activity: 3794
Merit: 2500



View Profile
September 26, 2017, 04:48:41 PM
 #193

der gleiche fehler weiterhin...

terminal spuckt mir u.a. das zum schluss raus:

Quote
Qt: XKEYBOARD extansion not present on the X server.
Xlib: extension "RANDR" missing on display ":1.0".

Das kommt sowieso das sind keine Fehler, und das Wallet startet nicht?

nein, der gleiche fehler wie bei dir damals

Hmm, mal sehen ob ich noch wo nen Pi rumliegen habe... einer von den 6 muss ja noch wo sein... dann versuche ich die Installation noch einmal von ganz von vorne Wink

ok. mach das bitte und berichte dann.
denn bisjetzt läuft die mtnc wallet auf meinem laptop und die mn geht immer automatisch nach knapp einer stunde immer off - weiß auch nicht warum - muss es immer neu starten

 Roll Eyes Roll Eyes Grin

Ich bin zum testen zwar noch nicht gekommen, aber versuche es einmal so, ohne kopieren und löschen....

Quote
cd /home/pi
# Build the library and install to /usr/local
cd db-4.8.30.NC/build_unix/
../dist/configure --prefix=/usr/local --enable-cxx
make -j4 # compile on 4 cores
sudo make install # copy compiled files to /usr/local

# I added LD_LIBRARY_PATH to my .bashrc, so the bdb lib can be found by the executable we will compile later on
export LD_LIBRARY_PATH="/usr/local/lib/"

cd /home/pi/masternodecoin
qmake
make

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7806


Crypto Swap Exchange


View Profile WWW
September 26, 2017, 04:58:51 PM
 #194

der gleiche fehler weiterhin...

terminal spuckt mir u.a. das zum schluss raus:

Quote
Qt: XKEYBOARD extansion not present on the X server.
Xlib: extension "RANDR" missing on display ":1.0".

Das kommt sowieso das sind keine Fehler, und das Wallet startet nicht?

nein, der gleiche fehler wie bei dir damals

Hmm, mal sehen ob ich noch wo nen Pi rumliegen habe... einer von den 6 muss ja noch wo sein... dann versuche ich die Installation noch einmal von ganz von vorne Wink

ok. mach das bitte und berichte dann.
denn bisjetzt läuft die mtnc wallet auf meinem laptop und die mn geht immer automatisch nach knapp einer stunde immer off - weiß auch nicht warum - muss es immer neu starten

 Roll Eyes Roll Eyes Grin

Ich bin zum testen zwar noch nicht gekommen, aber versuche es einmal so, ohne kopieren und löschen....

Quote
cd /home/pi
# Build the library and install to /usr/local
cd db-4.8.30.NC/build_unix/
../dist/configure --prefix=/usr/local --enable-cxx
make -j4 # compile on 4 cores
sudo make install # copy compiled files to /usr/local

# I added LD_LIBRARY_PATH to my .bashrc, so the bdb lib can be found by the executable we will compile later on
export LD_LIBRARY_PATH="/usr/local/lib/"

cd /home/pi/masternodecoin
qmake
make


Quote
pi@raspberrypi:~/db-4.8.30.NC/build_unix $ make -j4 # compile on 4 cores
make: Nothing to be done for 'all'.

ist das so richtig?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Buchi-88
Legendary
*
Offline Offline

Activity: 3794
Merit: 2500



View Profile
September 26, 2017, 05:17:20 PM
 #195

der gleiche fehler weiterhin...

terminal spuckt mir u.a. das zum schluss raus:

Quote
Qt: XKEYBOARD extansion not present on the X server.
Xlib: extension "RANDR" missing on display ":1.0".

Das kommt sowieso das sind keine Fehler, und das Wallet startet nicht?

nein, der gleiche fehler wie bei dir damals

Hmm, mal sehen ob ich noch wo nen Pi rumliegen habe... einer von den 6 muss ja noch wo sein... dann versuche ich die Installation noch einmal von ganz von vorne Wink

ok. mach das bitte und berichte dann.
denn bisjetzt läuft die mtnc wallet auf meinem laptop und die mn geht immer automatisch nach knapp einer stunde immer off - weiß auch nicht warum - muss es immer neu starten

 Roll Eyes Roll Eyes Grin

Ich bin zum testen zwar noch nicht gekommen, aber versuche es einmal so, ohne kopieren und löschen....

Quote
cd /home/pi
# Build the library and install to /usr/local
cd db-4.8.30.NC/build_unix/
../dist/configure --prefix=/usr/local --enable-cxx
make -j4 # compile on 4 cores
sudo make install # copy compiled files to /usr/local

# I added LD_LIBRARY_PATH to my .bashrc, so the bdb lib can be found by the executable we will compile later on
export LD_LIBRARY_PATH="/usr/local/lib/"

cd /home/pi/masternodecoin
qmake
make


Quote
pi@raspberrypi:~/db-4.8.30.NC/build_unix $ make -j4 # compile on 4 cores
make: Nothing to be done for 'all'.

ist das so richtig?

Ja sollte genau so passen, compiliere gerade eine "chaincoin" Masternode, und da habe ich das genau so genommen...

Für eine Masternode, muss ich den TCP und UDP Port der Masternode freigeben?

Also NAT (eingehend) auf die jeweilige IP des Raspberrys?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7806


Crypto Swap Exchange


View Profile WWW
September 26, 2017, 05:25:59 PM
 #196

der gleiche fehler weiterhin...

terminal spuckt mir u.a. das zum schluss raus:

Quote
Qt: XKEYBOARD extansion not present on the X server.
Xlib: extension "RANDR" missing on display ":1.0".

Das kommt sowieso das sind keine Fehler, und das Wallet startet nicht?

nein, der gleiche fehler wie bei dir damals

Hmm, mal sehen ob ich noch wo nen Pi rumliegen habe... einer von den 6 muss ja noch wo sein... dann versuche ich die Installation noch einmal von ganz von vorne Wink

ok. mach das bitte und berichte dann.
denn bisjetzt läuft die mtnc wallet auf meinem laptop und die mn geht immer automatisch nach knapp einer stunde immer off - weiß auch nicht warum - muss es immer neu starten

 Roll Eyes Roll Eyes Grin

Ich bin zum testen zwar noch nicht gekommen, aber versuche es einmal so, ohne kopieren und löschen....

Quote
cd /home/pi
# Build the library and install to /usr/local
cd db-4.8.30.NC/build_unix/
../dist/configure --prefix=/usr/local --enable-cxx
make -j4 # compile on 4 cores
sudo make install # copy compiled files to /usr/local

# I added LD_LIBRARY_PATH to my .bashrc, so the bdb lib can be found by the executable we will compile later on
export LD_LIBRARY_PATH="/usr/local/lib/"

cd /home/pi/masternodecoin
qmake
make


Quote
pi@raspberrypi:~/db-4.8.30.NC/build_unix $ make -j4 # compile on 4 cores
make: Nothing to be done for 'all'.

ist das so richtig?

Ja sollte genau so passen, compiliere gerade eine "chaincoin" Masternode, und da habe ich das genau so genommen...

Für eine Masternode, muss ich den TCP und UDP Port der Masternode freigeben?

Also NAT (eingehend) auf die jeweilige IP des Raspberrys?

also, ich hab nach dem vorgang immer noch den gleichen fehler....

für meinen masternode habe ich am router den port über TCP freigegeben. läuft nun ohne zu disconnecten - aber halt nur auf dem laptop

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Buchi-88
Legendary
*
Offline Offline

Activity: 3794
Merit: 2500



View Profile
September 26, 2017, 05:27:37 PM
 #197

der Pi compiliert ohne Fehler fertig?

Dieses Paket auch installiert:

sudo apt-get install at-spi2-core

Edit: lösche unter /home/pi das ./masternodecoin verzeichnis ncoh einmal und starte die Wallet noch einmal...

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7806


Crypto Swap Exchange


View Profile WWW
September 26, 2017, 05:35:53 PM
 #198

der Pi compiliert ohne Fehler fertig?

Dieses Paket auch installiert:

sudo apt-get install at-spi2-core

Edit: lösche unter /home/pi das ./masternodecoin verzeichnis ncoh einmal und starte die Wallet noch einmal...

bei der compilierung gabs keine fehler.
at-spi2-core habe ich jetzt nochmal nachinstalliert. wallet hatte trotzdem noch den fehler.
jetzt habe ich den kompletten masternodecoin ordner gelöscht

jetzt weider ne dumme frage von mir...
wie installiere ich die wallet wieder?  Lips sealed

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Buchi-88
Legendary
*
Offline Offline

Activity: 3794
Merit: 2500



View Profile
September 26, 2017, 05:48:32 PM
 #199

der Pi compiliert ohne Fehler fertig?

Dieses Paket auch installiert:

sudo apt-get install at-spi2-core

Edit: lösche unter /home/pi das ./masternodecoin verzeichnis ncoh einmal und starte die Wallet noch einmal...

bei der compilierung gabs keine fehler.
at-spi2-core habe ich jetzt nochmal nachinstalliert. wallet hatte trotzdem noch den fehler.
jetzt habe ich den kompletten masternodecoin ordner gelöscht

jetzt weider ne dumme frage von mir...
wie installiere ich die wallet wieder?  Lips sealed

Nicht installieren, hast du den mastercoin Ordner oder den ./mastercoin Ordner gelöscht?

Mfg

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
cygan
Legendary
*
Offline Offline

Activity: 3150
Merit: 7806


Crypto Swap Exchange


View Profile WWW
September 26, 2017, 05:51:30 PM
 #200

der Pi compiliert ohne Fehler fertig?

Dieses Paket auch installiert:

sudo apt-get install at-spi2-core

Edit: lösche unter /home/pi das ./masternodecoin verzeichnis ncoh einmal und starte die Wallet noch einmal...

bei der compilierung gabs keine fehler.
at-spi2-core habe ich jetzt nochmal nachinstalliert. wallet hatte trotzdem noch den fehler.
jetzt habe ich den kompletten masternodecoin ordner gelöscht

jetzt weider ne dumme frage von mir...
wie installiere ich die wallet wieder?  Lips sealed

Nicht installieren, hast du den mastercoin Ordner oder den ./mastercoin Ordner gelöscht?

Mfg

Huh?

hab nur den /home/pi/masternodecoin ordner
einen anderen sehen ich nicht...

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
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 »  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!