Bitcoin Forum
May 07, 2024, 10:55:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 ... 822 »
  Print  
Author Topic: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌  (Read 923761 times)
ctgiant
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile WWW
June 01, 2016, 05:00:17 AM
 #5441

Cryptomining blog has built Windows binaries of cpuminer-opt.

http://cryptomining-blog.com/7900-windows-binaries-for-the-cpuminer-opt-3-3-cpu-miner/

Edit: they've packaged it with all the DLLs you will need to run and will be portable.
Compiling with mingw_w64/msys does not create a portable build.

NICE!

I guess it's important to use the right version, or??
cpuminer-sandybridge-ivybridge.exe
cpuminer-haswell-broadwell.exe
cpuminer-amd.exe
cpuminer.exe

Yes it is. Or?? it does not work. Smiley


...or works slower.

Haswell is for core i 4000 series, sandy for Core i 2000. If your not sure give them all a try and use the
one that works best. If the algo is not AES_NI optimized you won't notice much difference.

I tried the Windows binary. On my E5640. I'm pretty sure it has AES_NI, but the software doesn't like it. Says "rebuild with  -march=native"
Then I tried the other two binaries, they won't even start at all, just crashes.

Oh well.

the e5640 is technically a Westmere cpu.  One generation prior to sandy bridge.  I know that the intel site says that it has AES-NI support, but it has a slightly different instruction set which could be the problem.  It is missing AVX.  I don't know enough about exactly how the miner works to say whether or not that is why you are facing your issue though.  If that is indeed the problem, then you would need a compiled version of the miner without AVX support.  Otherwise your guess as to why it is not working would be as good as mine.

MiningAlts Block Explorers and Windows/Mac Wallet Building Services - http://miningalts.com
1715122506
Hero Member
*
Offline Offline

Posts: 1715122506

View Profile Personal Message (Offline)

Ignore
1715122506
Reply with quote  #2

1715122506
Report to moderator
1715122506
Hero Member
*
Offline Offline

Posts: 1715122506

View Profile Personal Message (Offline)

Ignore
1715122506
Reply with quote  #2

1715122506
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715122506
Hero Member
*
Offline Offline

Posts: 1715122506

View Profile Personal Message (Offline)

Ignore
1715122506
Reply with quote  #2

1715122506
Report to moderator
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
June 01, 2016, 06:02:08 AM
 #5442

Cryptomining blog has built Windows binaries of cpuminer-opt.

http://cryptomining-blog.com/7900-windows-binaries-for-the-cpuminer-opt-3-3-cpu-miner/

Edit: they've packaged it with all the DLLs you will need to run and will be portable.
Compiling with mingw_w64/msys does not create a portable build.

NICE!

I guess it's important to use the right version, or??
cpuminer-sandybridge-ivybridge.exe
cpuminer-haswell-broadwell.exe
cpuminer-amd.exe
cpuminer.exe

Yes it is. Or?? it does not work. Smiley


...or works slower.

Haswell is for core i 4000 series, sandy for Core i 2000. If your not sure give them all a try and use the
one that works best. If the algo is not AES_NI optimized you won't notice much difference.

I tried the Windows binary. On my E5640. I'm pretty sure it has AES_NI, but the software doesn't like it. Says "rebuild with  -march=native"
Then I tried the other two binaries, they won't even start at all, just crashes.

Oh well.

the e5640 is technically a Westmere cpu.  One generation prior to sandy bridge.  I know that the intel site says that it has AES-NI support, but it has a slightly different instruction set which could be the problem.  It is missing AVX.  I don't know enough about exactly how the miner works to say whether or not that is why you are facing your issue though.  If that is indeed the problem, then you would need a compiled version of the miner without AVX support.  Otherwise your guess as to why it is not working would be as good as mine.


I think you got it. The miner's AES code contains AVX instructions that aren't supported on first generation AES CPUs.
So the miner's definition of AES does not agree with the compiler's version or Intel's version. To get the benefit of
the AES optimizations in the miner the CPU needs AVX as well as AES. That means Ssandybridge is the minimum
architecture required for top performance.

I will tighten up the documentation to include AVX as a requirement for AES performance and also try to improve
the CPU capabilities report by checking for AVX before saying YES to AES.

In your case Westmere is what you have amd you don't have AVX so you don't get the AES miner optimizations. The error
is the miner saying you can.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
lima2du
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
June 01, 2016, 01:18:51 PM
 #5443

CPUMINER-OPT-3.3

Quote
I tried the Windows binary. On my E5640. I'm pretty sure it has AES_NI, but the software doesn't like it. Says "rebuild with  -march=native"
Then I tried the other two binaries, they won't even start at all, just crashes.

In my E5-2650 doesn't work, Says "rebuild with  -march=native".
But in my other rigs (I5-3550 , i7 2600) see an speed increment of 10 to 20 percent  Cheesy
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
June 01, 2016, 01:54:31 PM
Last edit: June 01, 2016, 03:00:14 PM by joblo
 #5444

CPUMINER-OPT-3.3

Quote
I tried the Windows binary. On my E5640. I'm pretty sure it has AES_NI, but the software doesn't like it. Says "rebuild with  -march=native"
Then I tried the other two binaries, they won't even start at all, just crashes.

In my E5-2650 doesn't work, Says "rebuild with  -march=native".
But in my other rigs (I5-3550 , i7 2600) see an speed increment of 10 to 20 percent  Cheesy

It does work.

I know it's confusing but that message is just a tip, not an error so the miner will continue
to start mining. The message should be ignored for first generation AES enabled CPUs.

Edit: I'm tracking this issue in my thread and have posted an update:

https://bitcointalk.org/index.php?topic=1326803.msg15045809#msg15045809

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
igor971
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
June 01, 2016, 06:26:19 PM
 #5445

withdrawals from the distribution 2 already were?
eye-drop
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
June 01, 2016, 06:48:36 PM
 #5446

withdrawals from the distribution 2 already were?

I'm guessing you are talking about second giveaway? They will send in within one week from today. So by the 7 or 8 of June you should receive it.

PS I am just guessing.

⋐ripto⋐oderz [ESPERS] Announcement
Algorithm hmq1725 PoW/PoR Web on Blockchain Encrypted Email System
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
June 01, 2016, 07:27:46 PM
 #5447

CPUMINER-OPT-3.3

Quote
I tried the Windows binary. On my E5640. I'm pretty sure it has AES_NI, but the software doesn't like it. Says "rebuild with  -march=native"
Then I tried the other two binaries, they won't even start at all, just crashes.

In my E5-2650 doesn't work, Says "rebuild with  -march=native".
But in my other rigs (I5-3550 , i7 2600) see an speed increment of 10 to 20 percent  Cheesy

It does work.

I know it's confusing but that message is just a tip, not an error so the miner will continue
to start mining. The message should be ignored for first generation AES enabled CPUs.

Edit: I'm tracking this issue in my thread and have posted an update:

https://bitcointalk.org/index.php?topic=1326803.msg15045809#msg15045809


Fixed in v3.3.2, see link in sig.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
eye-drop
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
June 01, 2016, 10:52:11 PM
 #5448

It's quiet in here... A little too quiet. I'm scared.  Cry Ghosts? BOO...

So whats new ? When can we see that new wallet? I've thrown away the other one even with wallet.dat to makes some space for new wallet Wink


⋐ripto⋐oderz [ESPERS] Announcement
Algorithm hmq1725 PoW/PoR Web on Blockchain Encrypted Email System
cyberpitstop
Sr. Member
****
Offline Offline

Activity: 370
Merit: 250


View Profile
June 01, 2016, 10:57:38 PM
 #5449

Great buy opportunity.  Super low litoshi prices, can't wait till they go back to ~20 and towards 1 satoshi Smiley
Where is this happening at?Huh??
CryptoCoderz (OP)
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 506


Coderz of the Crypto variety


View Profile WWW
June 01, 2016, 11:44:55 PM
 #5450

It's quiet in here... A little too quiet. I'm scared.  Cry Ghosts? BOO...

So whats new ? When can we see that new wallet? I've thrown away the other one even with wallet.dat to makes some space for new wallet Wink



AHHH!!! Sorry, got scared after you mentioned ghosts.

You can officially expect v0.8.0.5 release to happen anywhere from 8-16 hours from now.
Seriously.



Just some info for you folks:

v0.8.0.6 - Planned to include full feature ports to Mac and Linux
v0.8.0.7 - Will include the winning re-theme entries (finally)
v0.8.0.8 - Salvage wallet feature will be overhauled
v0.8.0.9 - To include a "input compactor" to FINALLY alleviate the "tx too large" issue once and for all
v0.8.1.0 - Sidechains/Chain Interfacing (yay) - also a pre-req to the emailing system
v0.8.1.1 - Introduction of the email system (yay)
v0.8.1.2 - Introduction of site-on-blockchain

Future updates will be aimed at improving the newly implemented features that are scheduled to be included by v0.8.1.2

Once the features are streamlined and running right we plan to implement  PoR by v0.8.5.0

by v0.9.0.0 we should finally enter "Beta" and exit the "Alpha" designation. Also at this point the client will feature a Light client which will not require users to sync the entire chain and clog up massive space on their hard drives, although as always we will offer a full version for any fans/community members wanting to run the entire chain to help network integrity.

We're excited to hear what you the community thinks about this kind of a roadmap. Please LET US KNOW WHAT YOU THINK!
As always: Thank you for being a part of this.


  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▀▀▀▀▀▀▀▀▀█░▌
                  ▐░▌
▄▄▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀█░▌
▐░▌              ▐░▌
▐░█▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░▌         
▐░▌         
 ▀         
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀█░▌
▐░▌              ▐░▌
▐░█▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
▐░█▀▀▀▀█░█▀▀
▐░▌         ▐░▌ 
▐░▌          ▐░▌
▐░▌           ▐░▌
 ▀               ▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▀▀▀▀▀▀▀▀▀█░▌
                  ▐░▌
▄▄▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
▓▒░░ Secure Emailing
    ▓▒░░ Site-On-Blockchain
         ▓▒░░ Proof-of-Reliability
▓▒░░ HMQ1725
    ▓▒░░ CryptoCoderz
         ▓▒░░ Bitcointalk ANN
bitwarrior
Legendary
*
Offline Offline

Activity: 1764
Merit: 1000



View Profile
June 01, 2016, 11:47:08 PM
 #5451

It's quiet in here... A little too quiet. I'm scared.  Cry Ghosts? BOO...

So whats new ? When can we see that new wallet? I've thrown away the other one even with wallet.dat to makes some space for new wallet Wink



AHHH!!! Sorry, got scared after you mentioned ghosts.

You can officially expect v0.8.0.5 release to happen anywhere from 8-16 hours from now.
Seriously.



Just some info for you folks:

v0.8.0.6 - Planned to include full feature ports to Mac and Linux
v0.8.0.7 - Will include the winning re-theme entries (finally)
v0.8.0.8 - Salvage wallet feature will be overhauled
v0.8.0.9 - To include a "input compactor" to FINALLY alleviate the "tx too large" issue once and for all
v0.8.1.0 - Sidechains/Chain Interfacing (yay) - also a pre-req to the emailing system
v0.8.1.1 - Introduction of the email system (yay)
v0.8.1.2 - Introduction of site-on-blockchain

Future updates will be aimed at improving the newly implemented features that are scheduled to be included by v0.8.1.2

Once the features are streamlined and running right we plan to implement  PoR by v0.8.5.0

by v0.9.0.0 we should finally enter "Beta" and exit the "Alpha" designation. Also at this point the client will feature a Light client which will not require users to sync the entire chain and clog up massive space on their hard drives, although as always we will offer a full version for any fans/community members wanting to run the entire chain to help network integrity.

We're excited to hear what you the community thinks about this kind of a roadmap. Please LET US KNOW WHAT YOU THINK!
As always: Thank you for being a part of this.



Thanks Dev, will be setting my alarm clock for this one! Smiley
CryptoCoderz (OP)
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 506


Coderz of the Crypto variety


View Profile WWW
June 01, 2016, 11:50:50 PM
 #5452

It's quiet in here... A little too quiet. I'm scared.  Cry Ghosts? BOO...

So whats new ? When can we see that new wallet? I've thrown away the other one even with wallet.dat to makes some space for new wallet Wink



AHHH!!! Sorry, got scared after you mentioned ghosts.

You can officially expect v0.8.0.5 release to happen anywhere from 8-16 hours from now.
Seriously.



Just some info for you folks:

v0.8.0.6 - Planned to include full feature ports to Mac and Linux
v0.8.0.7 - Will include the winning re-theme entries (finally)
v0.8.0.8 - Salvage wallet feature will be overhauled
v0.8.0.9 - To include a "input compactor" to FINALLY alleviate the "tx too large" issue once and for all
v0.8.1.0 - Sidechains/Chain Interfacing (yay) - also a pre-req to the emailing system
v0.8.1.1 - Introduction of the email system (yay)
v0.8.1.2 - Introduction of site-on-blockchain

Future updates will be aimed at improving the newly implemented features that are scheduled to be included by v0.8.1.2

Once the features are streamlined and running right we plan to implement  PoR by v0.8.5.0

by v0.9.0.0 we should finally enter "Beta" and exit the "Alpha" designation. Also at this point the client will feature a Light client which will not require users to sync the entire chain and clog up massive space on their hard drives, although as always we will offer a full version for any fans/community members wanting to run the entire chain to help network integrity.

We're excited to hear what you the community thinks about this kind of a roadmap. Please LET US KNOW WHAT YOU THINK!
As always: Thank you for being a part of this.



Thanks Dev, will be setting my alarm clock for this one! Smiley

 Will be working through the night on this one Smiley Also, personally I want to offer my sincere apologies on the time frame of v0.8.0.5, the past couple of weeks have seriously been very challenging schedule wise for me and because of that it held progress and other members back from moving forward.

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

Activity: 196
Merit: 100



View Profile
June 01, 2016, 11:54:49 PM
 #5453

It's quiet in here... A little too quiet. I'm scared.  Cry Ghosts? BOO...

So whats new ? When can we see that new wallet? I've thrown away the other one even with wallet.dat to makes some space for new wallet Wink



AHHH!!! Sorry, got scared after you mentioned ghosts.

You can officially expect v0.8.0.5 release to happen anywhere from 8-16 hours from now.
Seriously.



Just some info for you folks:

v0.8.0.6 - Planned to include full feature ports to Mac and Linux
v0.8.0.7 - Will include the winning re-theme entries (finally)
v0.8.0.8 - Salvage wallet feature will be overhauled
v0.8.0.9 - To include a "input compactor" to FINALLY alleviate the "tx too large" issue once and for all
v0.8.1.0 - Sidechains/Chain Interfacing (yay) - also a pre-req to the emailing system
v0.8.1.1 - Introduction of the email system (yay)
v0.8.1.2 - Introduction of site-on-blockchain

Future updates will be aimed at improving the newly implemented features that are scheduled to be included by v0.8.1.2

Once the features are streamlined and running right we plan to implement  PoR by v0.8.5.0

by v0.9.0.0 we should finally enter "Beta" and exit the "Alpha" designation. Also at this point the client will feature a Light client which will not require users to sync the entire chain and clog up massive space on their hard drives, although as always we will offer a full version for any fans/community members wanting to run the entire chain to help network integrity.

We're excited to hear what you the community thinks about this kind of a roadmap. Please LET US KNOW WHAT YOU THINK!
As always: Thank you for being a part of this.



OMG OMG OMG thats too much at the same time.. my brain is going to explode!@#$

v0.8.0.7 - Will include the winning re-theme entries (finally) <-- cool
v0.8.1.0 - Sidechains/Chain Interfacing (yay) - also a pre-req to the emailing system <--- YES!
v0.8.1.1 - Introduction of the email system (yay) <--- YES!
v0.8.1.2 - Introduction of site-on-blockchain <--- YES!!! x 10

woohoo Cheesy Staying glued to my monitor

⋐ripto⋐oderz [ESPERS] Announcement
Algorithm hmq1725 PoW/PoR Web on Blockchain Encrypted Email System
Tekna
Sr. Member
****
Offline Offline

Activity: 268
Merit: 250


View Profile
June 02, 2016, 12:20:01 AM
 #5454

Devs, as you've seen, we are here, we're are able to wait and we know that anything is about to born! And we are numerous! When everything is ready I want to include some business in this email system!
ragj1976
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
June 02, 2016, 01:01:28 AM
 #5455

Anyone notice that they mined a lot more esper blocks today? It just seems unusually high for what I've been mining on my hardware.

I usually get 1 or 2 blocks a day today I have 6.
Arrakeen
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Offer escrow, receive negative trust


View Profile
June 02, 2016, 02:00:34 AM
 #5456

Anyone notice that they mined a lot more esper blocks today? It just seems unusually high for what I've been mining on my hardware.

I usually get 1 or 2 blocks a day today I have 6.

Wow, congrats.  Haven't thrown hash at it since the issues with suprnova came about.  What ever happened with that, anyway?  Is the pool back up?
bitwarrior
Legendary
*
Offline Offline

Activity: 1764
Merit: 1000



View Profile
June 02, 2016, 02:01:21 AM
 #5457

Anyone notice that they mined a lot more esper blocks today? It just seems unusually high for what I've been mining on my hardware.

I usually get 1 or 2 blocks a day today I have 6.

Wow, congrats.  Haven't thrown hash at it since the issues with suprnova came about.  What ever happened with that, anyway?  Is the pool back up?

the suprnova pool is running smoothly now.
Caladonian
Hero Member
*****
Offline Offline

Activity: 1302
Merit: 540


View Profile
June 02, 2016, 02:05:54 AM
 #5458

yup supronova is working good now as i seen it from my  mining credits, I'm excited to see the new features that the dev are working right now might be keep checking this thread from time to time.
m33
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


Never invest with borrowed coins


View Profile WWW
June 02, 2016, 02:13:39 AM
 #5459

Anyone notice that they mined a lot more esper blocks today? It just seems unusually high for what I've been mining on my hardware.

I usually get 1 or 2 blocks a day today I have 6.

Congrats

Bullion (CBX) ◢◤Clients
CRYPTOBULLION.IO
█▄
█████▄
████████▄
███████████▄
██████████████
███████████▀
████████▀
█████▀
█▀












YOUR DIGITAL PRECIOUS METAL 
PoSP | BNP Masternodes | 65 Second block time
Bullion MarketPlace












Cryptopia | NovaExchange |
Coinbook |













████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
ancientcoins
Legendary
*
Offline Offline

Activity: 1568
Merit: 1003


🚀🚀 ATHERO.IO 🚀🚀


View Profile
June 02, 2016, 02:14:25 AM
 #5460

how many coins are there. im seeing 136billion coins

  A revolutionary decentralized digital economy 
`Join us:██`Twitter  ◽  Facebook  ◽  Telegram  ◽  Youtube  ◽  Github`
.ATHERO
.Internet 3.0 solution
Pages: « 1 ... 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 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 ... 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!