capler
Member
Offline
Activity: 113
Merit: 10
|
|
July 10, 2014, 03:30:20 PM |
|
I'm have also this errors, when building wallet
Go ask to Google, or wait update wallet
|
|
|
|
N5coin-Team (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
July 10, 2014, 03:34:41 PM |
|
For the life of me I cant build this wallet (Ubuntu) tried qt4 and qt5. keep getting an error something about qwidgets and statisticspage.h. Did the usual qmake or qmake-qt4 & make. have all the required depends and have built lots of other wallets (some painstakingly though) Anyone has some advice? would be appreciated. thanks!
log file give us src/qt/serveur.h:29:3: error: ‘QTextEdit’ does not name a type QTextEdit *affichage; ^ src/qt/serveur.h:30:9: error: ‘QListView’ does not name a type QListView *userList; ^ src/qt/serveur.h:34:16: error: ‘QTextEdit’ was not declared in this scope QMap<QString,QTextEdit *> conversations; ^ src/qt/serveur.h:34:27: error: template argument 2 is invalid QMap<QString,QTextEdit *> conversations; ^ make: *** [build/bitcoingui.o] Error 1
qt4: In file included from src/qt/optionsdialog.cpp:2:0: build/ui_optionsdialog.h:13:29: fatal error: QtWidgets/QAction: No such file or directory #include <QtWidgets/QAction> ^ compilation terminated. make: *** [build/optionsdialog.o] Error 1
Hm.. have not seen such an error. Maybe try with QT5? Why this wallet is absent on github May be we building virus BitBucket and GutHub are both respectable Git Repositories, and both work in exactly the same way. We chose to use Bitbucket
|
|
|
|
machicafe
Newbie
Offline
Activity: 52
Merit: 0
|
|
July 10, 2014, 03:36:44 PM |
|
For the life of me I cant build this wallet (Ubuntu) tried qt4 and qt5. keep getting an error something about qwidgets and statisticspage.h. Did the usual qmake or qmake-qt4 & make. have all the required depends and have built lots of other wallets (some painstakingly though) Anyone has some advice? would be appreciated. thanks!
log file give us src/qt/serveur.h:29:3: error: ‘QTextEdit’ does not name a type QTextEdit *affichage; ^ src/qt/serveur.h:30:9: error: ‘QListView’ does not name a type QListView *userList; ^ src/qt/serveur.h:34:16: error: ‘QTextEdit’ was not declared in this scope QMap<QString,QTextEdit *> conversations; ^ src/qt/serveur.h:34:27: error: template argument 2 is invalid QMap<QString,QTextEdit *> conversations; ^ make: *** [build/bitcoingui.o] Error 1
qt4: In file included from src/qt/optionsdialog.cpp:2:0: build/ui_optionsdialog.h:13:29: fatal error: QtWidgets/QAction: No such file or directory #include <QtWidgets/QAction> ^ compilation terminated. make: *** [build/optionsdialog.o] Error 1
Hm.. have not seen such an error. Maybe try with QT5? Why this wallet is absent on github May be we building virus BitBucket and GutHub are both respectable Git Repositories, and both work in exactly the same way. We chose to use Bitbucket Could you help us out?
|
|
|
|
T-800
Full Member
Offline
Activity: 205
Merit: 105
【Ƀ】➔ ☽
|
|
July 10, 2014, 03:52:33 PM |
|
Finally got it to run at 12.5 MH/s with a r9 280x. using: sgminer -k nist5 -o stratum+tcp://n5x.suprnova.cc:3777 -u Geddie123.1 -p x -g 4 -I 19 --thread-concurrency 8192
It seems the "-g 4", whatever this is, and the thread-concurrency are important.
|
|
|
|
capler
Member
Offline
Activity: 113
Merit: 10
|
|
July 10, 2014, 03:59:29 PM |
|
Finally got it to run at 12.5 MH/s with a r9 280x. using: sgminer -k nist5 -o stratum+tcp://n5x.suprnova.cc:3777 -u Geddie123.1 -p x -g 4 -I 19 --thread-concurrency 8192
It seems the "-g 4", whatever this is, and the thread-concurrency are important. 13.7 Mh/s when engine - 1180 memory 1250
|
|
|
|
T-800
Full Member
Offline
Activity: 205
Merit: 105
【Ƀ】➔ ☽
|
|
July 10, 2014, 04:03:17 PM |
|
Finally got it to run at 12.5 MH/s with a r9 280x. using: sgminer -k nist5 -o stratum+tcp://n5x.suprnova.cc:3777 -u Geddie123.1 -p x -g 4 -I 19 --thread-concurrency 8192
It seems the "-g 4", whatever this is, and the thread-concurrency are important. 13.7 Mh/s when engine - 1180 memory 1250 Any input for GPU engine or GPU memclock makes sgminer crash instantly. Don't know why, because this isn't a problem for scrypt or X11. Maybe it's just my GPU's being weird again.
|
|
|
|
N5coin-Team (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
July 10, 2014, 04:05:20 PM |
|
For the life of me I cant build this wallet (Ubuntu) tried qt4 and qt5. keep getting an error something about qwidgets and statisticspage.h. Did the usual qmake or qmake-qt4 & make. have all the required depends and have built lots of other wallets (some painstakingly though) Anyone has some advice? would be appreciated. thanks!
log file give us src/qt/serveur.h:29:3: error: ‘QTextEdit’ does not name a type QTextEdit *affichage; ^ src/qt/serveur.h:30:9: error: ‘QListView’ does not name a type QListView *userList; ^ src/qt/serveur.h:34:16: error: ‘QTextEdit’ was not declared in this scope QMap<QString,QTextEdit *> conversations; ^ src/qt/serveur.h:34:27: error: template argument 2 is invalid QMap<QString,QTextEdit *> conversations; ^ make: *** [build/bitcoingui.o] Error 1
qt4: In file included from src/qt/optionsdialog.cpp:2:0: build/ui_optionsdialog.h:13:29: fatal error: QtWidgets/QAction: No such file or directory #include <QtWidgets/QAction> ^ compilation terminated. make: *** [build/optionsdialog.o] Error 1
Hm.. have not seen such an error. Maybe try with QT5? Why this wallet is absent on github May be we building virus BitBucket and GutHub are both respectable Git Repositories, and both work in exactly the same way. We chose to use Bitbucket Could you help us out? When you said Ubuntu, i automatically assumed you were talking about the n5coin daemon, which complies fine and also doesn't use those files. Now i realize you are talking about the full wallet on Ubuntu. Unfortunately the full wallet build was only done for Windows and OSX. It is based on QT4.8.5 not 5. I'll get my Unix dev environment running and see if i can get a build working for you.
|
|
|
|
T-800
Full Member
Offline
Activity: 205
Merit: 105
【Ƀ】➔ ☽
|
|
July 10, 2014, 04:30:28 PM |
|
Dev, what are the future plans for this coin?
And are there bounties available for OP translations?
|
|
|
|
mydearvoice
|
|
July 10, 2014, 04:59:35 PM |
|
I don't have a mill, so we have to wait to buy
|
|
|
|
InitialDat
|
|
July 10, 2014, 05:16:10 PM |
|
When do you think this will be added to an exchange, dev?
|
|
|
|
N5coin-Team (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
July 10, 2014, 05:20:06 PM |
|
When do you think this will be added to an exchange, dev?
Working on it right now.
|
|
|
|
N5coin-Team (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
July 10, 2014, 05:39:17 PM |
|
60 GH/s on the network, and we've not even been running for 24 hours yet
136,000 coins have been created so far, once PoS blocks start being created later today, that 1 million coins estimate will be much lower.. Finger in the air, i'll take a guess at about 800,000 coins total.
|
|
|
|
InitialDat
|
|
July 10, 2014, 05:46:08 PM |
|
When do you think this will be added to an exchange, dev?
Working on it right now. Looking forward to it!
|
|
|
|
bobby6killers
|
|
July 10, 2014, 05:46:46 PM |
|
60 GH/s on the network, and we've not even been running for 24 hours yet
136,000 coins have been created so far, once PoS blocks start being created later today, that 1 million coins estimate will be much lower.. Finger in the air, i'll take a guess at about 800,000 coins total. WTF really!! i'm back in.. again This coin need to get an exchange ASAP
|
|
|
|
InitialDat
|
|
July 10, 2014, 05:47:30 PM |
|
60 GH/s on the network, and we've not even been running for 24 hours yet
136,000 coins have been created so far, once PoS blocks start being created later today, that 1 million coins estimate will be much lower.. Finger in the air, i'll take a guess at about 800,000 coins total. WTF really!! i'm back in.. again This coin need to get an exchange ASAP better get on the train... chooooo chooo!!!!
|
|
|
|
bitspender
|
|
July 10, 2014, 06:01:41 PM |
|
60 GH/s on the network, and we've not even been running for 24 hours yet
136,000 coins have been created so far, once PoS blocks start being created later today, that 1 million coins estimate will be much lower.. Finger in the air, i'll take a guess at about 800,000 coins total. WTF really!! i'm back in.. again This coin need to get an exchange ASAP better get on the train... chooooo chooo!!!! Someone hashing at 18 Gh/s. Dammed, seems like a heavy investement for a coin without exchange...
|
|
|
|
InitialDat
|
|
July 10, 2014, 06:06:45 PM |
|
60 GH/s on the network, and we've not even been running for 24 hours yet
136,000 coins have been created so far, once PoS blocks start being created later today, that 1 million coins estimate will be much lower.. Finger in the air, i'll take a guess at about 800,000 coins total. WTF really!! i'm back in.. again This coin need to get an exchange ASAP better get on the train... chooooo chooo!!!! Someone hashing at 18 Gh/s. Dammed, seems like a heavy investement for a coin without exchange... there are only 800,000 coins in POW... This is a great investment especially once this coin gets added to an exchange.
|
|
|
|
dilong321
Member
Offline
Activity: 98
Merit: 10
|
|
July 10, 2014, 06:31:06 PM |
|
dev, you think how much satoshi per N5X
|
|
|
|
bitspender
|
|
July 10, 2014, 06:31:48 PM |
|
60 GH/s on the network, and we've not even been running for 24 hours yet
136,000 coins have been created so far, once PoS blocks start being created later today, that 1 million coins estimate will be much lower.. Finger in the air, i'll take a guess at about 800,000 coins total. WTF really!! i'm back in.. again This coin need to get an exchange ASAP better get on the train... chooooo chooo!!!! Someone hashing at 18 Gh/s. Dammed, seems like a heavy investement for a coin without exchange... there are only 800,000 coins in POW... This is a great investment especially once this coin gets added to an exchange. I really dont know... There are other NIST5 coins that are going to be release with a really good dev support, listed on bittrex, etc. This coin just 'seems' to be a monday morning copy of that coin, super stealth launch included. I'd prefer to put my money on the other NIST5 coin, instead of this coin that just comes falling out of the air
|
|
|
|
InitialDat
|
|
July 10, 2014, 06:43:03 PM |
|
Morning everyone. We've had a few comments and PM in over night so want to give you a little update of what is happening in the short term..
- Mac wallet will be ready - We'll change the font color for the OP. (Yeah white is not the easiest to see) - Starting the promotion drive
We will soon publish plans and long term goals for N5coin.
We want to assure you all that we are in this for the long term. In this Crypto business, strategic launches are important and the way that they are done has an impact on how successful they will be. It is very important at the start that the coding is sound and that the launch goes smoothly. The launch last night was amazing, within 15 minutes we had 3Gh/s of mining power in the network! And now less than 12 hours later that has risen to nearly 30Gh!
|
|
|
|
|