Bitcoin Forum
July 05, 2024, 07:45:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 »
21  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 17, 2016, 02:19:20 PM

failcoin:

error: unrecognized command line option '-msse2'


raspberryPI cpu dont support -msse2
u need to compile wallet without use of that

maybe this helps ya
https://github.com/DMDcoin/Diamond/commit/33f31dd74eda936bc33011c356f6836c0e17a946
thats how DMD Diamond became compileable on Raspberry


ok thank you i'll have a look/read of the post

I replaced the code with that in the link you posted,
I'm now getting:
QMainWindow: No such file or directory
22  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 17, 2016, 12:48:57 PM

failcoin:

error: unrecognized command line option '-msse2'


raspberryPI cpu dont support -msse2
u need to compile wallet without use of that

maybe this helps ya
https://github.com/DMDcoin/Diamond/commit/33f31dd74eda936bc33011c356f6836c0e17a946
thats how DMD Diamond became compileable on Raspberry


ok thank you i'll have a look/read of the post
23  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 17, 2016, 12:32:00 PM
is there not a other  thread for the main ROKOS release?
its hard to fopllow ROKOS flavors related topic if standard ROKOS stuff discussed all over

that one is for bitcoin and the os and this one is for flavors and altcoins is it not?
24  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 17, 2016, 12:12:31 PM
I've managed to get the bitcoin 0.12 and the litecoin wallet installed on my rokos install but I'm hitting a brick wall with getting the qt variants of metalcoin and failcoin installed as they don't have the autogen.sh file so cant install them like bitcoin or litecoin.
I've tried using the altcoin-qt.pro files in qt creator and get the following errors:

metalcoin:

db_cxx.h: no such file or directory

failcoin:

error: unrecognized command line option '-msse2'

is there an easy way to install the wallets like with the bitcoin/litecoin wallets?
25  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 14, 2016, 08:03:42 PM
your welcome


I typed both the export lines

i then did the ./autogen.sh and at  the end it says:

Makefile.am:5: warning: user variable 'GZIP_ENV' defined here ...
/usr/share/automake-1.14/am/distdir.am: ... overrides Automake variable 'GZIP_ENV' defined here

Makefile.am:55: warning: user target 'distcleancheck' defined here ...
/usr/share/automake-1.14/am/distdir.am: ... overrides Automake target 'distcleancheck' defined here
src/Makefile.am:426 warning: user target '.mm.o' defined here ... /usr/share/automake-1.14/am/depend2.am: ... overrides Automake target 'mm.o' defined here

then i do the ./configure --enable-upnp-default --with-gui and thats when i get the missing cxx headers message

There is a problem on dogecoin code to run over the new debian jessie based systems, Doge should fix this problem before we can integrate it into Pi 2 debian systems, I will gladly help if I get some free time and get contacted by them after this coming ROKOS flavors release.

Doge issue over Jessie: https://www.raspberrypi.org/forums/viewtopic.php?t=131452&p=876876 (reddit & Github links)

ahhh ok thanks, theres no rush take your time i completely understand.

thanks for all your hard work.

the new alt wallets are looking good and look forward to running them on my pi
26  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 14, 2016, 07:44:04 PM
your welcome


I typed both the export lines

i then did the ./autogen.sh and at  the end it says:

Makefile.am:5: warning: user variable 'GZIP_ENV' defined here ...
/usr/share/automake-1.14/am/distdir.am: ... overrides Automake variable 'GZIP_ENV' defined here

Makefile.am:55: warning: user target 'distcleancheck' defined here ...
/usr/share/automake-1.14/am/distdir.am: ... overrides Automake target 'distcleancheck' defined here
src/Makefile.am:426 warning: user target '.mm.o' defined here ... /usr/share/automake-1.14/am/depend2.am: ... overrides Automake target 'mm.o' defined here

then i do the ./configure --enable-upnp-default --with-gui and thats when i get the missing cxx headers message
27  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 14, 2016, 06:05:33 PM
following my success in installing the bitcoin 0.12.0 update i thought i'd give installing other wallets another go.
while going through the process of installing doge coin i type:
./configure --enable-upnp-default --with-gui
and it gets to checking for Berkeley DB C++ headers... no
configure: error: libdb_cxx headers missing
do i need to install anything extra or type any extra commands in order to progress?

thanks
sani

ps
sorry for your loss oktoshi
28  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 13, 2016, 10:50:25 PM
I have 0.12 up and running now
was using a wallet.dat file that i had backed up from when i had it running on windows and kept getting and error where it couldn't open the data base.
what I've done to rectify it so far is
-load bitcoin-qt with the wallet.dat file that has my addresses in
-went to the debug window and did the dumpprivkey <bitcoin address> for the addresses i wanted
-then closed bitcoin-qt
-went to where i was syncing the blockchain and deleted everything apart from the wallet file
-loaded bitcoin-qt again
-opened terminal and typed bitcoin-qt -salvagewallet
-went to the debug window and did the importprivkey <private key for addresses i wanted>
and so far so good i havent had the error pop up again
just thought i'd give an update
29  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 12, 2016, 10:08:06 PM
trying to do the bitcoin 0.12 upgrade and it hangs on cxx libbitcoin_server_a-init.o, then i get the output:

i followed the instructions to the letter all the way up to make when i got this can you or anyone shed some light on what's happened and how i can rectify the errors?

Hi, this are memory exhaust problems, please make sure you are not running other programs in ROKOS while doing the compilation,
also use "make" instead of "make -j2" and please make sure you have 1024 swap space (can check running in terminal: free -m )

with all the programs closed open a terminal and follow this improved steps

Code:
sync; echo 3 | sudo tee /proc/sys/vm/drop_caches  (cleans Ram to prevent memory exhaustion issue if cached progs)

sudo apt-get install libevent-dev   (installs missing dependency)

git clone -b 0.12 https://github.com/bitcoin/bitcoin     (clones latest Bitcoin 0.12 source code to our Pi)

cd bitcoin       (we move to the new created directory)

export CPATH="/usr/local/BerkeleyDB.4.8/include"       (we link the db4.8 to the coming compilation, required each time, link live only for the session)

export LIBRARY_PATH="/usr/local/BerkeleyDB.4.8/lib"    (we link the db4.8 to the coming compilation, required each time, link live only for the session)

./autogen.sh      (generates configuration/setup files)

./configure --enable-upnp-default --with-gui          (configures the BTC compilation with UPNP support and Graphical client)

make   (compile the bitcoin client/node)

sudo make install         (Installs the compiled Bitcoin files into our system)

how do i change the swap size?
30  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 12, 2016, 09:39:40 PM
I'm on my iPhone right now so I can't tell


Have you tried mounting the img (or rar which I have never heard someone call a zip file before this day) onto your sd card?

am used to working with .rar files so i'm in the habit of calling all compressed files rar files.

i have and it appears to work i was just wondering if it was just me that gets the error and if it has any effect in the actual .img file

It is an error as Windows is trying to read it as a file instead of an image and was made on linux (no real error), should have no issue at all with mounting to use with your Pi devices, you can always make sure your file is not corrupted by checking the SumCheck.

ok cool cheers i just wanted to make sure the file wasnt damaged somewhere in the download process

Awesome, let us know if you need further support, enjoy your ROKOS


trying to do the bitcoin 0.12 upgrade and it hangs on cxx libbitcoin_server_a-init.o, then i get the output:

g++: internal compiler error: Killed (program cclplus)
please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs>for instructions.
Makefile:3771: recipe for target 'libbitcoin_server_a-init.o' failed
make[2]: *** [libbitcoin_server_a-init.o] Error 4
make[2]: Leaving directory '/home/pi/bitcoin/src'
Makefile:6904: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/bitcoin/src'
Makefile:641: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1

i followed the instructions to the letter all the way up to make when i got this can you or anyone shed some light on what's happened and how i can rectify the errors?
31  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 12, 2016, 05:29:07 PM
I'm on my iPhone right now so I can't tell


Have you tried mounting the img (or rar which I have never heard someone call a zip file before this day) onto your sd card?

am used to working with .rar files so i'm in the habit of calling all compressed files rar files.

i have and it appears to work i was just wondering if it was just me that gets the error and if it has any effect in the actual .img file

It is an error as Windows is trying to read it as a file instead of an image and was made on linux (no real error), should have no issue at all with mounting to use with your Pi devices, you can always make sure your file is not corrupted by checking the SumCheck.

ok cool cheers i just wanted to make sure the file wasnt damaged somewhere in the download process
32  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 12, 2016, 04:02:26 PM
I'm on my iPhone right now so I can't tell


Have you tried mounting the img (or rar which I have never heard someone call a zip file before this day) onto your sd card?

am used to working with .rar files so i'm in the habit of calling all compressed files rar files.

i have and it appears to work i was just wondering if it was just me that gets the error and if it has any effect in the actual .img file
33  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 12, 2016, 03:32:48 PM
Filename.img.zip

No rar ?

well i'm using winrar to unzip it so i guess i'm just used to saing the rar term
34  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 12, 2016, 02:26:38 PM
i redownloaded the os image but when i go to unzip it it says the archive is corrupt (ive downloaded it a few times to see if it was a problem with the the download).
am i the only one?

Yes and no, it's not a Windows file its a image you burn to your sd card


its the rar file that the img file downloads in that is throwing up the error not the img file itself
35  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 12, 2016, 01:03:19 PM
i redownloaded the os image but when i go to unzip it it says the archive is corrupt (ive downloaded it a few times to see if it was a problem with the the download).
am i the only one?
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [METAL] MetalCoin | MetalMoshPit.com - live | Web wallet | Online Radio Live on: January 12, 2016, 12:30:35 AM
cool
cheers for the info
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [METAL] MetalCoin | MetalMoshPit.com - live | Web wallet | Online Radio Live on: January 10, 2016, 06:51:33 PM
Hey
just wondering, will metalcoin have a gui on rokos or will it just run the metalcoind option?
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [METAL] MetalCoin | MetalMoshPit.com - live | Web wallet | Online Radio Live on: January 05, 2016, 10:32:48 AM
Nice work
looking forward to putting it on my pi
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [METAL] MetalCoin | MetalMoshPit.com - live | Web wallet | Online Radio Live on: January 04, 2016, 03:58:06 AM
Just wondering if I'm the only one who's interested in an arm version of the qt gui for metal coin?
40  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin OS for Raspberry Pi and IoT [Feedback/Discussion] on: January 03, 2016, 01:03:35 AM
cool thank you,
it's driving me mad trying to get them compiled by source
Pages: « 1 [2] 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!