Bitcoin Forum
May 04, 2024, 09:20:33 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 ... 434 »
  Print  
Author Topic: [ANN] SpreadCoin | True Decentralization (No Pools) | Testing New Masternodes  (Read 810025 times)
tsiv
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
November 21, 2014, 09:19:56 AM
 #761

Where do I find cudart32_65.dll? nvidia wont start without it  Huh

Thanks


I replaced the latest release with one that includes the dll. Runs fine without it for me but that might be because I have the SDK installed.

https://github.com/tsiv/spreadminer/releases
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
grizscom
Sr. Member
****
Offline Offline

Activity: 245
Merit: 256


View Profile WWW
November 21, 2014, 09:28:44 AM
Last edit: November 21, 2014, 09:38:51 AM by grizscom
 #762

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?

http://ethereumpool.co/ - Stable, fair & transparent Ethereum mining pool
mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
November 21, 2014, 09:38:03 AM
 #763

Where do I find cudart32_65.dll? nvidia wont start without it  Huh

Thanks


I replaced the latest release with one that includes the dll. Runs fine without it for me but that might be because I have the SDK installed.

https://github.com/tsiv/spreadminer/releases

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?

casper77
Legendary
*
Offline Offline

Activity: 2884
Merit: 1035


View Profile
November 21, 2014, 09:40:56 AM
 #764

i have troubles with sgminer and spreadminer from this topic
maybe x64 is the reason ?
grizscom
Sr. Member
****
Offline Offline

Activity: 245
Merit: 256


View Profile WWW
November 21, 2014, 09:54:58 AM
 #765

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?

http://ethereumpool.co/ - Stable, fair & transparent Ethereum mining pool
tsiv
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
November 21, 2014, 09:55:26 AM
 #766

Where do I find cudart32_65.dll? nvidia wont start without it  Huh

Thanks


I replaced the latest release with one that includes the dll. Runs fine without it for me but that might be because I have the SDK installed.

https://github.com/tsiv/spreadminer/releases

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.
Mr. Spread (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
November 21, 2014, 09:58:56 AM
 #767

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.

Developer of SpreadCoin
tsiv
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
November 21, 2014, 09:59:47 AM
 #768

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.
mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
November 21, 2014, 10:03:19 AM
 #769



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!

Mr. Spread (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
November 21, 2014, 10:10:55 AM
 #770

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.

Developer of SpreadCoin
Mr. Spread (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
November 21, 2014, 10:14:38 AM
 #771

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

Developer of SpreadCoin
grizscom
Sr. Member
****
Offline Offline

Activity: 245
Merit: 256


View Profile WWW
November 21, 2014, 10:23:26 AM
 #772

libboost-all-dev is already the newest version.

http://ethereumpool.co/ - Stable, fair & transparent Ethereum mining pool
mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
November 21, 2014, 10:34:04 AM
 #773


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

Palmdetroit
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


PHS 50% PoS - Stop mining start minting


View Profile
November 21, 2014, 10:43:56 AM
 #774


e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
November 21, 2014, 10:46:59 AM
 #775

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.
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
November 21, 2014, 10:48:31 AM
 #776


Your profile picture matches your post! Nice.
qwep1
Hero Member
*****
Offline Offline

Activity: 610
Merit: 500


View Profile
November 21, 2014, 11:05:22 AM
 #777

Why does not the GPU miner  Sad

              ▄▄██▄▄
          ▄▄██████████▄▄
      ▄▄██████████████████▄▄
  ▄▄██████████▀▀ ▀▀██████████▄▄
▄█████████▀▀          ▀▀█████████▄
██████▀▀        ▄▄        ▀▀██████
██████      ▄▄██████▄▄      ██████
██████    ██████████████    ██████
██████    ██████████████    ██████
██████    ██████████████    ██████
██████      ▀▀██████▀▀      ██████
██████          ▀▀        ▄▄██████
▀█████    ▄▄          ▄▄█████████▀
   ▀▀█    ████▄▄ ▄▄██████████▀▀
          ████████████████▀▀
          ▀▀██████████▀▀
              ▀▀██▀▀
P H O R E

     █
    █
   █
  █
   █
    █
   █
  █
 █
    KryptKoin rebranded to Phore   
     █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █
PoS 3.0  -  Masternodes  -  Obfuscation


     █
    █
   █
  █
   █
    █
   █
  █
 █
.


            ▄▄██▄▄
        ▄▄██████████▄▄
    ▄▄████████▀▀████████▄▄
 ▄████████▀▀      ▀▀████████▄
▐█████▀▀              ▀▀█████▌
▐████       ▄▄██▄▄       ████▌
▐████    ▄██████████▄    ████▌
▐████    ████████████    ████▌
▐████    ▀██████████▀    ████▌
▐████       ▀▀██▀▀       ████▌
 ▀███                 ▄▄█████▌
    ▀    █▄▄      ▄▄████████▀
         █████▄▄████████▀▀
         ▀██████████▀▀
            ▀▀██▀▀
cointhinkers
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile
November 21, 2014, 12:02:10 PM
 #778

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

casper77
Legendary
*
Offline Offline

Activity: 2884
Merit: 1035


View Profile
November 21, 2014, 12:22:24 PM
 #779

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
Palmdetroit
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


PHS 50% PoS - Stop mining start minting


View Profile
November 21, 2014, 01:07:58 PM
 #780



3 days, and we going higher

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 ... 434 »
  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!