Bitcoin Forum
June 17, 2024, 06:18:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Due to big HYPER projects like Poker site, giveaways, competitions, bounties and marketing the 500 000 HYPER MMO Development Fund will be at 450 000 HYPER soon. What should we do?
Keep sponsoring more awesome HYPER projects and spend it down to 400 000 HYPER and then preserve the fund at 400 000 HYPER - 115 (45.1%)
Limit spending (less HYPER projects) until the monthly staking brings the fund back up to 500 000 HYPER - 40 (15.7%)
Manage it how you like. HYPER seems to be going awesome keep it up! - 100 (39.2%)
Total Voters: 255

Pages: « 1 ... 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 [219] 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 ... 357 »
  Print  
Author Topic: [ANN] HYPER ~ Game Currency ~MMOs ~Poker ~ 20+ Servers~ShapeShift.io ~RPG +More!  (Read 716710 times)
MakingMoneyHoney
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
May 20, 2015, 01:41:57 AM
Last edit: May 20, 2015, 04:19:34 PM by MakingMoneyHoney
 #4361

Edit: I got it working, for more information on how read here: https://bitcointalk.org/index.php?topic=624651.msg11430553#msg11430553


Ok. Thanks for trying to help with this. I added those 2 lines here (right after a few other includes) in that file:  

#include "walletdb.h"
#include "wallet.h"
#include <iostream>
#include <fstream>

I got 5 errors after building that:

:-1: error: cannot find -lboost_system-mgw46-mt-sd-1_53
:-1: error: cannot find -lboost_filesystem-mgw46-mt-sd-1_53
:-1: error: cannot find -lboost_program_options-mgw46-mt-sd-1_53
:-1: error: cannot find -lboost_thread-mgw46-mt-sd-1_53
:-1: error: collect2: error: ld returned 1 exit status


Hmm. looks like you may need to install some required libraries.
Found this which may help: https://pw999.wordpress.com/2013/09/29/compiling-memecoin-qt-on-xubuntu

or read the readme-qt.rst in the doc folder for the specifics you need installed.

I am in no way a linux guru so I am just going with this.

I actually saw that, and it says in order to fix the errors I was getting, I should change some lines and delete some lines of code to the Hyper files. I wasn't sure if we should be changing the code, as in, will it break something.? But I tried it.

All the lines it said to change were there exactly, so I followed the directions exactly, of course substituting Hyper for MemeCoin.

But I got even more errors now:

Code:
build/net.o: In function `ThreadMapPort2(void*)':
net.cpp:(.text+0x821b): undefined reference to `upnpDiscover'
net.cpp:(.text+0x825a): undefined reference to `UPNP_GetValidIGD'
net.cpp:(.text+0x8281): undefined reference to `freeUPNPDevlist'
net.cpp:(.text+0x8327): undefined reference to `UPNP_GetExternalIPAddress'
net.cpp:(.text+0x8473): undefined reference to `UPNP_AddPortMapping'
net.cpp:(.text+0x8485): undefined reference to `strupnperror'
net.cpp:(.text+0x8584): undefined reference to `UPNP_AddPortMapping'
net.cpp:(.text+0x8596): undefined reference to `strupnperror'
net.cpp:(.text+0x8620): undefined reference to `UPNP_DeletePortMapping'
net.cpp:(.text+0x8640): undefined reference to `freeUPNPDevlist'
net.cpp:(.text+0x864e): undefined reference to `FreeUPNPUrls'
net.cpp:(.text+0x869a): undefined reference to `FreeUPNPUrls'
collect2: error: ld returned 1 exit status
make: *** [Hyper-qt] Error 1

Edit: In case anyone searches for this in the future: I went back to the original downloaded files. After some research: https://forums.gentoo.org/viewtopic-p-7589114.html?sid=ffc6c1edb47e8d484318d067845d33ca

In Hyper/src, I edited the makefile.unix file. I added
 -l boost_chrono
to the LIBS += \ group.

When I tried to make the Hyper wallet again, it didn't give me these errors anymore:
:-1: error: cannot find -lboost_system-mgw46-mt-sd-1_53
:-1: error: cannot find -lboost_filesystem-mgw46-mt-sd-1_53
:-1: error: cannot find -lboost_program_options-mgw46-mt-sd-1_53
:-1: error: cannot find -lboost_thread-mgw46-mt-sd-1_53

Edit 2: I'm getting those ^^^ errors again. Nevermind.
HYPERfuture (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

HYPER project manager and PR + GoldPieces [GP]


View Profile WWW
May 20, 2015, 02:41:32 AM
 #4362

Everyone I am going to be quite busy in real life for the next 5 days or so but don't worry I'm not going anywhere.

It is HYPER's 1st Birthday on Monday! How do you think we should celebrate?

I'm thinking of running a big twitter giveaway / making it rain HYPER all day long.

If anyone has any other ideas please let me know!

I know JD is planning on making an awesome video but I don't think it will be ready until after HYPER's birthday.

By the way there are some very exciting things happening behind the scenes as usual Wink Public announcements will be made when the time is right.

In regards to a new HYPER Rust server I am ready to sponsor the server if someone wants to manage it in return for a bounty.

I'm also looking for a LoL expert and a DOTA2 expert to help get HYPER active in these game communities. Bounties available please PM me or reply here in the thread.

HYPER Gaming Currency -> https://bitcointalk.org/index.php?topic=624651 GP RPG Currency -> https://bitcointalk.org/index.php?topic=1053441 https://cryptogalaxies.com -> Blockchain Based Space Strategy MMO. Crypto Galaxies on Bitcointalk -> https://bitcointalk.org/index.php?topic=1374470
KingArbinV
Legendary
*
Offline Offline

Activity: 1078
Merit: 1000


View Profile
May 20, 2015, 03:42:06 AM
 #4363

I am also holding a little logo design contest for CoinStore, please check the Coin2 thread for more Info


https://bitcointalk.org/index.php?topic=824499.msg11425914#msg11425914

World without fiats!
agaruna
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
May 20, 2015, 07:24:30 AM
 #4364

In regards to a new HYPER Rust server I am ready to sponsor the server if someone wants to manage it in return for a bounty.

What would managing the Rust server entail in detail? I might be interested in the position, or assisting someone in it. I would assume that you'd want a Rust 2.0 server, and not simply a clone of the old Rust server, but I'd be willing to look into either.
MakingMoneyHoney
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
May 20, 2015, 02:44:54 PM
 #4365

I got the Hyper wallet to work in Ubuntu 32 bit 14.04 LTS this morning.

Sadly, I tried so many things, I'm not sure if I'll hit on the magic one. But I'm hoping this post will help others in trying out things to get it to work.

add these to the walletdb.cpp file.

#include <iostream>
#include <fstream>

add these to the makefile.unix file.

-l boost_chrono
-l libminiupnpc-dev

https://pw999.wordpress.com/2013/09/29/compiling-memecoin-qt-on-xubuntu/

Open Hyper-qt.pro and change the line that says

LIBS += -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53

into

LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread

BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53

should become

BOOST_LIB_SUFFIX=

and deleting the following lines

isEmpty(BOOST_LIB_SUFFIX) {
macx:BOOST_LIB_SUFFIX = -mt
windows:BOOST_LIB_SUFFIX = -mgw44-mt-s-1_53
}

should help you fix errors like:

Code:
ddatamapper.o build/moc_transactiondesc.o build/moc_transactiondescdialog.o build/moc_bitcoinamountfield.o build/moc_transactionfilterproxy.o build/moc_transactionview.o build/moc_walletmodel.o build/moc_overviewpage.o build/moc_csvmodelwriter.o build/moc_sendcoinsentry.o build/moc_qvalidatedlineedit.o build/moc_qvaluecombobox.o build/moc_askpassphrasedialog.o build/moc_notificator.o build/moc_miningpage.o build/moc_rpcconsole.o build/qrc_bitcoin.o    -L/usr/lib/i386-linux-gnu -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lrt -LC:/deps/boost/stage/lib -Lc:/deps/db/build_unix -Lc:/deps/ssl -lssl -lcrypto -ldb_cxx -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 -lQtGui -lQtCore -lpthread
/usr/bin/ld: cannot find -lboost_system-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-sd-1_53
collect2: error: ld returned 1 exit status
make: *** [Hyper-qt] Error 1

There was some file that I went through and deleted all the Tabs. When you look at the file you can't tell if it's tabbed or spaces, and apparently someone said you can't have tabs. But the file was full of them. It may have been makefile.unix. I'm really sorry I don't know for sure, maybe someone could hazard a guess if you need to figure out which one.

http://www.if-not-true-then-false.com/2011/linux-display-show-file-contents-tabs-line-breaks-non-printing-characters/ discusses how to see tabs, they'll be shown as ^L. Then you can compare the two documents, and delete the tabs out. Save the files you've changed.

When I tried to compile it in QT Creator, it gave me the error:
error: overviewpage.moc: no such file or directory #include "overviewpage.moc"

I don't know why, but since it was one error, I guess I figured I'd give it a shot and went into the Hyper folder, and tried:

sudo -s
(this gives you permission, type in password)

qmake (It still gave me the errors of "Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized." apparently those errors don't matter)

make

Just like the original instructions said, and that time it worked.
ZACHM
Hero Member
*****
Offline Offline

Activity: 777
Merit: 1003



View Profile
May 20, 2015, 04:46:03 PM
 #4366

Just an FYI:

Does anyone use: https://chainz.cryptoid.info/hyper/

Because the hosting for Hyper will expire there tomorrow.
Looks like they need 0.043 BTC to keep it up.

I'm willing to donate some, anyone else want to help?
CryptoDatabase
Legendary
*
Offline Offline

Activity: 1596
Merit: 1003


https://cryptodatabase.net


View Profile WWW
May 20, 2015, 04:58:01 PM
 #4367

Just an FYI:

Does anyone use: https://chainz.cryptoid.info/hyper/

Because the hosting for Hyper will expire there tomorrow.
Looks like they need 0.043 BTC to keep it up.

I'm willing to donate some, anyone else want to help?

Their blockchain isn't very accurate. It shows my balance as just over 1900 when it is actually closer to 2300. Only 1 address has ever received anything so this couldn't be the case.
ZACHM
Hero Member
*****
Offline Offline

Activity: 777
Merit: 1003



View Profile
May 20, 2015, 05:25:11 PM
 #4368

Just an FYI:

Does anyone use: https://chainz.cryptoid.info/hyper/

Because the hosting for Hyper will expire there tomorrow.
Looks like they need 0.043 BTC to keep it up.

I'm willing to donate some, anyone else want to help?

Their blockchain isn't very accurate. It shows my balance as just over 1900 when it is actually closer to 2300. Only 1 address has ever received anything so this couldn't be the case.

What explorer do you use?

That one shows my balance exactly where it should be.

https://bchain.info/HYPER/   shows my balance 7500+ higher than it is.
CryptoDatabase
Legendary
*
Offline Offline

Activity: 1596
Merit: 1003


https://cryptodatabase.net


View Profile WWW
May 20, 2015, 09:43:29 PM
 #4369

Just an FYI:

Does anyone use: https://chainz.cryptoid.info/hyper/

Because the hosting for Hyper will expire there tomorrow.
Looks like they need 0.043 BTC to keep it up.

I'm willing to donate some, anyone else want to help?

Their blockchain isn't very accurate. It shows my balance as just over 1900 when it is actually closer to 2300. Only 1 address has ever received anything so this couldn't be the case.

What explorer do you use?

That one shows my balance exactly where it should be.

https://bchain.info/HYPER/   shows my balance 7500+ higher than it is.

I don't have a need for a block explorer, I just use my wallet as it is 100% correct.

The bchain.info block explorer totals up what you send for staking and what you get back.
catotune
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
May 21, 2015, 02:54:51 AM
 #4370

I just get this message over and over when I try to start the daemon:

Code:
05/21/15 02:52:52 trying connection 54.148.124.35 lastseen=0.0hrs
05/21/15 02:52:52 connect() failed after select(): Connection refused
05/21/15 02:52:52 trying connection 54.148.124.35 lastseen=0.0hrs
05/21/15 02:52:52 connect() failed after select(): Connection refused

Does anyone have a good seed node for me?
Taiga
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile
May 21, 2015, 09:58:58 AM
 #4371

https://kiwiirc.com/client/irc.freenode.net/#hyper
HYPERfuture (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

HYPER project manager and PR + GoldPieces [GP]


View Profile WWW
May 21, 2015, 11:06:14 AM
 #4372

I just get this message over and over when I try to start the daemon:

Code:
05/21/15 02:52:52 trying connection 54.148.124.35 lastseen=0.0hrs
05/21/15 02:52:52 connect() failed after select(): Connection refused
05/21/15 02:52:52 trying connection 54.148.124.35 lastseen=0.0hrs
05/21/15 02:52:52 connect() failed after select(): Connection refused

Does anyone have a good seed node for me?

Hi catotune

Are you definitely using the latest wallet version from the GitHub? At https://github.com/palmd/Hyper/releases/tag/1.5.3.2

I think that IP address is for the HYPER super seed node we have that helps to support the network (the IP address is coded into the wallet)

It may have been down temporarily are you still receiving this error? Let me know and I will follow up with the manager of the super seed node.

Also, even with this error your wallet should find the other nodes (we have over 10)

Please let me know if you are still receiving this error, and if keeping the wallet open so it can find the other nodes as well also resolves the issue.

When I am on my other computer I will also find peers and post all the nodes I have. We have over 10 so it will be fine!

HYPER Gaming Currency -> https://bitcointalk.org/index.php?topic=624651 GP RPG Currency -> https://bitcointalk.org/index.php?topic=1053441 https://cryptogalaxies.com -> Blockchain Based Space Strategy MMO. Crypto Galaxies on Bitcointalk -> https://bitcointalk.org/index.php?topic=1374470
DesDes
Full Member
***
Offline Offline

Activity: 133
Merit: 100



View Profile
May 21, 2015, 03:04:24 PM
 #4373

Hyper wallet works well.
catotune
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250


Meow


View Profile WWW
May 21, 2015, 05:35:36 PM
 #4374

I just get this message over and over when I try to start the daemon:

Code:
05/21/15 02:52:52 trying connection 54.148.124.35 lastseen=0.0hrs
05/21/15 02:52:52 connect() failed after select(): Connection refused
05/21/15 02:52:52 trying connection 54.148.124.35 lastseen=0.0hrs
05/21/15 02:52:52 connect() failed after select(): Connection refused

Does anyone have a good seed node for me?

Hi catotune

Are you definitely using the latest wallet version from the GitHub? At https://github.com/palmd/Hyper/releases/tag/1.5.3.2

I think that IP address is for the HYPER super seed node we have that helps to support the network (the IP address is coded into the wallet)

It may have been down temporarily are you still receiving this error? Let me know and I will follow up with the manager of the super seed node.

Also, even with this error your wallet should find the other nodes (we have over 10)

Please let me know if you are still receiving this error, and if keeping the wallet open so it can find the other nodes as well also resolves the issue.

When I am on my other computer I will also find peers and post all the nodes I have. We have over 10 so it will be fine!

Hey thanks for replying! I am definitely using the latest 1.5.3.2 compiled source, and I was having this issue all of yesterday. Basically, the blockchain was synching too slowly, so I decided to delete my peers.dat and restart. Unfortunately it couldn't find the seednode, and I got the console error above for many hours.

However this morning I restarted Hyperd again, and while it started getting those errors at first, it is now processing blocks (kind of slowly, but I won't be deleting my peers.dat again!).

Thanks again for your quick reply to my issue!
crazyjack
Legendary
*
Offline Offline

Activity: 1315
Merit: 1002


View Profile
May 21, 2015, 07:20:46 PM
 #4375

I always find this monster the toughest one in the game...funny...

Fighting a Monster:
You are fighting a Boss Unknown Bench


HYPERfuture (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

HYPER project manager and PR + GoldPieces [GP]


View Profile WWW
May 21, 2015, 08:51:15 PM
 #4376

I just get this message over and over when I try to start the daemon:

Code:
05/21/15 02:52:52 trying connection 54.148.124.35 lastseen=0.0hrs
05/21/15 02:52:52 connect() failed after select(): Connection refused
05/21/15 02:52:52 trying connection 54.148.124.35 lastseen=0.0hrs
05/21/15 02:52:52 connect() failed after select(): Connection refused

Does anyone have a good seed node for me?

Hi catotune

Are you definitely using the latest wallet version from the GitHub? At https://github.com/palmd/Hyper/releases/tag/1.5.3.2

I think that IP address is for the HYPER super seed node we have that helps to support the network (the IP address is coded into the wallet)

It may have been down temporarily are you still receiving this error? Let me know and I will follow up with the manager of the super seed node.

Also, even with this error your wallet should find the other nodes (we have over 10)

Please let me know if you are still receiving this error, and if keeping the wallet open so it can find the other nodes as well also resolves the issue.

When I am on my other computer I will also find peers and post all the nodes I have. We have over 10 so it will be fine!

Hey thanks for replying! I am definitely using the latest 1.5.3.2 compiled source, and I was having this issue all of yesterday. Basically, the blockchain was synching too slowly, so I decided to delete my peers.dat and restart. Unfortunately it couldn't find the seednode, and I got the console error above for many hours.

However this morning I restarted Hyperd again, and while it started getting those errors at first, it is now processing blocks (kind of slowly, but I won't be deleting my peers.dat again!).

Thanks again for your quick reply to my issue!

No problem!

I think the seed node may have been down temporarily.

We also have a bootstrap available here: https://github.com/palmd/Hyper/releases/download/1.5.3.1/Hyper_Bootstrap_1154042.zip

Make sure you are using that so you can sync as fast as possible Wink With the bootstrap you should only have a few hours of syncing left Wink

I will still post my findpeers results here when I am next on my other computer with my HYPER wallet as I do need to update the default .conf recommendations.

Just let me know if you need any more help and thank you for being a part of HYPER!

HYPER Gaming Currency -> https://bitcointalk.org/index.php?topic=624651 GP RPG Currency -> https://bitcointalk.org/index.php?topic=1053441 https://cryptogalaxies.com -> Blockchain Based Space Strategy MMO. Crypto Galaxies on Bitcointalk -> https://bitcointalk.org/index.php?topic=1374470
CryptoDatabase
Legendary
*
Offline Offline

Activity: 1596
Merit: 1003


https://cryptodatabase.net


View Profile WWW
May 21, 2015, 08:56:33 PM
 #4377

I always find this monster the toughest one in the game...funny...

Fighting a Monster:
You are fighting a Boss Unknown Bench




Nice, wait until you encounter the Glowbeing ;]
kernik
Full Member
***
Offline Offline

Activity: 188
Merit: 100

sector5.xyz - HYPER, GP, LTC


View Profile WWW
May 25, 2015, 08:29:46 PM
 #4378

happy HYPER birthday!

Turning caffeine into code since 1999
https://sector5.xyz - Bullethell with crypto - HYPER - GP - LTC
HYPERfuture (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

HYPER project manager and PR + GoldPieces [GP]


View Profile WWW
May 25, 2015, 09:35:11 PM
 #4379

happy HYPER birthday!

Thanks Kernik Smiley How is the Vslayers hack n slash MMO coming along?

To celebrate HYPER's first birthday anyone can win 1000 HYPER! Tweet something about HYPER's 1st birthday with @hypercrypto at the end. Best entrant (the most creative and cool) gets 1000 HYPER tomorrow Smiley There will also be consolation prizes for other tweets that were close to winning. Get creative and have fun!

There will also be more Birthday surprises this week Smiley

Forgot to mention HYPER was also mentioned on Bitcoin Magazine and Bitcoinist recently:

https://bitcoinmagazine.com/20492/gaming-bitcoin-alternatives-hyper-goldpieces-sponsor-digital-currency-crowdfunding-project-picisi-launch-worldwide-crypto-gaming-network/

http://bitcoinist.net/hyper-goldpieces-sponsor-crowdfunding-project-launch-crypto-gaming-network/


HYPER Gaming Currency -> https://bitcointalk.org/index.php?topic=624651 GP RPG Currency -> https://bitcointalk.org/index.php?topic=1053441 https://cryptogalaxies.com -> Blockchain Based Space Strategy MMO. Crypto Galaxies on Bitcointalk -> https://bitcointalk.org/index.php?topic=1374470
HYPERfuture (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

HYPER project manager and PR + GoldPieces [GP]


View Profile WWW
May 26, 2015, 12:39:32 AM
 #4380


Nice meme!

Been updating the HYPER Wiki a little check out all the game servers and services we have listed there now!

http://hypercrypto.com/wiki

There is still a lot more info to add like the HYPER web wallet with game developer API we have at http://coinstore.me


HYPER Gaming Currency -> https://bitcointalk.org/index.php?topic=624651 GP RPG Currency -> https://bitcointalk.org/index.php?topic=1053441 https://cryptogalaxies.com -> Blockchain Based Space Strategy MMO. Crypto Galaxies on Bitcointalk -> https://bitcointalk.org/index.php?topic=1374470
Pages: « 1 ... 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 [219] 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 ... 357 »
  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!