Bitcoin Forum
May 28, 2024, 08:01:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HYPER ~ Game Currency ~ ON CNBC ~ Twitch.tv ~ ShapeShift.io ~RPG + More! on: October 19, 2015, 11:26:38 PM
I want to install the hyper wallet on a desktop with not much free space left on C drive. I have another drive with lots of space. How do i force the hyper wallet to save the blockchain on the other drive?

Hi alldissolve;

What OS are you using?

If it's Windows, this page may help: http://www.btcpedia.com/change-bitcoin-qt-blockchain-location/

It's for Bitcoin, but should work for Hyper too.

One thing they skip is making a shortcut link for your Hyper wallet. If you right click on the icon for Hyper, and make a shortcut, go to the shortcut and add this onto the end of the link -

 -datadir=e:\Hyper 

Where 'e' is the drive you now have your data on. You're essentially telling it what folder your data directory (datadir) will be when it loads up.




Worked perfect. Thanks!
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HYPER ~ Game Currency ~ ON CNBC ~ Twitch.tv ~ ShapeShift.io ~RPG + More! on: October 18, 2015, 03:32:14 PM
I want to install the hyper wallet on a desktop with not much free space left on C drive. I have another drive with lots of space. How do i force the hyper wallet to save the blockchain on the other drive?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HYPER ~ Game Currency ~ ON CNBC ~ Twitch.tv ~ ShapeShift.io ~RPG + More! on: September 07, 2015, 03:18:44 AM
yes, you can get a working version of the HYPER wallet for the RPi2 here http://www.github.com/stakebox just clone it to the device and run it..

Who here is the wallet Dev for HYPER??

Thanks for the info. I tried this, I get yet another error

Code:
pi@raspberrypi ~/HYPER $ sudo ./HYPER 
./HYPER: error while loading shared libraries: libminiupnpc.so.8: cannot open shared object file: No such file or directory
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HYPER ~ Game Currency ~ ON CNBC ~ Twitch.tv ~ ShapeShift.io ~RPG + More! on: September 05, 2015, 10:59:08 PM
Ignatius / MakingMoneyHoney

Thanks for your suggestions.

I have 25 GB free space
gcc is up to date
I have the latest Hyper release via
Code:
sudo git clone https://github.com/palmd/Hyper/
I removed the msse2 flag from makefile.unix
I have boost

Now when I run
Code:
sudo make -f makefile.unix

I get the following output with error.

http://pastebin.com/3RHQfcsR

I put it on pastebin to not blind people.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HYPER ~ Game Currency ~ ON CNBC ~ Twitch.tv ~ ShapeShift.io ~RPG + More! on: September 05, 2015, 04:39:28 PM
Hey everyone!

I'm looking to run a Hyper Staking node on my raspberry pi 2. Can anyone provide any advice on how to compile the Hyper source on the PI? I have tried and ran into errors. Any help will be greatly appreciated.



Hi alldissolve;

What version of the wallet are you trying to compile? And what errors are you having?

If you want you can check out this page and scroll down to “Building HYPER” and you’ll find some work I did when I first attempted to compile on my Linux computer. HYPERFuture said they changed the wallet build a little while ago so it would be easy to compile on Linux, and I don’t know how far different a pi is, but check it out and if you have any questions (like you’re getting other errors, etc), please just post here. Smiley

Thanks for the info, here is the error I get,

Code:
pi@raspberrypi ~/bin/Hyper $ sudo qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with IPv6 supportProject MESSAGE: Warning: unknown QT: widgetsRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
pi@raspberrypi ~/bin/Hyper $ make
cd /home/pi/bin/Hyper; /bin/sh share/genbuild.sh /home/pi/bin/Hyper/build/build.h
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -msse2 -w -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -IC:/deps/boost -Ic:/deps/db/build_unix -Ic:/deps/ssl/include -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
Assembler messages:
Fatal error: can't create build/bitcoin.o: Permission denied
cc1plus: error: unrecognized command line option ‘-msse2’
Makefile:973: recipe for target 'build/bitcoin.o' failed
make: *** [build/bitcoin.o] Error 1
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HYPER ~ Game Currency ~ ON CNBC ~ Twitch.tv ~ ShapeShift.io ~RPG + More! on: September 04, 2015, 09:19:44 PM
Hey everyone!

I'm looking to run a Hyper Staking node on my raspberry pi 2. Can anyone provide any advice on how to compile the Hyper source on the PI? I have tried and ran into errors. Any help will be greatly appreciated.

7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] HYPER ~ Game Currency ~ ON CNBC ~ Twitch.tv ~ CSGO, Poker, RPG + More! on: June 05, 2015, 04:04:01 PM
Looks like the HYPER chain is expired on https://chainz.cryptoid.info/hyper/

Is anyone going to pay the $10 per month to keep the explorer up?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaTeeth [TEETH] | Merged Blockchain of 10k and BALLS | GorillaEx Soon on: May 04, 2015, 11:17:51 PM
Been out of the loop for a while. I have 10k coin on my PC in the wallet. Do I send it to btcpool.exchange to be traded fro BALLS?
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ARCHcoin [ARCH] The ARCH Network - NEWS on: April 13, 2015, 04:43:28 AM
BTCA, where can one find information about the current status of the Moby? 

Prototype?
Kickstarter?

I have seen the 3D printed models, looks great!
Thanks
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ARCHcoin [ARCH] The ARCH Network - NEWS on: April 12, 2015, 12:05:33 AM
This is great! Top notch intro, excited for the remaining sections.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GEO] GeoCoin | GIS & GeoTechnologies on: April 08, 2015, 10:15:16 PM
This is awesome! Just dropped a few geocoins around my work area. Created a new account on my mobile device. On my lunch I walked around and pick all the geocoins up! This is the real deal.

Few minor comments
1) Maybe add a radius around the coin or a proximity to know when you are about to collect it.
2) Better mobile phone support. On my Android the "Geocollect" button is hard to scroll down to because of the map scroll view.
3) With that being said, this is a GREAT beta release.
4) Fuck Yea
5) Ignore all naysayers and fudders, they just want cheap coins
6) i'm buying more Smiley
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GEO] GeoCoin | GIS & GeoTechnologies on: April 08, 2015, 03:59:33 PM
YAYAY! Dev has fixed bugs I see. I can now see all coins. Let the panic FOMO buy start happening. Cant wait to get out and pick up some GEO!

13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GEO] GeoCoin | GIS & GeoTechnologies on: April 08, 2015, 02:59:36 PM
Seems that the 1 coin drop is working for me. The 5 and 50 coin drop is not. I think its just that the image doesn't show up.




Everyone ignore irwanjabryg

no reason to let FUD in your mind.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GEO] GeoCoin | GIS & GeoTechnologies on: April 08, 2015, 02:50:56 PM
Just tried the beta platform. Looks great, I was able to drop some geocoins. I cannot see any other coins than my own. Excited to see where this will go.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!