Pages:
Author

Topic: [ANN] N5coin | Poloniex & MINTPAL | Community handover! - page 16. (Read 47080 times)

full member
Activity: 136
Merit: 100
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
sr. member
Activity: 252
Merit: 250
When do you think this will be added to an exchange, dev?


Working on it right now.

Looking forward to it!
newbie
Activity: 28
Merit: 0
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.
newbie
Activity: 28
Merit: 0
When do you think this will be added to an exchange, dev?


Working on it right now.
sr. member
Activity: 252
Merit: 250
When do you think this will be added to an exchange, dev?
sr. member
Activity: 250
Merit: 250
 Grin I don't have a mill, so we have to wait to buy
full member
Activity: 205
Merit: 105
【Ƀ】➔ ☽
Dev, what are the future plans for this coin?

And are there bounties available for OP translations?
newbie
Activity: 28
Merit: 0
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 conversations;
                ^
src/qt/serveur.h:34:27: error: template argument 2 is invalid
   QMap 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
                             ^
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.

full member
Activity: 205
Merit: 105
【Ƀ】➔ ☽
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.
member
Activity: 113
Merit: 10
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
full member
Activity: 205
Merit: 105
【Ƀ】➔ ☽
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.
newbie
Activity: 52
Merit: 0
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 conversations;
                ^
src/qt/serveur.h:34:27: error: template argument 2 is invalid
   QMap 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
                             ^
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
newbie
Activity: 28
Merit: 0
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 conversations;
                ^
src/qt/serveur.h:34:27: error: template argument 2 is invalid
   QMap 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
                             ^
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
member
Activity: 113
Merit: 10
I'm have also this errors, when building wallet

Go ask to Google, or wait update wallet
newbie
Activity: 52
Merit: 0
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 conversations;
                ^
src/qt/serveur.h:34:27: error: template argument 2 is invalid
   QMap 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
                             ^
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

the first code was with qt5
member
Activity: 113
Merit: 10
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 conversations;
                ^
src/qt/serveur.h:34:27: error: template argument 2 is invalid
   QMap 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
                             ^
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
hero member
Activity: 551
Merit: 500
This is the ugliest goddamn wallet I have ever seen!
legendary
Activity: 1512
Merit: 1000
quarkchain.io
Guys and Girls , I wrote up in the thread the software and settings for nice mining with AMD R9...
sr. member
Activity: 475
Merit: 250
Do not download miner from http://cryptomining-blog.com which is in op page they steal people hashes. they mine  with your hashpower in dwarfpool

What miner? SG, CC?

sgminer from first page

so give us a link of the sgminer you think is not corrupted?
this is not corrupted they (http://cryptomining-blog.com) just mine with your hashpower in dwarfpool.

Come on guys, less of the BIG red text.

Can you explain exactly why you think they are somehow stealing our hash power? I'd like to investigate this as im also using their SGminer..

I don't think I just run it on my machines and then watched how this liars stealing my hashes. About red text I can delete my posts in this thread if you want but i think it's important for everyone to know that they cheating us

So, i've just downloaded the version in the OP. Unzipped it and found the file you are talking about.
They are not stealing your hashes, all they have done is leave an sgminer.conf file in there..
Simply delete it and use a .bat instead, or adjust it to your own pool specifications..

If anything they have probably left it in the zip file to be helpfull

Here is the file they have left in the package.

Code:

{
"pools" : [
{
"url" : "stratum+tcp://erebor.dwarfpool.com:3350",
"user" : "TsRhWKepQeuxg3E2dVQbeohpoqhrcWuUg2",
"pass" : "password"
},
{
"url" : "stratum+tcp://moria.dwarfpool.com:3350",
"user" : "TsRhWKepQeuxg3E2dVQbeohpoqhrcWuUg2",
"pass" : "password"
}
]
,
"intensity" : "18",
"worksize" : "256",
"kernel" : "nist5",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

+1 the .conf is just a sample. If  you want to go in crypto, you have a small job to do. Create your fucking conf file and stop crying.

If you cant make a distinction between the sample config file and a hash stealing, crypto is not for you my friend!
Pages:
Jump to: