Bitcoin Forum
May 03, 2024, 10:42:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 [474] 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 ... 822 »
  Print  
Author Topic: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌  (Read 923761 times)
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
February 08, 2017, 09:46:30 PM
 #9461

how to downgrade to patch 5, i use wine to run and stake. Wine can't run patch 6  Embarrassed

Why don't you compile the wallet from sources?

"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714732961
Hero Member
*
Offline Offline

Posts: 1714732961

View Profile Personal Message (Offline)

Ignore
1714732961
Reply with quote  #2

1714732961
Report to moderator
1714732961
Hero Member
*
Offline Offline

Posts: 1714732961

View Profile Personal Message (Offline)

Ignore
1714732961
Reply with quote  #2

1714732961
Report to moderator
cryptomass
Sr. Member
****
Offline Offline

Activity: 325
Merit: 250



View Profile
February 08, 2017, 10:16:57 PM
 #9462

Hi there!

Trying to compile source on Linux and stuck at this:

make[1]: `libmemenv.a' is up to date.
make[1]: Leaving directory `/home/mass/.local/share/Trash/files/Espers-master/src/leveldb'
cd /home/mass/.local/share/Trash/files/Espers-master; /bin/sh share/genbuild.sh /home/mass/.local/share/Trash/files/Espers-master/build/build.h
g++ -c -m64 -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/generatepage.o src/qt/generatepage.cpp
In file included from src/qt/generatepage.cpp:5:0:
build/ui_generatepage.h:13:25: fatal error: QtGui/QAction: No such file or directory
 #include <QtGui/QAction>
                         ^
compilation terminated.
make: *** [build/generatepage.o] Error 1


I installed all dependencies as in readme-qt file.

What am I missing?

thanks a lot.
mass
CryptoCoderz (OP)
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 506


Coderz of the Crypto variety


View Profile WWW
February 08, 2017, 10:32:09 PM
 #9463

Hi there!

Trying to compile source on Linux and stuck at this:

make[1]: `libmemenv.a' is up to date.
make[1]: Leaving directory `/home/mass/.local/share/Trash/files/Espers-master/src/leveldb'
cd /home/mass/.local/share/Trash/files/Espers-master; /bin/sh share/genbuild.sh /home/mass/.local/share/Trash/files/Espers-master/build/build.h
g++ -c -m64 -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/generatepage.o src/qt/generatepage.cpp
In file included from src/qt/generatepage.cpp:5:0:
build/ui_generatepage.h:13:25: fatal error: QtGui/QAction: No such file or directory
 #include <QtGui/QAction>
                         ^
compilation terminated.
make: *** [build/generatepage.o] Error 1


I installed all dependencies as in readme-qt file.

What am I missing?

thanks a lot.
mass

It's not you, it's me... I'll fix that for ya, with the client's launcher interaction I have to specify defines with windows vs linux and other OS builds. Sorry about that! Minor issues, I'll add that in and update the git, standby please

Ugh I didn't read it carefully enough. I'll have a look into what's causing it but it could be the way your Qt is installed
Firing up a Ubuntu VM and going to give it a shot.

Btw apparently the GUI for Linux is all fubar, that's something that we'll be correcting shortly. (Menu bar horribly bleeds into half the wallet, it's still usable just not pretty)

  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▀▀▀▀▀▀▀▀▀█░▌
                  ▐░▌
▄▄▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀█░▌
▐░▌              ▐░▌
▐░█▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░▌         
▐░▌         
 ▀         
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀█░▌
▐░▌              ▐░▌
▐░█▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
▐░█▀▀▀▀█░█▀▀
▐░▌         ▐░▌ 
▐░▌          ▐░▌
▐░▌           ▐░▌
 ▀               ▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▀▀▀▀▀▀▀▀▀█░▌
                  ▐░▌
▄▄▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
▓▒░░ Secure Emailing
    ▓▒░░ Site-On-Blockchain
         ▓▒░░ Proof-of-Reliability
▓▒░░ HMQ1725
    ▓▒░░ CryptoCoderz
         ▓▒░░ Bitcointalk ANN
cryptomass
Sr. Member
****
Offline Offline

Activity: 325
Merit: 250



View Profile
February 08, 2017, 10:42:33 PM
 #9464

Hi there!

Trying to compile source on Linux and stuck at this:

make[1]: `libmemenv.a' is up to date.
make[1]: Leaving directory `/home/mass/.local/share/Trash/files/Espers-master/src/leveldb'
cd /home/mass/.local/share/Trash/files/Espers-master; /bin/sh share/genbuild.sh /home/mass/.local/share/Trash/files/Espers-master/build/build.h
g++ -c -m64 -pipe -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DENABLE_WALLET -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DDMINIUPNP_STATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/generatepage.o src/qt/generatepage.cpp
In file included from src/qt/generatepage.cpp:5:0:
build/ui_generatepage.h:13:25: fatal error: QtGui/QAction: No such file or directory
 #include <QtGui/QAction>
                         ^
compilation terminated.
make: *** [build/generatepage.o] Error 1


I installed all dependencies as in readme-qt file.

What am I missing?

thanks a lot.
mass

It's not you, it's me... I'll fix that for ya, with the client's launcher interaction I have to specify defines with windows vs linux and other OS builds. Sorry about that! Minor issues, I'll add that in and update the git, standby please

Ugh I didn't read it carefully enough. I'll have a look into what's causing it but it could be the way your Qt is installed
Firing up a Ubuntu VM and going to give it a shot.

Btw apparently the GUI for Linux is all fubar, that's something that we'll be correcting shortly. (Menu bar horribly bleeds into half the wallet, it's still usable just not pretty)


oh thanks, thats great!
 i'll wait for news Smiley
Vin
Legendary
*
Offline Offline

Activity: 1166
Merit: 1015


View Profile
February 08, 2017, 10:43:27 PM
 #9465

May I ask why this:

Quote
We are investigating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.

Findblocks disabled, new blocks will currently not show up in the frontend.

appers every few days?
CryptoCoderz (OP)
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 506


Coderz of the Crypto variety


View Profile WWW
February 08, 2017, 10:50:40 PM
 #9466

May I ask why this:

Quote
We are investigating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.

Findblocks disabled, new blocks will currently not show up in the frontend.

appers every few days?


More than likely a false message, the pool is a node Tongue it has plenty of connections. It could also be a message that had appeared and wasn't cleared after it was addressed. Will look into it

  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▀▀▀▀▀▀▀▀▀█░▌
                  ▐░▌
▄▄▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀█░▌
▐░▌              ▐░▌
▐░█▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░▌         
▐░▌         
 ▀         
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀█░▌
▐░▌              ▐░▌
▐░█▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
▐░█▀▀▀▀█░█▀▀
▐░▌         ▐░▌ 
▐░▌          ▐░▌
▐░▌           ▐░▌
 ▀               ▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▀▀▀▀▀▀▀▀▀█░▌
                  ▐░▌
▄▄▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
▓▒░░ Secure Emailing
    ▓▒░░ Site-On-Blockchain
         ▓▒░░ Proof-of-Reliability
▓▒░░ HMQ1725
    ▓▒░░ CryptoCoderz
         ▓▒░░ Bitcointalk ANN
xtrembash
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


View Profile
February 08, 2017, 11:16:26 PM
Last edit: February 08, 2017, 11:33:27 PM by xtrembash
 #9467

Net Hashrate 100+ MH/s ..
Nice abuse from private wolf0 miners ..
They raise the difficulty intentionally by mining with 70-80 + mhs for a few minutes ..

Unfair mining from 7 months without  wolf0 .bin windows available for public ..


Vin
Legendary
*
Offline Offline

Activity: 1166
Merit: 1015


View Profile
February 08, 2017, 11:54:25 PM
 #9468

May I ask why this:

Quote
We are investigating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.

Findblocks disabled, new blocks will currently not show up in the frontend.

appers every few days?


More than likely a false message, the pool is a node Tongue it has plenty of connections. It could also be a message that had appeared and wasn't cleared after it was addressed. Will look into it

Thanks for fixing it.
Tekna
Sr. Member
****
Offline Offline

Activity: 268
Merit: 250


View Profile
February 09, 2017, 12:06:05 AM
 #9469

Congratulation for this new step in development and in market price! The market has been quite severe with Esp when many pointless scamcoins has been rising without a true development in the background; considering this, every step is highly deserved and the value is always true. Keep it up guys
CryptoCoderz (OP)
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 506


Coderz of the Crypto variety


View Profile WWW
February 09, 2017, 01:06:42 AM
 #9470

Net Hashrate 100+ MH/s ..
Nice abuse from private wolf0 miners ..
They raise the difficulty intentionally by mining with 70-80 + mhs for a few minutes ..

Unfair mining from 7 months without  wolf0 .bin windows available for public ..



Uhm... this was addressed A LONG time ago. Wolf already talked about this...

Would you like to have him reiterate what he said the last time? There is no private mining lol. The fact that we don't have nvidia miners is just that we haven't paid for one yet and we don't build miners.. just saying...



Congratulation for this new step in development and in market price! The market has been quite severe with Esp when many pointless scamcoins has been rising without a true development in the background; considering this, every step is highly deserved and the value is always true. Keep it up guys

Thanks Tekna really apprecaite the bode of confidance

  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▀▀▀▀▀▀▀▀▀█░▌
                  ▐░▌
▄▄▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀█░▌
▐░▌              ▐░▌
▐░█▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░▌         
▐░▌         
 ▀         
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀█░▌
▐░▌              ▐░▌
▐░█▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
▐░█▀▀▀▀█░█▀▀
▐░▌         ▐░▌ 
▐░▌          ▐░▌
▐░▌           ▐░▌
 ▀               ▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▀▀▀▀▀▀▀▀▀█░▌
                  ▐░▌
▄▄▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
▓▒░░ Secure Emailing
    ▓▒░░ Site-On-Blockchain
         ▓▒░░ Proof-of-Reliability
▓▒░░ HMQ1725
    ▓▒░░ CryptoCoderz
         ▓▒░░ Bitcointalk ANN
4emily
Hero Member
*****
Offline Offline

Activity: 577
Merit: 500


View Profile
February 09, 2017, 02:37:53 PM
 #9471

i'm currently running v0.8.4.2-Patch 5

the link for the Windows wallet on the op is to: Espers-v0.8.4.2-Patch-4.zip

where's the link to Patch 6?

Thanks
smic
Sr. Member
****
Offline Offline

Activity: 827
Merit: 250



View Profile
February 09, 2017, 03:00:00 PM
 #9472

i'm currently running v0.8.4.2-Patch 5

the link for the Windows wallet on the op is to: Espers-v0.8.4.2-Patch-4.zip

where's the link to Patch 6?

Thanks

up
Lucky - Luciano
Hero Member
*****
Offline Offline

Activity: 711
Merit: 500



View Profile
February 09, 2017, 03:02:03 PM
Last edit: February 09, 2017, 03:19:36 PM by Lucky - Luciano
 #9473

Does anyone know how I earned only 199,951.83594101 Espers the pool http://esppool.sytes.net for this time:




According to the statistics I needed to earn much more:




This balance I had another last night (about 10 hours ago). Since then it seems almost nothing I have not earned.It seems that the last hours I absolutely  nothing earnings.
4emily
Hero Member
*****
Offline Offline

Activity: 577
Merit: 500


View Profile
February 09, 2017, 03:02:48 PM
 #9474

i'm currently running v0.8.4.2-Patch 5

the link for the Windows wallet on the op is to: Espers-v0.8.4.2-Patch-4.zip

where's the link to Patch 6?

Thanks

up

thanks for reply - however it leaves me none the wiser. Could you elaborate? Thanks Smiley
smic
Sr. Member
****
Offline Offline

Activity: 827
Merit: 250



View Profile
February 09, 2017, 03:17:10 PM
Last edit: February 09, 2017, 04:32:50 PM by smic
 #9475

i'm currently running v0.8.4.2-Patch 5

the link for the Windows wallet on the op is to: Espers-v0.8.4.2-Patch-4.zip

where's the link to Patch 6?

Thanks

up

thanks for reply - however it leaves me none the wiser. Could you elaborate? Thanks Smiley

run ESPatch.exe in your espers folder
Lucky - Luciano
Hero Member
*****
Offline Offline

Activity: 711
Merit: 500



View Profile
February 09, 2017, 03:43:47 PM
 #9476

I do not know why Espers no mining on Suprnova. Suprnova is definitely a really good pool and could help increase the number of miners and adoptive parents.
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
February 09, 2017, 04:34:58 PM
 #9477

I do not know why Espers no mining on Suprnova. Suprnova is definitely a really good pool and could help increase the number of miners and adoptive parents.

We have been on suprnova for months, but then ocminer decided to free some resources for other coins.

smic
Sr. Member
****
Offline Offline

Activity: 827
Merit: 250



View Profile
February 09, 2017, 04:38:11 PM
 #9478

hi,
i have open a new mining pool for espers v2 MPOS, frontend location Milan,IT  ,ubuntu 14.04 LTS x64 my home server dedicated i have used this pool for my solo mining and now i have decide to open this:

http://esp2.8pool.dtdns.net  ubuntu 14.04 LTS x64

stratum:

sgminer.exe --no-submit-stale -o stratum+tcp://stratum-esp2.8pool.dtdns.net:3333 -u yourworker.id -p yourpassword -I 18 -w 64 -g 4

enjoy  Cheesy

xtrembash
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


View Profile
February 09, 2017, 04:41:33 PM
Last edit: February 09, 2017, 08:25:36 PM by xtrembash
 #9479

Net Hashrate 100+ MH/s ..
Nice abuse from private wolf0 miners ..
They raise the difficulty intentionally by mining with 70-80 + mhs for a few minutes ..

Unfair mining from 7 months without  wolf0 .bin windows available for public ..



Uhm... this was addressed A LONG time ago. Wolf already talked about this...

Would you like to have him reiterate what he said the last time? There is no private mining lol. The fact that we don't have nvidia miners is just that we haven't paid for one yet and we don't build miners.. just saying...



Congratulation for this new step in development and in market price! The market has been quite severe with Esp when many pointless scamcoins has been rising without a true development in the background; considering this, every step is highly deserved and the value is always true. Keep it up guys

Thanks Tekna really apprecaite the bode of confidance

i didnt talk about nvidia..
wolf0 miner doesnt work under windows from the beginning for AMD
maybe it is working for onlysome people who didnt share their working .bin for windows
& other people are under linux..

is wolf0 miner working for u under windows ?!
tell me pls

user morrovid under windows ?!



4emily
Hero Member
*****
Offline Offline

Activity: 577
Merit: 500


View Profile
February 09, 2017, 04:57:18 PM
 #9480

i'm currently running v0.8.4.2-Patch 5

the link for the Windows wallet on the op is to: Espers-v0.8.4.2-Patch-4.zip

where's the link to Patch 6?

Thanks

up

thanks for reply - however it leaves me none the wiser. Could you elaborate? Thanks Smiley

run ESPatch.exe in your espers folder


Thanks for reply.

I assume that's the application file called 'ESPatch' located in the Espers roaming folder. Is that right?
Pages: « 1 ... 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 [474] 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 ... 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!