Bitcoin Forum
June 21, 2024, 03:38:10 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 [250] 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 ... 822 »
  Print  
Author Topic: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌  (Read 923800 times)
monoxide
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500



View Profile
May 21, 2016, 04:38:18 AM
 #4981


./cpuminer -q -a hmq1725 -o stratum+tcp://esp.suprnova.cc:3453 -u user.1 -p 1                      (that is gpu port for suprnova since i read that it was better to use with this miner)


The CPU port at suprnova is set at a very low difficulty so when you first connect you might see a bunch of rejects
and the diff adjusting. After about half a minute it settles down and mines ok. Just want to warn people
in case they think there is a problem with the miner. I haven't had that problem with the GPU port which
is why I recommended it.

@monoxide, thanks for pointing that out.

No problem.
Now that i close most of programs on my desktop i can squeeze out 215kh/s.
And it's steady. Miner working great!

Are you using Suprnova? If so, what port?

The same port that is in post you quoted, 3453
monoxide
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500



View Profile
May 21, 2016, 04:40:33 AM
 #4982

Guide for faster cpuminer:

This is almost my first time on linux.
I did this in latest Ubuntu in virtual machine Windows 10 Pro and Hyper V.
There might be something that more experienced users notice that are unecessary options, so please advice.
I figured all this out almost by myself, but i gotta thank @cryptocoderz and @amorejaz for getting me started.

Okay, here we go, hold on to your hats and take off your pants:

First go here: https://bitcointalk.org/index.php?topic=1326803.0

Download the file from first post and REMEMBER TO THANK joblo <--- This part is THE most necessary
(you can even chip some btc in the address of his sig)

after downloading go to your Downloads folder and double click cpuminer-opt-3.2.4.tar.gz
then extract and choose a location to extract. (i used the destination it gave me in this guide)

Now open terminal and type:

sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config libgmp3-dev libssl-dev libboost-all-dev automake yasm

after that part is done type:

cd Downloads
cd cpuminer-opt-3.2.4

./autogen.sh
./configure CFLAGS="-O3 -march=native" --with-crypto --with-curl   (that red text is -O3, not -03, not -zero3)
make

./cpuminer -q -a hmq1725 -o stratum+tcp://esp.suprnova.cc:3453 -u user.1 -p 1                      (that is gpu port for suprnova since i read that it was better to use with this miner)

And that's it.

Hope this is helpful and you can always ask if you have questions, but i'm not sure if i can answer, since this really was first time i compiled anything.

My hashrate is around +200kh/s with i7-4790K @ 4.7GHZ vs older miner 130KH/S

Thanks @joblo


Thank you but you missed just one thing:
sudo apt-get install build-essential

This was also my first time with mint linux, and it required that for it to run the "make" command. But i was 205 kh/s on my i7-6700k. I get 109~ kh/s on windows 10


Maybe that is included in latest ubuntu but not in mint. So do you have win version compiled of that miner now?
T3hw1nn3r
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 21, 2016, 04:52:36 AM
 #4983

Thanks @joblo


Thank you but you missed just one thing:
sudo apt-get install build-essential

This was also my first time with mint linux, and it required that for it to run the "make" command. But i was 205 kh/s on my i7-6700k. I get 109~ kh/s on windows 10


Maybe that is included in latest ubuntu but not in mint. So do you have win version compiled of that miner now?
No, I'm not that good haha
monoxide
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500



View Profile
May 21, 2016, 05:36:09 AM
 #4984


./cpuminer -q -a hmq1725 -o stratum+tcp://esp.suprnova.cc:3453 -u user.1 -p 1                      (that is gpu port for suprnova since i read that it was better to use with this miner)


The CPU port at suprnova is set at a very low difficulty so when you first connect you might see a bunch of rejects
and the diff adjusting. After about half a minute it settles down and mines ok. Just want to warn people
in case they think there is a problem with the miner. I haven't had that problem with the GPU port which
is why I recommended it.

@monoxide, thanks for pointing that out.

No problem.
Now that i close most of programs on my desktop i can squeeze out 215kh/s.
And it's steady. Miner working great!

Are you using Suprnova? If so, what port?

The same port that is in post you quoted, 3453

Ah, damn. Are there any other pools? That port has an initial difficulty of 32, and that's way too damned low. It does adjust, but a bit slowly.

There was some maxminers, but last time i checked it was down...

Edit: it seems to be up: https://esp.maxminers.net/index.php?page=statistics&action=pool

Thanks @joblo


Thank you but you missed just one thing:
sudo apt-get install build-essential

This was also my first time with mint linux, and it required that for it to run the "make" command. But i was 205 kh/s on my i7-6700k. I get 109~ kh/s on windows 10


Maybe that is included in latest ubuntu but not in mint. So do you have win version compiled of that miner now?
No, I'm not that good haha

Smiley so you are running on VM now?
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 21, 2016, 05:48:42 AM
 #4985

how come there is still no nvidia miner?
monoxide
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500



View Profile
May 21, 2016, 05:54:18 AM
 #4986

how come there is still no nvidia miner?

I believe it's still in the works.

I don't know any better, but from what i understand, this algo is not the easiest to get to work with gpu's...?

but as i said i don't know any better.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 21, 2016, 05:57:02 AM
 #4987

how come there is still no nvidia miner?

I believe it's still in the works.

I don't know any better, but from what i understand, this algo is not the easiest to get to work with gpu's...?

but as i said i don't know any better.

well the amd was released fast enough, i think no one is willing to do the nvidia one because not enough fund maybe?
monoxide
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500



View Profile
May 21, 2016, 06:01:36 AM
 #4988

how come there is still no nvidia miner?

I believe it's still in the works.

I don't know any better, but from what i understand, this algo is not the easiest to get to work with gpu's...?

but as i said i don't know any better.

well the amd was released fast enough, i think no one is willing to do the nvidia one because not enough fund maybe?

I believe someone is currently working on it.
darkagentx
Full Member
***
Offline Offline

Activity: 213
Merit: 100


View Profile
May 21, 2016, 06:02:05 AM
 #4989

how come there is still no nvidia miner?

I believe it's still in the works.

I don't know any better, but from what i understand, this algo is not the easiest to get to work with gpu's...?

but as i said i don't know any better.

well the amd was released fast enough, i think no one is willing to do the nvidia one because not enough fund maybe?

I think because most of the gpu miners and testers here are using AMD , thus not much attention is being given to the minority which were the NVIDIa users.

Samai
Hero Member
*****
Offline Offline

Activity: 781
Merit: 1000


View Profile
May 21, 2016, 06:24:36 AM
 #4990

WARNING

On Empirex.ch introduced an error in calculation when executing orders! Be careful or withdraw all funds asap!!!
https://empirex.ch/Market?pair=ESP/LTC

bitwarrior
Legendary
*
Offline Offline

Activity: 1764
Merit: 1000



View Profile
May 21, 2016, 06:30:36 AM
 #4991

WARNING

On Empirex.ch introduced an error in calculation when executing orders! Be careful or withdraw all funds asap!!!
https://empirex.ch/Market?pair=ESP/LTC



So who is accidentally selling ESP at 2 litoshi? Anyone here experienced such anomaly or incidence? It happened twice!
Arrakeen
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Offer escrow, receive negative trust


View Profile
May 21, 2016, 06:31:36 AM
 #4992

WARNING

On Empirex.ch introduced an error in calculation when executing orders! Be careful or withdraw all funds asap!!!
https://empirex.ch/Market?pair=ESP/LTC



What happened, exactly? Sometime since my last login, I had ~90% of my buy order filled, but my trade history doesn't show it.

And I would recommend against withdrawing any funds, at least do not withdraw ESP right now - I made a withdrawal a few hours ago and it still hasn't reached my wallet (they're usually instant).

WTF is going on?
Arrakeen
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Offer escrow, receive negative trust


View Profile
May 21, 2016, 06:34:24 AM
 #4993

WARNING

On Empirex.ch introduced an error in calculation when executing orders! Be careful or withdraw all funds asap!!!
https://empirex.ch/Market?pair=ESP/LTC



So who is accidentally selling ESP at 2 litoshi? Anyone here experienced such anomaly or incidence? It happened twice!

Doesnt make sense -

05/21/2016 2:03:22 AM   SELL   0.00000010   14112730.00000000

this was me buying 14mil.

05/21/2016 2:04:36 AM   SELL   0.00000002   14112730.00000000

What is this, then?

Arrakeen
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Offer escrow, receive negative trust


View Profile
May 21, 2016, 06:40:43 AM
 #4994

Well, I was just able to make two withdraws now - one for 500 ESP (as a test) and another for 14,000,000. 

Yet a 440,000 ESP withdraw I made, two hours ago, is nowhere to be seen.

 Huh

Weird stuff happening on this exchange...
bitwarrior
Legendary
*
Offline Offline

Activity: 1764
Merit: 1000



View Profile
May 21, 2016, 06:42:43 AM
 #4995

Well, I was just able to make two withdraws now - one for 500 ESP (as a test) and another for 14,000,000. 

Yet a 440,000 ESP withdraw I made, two hours ago, is nowhere to be seen.

 Huh

Weird stuff happening on this exchange...

Its like novaexchange all over again!!
Samai
Hero Member
*****
Offline Offline

Activity: 781
Merit: 1000


View Profile
May 21, 2016, 06:51:38 AM
 #4996

Well, I was just able to make two withdraws now - one for 500 ESP (as a test) and another for 14,000,000. 

Yet a 440,000 ESP withdraw I made, two hours ago, is nowhere to be seen.

 Huh

Weird stuff happening on this exchange...

Its like novaexchange all over again!!

I cann't withdraw my LTC  Shocked Shocked Shocked
Samai
Hero Member
*****
Offline Offline

Activity: 781
Merit: 1000


View Profile
May 21, 2016, 06:55:53 AM
 #4997

WARNING

On Empirex.ch introduced an error in calculation when executing orders! Be careful or withdraw all funds asap!!!
https://empirex.ch/Market?pair=ESP/LTC



So who is accidentally selling ESP at 2 litoshi? Anyone here experienced such anomaly or incidence? It happened twice!

I try it, how you see order was executed, by funds not correct show!
Arrakeen
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Offer escrow, receive negative trust


View Profile
May 21, 2016, 06:56:39 AM
 #4998

Well, I was just able to make two withdraws now - one for 500 ESP (as a test) and another for 14,000,000. 

Yet a 440,000 ESP withdraw I made, two hours ago, is nowhere to be seen.

 Huh

Weird stuff happening on this exchange...

Its like novaexchange all over again!!

I cann't withdraw my LTC  Shocked Shocked Shocked

have you tried sending a message to the admin?  Might have to create a chat account (stupid i know) if you haven't already, but it only takes a second to sign up...maybe the wallet just needs to be restarted...crossing my fingers for you, at least  Sad

I was thinking about withdrawing mine, but figured since it's under 1 LTC better to just place a small buy order instead.  Guess I made the right choice :\

Hope your withdraw goes though soon bro!!!!!!!  And really hope this doesn't become Nova 2.0 - in which case, maybe wherever ESP is listed, death and destruction strike?!  Oh god we've created a monster
Samai
Hero Member
*****
Offline Offline

Activity: 781
Merit: 1000


View Profile
May 21, 2016, 07:00:00 AM
 #4999

Well, I was just able to make two withdraws now - one for 500 ESP (as a test) and another for 14,000,000. 

Yet a 440,000 ESP withdraw I made, two hours ago, is nowhere to be seen.

 Huh

Weird stuff happening on this exchange...

Its like novaexchange all over again!!

I cann't withdraw my LTC  Shocked Shocked Shocked

have you tried sending a message to the admin?  Might have to create a chat account (stupid i know) if you haven't already, but it only takes a second to sign up...maybe the wallet just needs to be restarted...crossing my fingers for you, at least  Sad

I was thinking about withdrawing mine, but figured since it's under 1 LTC better to just place a small buy order instead.  Guess I made the right choice :\

Hope your withdraw goes though soon bro!!!!!!!  And really hope this doesn't become Nova 2.0 - in which case, maybe wherever ESP is listed, death and destruction strike?!  Oh god we've created a monster

Chat is off.
Samai
Hero Member
*****
Offline Offline

Activity: 781
Merit: 1000


View Profile
May 21, 2016, 07:04:53 AM
 #5000

WARNING

On Empirex.ch introduced an error in calculation when executing orders! Be careful or withdraw all funds asap!!!
https://empirex.ch/Market?pair=ESP/LTC



So, now
- ESP particullary withdrawed
- DOGE pending
- LTC cann't withdraw!

Pages: « 1 ... 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 [250] 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 ... 822 »
  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!