Bitcoin Forum
May 13, 2024, 05:31:44 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 25 26 27 »
  Print  
Author Topic: [Official] ROKOS [flavors] Crypto Full node OS |IoT Devices |Feedback/Discussion  (Read 74665 times)
welshy82
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 07, 2016, 12:55:59 PM
 #161

It's OK now but but my button core keeps on closing when I leave it running it's only a hour running before it closes
1715578304
Hero Member
*
Offline Offline

Posts: 1715578304

View Profile Personal Message (Offline)

Ignore
1715578304
Reply with quote  #2

1715578304
Report to moderator
1715578304
Hero Member
*
Offline Offline

Posts: 1715578304

View Profile Personal Message (Offline)

Ignore
1715578304
Reply with quote  #2

1715578304
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715578304
Hero Member
*
Offline Offline

Posts: 1715578304

View Profile Personal Message (Offline)

Ignore
1715578304
Reply with quote  #2

1715578304
Report to moderator
rmd73
Sr. Member
****
Offline Offline

Activity: 385
Merit: 252


Think with your brain. It is not illegal (yet).


View Profile
February 08, 2016, 08:11:40 PM
 #162

It's OK now but but my button core keeps on closing when I leave it running it's only a hour running before it closes
Please post the last few 100-200 records from debug.log (or attach the whole debug.log) after bitcoin-core has stopped... you'll find it in ~/.bitcoin/

Orbitcoin (ORB) -- oRMG7Fdft6YiQbn9p9rZpo8VNab9gU3bv4 , OKcash (OK) -- PTiT97X9GkxESiWnpAHA5j46Wb7wz9zdTu ,
Europecoin (ERC) v3 -- EJZwagsubfxn1xeB4JmztAWitgTPty3FzN , BitSend (BSD) -- iMYtWqD3pPVcV4yo9okrN7gixvQ3nRYRnz
OKtoshi (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1004


OK


View Profile
February 09, 2016, 04:35:53 PM
 #163

It's OK now but but my button core keeps on closing when I leave it running it's only a hour running before it closes
Please post the last few 100-200 records from debug.log (or attach the whole debug.log) after bitcoin-core has stopped... you'll find it in ~/.bitcoin/

That is weird, will gladly help, please follow RMD73 indication so we can troubleshot your issue.

OK is open-source; its design is public, nobody owns or controls OK and everyone can take part.
rikrikrik
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


where am i? HELLO WORLD


View Profile
February 09, 2016, 08:07:52 PM
Last edit: February 09, 2016, 08:27:21 PM by rikrikrik
 #164

Code:
pi@rokos ~/bitcoin $ make -j2
Making all in src
make[1]: Entering directory '/home/pi/bitcoin/src'
make[2]: Entering directory '/home/pi/bitcoin/src'
make[3]: Entering directory '/home/pi/bitcoin/src/secp256k1'
make[3]: Leaving directory '/home/pi/bitcoin/src/secp256k1'
  CXX      libbitcoin_server_a-init.o
  CXX      libbitcoin_server_a-main.o
In file included from init.cpp:39:0:
wallet/db.h:21:20: fatal error: db_cxx.h: No such file or directory
 #include <db_cxx.h>
                    ^
compilation terminated.
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
Makefile:3799: recipe for target 'libbitcoin_server_a-main.o' failed
make[2]: *** [libbitcoin_server_a-main.o] Error 4
make[2]: *** Waiting for unfinished jobs....
Makefile:3771: recipe for target 'libbitcoin_server_a-init.o' failed
make[2]: *** [libbitcoin_server_a-init.o] Error 1
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: *** [all-recursive] Error 1


Sad what am i doing wrong

I sell small amounts of BTC for PayPal msg me for details and spot rate
rmd73
Sr. Member
****
Offline Offline

Activity: 385
Merit: 252


Think with your brain. It is not illegal (yet).


View Profile
February 09, 2016, 08:40:01 PM
 #165

Code:
pi@rokos ~/bitcoin $ make -j2
Making all in src
make[1]: Entering directory '/home/pi/bitcoin/src'
make[2]: Entering directory '/home/pi/bitcoin/src'
make[3]: Entering directory '/home/pi/bitcoin/src/secp256k1'
make[3]: Leaving directory '/home/pi/bitcoin/src/secp256k1'
  CXX      libbitcoin_server_a-init.o
  CXX      libbitcoin_server_a-main.o
In file included from init.cpp:39:0:
wallet/db.h:21:20: fatal error: db_cxx.h: No such file or directory
 #include <db_cxx.h>
                    ^
compilation terminated.
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
Makefile:3799: recipe for target 'libbitcoin_server_a-main.o' failed
make[2]: *** [libbitcoin_server_a-main.o] Error 4
make[2]: *** Waiting for unfinished jobs....
Makefile:3771: recipe for target 'libbitcoin_server_a-init.o' failed
make[2]: *** [libbitcoin_server_a-init.o] Error 1
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: *** [all-recursive] Error 1


Sad what am i doing wrong
Did you follow OKtoshi's instructions as per
New Bitcoin client is awesome, you can prune the blockchain to a 2Gb size, here is the update procedure.

Code:
sudo apt-get install libevent-dev

git clone -b 0.12 https://github.com/bitcoin/bitcoin

cd bitcoin

export CPATH="/usr/local/BerkeleyDB.4.8/include"

export LIBRARY_PATH="/usr/local/BerkeleyDB.4.8/lib"

./autogen.sh

./configure --enable-upnp-default --with-gui

make -j2

sudo make install

Enjoy your new and updated Bitcoin Fullnode 0.12


It seems to me that you missed something around
Code:
export CPATH="/usr/local/BerkeleyDB.4.8/include"

export LIBRARY_PATH="/usr/local/BerkeleyDB.4.8/lib"
Anyway, you might try a solution from 2013 found at https://github.com/dogecoin/dogecoin/issues/76
Quote
It looks like qmake wasn't able to find it.
The only thing I've had to do is to add -I/usr/include/db4.8 at the end of the INCPATH in the Makefile generated by qmake.
In your case it will be the Makefile generated by make.

Orbitcoin (ORB) -- oRMG7Fdft6YiQbn9p9rZpo8VNab9gU3bv4 , OKcash (OK) -- PTiT97X9GkxESiWnpAHA5j46Wb7wz9zdTu ,
Europecoin (ERC) v3 -- EJZwagsubfxn1xeB4JmztAWitgTPty3FzN , BitSend (BSD) -- iMYtWqD3pPVcV4yo9okrN7gixvQ3nRYRnz
rikrikrik
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


where am i? HELLO WORLD


View Profile
February 10, 2016, 12:56:01 AM
 #166

did from start to finish and this is what i got

Code:
pi@rokos ~/bitcoin $ make
Making all in src
make[1]: Entering directory '/home/pi/bitcoin/src'
make[2]: Entering directory '/home/pi/bitcoin/src'
make[3]: Entering directory '/home/pi/bitcoin/src/secp256k1'
make[3]: Leaving directory '/home/pi/bitcoin/src/secp256k1'
  CXX      libbitcoin_server_a-init.o
  CXX      libbitcoin_server_a-main.o

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
Makefile:3799: recipe for target 'libbitcoin_server_a-main.o' failed
make[2]: *** [libbitcoin_server_a-main.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: *** [all-recursive] Error 1
pi@rokos ~/bitcoin $

is there a way to clear what you did with make and start again?

I sell small amounts of BTC for PayPal msg me for details and spot rate
rmd73
Sr. Member
****
Offline Offline

Activity: 385
Merit: 252


Think with your brain. It is not illegal (yet).


View Profile
February 10, 2016, 05:54:00 AM
 #167

did from start to finish and this is what i got

Code:
pi@rokos ~/bitcoin $ make
Making all in src
make[1]: Entering directory '/home/pi/bitcoin/src'
make[2]: Entering directory '/home/pi/bitcoin/src'
make[3]: Entering directory '/home/pi/bitcoin/src/secp256k1'
make[3]: Leaving directory '/home/pi/bitcoin/src/secp256k1'
  CXX      libbitcoin_server_a-init.o
  CXX      libbitcoin_server_a-main.o

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
Makefile:3799: recipe for target 'libbitcoin_server_a-main.o' failed
make[2]: *** [libbitcoin_server_a-main.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: *** [all-recursive] Error 1
pi@rokos ~/bitcoin $

is there a way to clear what you did with make and start again?
Oh, well... the plague of low memory seems to strike again: https://bitcointalk.org/index.php?topic=304389.0
Try increasing your swap space and/or freeing some memory.
Did you try to compile it from CLI environment (not starting X)?

Orbitcoin (ORB) -- oRMG7Fdft6YiQbn9p9rZpo8VNab9gU3bv4 , OKcash (OK) -- PTiT97X9GkxESiWnpAHA5j46Wb7wz9zdTu ,
Europecoin (ERC) v3 -- EJZwagsubfxn1xeB4JmztAWitgTPty3FzN , BitSend (BSD) -- iMYtWqD3pPVcV4yo9okrN7gixvQ3nRYRnz
OKtoshi (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1004


OK


View Profile
February 10, 2016, 04:46:41 PM
 #168

did from start to finish and this is what i got

Code:
pi@rokos ~/bitcoin $ make
Making all in src
make[1]: Entering directory '/home/pi/bitcoin/src'
make[2]: Entering directory '/home/pi/bitcoin/src'
make[3]: Entering directory '/home/pi/bitcoin/src/secp256k1'
make[3]: Leaving directory '/home/pi/bitcoin/src/secp256k1'
  CXX      libbitcoin_server_a-init.o
  CXX      libbitcoin_server_a-main.o

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
Makefile:3799: recipe for target 'libbitcoin_server_a-main.o' failed
make[2]: *** [libbitcoin_server_a-main.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: *** [all-recursive] Error 1
pi@rokos ~/bitcoin $

is there a way to clear what you did with make and start again?
Oh, well... the plague of low memory seems to strike again: https://bitcointalk.org/index.php?topic=304389.0
Try increasing your swap space and/or freeing some memory.
Did you try to compile it from CLI environment (not starting X)?


By using -J2 we are indicating the compiler to use 2 cores from the processor, this speeds up the process a lot, but if you have more programs open and you are using resources while building then it will throw up a memory exhaust problem, to avoid one can do 1 of the 2 solutions,

1st) just use   make     instead of  make -J2

2nd option) close every open program except for the terminal to do the compilation with the -J2 flag.

OK is open-source; its design is public, nobody owns or controls OK and everyone can take part.
KarlAnders
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 11, 2016, 10:06:05 AM
 #169

This is not working out for me. Had some okcoins on Bittrex, send them to my Rokos okcoin wallet, but there is no coins. Got a notification window telling me  that there are incoming coins and I could se them for a while, under "staking" indicator in the right bottom corner, but now they are not even there.

Can someone help me with this?
rikrikrik
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


where am i? HELLO WORLD


View Profile
February 11, 2016, 10:20:29 AM
 #170

have a screenshot?

I sell small amounts of BTC for PayPal msg me for details and spot rate
welshy82
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 11, 2016, 03:22:12 PM
 #171

downloading again and going to set it up as normal when its all setup any tips on hoiw to solo mine for bitcoins using the core client cheers
rikrikrik
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


where am i? HELLO WORLD


View Profile
February 11, 2016, 04:55:33 PM
 #172

Do you have a miner? As a raspberrypi doesn't have the computing power to mine by its self

I sell small amounts of BTC for PayPal msg me for details and spot rate
OKtoshi (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1004


OK


View Profile
February 11, 2016, 05:47:04 PM
 #173

This is not working out for me. Had some okcoins on Bittrex, send them to my Rokos okcoin wallet, but there is no coins. Got a notification window telling me  that there are incoming coins and I could se them for a while, under "staking" indicator in the right bottom corner, but now they are not even there.

Can someone help me with this?

Please have a read at the Readme.txt file on ROKOS desktop, your coins are always safe.

**************** Readme.txt ******************

Welcome to ROKOS v4 Included Cryptocurrencies Overview Report.

BTC Bitcoin: Graphical Client working 100%

BTC Bitcoin: Node working 100%

**

OK OKCash: Node working 100%

OK OKCash: Graphical Client Functional (stakes, sends recieve etc) 100% with Graphical bug (Thanks to QT over Pi v)

Details: The graphical client does all the functions correctly,
the Graphical bug happens thanks to The latest QT version
(a glitch it has over Raspberry Pi devices).

You can use the debug console to check for any balance or wallet info,
or It can be fixed to some degree by doing the next steps:

1. Open the wallet.

2. Right click and click on "Inspect".

3. Click on the red cross icon at the bottom right side of the new window.

4. write:   connectSignals(event)         
and click Enter and close this Inspection window.

5. You can now see the transactions and new address in the wallet.

Extra info

You can use console commands to get all the acurate info.

sample: open console and type:  getbalance

All the coins are safe and staking properly, the only visual glitch happens in
the graphical client on the view mode of transactions/coins thanks to Qt.
     
Will get fixed in upcoming releases with the evolution of Raspberry Pi and Qt software.

Location of nodes: /usr/local/bin/

Enjoy.
Best Regards.

~ OKtoshi

*********************************************

OK is open-source; its design is public, nobody owns or controls OK and everyone can take part.
KarlAnders
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 11, 2016, 06:21:07 PM
 #174

Ok, thanks
Yes, I can see my coins staking again.
I wait for the update.

Anders
jonnyking
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 12, 2016, 07:03:00 AM
 #175

not trying to be pushy but hoping to get an idea of rough ETA for your flavors release? Very much looking forward to it!
OKtoshi (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1004


OK


View Profile
February 12, 2016, 05:21:57 PM
 #176

not trying to be pushy but hoping to get an idea of rough ETA for your flavors release? Very much looking forward to it!

- Bootstrap (Normal and Instant Chain) updated to February 11 2016.
http://bit.ly/OKchain

- OKCash is now an official sponsor for Cordica 21 (Integral school with national and International soccer tournaments for Kids with Down Syndrome [Mexico])
http://cordica21.org


ROKOS added as featured Partner for CoinFestUK
http://coinfestuk.org/#partnerships

- ROKOS flavors (small delay, lost a familiar to cancer this past days and been a bit busy in the process, will get released in less than 15 days)

- ROKOS core:  more than 1200 downloads! Thanks for your Support


OK is open-source; its design is public, nobody owns or controls OK and everyone can take part.
sanitarium616
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
February 14, 2016, 06:05:33 PM
 #177

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
OKtoshi (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1004


OK


View Profile
February 14, 2016, 07:09:47 PM
 #178

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

Remember to do this commands before you start a new wallet compilation.

Code:
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)

That will do

Thanks for your support and kind words.

OK is open-source; its design is public, nobody owns or controls OK and everyone can take part.
OKtoshi (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1004


OK


View Profile
February 14, 2016, 07:21:47 PM
 #179



ROKOS Flavors integrated coming coins wallets previews:

Europecoin ERC https://bitcointalk.org/index.php?topic=901605.new#new





OK is open-source; its design is public, nobody owns or controls OK and everyone can take part.
OKtoshi (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1004


OK


View Profile
February 14, 2016, 07:26:55 PM
 #180


ROKOS Flavors integrated coming coins wallets previews:

Metalcoin METAL https://bitcointalk.org/index.php?topic=1101724.new#new





*submitted commit to add missing folders for compilation to github

OK is open-source; its design is public, nobody owns or controls OK and everyone can take part.
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 25 26 27 »
  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!