Bitcoin Forum
July 01, 2024, 09:27:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »  All
  Print  
Author Topic: [ANN] N5coin | Poloniex & MINTPAL | Community handover!  (Read 47042 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
capler
Member
**
Offline Offline

Activity: 113
Merit: 10


View Profile
July 10, 2014, 03:30:20 PM
 #121

I'm have also this errors, when building wallet

Go ask to Google, or wait update wallet
N5coin-Team (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
July 10, 2014, 03:34:41 PM
 #122

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

Code:
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:
Code:
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 Huh May be we building virus Grin

BitBucket and GutHub are both respectable Git Repositories, and both work in exactly the same way.
We chose to use Bitbucket Smiley
machicafe
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
July 10, 2014, 03:36:44 PM
 #123

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

Code:
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:
Code:
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 Huh May be we building virus Grin

BitBucket and GutHub are both respectable Git Repositories, and both work in exactly the same way.
We chose to use Bitbucket Smiley

Could you help us out?  Smiley
T-800
Full Member
***
Offline Offline

Activity: 205
Merit: 105

【Ƀ】➔ ☽


View Profile WWW
July 10, 2014, 03:52:33 PM
 #124

Finally got it to run at 12.5 MH/s with a r9 280x.

using:

Code:
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 Offline

Activity: 113
Merit: 10


View Profile
July 10, 2014, 03:59:29 PM
 #125

Finally got it to run at 12.5 MH/s with a r9 280x.

using:

Code:
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 Offline

Activity: 205
Merit: 105

【Ƀ】➔ ☽


View Profile WWW
July 10, 2014, 04:03:17 PM
 #126

Finally got it to run at 12.5 MH/s with a r9 280x.

using:

Code:
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 Offline

Activity: 28
Merit: 0


View Profile
July 10, 2014, 04:05:20 PM
 #127

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

Code:
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:
Code:
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 Huh May be we building virus Grin

BitBucket and GutHub are both respectable Git Repositories, and both work in exactly the same way.
We chose to use Bitbucket Smiley

Could you help us out?  Smiley

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 Offline

Activity: 205
Merit: 105

【Ƀ】➔ ☽


View Profile WWW
July 10, 2014, 04:30:28 PM
 #128

Dev, what are the future plans for this coin?

And are there bounties available for OP translations?

mydearvoice
Sr. Member
****
Offline Offline

Activity: 250
Merit: 250


View Profile
July 10, 2014, 04:59:35 PM
 #129

 Grin I don't have a mill, so we have to wait to buy

InitialDat
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 10, 2014, 05:16:10 PM
 #130

When do you think this will be added to an exchange, dev?
N5coin-Team (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
July 10, 2014, 05:20:06 PM
 #131

When do you think this will be added to an exchange, dev?


Working on it right now.
N5coin-Team (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
July 10, 2014, 05:39:17 PM
 #132

60 GH/s on the network, and we've not even been running for 24 hours yet Smiley

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
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 10, 2014, 05:46:08 PM
 #133

When do you think this will be added to an exchange, dev?


Working on it right now.

Looking forward to it!
bobby6killers
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
July 10, 2014, 05:46:46 PM
 #134

60 GH/s on the network, and we've not even been running for 24 hours yet Smiley

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 Smiley
This coin need to get an exchange ASAP Cheesy
InitialDat
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 10, 2014, 05:47:30 PM
 #135

 
60 GH/s on the network, and we've not even been running for 24 hours yet Smiley

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 Smiley
This coin need to get an exchange ASAP Cheesy

better get on the train... chooooo chooo!!!!  Grin
bitspender
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 10, 2014, 06:01:41 PM
 #136

60 GH/s on the network, and we've not even been running for 24 hours yet Smiley

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 Smiley
This coin need to get an exchange ASAP Cheesy

better get on the train... chooooo chooo!!!!  Grin

Someone hashing at 18 Gh/s. Dammed, seems like a heavy investement for a coin without exchange...  Undecided
InitialDat
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 10, 2014, 06:06:45 PM
 #137

60 GH/s on the network, and we've not even been running for 24 hours yet Smiley

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 Smiley
This coin need to get an exchange ASAP Cheesy

better get on the train... chooooo chooo!!!!  Grin

Someone hashing at 18 Gh/s. Dammed, seems like a heavy investement for a coin without exchange...  Undecided

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 Offline

Activity: 98
Merit: 10


View Profile
July 10, 2014, 06:31:06 PM
 #138

dev, you think how much satoshi per N5X  Grin

bitspender
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 10, 2014, 06:31:48 PM
 #139

60 GH/s on the network, and we've not even been running for 24 hours yet Smiley

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 Smiley
This coin need to get an exchange ASAP Cheesy

better get on the train... chooooo chooo!!!!  Grin

Someone hashing at 18 Gh/s. Dammed, seems like a heavy investement for a coin without exchange...  Undecided

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
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 10, 2014, 06:43:03 PM
 #140

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!


Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »  All
  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!