Bitcoin Forum
April 24, 2024, 05:05:54 AM *
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 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [49] 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 ... 377 »
  Print  
Author Topic: [ANN] Expanse (EXP) - 1st Stable fork of Ethereum (New Algo + PirlGuard)  (Read 961400 times)
fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
September 14, 2015, 07:27:21 AM
 #961

Anyone know the trick to mining from a computer to an EXP client running on another computer? I'm doing "ethminer -F http://192.168.1.x:9656 -G" and its giving me a "libcurl error 7: Could not connect to http://192..."

Make sure you use --rpc eg: gexp.exe --port "42786" --rpc --rpcaddr "192.168.1.x" --rpcport 9656 --rpccorsdomain "*" console

Thank you, the --rpcaddr switch seemed to get it to connect, however it doesn't seem to get work from the gexp client and just sits there saying [timestamp] gpuminer0 workLoop 1 #00000000... #00000000

Currently googling and searching for an answer, but one here would be appreciated Smiley


I had that happen with Ethereum. I reinstalled everything and it fixed it.



1713935154
Hero Member
*
Offline Offline

Posts: 1713935154

View Profile Personal Message (Offline)

Ignore
1713935154
Reply with quote  #2

1713935154
Report to moderator
1713935154
Hero Member
*
Offline Offline

Posts: 1713935154

View Profile Personal Message (Offline)

Ignore
1713935154
Reply with quote  #2

1713935154
Report to moderator
1713935154
Hero Member
*
Offline Offline

Posts: 1713935154

View Profile Personal Message (Offline)

Ignore
1713935154
Reply with quote  #2

1713935154
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713935154
Hero Member
*
Offline Offline

Posts: 1713935154

View Profile Personal Message (Offline)

Ignore
1713935154
Reply with quote  #2

1713935154
Report to moderator
1713935154
Hero Member
*
Offline Offline

Posts: 1713935154

View Profile Personal Message (Offline)

Ignore
1713935154
Reply with quote  #2

1713935154
Report to moderator
1713935154
Hero Member
*
Offline Offline

Posts: 1713935154

View Profile Personal Message (Offline)

Ignore
1713935154
Reply with quote  #2

1713935154
Report to moderator
NRPatten
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile WWW
September 14, 2015, 07:49:17 AM
 #962

Anyone know the trick to mining from a computer to an EXP client running on another computer? I'm doing "ethminer -F http://192.168.1.x:9656 -G" and its giving me a "libcurl error 7: Could not connect to http://192..."

Make sure you use --rpc eg: gexp.exe --port "42786" --rpc --rpcaddr "192.168.1.x" --rpcport 9656 --rpccorsdomain "*" console

Thank you, the --rpcaddr switch seemed to get it to connect, however it doesn't seem to get work from the gexp client and just sits there saying [timestamp] gpuminer0 workLoop 1 #00000000... #00000000

Currently googling and searching for an answer, but one here would be appreciated Smiley

You probably have no peers connected, or have not made a mining address. looks like no peers to me no blockchain downloaded it cant give work if it has no blocks to mine.

Mining Pool | iMine | MyGitHub | - | GitHubRepo | GitHub
tamdc
Full Member
***
Offline Offline

Activity: 503
Merit: 100


View Profile
September 14, 2015, 07:53:19 AM
Last edit: September 14, 2015, 08:13:31 AM by tamdc
 #963

Anyone know the trick to mining from a computer to an EXP client running on another computer? I'm doing "ethminer -F http://192.168.1.x:9656 -G" and its giving me a "libcurl error 7: Could not connect to http://192..."

Make sure you use --rpc eg: gexp.exe --port "42786" --rpc --rpcaddr "192.168.1.x" --rpcport 9656 --rpccorsdomain "*" console

Thank you, the --rpcaddr switch seemed to get it to connect, however it doesn't seem to get work from the gexp client and just sits there saying [timestamp] gpuminer0 workLoop 1 #00000000... #00000000

Currently googling and searching for an answer, but one here would be appreciated Smiley

The same with me but I can found block
It's OK, keep mining Smiley

More information : https://forum.ethereum.org/discussion/2574/seedhash-is-always-0

NRPatten
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile WWW
September 14, 2015, 07:55:22 AM
 #964

you should see something like this

Code:
I0914 03:54:42.127388   16916 worker.go:540] commit new work on block 7994 with 0 txs & 0 uncles. Took 341.365µs
I0914 03:54:42.543620   16916 chain_manager.go:661] imported 0 block(s) (1 queued 0 ignored) including 0 txs in 4.01798ms. #7994 [4dbc09a9 / 4dbc09a9]

Mining Pool | iMine | MyGitHub | - | GitHubRepo | GitHub
nhutphan
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
September 14, 2015, 07:58:20 AM
 #965

Anyone know the trick to mining from a computer to an EXP client running on another computer? I'm doing "ethminer -F http://192.168.1.x:9656 -G" and its giving me a "libcurl error 7: Could not connect to http://192..."

Make sure you use --rpc eg: gexp.exe --port "42786" --rpc --rpcaddr "192.168.1.x" --rpcport 9656 --rpccorsdomain "*" console

Thank you, the --rpcaddr switch seemed to get it to connect, however it doesn't seem to get work from the gexp client and just sits there saying [timestamp] gpuminer0 workLoop 1 #00000000... #00000000

Currently googling and searching for an answer, but one here would be appreciated Smiley

Are you running Ethminer on Windows 7 or 8.1 or Ubuntu?

In my exp:

Win 7: run WELL with Radeon cards and just OK with Nvidia cards (1 card is normal, more than 2 will slow down)

Win 8.1: run OK with Radeon cards but start up very long. Like Win 7, 1 card is OK, more than 2 will not run or run very slow.

Ubuntu: run very SMOOTH and STABLE with both Radeon and Nvidia cards. Plus, could be overclocked.

If you like to run Ethminer on Ubuntu, you can take a look at https://forum.ethereum.org/discussion/2227/cuda-miner/p16

You can see a setup instruction and some command lines to help you fix many problem.

Sell GTX750ti - GTX960 - GTX970 - HD7950 iceq...
Please pm here.
P-Funk
Sr. Member
****
Offline Offline

Activity: 360
Merit: 250

Token


View Profile
September 14, 2015, 08:07:58 AM
 #966

Thanks all for your help and suggestions. Both machines are running on Ubuntu, and the machine hosting gexp is mining as well. On the host machine I have ethminer 0.9.38 installed which seems to work fine, only it does not report hashrate to the go client. This allows me to use miner.hashrate in gexp however to see that the other machine is reporting some hashrate to it:

> miner.hashrate
3744483963011968000

However I can't be sure if the latest ethminer (--version reports 0.9.92) I got using apt-get is actually mining or not because its not giving proper output in the console. Plus I want to see the damn average hashrate for tweaking. I've tried to figure out how to get an older version of ethminer that correctly reports hashrate and new work but I can't come up with what versioning they use for the PPA to do "sudo apt-get install ethminer=(old version)"  Anyone know how to do that or build an old version from github?

This is more frustrating than I thought it'd be. For now I am going to use a second gexp client running on the second machine.
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 14, 2015, 08:20:12 AM
 #967

OK I finally got the pool synched after deleting everything from tesnet and doing a full reinstall.

Pool is now open and active:

https://exp.suprnova.cc


suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
nhutphan
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
September 14, 2015, 08:20:28 AM
 #968

Thanks all for your help and suggestions. Both machines are running on Ubuntu, and the machine hosting gexp is mining as well. On the host machine I have ethminer 0.9.38 installed which seems to work fine, only it does not report hashrate to the go client. This allows me to use miner.hashrate in gexp however to see that the other machine is reporting some hashrate to it:

> miner.hashrate
3744483963011968000

However I can't be sure if the latest ethminer (--version reports 0.9.92) I got using apt-get is actually mining or not because its not giving proper output in the console. Plus I want to see the damn average hashrate for tweaking. I've tried to figure out how to get an older version of ethminer that correctly reports hashrate and new work but I can't come up with what versioning they use for the PPA to do "sudo apt-get install ethminer=(old version)"  Anyone know how to do that or build an old version from github?

This is more frustrating than I thought it'd be. For now I am going to use a second gexp client running on the second machine.

Just use miner.hashrate command when you mine directly on geth. It doesn't work with Ethminer. If you use Radeon, you can just install Ethminer from PPA. If you use Nvidia, you should build your own Ethminer to fit your cards.

Go to https://forum.ethereum.org/discussion/2227/cuda-miner/p16, find Phantom's post. You will see a instruction to compile Ethminer in Ubuntu for Nvidia cards.

Hope that helps.

Sell GTX750ti - GTX960 - GTX970 - HD7950 iceq...
Please pm here.
Xdragon
Hero Member
*****
Offline Offline

Activity: 543
Merit: 500


View Profile
September 14, 2015, 08:38:18 AM
 #969

OK I finally got the pool synched after deleting everything from tesnet and doing a full reinstall.

Pool is now open and active:

https://exp.suprnova.cc


Nice. Net hashrate 327 Gh/s Huh Real or not?
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 14, 2015, 08:41:37 AM
 #970

OK I finally got the pool synched after deleting everything from tesnet and doing a full reinstall.

Pool is now open and active:

https://exp.suprnova.cc


Nice. Net hashrate 327 Gh/s Huh Real or not?

not real - fixing this soon

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
wildduck
Legendary
*
Offline Offline

Activity: 966
Merit: 1001


View Profile
September 14, 2015, 08:46:29 AM
 #971

OK I finally got the pool synched after deleting everything from tesnet and doing a full reinstall.

Pool is now open and active:

https://exp.suprnova.cc


Nice. Net hashrate 327 Gh/s Huh Real or not?

not real - fixing this soon

It was quite huge hashrate so quickly Smiley
tamdc
Full Member
***
Offline Offline

Activity: 503
Merit: 100


View Profile
September 14, 2015, 08:46:42 AM
 #972

Hi Dev, we need block explorer.

P-Funk
Sr. Member
****
Offline Offline

Activity: 360
Merit: 250

Token


View Profile
September 14, 2015, 08:47:00 AM
 #973

Thanks all for your help and suggestions. Both machines are running on Ubuntu, and the machine hosting gexp is mining as well. On the host machine I have ethminer 0.9.38 installed which seems to work fine, only it does not report hashrate to the go client. This allows me to use miner.hashrate in gexp however to see that the other machine is reporting some hashrate to it:

> miner.hashrate
3744483963011968000

However I can't be sure if the latest ethminer (--version reports 0.9.92) I got using apt-get is actually mining or not because its not giving proper output in the console. Plus I want to see the damn average hashrate for tweaking. I've tried to figure out how to get an older version of ethminer that correctly reports hashrate and new work but I can't come up with what versioning they use for the PPA to do "sudo apt-get install ethminer=(old version)"  Anyone know how to do that or build an old version from github?

This is more frustrating than I thought it'd be. For now I am going to use a second gexp client running on the second machine.

I figured this shit out. I think whoever is developing ethminer isn't bothering to test their own code because they've broken text output almost completely it seems. I copied the binary from the miner with a working version (0.9.38) to the 2nd machine, chowned it and now its working as it should. Software is supposed to get better with revision, not worse Ethereum devs.
wildduck
Legendary
*
Offline Offline

Activity: 966
Merit: 1001


View Profile
September 14, 2015, 08:57:52 AM
 #974

OK I finally got the pool synched after deleting everything from tesnet and doing a full reinstall.

Pool is now open and active:

https://exp.suprnova.cc


Nice. Net hashrate 327 Gh/s Huh Real or not?

not real - fixing this soon

Ocminer you put global hashrate like 1.82 MHs i think it shuold be in GHs
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 14, 2015, 09:03:16 AM
 #975

OK I finally got the pool synched after deleting everything from tesnet and doing a full reinstall.

Pool is now open and active:

https://exp.suprnova.cc


Nice. Net hashrate 327 Gh/s Huh Real or not?

not real - fixing this soon

Ocminer you put global hashrate like 1.82 MHs i think it shuold be in GHs

Thanks, fixed !

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
NRPatten
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile WWW
September 14, 2015, 09:13:33 AM
 #976

Good luck with the pool OC i think the blocks are a little fast for a pool at the moment

Mining Pool | iMine | MyGitHub | - | GitHubRepo | GitHub
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 14, 2015, 09:17:56 AM
 #977

Good luck with the pool OC i think the blocks are a little fast for a pool at the moment

Yes - whats the blocktime ? 5s ? Smiley


suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Xdragon
Hero Member
*****
Offline Offline

Activity: 543
Merit: 500


View Profile
September 14, 2015, 09:18:14 AM
 #978

wow EXP already surpassed Shift in terms of net hashrate
tamdc
Full Member
***
Offline Offline

Activity: 503
Merit: 100


View Profile
September 14, 2015, 09:18:35 AM
 #979

@ocminer : Can you post your node here? Right now I only have 1 connection. Thanks!

NRPatten
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile WWW
September 14, 2015, 09:20:45 AM
 #980

Good luck with the pool OC i think the blocks are a little fast for a pool at the moment

Yes - whats the blocktime ? 5s ? Smiley



lol yeah on average about that

Mining Pool | iMine | MyGitHub | - | GitHubRepo | GitHub
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [49] 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 ... 377 »
  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!