Author

Topic: [ANN] SpreadCoin | True Decentralization (No Pools) | Testing New Masternodes - page 395. (Read 810079 times)

full member
Activity: 210
Merit: 100
Mr. Spread what formula you use to calculate "Average spacing between blocks"?
2^256/(Target*Hashrate) where target comes from the last block and hashrate is the hashrate of the built-in miner.
full member
Activity: 210
Merit: 100
i have troubles with sgminer and spreadminer from this topic
maybe x64 is the reason ?

"I have troubles" doesn't really tell much and I don't know about the sgminer version but I'm happily running the CUDA miner on Win 7 x64 so that probably isn't the problem.

sgminer crashes at start
i tried on x32 & x64 win 7
7970, catalyst 13.12 & 14.4
the same result

me too,280x crashes on catalyst 13.12 & 14.4
This is error during OpenCL kernel compilation, seems like a bug in the gpu driver.

Are you setting gpu-platform? Try to run "sgminer -ndevs", e.g. from bat file:
Code:
sgminer -ndevs
pause
for me it shows that I have two platforms - intel and amd, by default it tries to use intel integrated gpu and it doesn't work (but with different error). I specify "--gpu-platform 1" to use amd gpu. Even if you don't need to specify gpu-platform for other versions if sgminer this may still be necessary for this miner for some reason.

I have driver version 14.301.1001.0 on Windows 7 x64, it works.

Dev,plz use sgminer 5.1 which is most compatible with all kinds of AMD GPU.
But not with mine.
sr. member
Activity: 479
Merit: 250
whoah up over 120 MH/s!
full member
Activity: 123
Merit: 100
Dev,plz use sgminer 5.1 which is most compatible with all kinds of AMD GPU.
full member
Activity: 123
Merit: 100
i have troubles with sgminer and spreadminer from this topic
maybe x64 is the reason ?

"I have troubles" doesn't really tell much and I don't know about the sgminer version but I'm happily running the CUDA miner on Win 7 x64 so that probably isn't the problem.

sgminer crashes at start
i tried on x32 & x64 win 7
7970, catalyst 13.12 & 14.4
the same result

me too,280x crashes on catalyst 13.12 & 14.4
legendary
Activity: 2884
Merit: 1035
no mates to help with problem
one more miner - decrease of own profit
i see purely
member
Activity: 121
Merit: 10
Mr. Spread what formula you use to calculate "Average spacing between blocks"?
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting


3 days, and we going higher
legendary
Activity: 2884
Merit: 1035
i have troubles with sgminer and spreadminer from this topic
maybe x64 is the reason ?

"I have troubles" doesn't really tell much and I don't know about the sgminer version but I'm happily running the CUDA miner on Win 7 x64 so that probably isn't the problem.

sgminer crashes at start
i tried on x32 & x64 win 7
7970, catalyst 13.12 & 14.4
the same result
full member
Activity: 123
Merit: 100
My immediate plans are:
1. ...
2. ...
3. Make block explorer inside the client. I already have some working code but it is yet incomplete.
4. ...
Is this going to be implemented?
Tools -> Blockchain Explorer. You may want to set txindex=1 and addrindex=1 in your spreadcoin.conf to get the full information in explorer.
Oh, ok cool! I thought it was going to be a tab in the wallet. I guess this is better, people just need to know where it is.
I've tried it,really cool function. Cheesy
hero member
Activity: 610
Merit: 500
Why does not the GPU miner  Sad
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
My immediate plans are:
1. ...
2. ...
3. Make block explorer inside the client. I already have some working code but it is yet incomplete.
4. ...
Is this going to be implemented?
Tools -> Blockchain Explorer. You may want to set txindex=1 and addrindex=1 in your spreadcoin.conf to get the full information in explorer.
Oh, ok cool! I thought it was going to be a tab in the wallet. I guess this is better, people just need to know where it is.
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
sr. member
Activity: 462
Merit: 250

Smiley Now one rig out of three is running, at least _ Thanks a lot!

And now two rigs running - and found my first coins Smiley Thanks tsiv! The three rig will jump from 8th floor  Grin
sr. member
Activity: 245
Merit: 256
full member
Activity: 210
Merit: 100
Wallet does not compiling from source too!
Code:
main.cpp:16:37: fatal error: boost/algorithm/clamp.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

Windows only working?
You need boost installed, see doc: https://github.com/spreadcoin-project/spreadcoin/blob/master/doc/build-unix.md
full member
Activity: 210
Merit: 100
AMD miner does not compiling under ubuntu 12.04 (32&64). I got this:
Code:
driver-opencl.c:1219:5: warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration]
driver-opencl.c:1219:29: warning: initialization makes pointer from integer without a cast [enabled by default]
  CC     sgminer-ocl.o
  CC     sgminer-findnonce.o
  CC     sgminer-adl.o
  CC     sgminer-scrypt.o
  CC     sgminer-darkcoin.o
  CC     sgminer-qubitcoin.o
  CC     sgminer-quarkcoin.o
  CC     sgminer-myriadcoin-groestl.o
  CC     sgminer-fuguecoin.o
  CC     sgminer-inkcoin.o
  CC     sgminer-animecoin.o
  CC     sgminer-groestlcoin.o
  CC     sgminer-sifcoin.o
  CC     sgminer-twecoin.o
  CC     sgminer-marucoin.o
  CCLD   sgminer
sgminer-driver-opencl.o: In function `prepare_work':
/home/miner/gpu-miner/driver-opencl.c:1219: undefined reference to `max'
collect2: ld returned 1 exit status
make[2]: *** [sgminer] Error 1
make[2]: Leaving directory `/home/miner/gpu-miner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/miner/gpu-miner'
make: *** [all] Error 2
but at configure this:
Code:
OpenCL...............: FOUND. GPU mining support enabled

And the linux x64 build wallet does not opening rpcport 41677. Why?
Update the source, should be fine now.
sr. member
Activity: 462
Merit: 250


Thanks! Now it opening, but I still can't mine.



Code:
    *** Spreadminer 0.1 - a SpreadX11 miner for nVidia GPUs ***
           based on ccminer 1.2 Copyright 2014 Christian Buchner, Christian H.
           based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
           SpreadX11 additions by tsiv
[2014-11-21 10:33:52] 2 miner threads started, using 'spreadx11' algorithm.
[2014-11-21 10:33:52] HTTP request failed: Recv failure: Connection was aborted
[2014-11-21 10:33:52] json_rpc_call failed, retry after 30 seconds
[2014-11-21 10:34:22] HTTP request failed: The requested URL returned error: 403 Forbidden
[2014-11-21 10:34:22] json_rpc_call failed, retry after 30 seconds

Any idea?

If you used the spreadcoin.conf from the cudaminer thread, you also might want to add rpcallowip=127.0.0.1

Mine looks something like this:

Code:
server=1
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcuser=putrpcusernamehere
rpcpassword=putrpcpasswordhere

Unless you have a  separate mining rig you can forget about the other rpcallowip line. It's there just to allow connections from other computers in your local network and if you're mining on the same computer that the wallet is running on, all you need is 127.0.0.1.

Edit: Haven't really looked into it, not sure if a missing allowip also results in a 403 Forbidden. Could also be just a mismatch with the username/password between your conf and miner command line, double check just to make sure.

[/quote]

Smiley Now one rig out of three is running, at least _ Thanks a lot!
full member
Activity: 137
Merit: 100
i have troubles with sgminer and spreadminer from this topic
maybe x64 is the reason ?

"I have troubles" doesn't really tell much and I don't know about the sgminer version but I'm happily running the CUDA miner on Win 7 x64 so that probably isn't the problem.
Jump to: