shazeal
Newbie
Offline
Activity: 37
Merit: 0
|
|
January 01, 2014, 06:44:07 AM |
|
Yep i can't install on linux either make -f makefile.unix g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/cshelswell/Documents/unicoin/src -I/home/cshelswell/Documents/unicoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/cshelswell/Documents/unicoin/src/leveldb/include -I/home/cshelswell/Documents/unicoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp alert.cpp:263:1: fatal error: opening dependency file obj/alert.d: No such file or directory compilation terminated. make: *** [obj/alert.o] Error 1
No problem installing any other wallets so I assume i have the dependencies? Any help would be great cheers Its not you, the code for this wallet is utter rubbish. For some reason you have to create the obj directory in the src dir manually. NFI how you will get on after that, I never managed to get the console wallet built. I got the QT one working fine by manually editing the LIBS line since it was full of Windows BS after the qmake unicoin-qt.pro command. Also same thing here I have never had an issue with any other wallet. This one is just 100% amateur time. Also make sure to add LIBS+="-lleveldb -lmemenv" to your make command so it uses system libs rather than whatever junk the dev threw in there.
|
|
|
|
PyroTekNeks
Member
Offline
Activity: 70
Merit: 10
|
|
January 01, 2014, 06:44:47 AM |
|
Hmmm when does the pool pay out? Come on someone, find a block!
|
|
|
|
Zombie123
Legendary
Offline
Activity: 868
Merit: 1000
|
|
January 01, 2014, 06:50:17 AM |
|
OP please update the thread, people need to be informed of the information if the coin has any chance of being a success. Pool: http://unic.altminers.com/(Not confirmed to be paying out) Window's Wallet: https://mega.co.nz/#!z1wUBJAC!GILB1BjQ6dnT-WBeOLCwsmofEYpmpDSLlbqBCGHlRaU Not compiled a linux or mac wallet, let me know if you want one. Donations accepted.
|
|
|
|
shazeal
Newbie
Offline
Activity: 37
Merit: 0
|
|
January 01, 2014, 06:55:32 AM |
|
I think this pool is not setup correctly
|
|
|
|
cshelswell
|
|
January 01, 2014, 07:01:45 AM |
|
Yep i can't install on linux either make -f makefile.unix g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/cshelswell/Documents/unicoin/src -I/home/cshelswell/Documents/unicoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/cshelswell/Documents/unicoin/src/leveldb/include -I/home/cshelswell/Documents/unicoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp alert.cpp:263:1: fatal error: opening dependency file obj/alert.d: No such file or directory compilation terminated. make: *** [obj/alert.o] Error 1
No problem installing any other wallets so I assume i have the dependencies? Any help would be great cheers Its not you, the code for this wallet is utter rubbish. For some reason you have to create the obj directory in the src dir manually. NFI how you will get on after that, I never managed to get the console wallet built. I got the QT one working fine by manually editing the LIBS line since it was full of Windows BS after the qmake unicoin-qt.pro command. Also same thing here I have never had an issue with any other wallet. This one is just 100% amateur time. Also make sure to add LIBS+="-lleveldb -lmemenv" to your make command so it uses system libs rather than whatever junk the dev threw in there. Hey thanks for that. It's looking like a coin that's probably not worth it! The website looked pretty good too assumed they'd put some effort in to it
|
|
|
|
blueangel01
Sr. Member
Offline
Activity: 406
Merit: 250
Hello! Send me a message.
|
|
January 01, 2014, 07:02:24 AM |
|
but how come there are 5 people in the pool??
|
Msg me if you want me to put anything here.
|
|
|
shazeal
Newbie
Offline
Activity: 37
Merit: 0
|
|
January 01, 2014, 07:04:49 AM |
|
but how come there are 5 people in the pool??
Maybe the coin is actually scrypt, but the dev just doesnt want us to mine?
|
|
|
|
PyroTekNeks
Member
Offline
Activity: 70
Merit: 10
|
|
January 01, 2014, 07:12:31 AM |
|
I seriously hope this doesn't fail. Too many failed launches today and I've lost so much mining time.
|
|
|
|
Teamunicoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
January 01, 2014, 07:14:28 AM |
|
Yep i can't install on linux either make -f makefile.unix g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/cshelswell/Documents/unicoin/src -I/home/cshelswell/Documents/unicoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/cshelswell/Documents/unicoin/src/leveldb/include -I/home/cshelswell/Documents/unicoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp alert.cpp:263:1: fatal error: opening dependency file obj/alert.d: No such file or directory compilation terminated. make: *** [obj/alert.o] Error 1
No problem installing any other wallets so I assume i have the dependencies? Any help would be great cheers Its not you, the code for this wallet is utter rubbish. For some reason you have to create the obj directory in the src dir manually. NFI how you will get on after that, I never managed to get the console wallet built. I got the QT one working fine by manually editing the LIBS line since it was full of Windows BS after the qmake unicoin-qt.pro command. Also same thing here I have never had an issue with any other wallet. This one is just 100% amateur time. Also make sure to add LIBS+="-lleveldb -lmemenv" to your make command so it uses system libs rather than whatever junk the dev threw in there. It took me a while to setup a coin to compile with QT 5, I didn't throw anything anywhere, I'm using the same libs as everyone else, Boost, BerkeleyDB, openssl
|
|
|
|
influencemylife
Member
Offline
Activity: 69
Merit: 10
Face Your Fears, Live Your Dreams
|
|
January 01, 2014, 07:15:14 AM |
|
Is this pool working?
|
DHSQBmvzsjmLXCwdaeTzRXpna9WDTwqhVX - like? Doge thank you
ZKMvnhMC8i1SPmf1MU844487RwyvwL7Chd - Tip Zeta cos it Rocks!
|
|
|
shazeal
Newbie
Offline
Activity: 37
Merit: 0
|
|
January 01, 2014, 07:16:12 AM |
|
|
|
|
|
shazeal
Newbie
Offline
Activity: 37
Merit: 0
|
|
January 01, 2014, 07:20:12 AM |
|
It took me a while to setup a coin to compile with QT 5, I didn't throw anything anywhere, I'm using the same libs as everyone else, Boost, BerkeleyDB, openssl
You have leveldb.zip inside the git repo. You are using leveldb headers of your own. You require permissions modification of files to even start to compile. You are linking against your own leveldb files rather than system ones. The qmake still trys to link against mingw files rather than system ones. Id say you threw a whole lot of stuff all over the place.
|
|
|
|
renodaret
|
|
January 01, 2014, 07:25:02 AM |
|
OP please update the thread, people need to be informed of the information if the coin has any chance of being a success. Pool: http://unic.altminers.com/(Not confirmed to be paying out) Window's Wallet: https://mega.co.nz/#!z1wUBJAC!GILB1BjQ6dnT-WBeOLCwsmofEYpmpDSLlbqBCGHlRaU Not compiled a linux or mac wallet, let me know if you want one. Donations accepted. Thanks, what's your address I will send you a few coins.
|
|
|
|
Teamunicoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
January 01, 2014, 07:26:01 AM |
|
It took me a while to setup a coin to compile with QT 5, I didn't throw anything anywhere, I'm using the same libs as everyone else, Boost, BerkeleyDB, openssl
You have leveldb.zip inside the git repo. You are using leveldb headers of your own. You require permissions modification of files to even start to compile. You are linking against your own leveldb files rather than system ones. The qmake still trys to link against mingw files rather than system ones. Id say you threw a whole lot of stuff all over the place. You're definetly overreacting. I took the source here a few weeks ago: http://devtome.com/doku.php?id=sha256_altcoin_cloning_guide&s[]=clone&s[]=sha256 If you find anything illegitimate, I'll get you a Porsche
|
|
|
|
PyroTekNeks
Member
Offline
Activity: 70
Merit: 10
|
|
January 01, 2014, 07:33:18 AM |
|
Can you teach me how to math?
|
|
|
|
awais3344
|
|
January 01, 2014, 07:37:37 AM |
|
if i remove --scrypt i get shares above target. If I use --scrypt, I get normal accepts, almost all accepts. but pool shows accepts, but weird charts. And pool hasnt found any block at all. where are the blocks going? is this even scryptcoin or sha256?
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ NEOSCOIN +POD Developers +Active Community - V2 Coming Soon! Live In-App Trading, Live Pool Stats - IRC - Arbitrush Anonymous System soon!! NEOSCOIN ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
|
Teamunicoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
January 01, 2014, 07:47:36 AM |
|
if i remove --scrypt i get shares above target. If I use --scrypt, I get normal accepts, almost all accepts. but pool shows accepts, but weird charts. And pool hasnt found any block at all. where are the blocks going? is this even scryptcoin or sha256?
This is a SHA256 coin and so far the blocks are going to Solo miners
|
|
|
|
awais3344
|
|
January 01, 2014, 07:52:32 AM |
|
cant even solo mine unicoin.conf file rpcuser=abd rpcpassword=abdd listen=1 server=1 daemon=1 rpcport=50666 addnode=96.20.39.20 addnode=89.200.140.78 cgminer line cgminer -o 127.0.0.1:50666 -u abd -p abdd -I 13 -g2 --thread-concurrency 8192 cgminer stuck on started cgminer 3.7.0??
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ NEOSCOIN +POD Developers +Active Community - V2 Coming Soon! Live In-App Trading, Live Pool Stats - IRC - Arbitrush Anonymous System soon!! NEOSCOIN ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
|
awais3344
|
|
January 01, 2014, 07:53:11 AM |
|
cant even solo mine unicoin.conf file rpcuser=abd rpcpassword=abdd listen=1 server=1 daemon=1 rpcport=50666 addnode=96.20.39.20 addnode=89.200.140.78 cgminer line cgminer -o 127.0.0.1:50666 -u abd -p abdd -I 13 -g2 --thread-concurrency 8192 cgminer stuck on started cgminer 3.7.0?? update, so it showed me wrong url error. why is it no connecting?
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ NEOSCOIN +POD Developers +Active Community - V2 Coming Soon! Live In-App Trading, Live Pool Stats - IRC - Arbitrush Anonymous System soon!! NEOSCOIN ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
|
MassimoJee
Member
Offline
Activity: 112
Merit: 10
|
|
January 01, 2014, 07:56:18 AM |
|
cant even solo mine unicoin.conf file rpcuser=abd rpcpassword=abdd listen=1 server=1 daemon=1 rpcport=50666 addnode=96.20.39.20 addnode=89.200.140.78 cgminer line cgminer -o 127.0.0.1:50666 -u abd -p abdd -I 13 -g2 --thread-concurrency 8192 cgminer stuck on started cgminer 3.7.0?? update, so it showed me wrong url error. why is it no connecting? I think you should add rpcallowip=127.0.0.1 in your .conf file. This is valid if the wallet and the miner programs are running on the same PC, otherwise you should change the IP address with the IP address of the PC where the miner is running.
|
|
|
|
|