Bitcoin Forum
May 03, 2024, 05:36:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
721  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Diamond (DMD) Evolution v 2.0 | Hybrid Security | 25% PoS on: February 14, 2016, 07:33:28 PM
ROKOS Flavors integrated coming coins wallets previews:

Diamond DMD https://bitcointalk.org/index.php?topic=580725.new#new

ROKOS Flavors support/updates thread: https://bitcointalk.org/index.php?topic=1084908.new#new





722  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 14, 2016, 07:32:39 PM
ROKOS Flavors integrated coming coins wallets previews:

Diamond DMD https://bitcointalk.org/index.php?topic=580725.new#new





723  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [METAL] MetalCoin | MetalMoshPit.com - live | Web wallet | Online Radio Live on: February 14, 2016, 07:29:17 PM


ROKOS Flavors integrated coming coins wallets previews:

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

ROKOS Flavors support/updates thread: https://bitcointalk.org/index.php?topic=1084908.new#new





*submitted commit to add missing folders for compilation to github
724  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 14, 2016, 07:26:55 PM

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
725  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ERC IoT Staisybit Electrum NXT Pay VPOS+TRADE Xchange ROKOS MLTIPOOL BITCOINRUSH on: February 14, 2016, 07:22:56 PM


ROKOS Flavors integrated coming coins wallets previews:

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

ROKOS Flavors support/updates thread: https://bitcointalk.org/index.php?topic=1084908.new#new




726  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 14, 2016, 07:21:47 PM


ROKOS Flavors integrated coming coins wallets previews:

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




727  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 14, 2016, 07:09:47 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

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.
728  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 14, 2016, 07:07:53 PM
my fullnode is now running on 0.12.0  Grin

This Linux Fullnode software/distro from ROKOS is rock solid awesome ! I send a donation to support this great software:
https://www.blocktrail.com/BTC/tx/dec50ffa1109f75ad168f277a3207f5e128b9b15f3044ffd1208cbc863da557a

Thank you very much for being part of the ROKOS project with your donation and support, very happy to hear your feedback,
thanks for building your Bitcoin fullnode also and hence supporting the BTC network, appreciated!
Enjoy your ROKOS Bitcoin fullnode.
729  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 14, 2016, 07:02:59 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

Thanks for the feedback and support, it will surely help new users!
730  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 13, 2016, 08:57:18 PM
make -j2 takes ages on the Pi2, swapfile is at 1024 and no other apps running  Sad

is it possible to compile the 12 version on an Intel i3 Ubuntu machine and then copy it to and then run on the Pi2 ?


That is the advantage of ROKOS including all of them already (every compilation in pi takes time), next ROKOS update will include 0.12 and will release the binary for the ones that do not want to update to the new ROKOS so they can just download and replace on their systems.

Your proposal can be done but you will need the ARM toolchain to do cross compilation, as if you compile it directly on the i3 system it wont work on Pi because the different processors architectures.

Thanks for your answer. I started MAKE on the Pi2 and MAKE -j2 but the system hangs after 5 or 10 minutes and it doesn't make anymore. I will try to run the MAKE command when I start the system without GUI, if that is possible, have to find out how to do that.

Or else I will wait for the update. I want to run the fullnode 0.12 without prune option.

It might seem unresponsive but it is compiling as long as it does not throw out an error, with MAKE takes about 4-5 hours to do so, using MAKE -J2 speeds the process to half so about 2-3 hrs of work.

Hope you can get it done, else will be sharing the binaries so ROKOS v4 users could just replace them then instead of compiling or updating ROKOS if they already have set up the system to their prefferences.
731  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [OK] OKCash | POS 20% | Multicultural | ROKOS | Cripto-Pay | Efficient | Fast on: February 13, 2016, 07:30:35 PM
Woohoo. *Bows to OKtoshi*

Looks like the ROKOS effect is starting. Who ever was selling SOIL before today probably soiled themselves seeing +500%  Shocked

PoS coin revolution coming to a ..err.. internet(?) near you!

Thank you for the support and kind words, Glad to hear about SOIL interest increase, expecting ROKOS flavors to bring a lot of new users/developers to participate and get interest with all the coming including coins, as each of them brings unique features to empower the users with cryptocurrencies and IoT.


732  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 13, 2016, 07:10:52 PM
make -j2 takes ages on the Pi2, swapfile is at 1024 and no other apps running  Sad

is it possible to compile the 12 version on an Intel i3 Ubuntu machine and then copy it to and then run on the Pi2 ?


That is the advantage of ROKOS including all of them already (every compilation in pi takes time), next ROKOS update will include 0.12 and will release the binary for the ones that do not want to update to the new ROKOS so they can just download and replace on their systems.

Your proposal can be done but you will need the ARM toolchain to do cross compilation, as if you compile it directly on the i3 system it wont work on Pi because the different processors architectures.
733  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 12, 2016, 10:22:42 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?

Use the following command to change the default swap size:

Code:
sudo nano /etc/dphys-swapfile

Make sure it reads CONF_SWAPSIZE=1024
Use the left/right arrow keys to navigate the file.
After change is done, press Ctrl+O followed by the Enter key to save the file.
Then, press Ctrl+X to exit the editor.

Use the following commands to enable the swap file with its new size:

Code:
sudo dphys-swapfile setup

sudo dphys-swapfile swapon

You can check the new active swap size with:  
Code:
free -m


734  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 12, 2016, 09:56:39 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)
735  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 12, 2016, 06:07:52 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
736  Economy / Service Announcements / Re: Official [ROKOS Core] Bitcoin Fullnode 4 Raspberry and IoT [Feedback/Discussion] on: February 12, 2016, 05:24:27 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.
737  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 12, 2016, 05:21:57 PM
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

738  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [OK] OKCash | POS 20% | Multicultural | ROKOS | Cripto-Pay | Efficient | Fast on: February 12, 2016, 05:12:32 PM
- 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

739  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 11, 2016, 05:47:04 PM
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

*********************************************
740  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Official[ROKOS Flavors]Altcoins Fullnode Raspberry and IoT[Feedback/Discussion] on: February 10, 2016, 04:46:41 PM
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.
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 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!