shazeal
Newbie
Offline
Activity: 37
Merit: 0
|
|
January 01, 2014, 05:34:25 AM |
|
Why is it using its own leveldb I have it installed already?
had to chmod +x the build_detect_platform.sh
It doesnt bother making the memenv library...
|
|
|
|
Teamunicoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
January 01, 2014, 05:37:12 AM |
|
in the first blocks i got around 28 coins then disappeared..why? This is an Orphaned block, you found a block at the same time as someone else but he was faster than you
|
|
|
|
shazeal
Newbie
Offline
Activity: 37
Merit: 0
|
|
January 01, 2014, 05:37:50 AM |
|
So I built it against the system leveldb which works fine but now I get this... build/paymentserver.o: In function `PaymentServer::ipcSendCommandLine()': paymentserver.cpp:(.text+0x75e): undefined reference to `QLocalSocket::QLocalSocket(QObject*)' paymentserver.cpp:(.text+0x77f): undefined reference to `QLocalSocket::connectToServer(QString const&, QFlags<QIODevice::OpenModeFlag>)' paymentserver.cpp:(.text+0x79f): undefined reference to `QLocalSocket::waitForConnected(int)' paymentserver.cpp:(.text+0x818): undefined reference to `QLocalSocket::flush()' paymentserver.cpp:(.text+0x831): undefined reference to `QLocalSocket::disconnectFromServer()' build/paymentserver.o: In function `PaymentServer::PaymentServer(QApplication*)': paymentserver.cpp:(.text+0x9a5): undefined reference to `QLocalServer::removeServer(QString const&)' paymentserver.cpp:(.text+0x9bd): undefined reference to `QLocalServer::QLocalServer(QObject*)' paymentserver.cpp:(.text+0x9cc): undefined reference to `QLocalServer::listen(QString const&)' collect2: error: ld returned 1 exit status make: *** [unicoin-qt] Error 1
|
|
|
|
virtualdn
Legendary
Offline
Activity: 1372
Merit: 1093
|
|
January 01, 2014, 05:38:00 AM |
|
in the first blocks i got around 28 coins then disappeared..why? This is an Orphaned block, you found a block at the same time as someone else but he was faster than you and from all the blocks i got 0... oh boy
|
1 BTC = 1 BTC
|
|
|
virtualdn
Legendary
Offline
Activity: 1372
Merit: 1093
|
|
January 01, 2014, 05:44:00 AM |
|
cannot connect to pool...
|
1 BTC = 1 BTC
|
|
|
Nullu
|
|
January 01, 2014, 05:44:46 AM |
|
Worth sticking my spare 333mhs block eruptor on this?
|
BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
|
|
|
Teamunicoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
January 01, 2014, 05:48:49 AM |
|
cannot connect to pool...
Pool doesn't seem to work indeed. I will post a link as soon as someone makes a pool for UniCoin
|
|
|
|
shazeal
Newbie
Offline
Activity: 37
Merit: 0
|
|
January 01, 2014, 05:49:22 AM |
|
So I gave up on the QT wallet, and after specifying all the linked libraries manually I get this... obj/net.o: In function `ThreadMapPort()': /home/daniel/build/unicoin/src/net.cpp:1078: undefined reference to `upnpDiscover' /home/daniel/build/unicoin/src/net.cpp:1085: undefined reference to `UPNP_GetValidIGD' /home/daniel/build/unicoin/src/net.cpp:1090: undefined reference to `UPNP_GetExternalIPAddress' /home/daniel/build/unicoin/src/net.cpp:1121: undefined reference to `strupnperror' /home/daniel/build/unicoin/src/net.cpp:1116: undefined reference to `UPNP_AddPortMapping' /home/daniel/build/unicoin/src/net.cpp:1138: undefined reference to `freeUPNPDevlist' /home/daniel/build/unicoin/src/net.cpp:1140: undefined reference to `FreeUPNPUrls' /home/daniel/build/unicoin/src/net.cpp:1130: undefined reference to `UPNP_DeletePortMapping' /home/daniel/build/unicoin/src/net.cpp:1132: undefined reference to `freeUPNPDevlist' /home/daniel/build/unicoin/src/net.cpp:1133: undefined reference to `FreeUPNPUrls' collect2: error: ld returned 1 exit status make: *** [unicoind] Error 1 Has anyone other than the dev actually compiled this?
|
|
|
|
shazeal
Newbie
Offline
Activity: 37
Merit: 0
|
|
January 01, 2014, 05:52:58 AM |
|
Ok I finally got the qt wallet compiled on Linux. I had to manually re-write the whole LIBS line in the Makefile.
|
|
|
|
virtualdn
Legendary
Offline
Activity: 1372
Merit: 1093
|
|
January 01, 2014, 05:54:46 AM |
|
we need a pool... mining alone is difficult
|
1 BTC = 1 BTC
|
|
|
Nullu
|
|
January 01, 2014, 05:56:11 AM |
|
we need a pool... mining alone is difficult
You're telling me. I think my block eruptor would weep if I even attempted it.
|
BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
|
|
|
MassimoJee
Member
Offline
Activity: 112
Merit: 10
|
|
January 01, 2014, 05:57:12 AM |
|
Please please please help ! I can't mine.
I'm running the wallet in a Win7 PC and I have a RaspeberryPi with some Block Erupters connected to an USB hub. The PC and the RaspberryPI are on the same network, both connected to a modem-router. The question is: What must I write in the .conf file in the PC ? What should be the parameter -o in cgminer ?
TY in advance for your help.
|
|
|
|
Teamunicoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
January 01, 2014, 06:01:25 AM |
|
To everyone, the pool seem to work now! URL: http://unic.altminers.comMake an account there, create a worker and fill your cgminer configuration file like so: ./cgminer -o stratum+tcp://unic.altminers.com:5444 -u Weblogin.Worker -p Worker password
|
|
|
|
PyroTekNeks
Member
Offline
Activity: 70
Merit: 10
|
|
January 01, 2014, 06:03:28 AM |
|
To everyone, the pool seem to work now! URL: http://unic.altminers.comMake an account there, create a worker and fill your cgminer configuration file like so: ./cgminer -o stratum+tcp://unic.altminers.com:5444 -u Weblogin.Worker -p Worker password I register...and got locked right away...wtf.
|
|
|
|
virtualdn
Legendary
Offline
Activity: 1372
Merit: 1093
|
|
January 01, 2014, 06:04:36 AM |
|
is sha256d same as sha256?
|
1 BTC = 1 BTC
|
|
|
crazyearner
Legendary
Offline
Activity: 1820
Merit: 1001
|
|
January 01, 2014, 06:05:22 AM |
|
To everyone, the pool seem to work now! URL: http://unic.altminers.comMake an account there, create a worker and fill your cgminer configuration file like so: ./cgminer -o stratum+tcp://unic.altminers.com:5444 -u Weblogin.Worker -p Worker password account locked contact support pleasde unlock and dissable email confermation lol
|
|
|
|
PyroTekNeks
Member
Offline
Activity: 70
Merit: 10
|
|
January 01, 2014, 06:06:19 AM |
|
To everyone, the pool seem to work now! URL: http://unic.altminers.comMake an account there, create a worker and fill your cgminer configuration file like so: ./cgminer -o stratum+tcp://unic.altminers.com:5444 -u Weblogin.Worker -p Worker password account locked contact support pleasde unlock and dissable email confermation lol Oh someone in the same failboat as I. Hello.
|
|
|
|
Teamunicoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
January 01, 2014, 06:07:28 AM |
|
To everyone, the pool seem to work now! URL: http://unic.altminers.comMake an account there, create a worker and fill your cgminer configuration file like so: ./cgminer -o stratum+tcp://unic.altminers.com:5444 -u Weblogin.Worker -p Worker password I register...and got locked right away...wtf. Did you get an e-mail to confirm your email? I've seen this problem happening sometimes, 1 miner out of 100
|
|
|
|
crazyearner
Legendary
Offline
Activity: 1820
Merit: 1001
|
|
January 01, 2014, 06:09:54 AM |
|
nope just says account created login try to login and dont work
edit am in and wtf at 3% fee
|
|
|
|
PyroTekNeks
Member
Offline
Activity: 70
Merit: 10
|
|
January 01, 2014, 06:10:34 AM |
|
To everyone, the pool seem to work now! URL: http://unic.altminers.comMake an account there, create a worker and fill your cgminer configuration file like so: ./cgminer -o stratum+tcp://unic.altminers.com:5444 -u Weblogin.Worker -p Worker password I register...and got locked right away...wtf. Did you get an e-mail to confirm your email? I've seen this problem happening sometimes, 1 miner out of 100 I checked and apparently I did get an email. Used link to confirm and tried logging in. Same problem.
|
|
|
|
|