Shadow_Runner
|
|
April 21, 2015, 05:16:56 PM |
|
I just PM'ed the main dev, hope I get them soon.
You need to PM address alexrossi, not dev.
|
|
|
|
Verias
|
|
April 21, 2015, 05:18:21 PM |
|
selling @ 4k while ico was 3750 ? that sounds like cheap coins
|
|
|
|
keriferocoius
|
|
April 21, 2015, 05:20:55 PM |
|
hi all! I have this error when compiling on ubuntu14.04 lts.
g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a: No such file or directory g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a: No such file or directory make: *** [droidz-qt] Error 1
please help
You might need libdb dependencies. Can try: sudo apt-get install libdb5.1-dev libdb5.1++-dev Or maybe because you did not make the leveldb files? Try this: cd src/leveldb/ make libleveldb.a make libmemenv.a For " sudo apt-get install libdb5.1-dev libdb5.1++-dev " I got this: Fatal error: can't create build/qrc_bitcoin.o: Permission denied make: *** [build/qrc_bitcoin.o] Error 1 For " cd src/leveldb/ make libleveldb.a make libmemenv.a" I got this: make: *** No rule to make target `libleveldb.a'. Stop. marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ make libmemenv.a make: *** No rule to make target `libmemenv.a'. Stop. marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ First error is a permission issue. Try: chmod 755 /home/marcos/Downloads/repohuman-master/src/leveldb/build_detect_platform make /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a make /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a The first command seems to worok but the last two... make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a'. Stop. make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a'. Stop.
|
|
|
|
woozii
Member
Offline
Activity: 98
Merit: 10
Call me the coin wrecker (;
|
|
April 21, 2015, 05:28:58 PM |
|
I just PM'ed the main dev, hope I get them soon.
You need to PM address alexrossi, not dev. just PMd him. instructions were not very clear on this part.
|
|
|
|
DRZ (OP)
Member
Offline
Activity: 63
Merit: 10
DroidZ team developers
|
|
April 21, 2015, 05:29:53 PM |
|
Linux wallet is already compiled. Will upload next 24 hours.
All ico coins are sent to escrow. Please pm escrow with your wallet address.
|
|
|
|
totoy
|
|
April 21, 2015, 05:34:51 PM |
|
The style of this coin is quite similar to CYP. Hope the block time is right this time.
What type of rig can I use to mine qubit? Is it a litecoin or bitcoin rig? if you have a gpu you can mine this coin
|
|
|
|
SecretsOfCrypto
|
|
April 21, 2015, 05:36:49 PM |
|
hi all! I have this error when compiling on ubuntu14.04 lts.
g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a: No such file or directory g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a: No such file or directory make: *** [droidz-qt] Error 1
please help
You might need libdb dependencies. Can try: sudo apt-get install libdb5.1-dev libdb5.1++-dev Or maybe because you did not make the leveldb files? Try this: cd src/leveldb/ make libleveldb.a make libmemenv.a For " sudo apt-get install libdb5.1-dev libdb5.1++-dev " I got this: Fatal error: can't create build/qrc_bitcoin.o: Permission denied make: *** [build/qrc_bitcoin.o] Error 1 For " cd src/leveldb/ make libleveldb.a make libmemenv.a" I got this: make: *** No rule to make target `libleveldb.a'. Stop. marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ make libmemenv.a make: *** No rule to make target `libmemenv.a'. Stop. marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ First error is a permission issue. Try: chmod 755 /home/marcos/Downloads/repohuman-master/src/leveldb/build_detect_platform make /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a make /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a The first command seems to worok but the last two... make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a'. Stop. make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a'. Stop. maybe can try this? cd src/leveldb/ TARGET_OS=OS_WINDOWS_CROSSCOMPILE make libleveldb.a libmemenv.a
|
|
|
|
hugs1BTC
|
|
April 21, 2015, 05:37:45 PM |
|
37,020.96 MH/s and nearly 200 workers only on Suprnova
|
|
|
|
kalani91
Member
Offline
Activity: 66
Merit: 10
|
|
April 21, 2015, 05:41:16 PM |
|
I just PM'ed the main dev, hope I get them soon.
You need to PM address alexrossi, not dev. pretty shitty instructions on the OP then
|
|
|
|
|
NSCrypto
|
|
April 21, 2015, 05:45:00 PM Last edit: April 21, 2015, 06:40:29 PM by NSCrypto |
|
|
|
|
|
jimlite
Legendary
Offline
Activity: 1848
Merit: 1018
|
|
April 21, 2015, 05:47:16 PM |
|
People keep asking. You can rent rigs at miningrigrentals.com. See my sig.
|
|
|
|
keriferocoius
|
|
April 21, 2015, 05:47:41 PM |
|
hi all! I have this error when compiling on ubuntu14.04 lts.
g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a: No such file or directory g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a: No such file or directory make: *** [droidz-qt] Error 1
please help
You might need libdb dependencies. Can try: sudo apt-get install libdb5.1-dev libdb5.1++-dev Or maybe because you did not make the leveldb files? Try this: cd src/leveldb/ make libleveldb.a make libmemenv.a For " sudo apt-get install libdb5.1-dev libdb5.1++-dev " I got this: Fatal error: can't create build/qrc_bitcoin.o: Permission denied make: *** [build/qrc_bitcoin.o] Error 1 For " cd src/leveldb/ make libleveldb.a make libmemenv.a" I got this: make: *** No rule to make target `libleveldb.a'. Stop. marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ make libmemenv.a make: *** No rule to make target `libmemenv.a'. Stop. marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ First error is a permission issue. Try: chmod 755 /home/marcos/Downloads/repohuman-master/src/leveldb/build_detect_platform make /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a make /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a The first command seems to worok but the last two... make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a'. Stop. make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a'. Stop. maybe can try this? cd src/leveldb/ TARGET_OS=OS_WINDOWS_CROSSCOMPILE make libleveldb.a libmemenv.a I entered the command and i got this: util/env_win.cc:17:21: fatal error: shlwapi.h: No such file or directory #include <shlwapi.h> ^ compilation terminated. make: *** [util/env_win.o] Error 1
|
|
|
|
NSCrypto
|
|
April 21, 2015, 05:54:28 PM |
|
hi all! I have this error when compiling on ubuntu14.04 lts.
g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a: No such file or directory g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a: No such file or directory make: *** [droidz-qt] Error 1
please help
You might need libdb dependencies. Can try: sudo apt-get install libdb5.1-dev libdb5.1++-dev Or maybe because you did not make the leveldb files? Try this: cd src/leveldb/ make libleveldb.a make libmemenv.a For " sudo apt-get install libdb5.1-dev libdb5.1++-dev " I got this: Fatal error: can't create build/qrc_bitcoin.o: Permission denied make: *** [build/qrc_bitcoin.o] Error 1 For " cd src/leveldb/ make libleveldb.a make libmemenv.a" I got this: make: *** No rule to make target `libleveldb.a'. Stop. marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ make libmemenv.a make: *** No rule to make target `libmemenv.a'. Stop. marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ First error is a permission issue. Try: chmod 755 /home/marcos/Downloads/repohuman-master/src/leveldb/build_detect_platform make /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a make /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a The first command seems to worok but the last two... make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a'. Stop. make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a'. Stop. maybe can try this? cd src/leveldb/ TARGET_OS=OS_WINDOWS_CROSSCOMPILE make libleveldb.a libmemenv.a I entered the command and i got this: util/env_win.cc:17:21: fatal error: shlwapi.h: No such file or directory #include <shlwapi.h> ^ compilation terminated. make: *** [util/env_win.o] Error 1 yo, just replace the leveldb dir with the leveldb dir from a different coin you compiled earlier. This is the easy fix lel EDIT: also, don't cross compile for windows if you want to run the wallet on linux
|
|
|
|
rastapirataroberto
Member
Offline
Activity: 280
Merit: 10
The Experience Layer of the Decentralized Internet
|
|
April 21, 2015, 05:55:39 PM |
|
|
|
|
|
SecretsOfCrypto
|
|
April 21, 2015, 05:59:19 PM |
|
hi all! I have this error when compiling on ubuntu14.04 lts.
g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a: No such file or directory g++: error: /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a: No such file or directory make: *** [droidz-qt] Error 1
please help
You might need libdb dependencies. Can try: sudo apt-get install libdb5.1-dev libdb5.1++-dev Or maybe because you did not make the leveldb files? Try this: cd src/leveldb/ make libleveldb.a make libmemenv.a For " sudo apt-get install libdb5.1-dev libdb5.1++-dev " I got this: Fatal error: can't create build/qrc_bitcoin.o: Permission denied make: *** [build/qrc_bitcoin.o] Error 1 For " cd src/leveldb/ make libleveldb.a make libmemenv.a" I got this: make: *** No rule to make target `libleveldb.a'. Stop. marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ make libmemenv.a make: *** No rule to make target `libmemenv.a'. Stop. marcos@marcos-System-Product-Name:~/Downloads/repohuman-master/src$ First error is a permission issue. Try: chmod 755 /home/marcos/Downloads/repohuman-master/src/leveldb/build_detect_platform make /home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a make /home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a The first command seems to worok but the last two... make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libleveldb.a'. Stop. make: *** No rule to make target `/home/marcos/Downloads/repohuman-master/src/leveldb/libmemenv.a'. Stop. maybe can try this? cd src/leveldb/ TARGET_OS=OS_WINDOWS_CROSSCOMPILE make libleveldb.a libmemenv.a I entered the command and i got this: util/env_win.cc:17:21: fatal error: shlwapi.h: No such file or directory #include <shlwapi.h> ^ compilation terminated. make: *** [util/env_win.o] Error 1 Oops that was for windows . Maybe something like: TARGET_OS=UNIX make libleveldb.a libmemenv.a Sorry I have to head out. I don't even own any of these coins lol. I think you are pretty close to compiling it though. Dev should be able to help you out. Best
|
|
|
|
hugs1BTC
|
|
April 21, 2015, 06:02:57 PM |
|
Droidz already on Alcurex and Yobit, why not Bittrex? We are waiting
|
|
|
|
Xmm
|
|
April 21, 2015, 06:07:09 PM |
|
Cant connect to Sprnova with hostname. Change to IP and now ok.
280X = 5.45 Mhz is it good speed?
|
|
|
|
CryptoFlipper
|
|
April 21, 2015, 06:08:47 PM |
|
Droidz already on Alcurex and Yobit, why not Bittrex? We are waiting be sure to tweet @richiela and @bittrex to let them know we want DRZ added
|
|
|
|
altsareback
Newbie
Offline
Activity: 28
Merit: 0
|
|
April 21, 2015, 06:10:07 PM |
|
Would be very nice if Bittrex would add DRZ, instant 10k sat!
|
|
|
|
|