Bitcoin Forum
May 26, 2024, 10:54:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 155 »
1501  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FIND] FindCoin | Community Anti-Scam Token | Faucet Distribution on: December 30, 2014, 06:54:54 AM
indoneian translation:
https://bitcointalk.org/index.php?topic=907966.0

FkS9wsdiBpp7P1v9yKLw5i9AvzLohRqy75

please visit thanks  Cheesy

This text matches word for word with google translate, do not pay bounty...

not all google translate sir  Sad
ok np
Are you inferring that some of the translation is from Google translate?
1502  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 30, 2014, 04:16:32 AM
Spreadcoin Mining Guide

Sed8H56NJBTdY8E9Zuqs7o29g6xXz8fSD7

e1ghtSpace submitted the following as a mining guide.  As I mentioned, I'm no miner.  Does he have it right?
So guys, is my guide correct?

Yeah. Its correct for what hes using, obviously, because he has it working. Following it, if you have that setup is foolproof with the exception of tweaking specs for your GPU.
Im having trouble configuring my Nvidia cards still. Maybe someone can help.

What is the difference in X11 vs Spreadx11 or whatever its called.

I think I could use my Cudaminer setup thats already functional otherwise if I knew what the technical differences were.

The guide 8space submitted is nice just a little confusing explaining the .config but the dev says its already there.

To clarify the explanation of creating the .config is easy to understand and the dev having it already implemented is easy to understand
but the communication between the two; if you need to add it (.config) to mine despite it being integrated, is what is foggy.

   

You can not use cudaminer to mine Spreadcoin. Nvminer is more optimized for Nvidia cards.

Bat should be something like this: spreadminer -o localhost:PORT -u YOUR_USER_NAME -p YOUR_PASSWORD       The username and password should be what you have it set in the config file. OR spreadminer -o 127.0.0.1:PORT -u YOUR_USER_NAME -p YOUR_PASSWORD

example of config file (It goes in the appdata folder for Spread Coin):

rpcuser=YOUR_USER_NAME
rpcpassword=YOUR_PASSWORD
rpcallowip=127.0.0.1
rpcport=YOUR_PORT
rpcthreads=15
daemon=1
server=1
listen=1

Note I use the rpcthread but you can leave it out. (I use it to tell the wallet how many connections max connections for the wallet.)


NOTE: I am not using or tried Mr Spread's new wallet with the built in miner. This is what works for me since I am mining multiple rigs into one wallet although what I showed is only to solo mine from the computer that the wallet is located on NOT solo mining from multiple rigs to one wallet.

EDIT: Depending on your card also the nvminer might not work. I have never checked to see which compute it is set up for. I know it works for Maxwell cards though.
If you read what Mr. Spread said you would know that you don't need a .conf file.
1503  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 30, 2014, 03:06:18 AM
Here is an edited edited again version of my mining guide. I realised I had two step 3's. wasn't very clear when explaining step 4.

Spreadcoin Mining Guide


Step 1: Make sure you have downloaded the Spreadcoin client and the miner that suits your graphics card. (AMD or Nvidia) You can find all of these download links below.

Client Download (version 0.9.15.2, released December 24, 2014)
Windows wallet (32-bit)
Windows wallet (64-bit)
Linux wallet (32-bit)
Linux wallet (64-bit)
Mac OS X wallet

Source code

AMD GPU Miner
Windows binary: http://spreadcoin.net/files/Spread-GPU-miner.7z
Source code: https://github.com/spreadcoin-project/spreadcoinx11-sgminer

You need latest drivers to use this miner. Known to work on 14.9 installed from file named amd-catalyst-14-9-win7-win8.1-64bit-dd-ccc-whql.exe from http://support.amd.com/en-us/download/desktop?os=Windows%207%20-%2064

Nvidia GPU Miner

Win32 binary: https://github.com/tsiv/spreadminer/releases
Source: https://github.com/tsiv/spreadminer



Step 2: You only need to do this step if you have an encrypted wallet

So first off, head to %appdata%/Spreadcoin. You can find it by opening windows explorer and typing it into the bar at the top:


Press Enter. Now you will be taken to a folder named Spreadcoin with a few files in it.
I'm going to assume you don't have a spreadcoin.conf file in this folder.

Now you need to right click and create a new text document as shown below.



Leave it named as "New Text Document". Now open the document and paste this text into it:

Code:
miningprivkey= <we will fill this section out later>

Now we can save the file. But we need to name it spreadcoin.conf so click file > save as
Now make sure to change "Save as type" from "Text Documents (*.txt)" to "All Files (*.*)"
Then type the file name as "spreadcoin.conf" and click save.
Now you should see a new file called "spreadcoin.conf" in the Spreadcoin directory. If you can't see it there then you might need to refresh the page but if you can see it there then you can minimize the file explorer window as we will come back to it later.



Step 3: Now you can extract the Spreadcoin wallet that you downloaded earlier from the zip file and run it. (You may need to install 7-zip) (if you already had the latest walletdownloaded and running then you can skip this step)



Step 4: Follow this step ONLY if you have an encrypted wallet.

Create a new address that you would like your miner to mine to and copy it to the clipboard. This address will be slightly insecure as you will need to expose the private key to your miner.

In the Spreadcoin client in the toolbar at the top click Tools > Debug Console

Then type "walletpassphrase <your wallet password> 120".
Now type "dumpprivkey <wallet address>" where the wallet address is the address you copied to your clipboard before.

Ok so if I had a wallet and the password was:
123abc

And the address was:
spraddress123

Then the command I would type into the debug window would be:

Code:
walletpassphrase 123abc 120

then

Code:
dumpprivkey spraddress123

(Make sure to take out the < >  Roll Eyes)

The wallet will reply with the corresponding private key. You will need to copy this key and then open up the spreadcoin.conf file you minimized before.

Type "miningprivkey=<paste the key you copied out of the spreadcoin client here>"

You can now save and close the spreadcoin.conf file.
Once you have done that you will need to restart your Spreadcoin wallet.



Step 5: Now that the wallet is up and running you can extract your miner from it's zip file. Navigate to the folder you extracted it to and find the file named "start.bat". Depending on your computer the file may not have ".bat" on the end. Then you can right click > edit.

Now you might need to erase everything except the word "sgminer" (it worked for me) and then you can proceed to add custom modifications to the default values. Here is a list:

Code:
Options for both config file and command line:

--auto-fan          Automatically adjust all GPU fan speeds to maintain a target temperature
--auto-gpu          Automatically adjust all GPU engine clock speeds to maintain a target temperature
--balance           Change multipool strategy from failover to even share balance
--benchmark         Run sgminer in benchmark mode - produces no shares
--compact           Use compact display without per device statistics
--debug|-D          Enable debug output
--device|-d <arg>   Select device to use, one value, range and/or comma separated (e.g. 0-2,4) default: all
--disable-rejecting Automatically disable pools that continually reject shares
--expiry|-E <arg>   Upper bound on how many seconds after getting work we consider a share from it stale (default: 28)
--gpu-dyninterval <arg> Set the refresh interval in ms for GPUs using dynamic intensity (default: 7)
--gpu-platform <arg> Select OpenCL platform ID to use for GPU mining (default: -1)
--gpu-threads|-g <arg> Number of threads per GPU - one value or comma separated list (e.g. 1,2,1)
--gpu-engine <arg>  GPU engine (over)clock range in Mhz - one value, range and/or comma separated list (e.g. 850-900,900,750-850)
--gpu-fan <arg>     GPU fan percentage range - one value, range and/or comma separated list (e.g. 0-85,85,65)
--gpu-map <arg>     Map OpenCL to ADL device order manually, paired CSV (e.g. 1:0,2:1 maps OpenCL 1 to ADL 0, 2 to 1)
--gpu-memclock <arg> Set the GPU memory (over)clock in Mhz - one value for all or separate by commas for per card
--gpu-memdiff <arg> Set a fixed difference in clock speed between the GPU and memory in auto-gpu mode
--gpu-powertune <arg> Set the GPU powertune percentage - one value for all or separate by commas for per card
--gpu-reorder       Attempt to reorder GPU devices according to PCI Bus ID
--gpu-vddc <arg>    Set the GPU voltage in Volts - one value for all or separate by commas for per card
--lookup-gap <arg>  Set GPU lookup gap for scrypt mining, comma separated
--intensity|-I <arg> Intensity of GPU scanning (d or 8 -> 31,default: d to maintain desktop interactivity)
--xintensity|-X <arg> Shader based intensity of GPU scanning (1 to 9999), overrides --intensity|-I and -rawintensity.
--rawintensity <arg> Raw intensity of GPU scanning (1 to 2147483647), overrides --intensity|-I and --xintensity|-X.
--kernel-path|-K <arg> Specify a path to where kernel files are (default: "/usr/local/bin")
--kernel|-k <arg>   Override kernel to use - one value or comma separated
--load-balance      Change multipool strategy from failover to quota based balance
--log|-l <arg>      Interval in seconds between log output (default: 5)
--log-show-date|-L  Show date on every log line
--lowmem            Minimise caching of shares for low memory applications
--net-delay         Impose small delays in networking to not overload slow routers
--no-adl            Disable the ATI display library used for monitoring and setting GPU parameters
--no-restart        Do not attempt to restart GPUs that hang
--no-submit-stale   Don't submit shares if they are detected as stale
--pass|-p <arg>     Password for bitcoin JSON-RPC server
--per-device-stats  Force verbose mode and output per-device statistics
--poolname <arg>    Name of pool.
--protocol-dump|-P  Verbose dump of protocol-level activities
--queue|-Q <arg>    Minimum number of work items to have queued (0+) (default: 1)
--quiet|-q          Disable logging output, display status and errors
--quota|-U <arg>    quota;URL combination for server with load-balance strategy quotas
--real-quiet        Disable all output
--remove-disabled   Remove disabled devices entirely, as if they didn't exist
--rotate <arg>      Change multipool strategy from failover to regularly rotate at N minutes (default: 0)
--round-robin       Change multipool strategy from failover to round robin on failure
--scan-time|-s <arg> Upper bound on time spent scanning current work, in seconds (default: 7)
--sched-start <arg> Set a time of day in HH:MM to start mining (a once off without a stop time)
--sched-stop <arg>  Set a time of day in HH:MM to stop mining (will quit without a start time)
--shaders <arg>     GPU shaders per card for tuning scrypt, comma separated
--sharelog <arg>    Append share log to file
--shares <arg>      Quit after mining N shares (default: unlimited)
--socks-proxy <arg> Set socks4 proxy (host:port)
--show-coindiff     Show coin difficulty rather than hash value of a share
--state <arg>       Specify pool state at startup (default: enabled)
--tcp-keepalive <arg> TCP keepalive packet idle time (default: 30)
--temp-cutoff <arg> Temperature which a device will be automatically disabled at, one value or comma separated list (default: 95)
--temp-hysteresis <arg> Set how much the temperature can fluctuate outside limits when automanaging speeds (default: 3)
--temp-overheat <arg> Temperature which a device will be throttled at while automanaging fan and/or GPU, one value or comma separated list (default: 85)
--temp-target <arg> Temperature which a device should stay at while automanaging fan and/or GPU, one value or comma separated list (default: 75)
--text-only|-T      Disable ncurses formatted screen output
--thread-concurrency <arg> Set GPU thread concurrency for spreadcoin mining, comma separated
--url|-o <arg>      URL for bitcoin JSON-RPC server
--user|-u <arg>     Username for bitcoin JSON-RPC server
--verbose|-v        Log verbose output to stderr as well as status output
--worksize|-w <arg> Override detected optimal worksize - one value or comma separated list
--userpass|-O <arg> Username:Password pair for spreadcoin JSON-RPC server
--worktime          Display extra work time debug information
--difficulty-multiplier <arg> Difficulty multiplier for jobs received from stratum pools
Options for command line only:
--config|-c <arg>   Load a JSON-format configuration file
See example.conf for an example configuration.
--default-config <arg> Specify the filename of the default config file
Loaded at start and used when saving without a name.
--help|-h           Print this message
--ndevs|-n          Display number of detected GPUs, OpenCL platform information, and exit
--version|-V        Display version and exit

My start.bat file is very simple and looks like this:

Code:
sgminer -I 20

-I 20 means "Set the intensity to 20". You can change 20 to be any number from 8 - 31. Higher is better but your graphics card may not be able to handle the load if your intensity is very high.


For Nvidia users, the included example.bat should work right off the bat (no pun intended) so all you need to do is run it.

Now you can run start.bat and it'll (hopefully) look something like this (for AMD users):




Sed8H56NJBTdY8E9Zuqs7o29g6xXz8fSD7
1504  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 30, 2014, 02:56:55 AM
Spreadcoin Mining Guide

Sed8H56NJBTdY8E9Zuqs7o29g6xXz8fSD7

e1ghtSpace submitted the following as a mining guide.  As I mentioned, I'm no miner.  Does he have it right?
So guys, is my guide correct?

Yeah. Its correct for what hes using, obviously, because he has it working. Following it, if you have that setup is foolproof with the exception of tweaking specs for your GPU.
Im having trouble configuring my Nvidia cards still. Maybe someone can help.

What is the difference in X11 vs Spreadx11 or whatever its called.

I think I could use my Cudaminer setup thats already functional otherwise if I knew what the technical differences were.

The guide 8space submitted is nice just a little confusing explaining the .config but the dev says its already there.

To clarify the explanation of creating the .config is easy to understand and the dev having it already implemented is easy to understand
but the communication between the two; if you need to add it (.config) to mine despite it being integrated, is what is foggy.

  
You only need the .conf file if your wallet has been encrypted.
1505  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 30, 2014, 02:16:05 AM
Spreadcoin Mining Guide

Sed8H56NJBTdY8E9Zuqs7o29g6xXz8fSD7

e1ghtSpace submitted the following as a mining guide.  As I mentioned, I'm no miner.  Does he have it right?
So guys, is my guide correct?
correct, when your wallet( server) and miner(client) are in the same mining rig.
To mine with many other miners on different rigs,you need to make some changes of the spreadcoin.conf and start.bat.
@MyFarm Is this sufficient?
1506  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 30, 2014, 01:52:53 AM
Spreadcoin Mining Guide

Sed8H56NJBTdY8E9Zuqs7o29g6xXz8fSD7

e1ghtSpace submitted the following as a mining guide.  As I mentioned, I'm no miner.  Does he have it right?
So guys, is my guide correct?
1507  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FIND] FindCoin | Community Anti-Scam Token | Faucet Distribution on: December 29, 2014, 10:23:30 PM
Just wanted to say that i have received exchange coins yesterday and findwallet is working great Smiley

PS: Can't remember which page of this thread, but i remember reading something about "cheaters" having multiple wallets etc. Is this fixed or are there still ways to cheat with the distribution? Would hate to see that someone has like 100 wallets with only 1 pc Sad



I don't think that is possible on the same OS.

The wallet only allows one instance of it to be run as it locks the directory.



Everything is possible if you know what you're doing. If you check out the earlier posts you will see that it is quite possible to run as many wallets as your CPU and RAM allows you to across as many hosts you can afford to lease.

you can open many wallet if you run it from rdp (if you have a lot of rdp)

Uhm, RDP is just a protocol, you can run as many wallets as you wish on a single OS via tunnels, proxies, tor, anything.

Have your received any coins from the faucet to that second wallet?
1508  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 29, 2014, 09:07:38 PM
So, all my work to make it unnecessary to create spreadcoin.conf was useless?
With the latest wallet you don't need to create it anymore, with the latest AMD miner you also don't need to specify address, username and password in the argument list, for Nvidia miner use
Code:
spreadminer -o 127.0.0.1:41677 -u AnyUsername -p AnyPassword
Oops. Sorry I didn't realise. Thanks for your hard work Mr. Spread.
1509  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 29, 2014, 08:42:56 PM
Spreadcoin Mining Guide


Step 1: Make sure you have downloaded the Spreadcoin client and the miner that suits your graphics card. (AMD or Nvidia) You can find all of these download links below.

Client Download (version 0.9.15.2, released December 24, 2014)
Windows wallet (32-bit)
Windows wallet (64-bit)
Linux wallet (32-bit)
Linux wallet (64-bit)
Mac OS X wallet

Source code

AMD GPU Miner
Windows binary: http://spreadcoin.net/files/Spread-GPU-miner.7z
Source code: https://github.com/spreadcoin-project/spreadcoinx11-sgminer

You need latest drivers to use this miner. Known to work on 14.9 installed from file named amd-catalyst-14-9-win7-win8.1-64bit-dd-ccc-whql.exe from http://support.amd.com/en-us/download/desktop?os=Windows%207%20-%2064

Nvidia GPU Miner

Win32 binary: https://github.com/tsiv/spreadminer/releases
Source: https://github.com/tsiv/spreadminer



Step 2: You only need to do this step if you have an encrypted wallet

So first off, head to %appdata%/Spreadcoin. You can find it by opening windows explorer and typing it into the bar at the top:


Press Enter. Now you will be taken to a folder named Spreadcoin with a few files in it.
I'm going to assume you don't have a spreadcoin.conf file in this folder.

Now you need to right click and create a new text document as shown below.



Leave it named as "New Text Document". Now open the document and paste this text into it:

Code:
miningprivkey= <we will fill this section out later>

Now we can save the file. But we need to name it spreadcoin.conf so click file > save as
Now make sure to change "Save as type" from "Text Documents (*.txt)" to "All Files (*.*)"
Then type the file name as "spreadcoin.conf" and click save.
Now you should see a new file called "spreadcoin.conf" in the Spreadcoin directory. If you can't see it there then you might need to refresh the page but if you can see it there then you can minimize the file explorer window as we will come back to it later.



Step 3: Now you can extract the client that you downloaded earlier from the zip file and run it. (You may need to install 7-zip) (if you already had the latest client downloaded and running then you can skip this step)



Step 4: Follow this step ONLY if you have an encrypted wallet.

Create a new address that you would like your miner to mine to and copy it to the clipboard. This address will be slightly insecure as you will need to expose it to your miner.

In the Spreadcoin client in the toolbar at the top click Tools > Debug Console

Then type "walletpassphrase <your wallet password> 120".
Now type "dumpprivkey <wallet address>" where the wallet address is the address you copied to your clipboard before.

The wallet will reply with the corresponding private key. You will need to copy this key and then open up the spreadcoin.conf file you minimized before.

Type "miningprivkey=<paste the key you copied out of the spreadcoin client>"

You can now save and close the spreadcoin.conf file.
Once you have done that you will need to restart the client.



Step 5: Now that the client is up and running you can extract your miner from it's zip file. Navigate to the folder you extracted it from and find the file named "start.bat". Depending on your computer the file may not have ".bat" on the end. Then you can right click > edit.

Now you might need to erase everything except the word "sgminer" (it worked for me) and then you can proceed to add custom modifications to the default values. Here is a list:

Code:
Options for both config file and command line:

--auto-fan          Automatically adjust all GPU fan speeds to maintain a target temperature
--auto-gpu          Automatically adjust all GPU engine clock speeds to maintain a target temperature
--balance           Change multipool strategy from failover to even share balance
--benchmark         Run sgminer in benchmark mode - produces no shares
--compact           Use compact display without per device statistics
--debug|-D          Enable debug output
--device|-d <arg>   Select device to use, one value, range and/or comma separated (e.g. 0-2,4) default: all
--disable-rejecting Automatically disable pools that continually reject shares
--expiry|-E <arg>   Upper bound on how many seconds after getting work we consider a share from it stale (default: 28)
--gpu-dyninterval <arg> Set the refresh interval in ms for GPUs using dynamic intensity (default: 7)
--gpu-platform <arg> Select OpenCL platform ID to use for GPU mining (default: -1)
--gpu-threads|-g <arg> Number of threads per GPU - one value or comma separated list (e.g. 1,2,1)
--gpu-engine <arg>  GPU engine (over)clock range in Mhz - one value, range and/or comma separated list (e.g. 850-900,900,750-850)
--gpu-fan <arg>     GPU fan percentage range - one value, range and/or comma separated list (e.g. 0-85,85,65)
--gpu-map <arg>     Map OpenCL to ADL device order manually, paired CSV (e.g. 1:0,2:1 maps OpenCL 1 to ADL 0, 2 to 1)
--gpu-memclock <arg> Set the GPU memory (over)clock in Mhz - one value for all or separate by commas for per card
--gpu-memdiff <arg> Set a fixed difference in clock speed between the GPU and memory in auto-gpu mode
--gpu-powertune <arg> Set the GPU powertune percentage - one value for all or separate by commas for per card
--gpu-reorder       Attempt to reorder GPU devices according to PCI Bus ID
--gpu-vddc <arg>    Set the GPU voltage in Volts - one value for all or separate by commas for per card
--lookup-gap <arg>  Set GPU lookup gap for scrypt mining, comma separated
--intensity|-I <arg> Intensity of GPU scanning (d or 8 -> 31,default: d to maintain desktop interactivity)
--xintensity|-X <arg> Shader based intensity of GPU scanning (1 to 9999), overrides --intensity|-I and -rawintensity.
--rawintensity <arg> Raw intensity of GPU scanning (1 to 2147483647), overrides --intensity|-I and --xintensity|-X.
--kernel-path|-K <arg> Specify a path to where kernel files are (default: "/usr/local/bin")
--kernel|-k <arg>   Override kernel to use - one value or comma separated
--load-balance      Change multipool strategy from failover to quota based balance
--log|-l <arg>      Interval in seconds between log output (default: 5)
--log-show-date|-L  Show date on every log line
--lowmem            Minimise caching of shares for low memory applications
--net-delay         Impose small delays in networking to not overload slow routers
--no-adl            Disable the ATI display library used for monitoring and setting GPU parameters
--no-restart        Do not attempt to restart GPUs that hang
--no-submit-stale   Don't submit shares if they are detected as stale
--pass|-p <arg>     Password for bitcoin JSON-RPC server
--per-device-stats  Force verbose mode and output per-device statistics
--poolname <arg>    Name of pool.
--protocol-dump|-P  Verbose dump of protocol-level activities
--queue|-Q <arg>    Minimum number of work items to have queued (0+) (default: 1)
--quiet|-q          Disable logging output, display status and errors
--quota|-U <arg>    quota;URL combination for server with load-balance strategy quotas
--real-quiet        Disable all output
--remove-disabled   Remove disabled devices entirely, as if they didn't exist
--rotate <arg>      Change multipool strategy from failover to regularly rotate at N minutes (default: 0)
--round-robin       Change multipool strategy from failover to round robin on failure
--scan-time|-s <arg> Upper bound on time spent scanning current work, in seconds (default: 7)
--sched-start <arg> Set a time of day in HH:MM to start mining (a once off without a stop time)
--sched-stop <arg>  Set a time of day in HH:MM to stop mining (will quit without a start time)
--shaders <arg>     GPU shaders per card for tuning scrypt, comma separated
--sharelog <arg>    Append share log to file
--shares <arg>      Quit after mining N shares (default: unlimited)
--socks-proxy <arg> Set socks4 proxy (host:port)
--show-coindiff     Show coin difficulty rather than hash value of a share
--state <arg>       Specify pool state at startup (default: enabled)
--tcp-keepalive <arg> TCP keepalive packet idle time (default: 30)
--temp-cutoff <arg> Temperature which a device will be automatically disabled at, one value or comma separated list (default: 95)
--temp-hysteresis <arg> Set how much the temperature can fluctuate outside limits when automanaging speeds (default: 3)
--temp-overheat <arg> Temperature which a device will be throttled at while automanaging fan and/or GPU, one value or comma separated list (default: 85)
--temp-target <arg> Temperature which a device should stay at while automanaging fan and/or GPU, one value or comma separated list (default: 75)
--text-only|-T      Disable ncurses formatted screen output
--thread-concurrency <arg> Set GPU thread concurrency for spreadcoin mining, comma separated
--url|-o <arg>      URL for bitcoin JSON-RPC server
--user|-u <arg>     Username for bitcoin JSON-RPC server
--verbose|-v        Log verbose output to stderr as well as status output
--worksize|-w <arg> Override detected optimal worksize - one value or comma separated list
--userpass|-O <arg> Username:Password pair for spreadcoin JSON-RPC server
--worktime          Display extra work time debug information
--difficulty-multiplier <arg> Difficulty multiplier for jobs received from stratum pools
Options for command line only:
--config|-c <arg>   Load a JSON-format configuration file
See example.conf for an example configuration.
--default-config <arg> Specify the filename of the default config file
Loaded at start and used when saving without a name.
--help|-h           Print this message
--ndevs|-n          Display number of detected GPUs, OpenCL platform information, and exit
--version|-V        Display version and exit

My start.bat file is very simple and looks like this:

Code:
sgminer -I 20

-I 20 means "Set the intensity to 20". You can change 20 to be any number from 8 - 31. Higher is better but your graphics card may not be able to handle the load if your intensity is very high.


For Nvidia users, the included example.bat should work right off the bat so all you need to do is run it.

Now you can run start.bat and it'll (hopefully) look something like this:




Sed8H56NJBTdY8E9Zuqs7o29g6xXz8fSD7
1510  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 29, 2014, 08:10:12 PM
I'll put a 500 SPR bounty for a good mining guide.

Not written by Mr. Spread (sorry Mr. Spread) as we need him to focus on coding Smiley

Have you seen this yet:

Ok guys here is the batch file that I made. It creates a mining batch file for you.
I hope it is noob friendly.

https://www.dropbox.com/s/s71ju7vjwkaj3q9/SpreadcoinMinerConfig.bat?dl=0

Please post suggestions to help improve it.

Make sure to put the .bat file into the same directory as the miner.

Once it finishes it creates spreadcoinminer.bat, and you run this to mine.

If that's not enough then i'll definately make a better guide. I want that 500! Smiley

I don't mine so it's not my area of knowledge.  What would be nice is a guide that would let someone like me follow the directions, and be up and mining without much trouble.
Ok then. I'll write a guide. That batch file has steps you need to follow in it and it automatically opens up the spreadcoin.conf file for you but I get what you're saying.
1511  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 29, 2014, 07:56:34 PM
I'll put a 500 SPR bounty for a good mining guide.

Not written by Mr. Spread (sorry Mr. Spread) as we need him to focus on coding Smiley

Have you seen this yet:

Ok guys here is the batch file that I made. It creates a mining batch file for you.
I hope it is noob friendly.

https://www.dropbox.com/s/s71ju7vjwkaj3q9/SpreadcoinMinerConfig.bat?dl=0

Please post suggestions to help improve it.

Make sure to put the .bat file into the same directory as the miner.

Once it finishes it creates spreadcoinminer.bat, and you run this to mine.

If that's not enough then i'll definately make a better guide. I want that 500! Smiley
1512  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FIND] FindCoin | Community Anti-Scam Token | Faucet Distribution on: December 29, 2014, 07:53:39 PM
https://bitcointalk.org/index.php?topic=907704.msg9976844#msg9976844


greek translation is here


find coin address for bounties here FrtCCzV5yRphR1vaM75u1zeQmixc5voMxL

Sorry but you need to fix it up a bit.

I wouldn't use google translate if I was you  Wink


Damnit. Looks like a scammer scammed us!
1513  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 29, 2014, 08:47:38 AM
k quick question here from the NoobKid how exactly do I set up my sgminer bat to solo mine this coin? and like I need exact details like written right out for me on what to put where in the Start.bat please and thank you Smiley

If you mean GPU mine the answers can be found somewhere before page 50 for that it's not just start.bat you need to edit but also make spagecoin.conf in your appdata/roaming/sparecoin directory and then when that is configured you run the wallet first and then the miner.

Just keep reading the pages before 50 there's all you need if my memory servers too busy right now to lay it all out for you sorry  Tongue but while you are at it maybe you could do a DUMMY guide for the whole community?

Many miners turn away probably because it's not your usual coin mine
Well when I run my miner it says #include blake.cl and then shuts down??? any ideas why this might be? I have the amd 14.9 catalyst thingy as well Smiley
Do you actually have an AMD graphics card?
Ummmm how do I find that out?
If you're asking that question then the answer is probably no.

But if you must know click here: http://lmgtfy.com/?q=What+is+an+amd+graphics+card%3F Smiley
1514  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 29, 2014, 06:45:19 AM
k quick question here from the NoobKid how exactly do I set up my sgminer bat to solo mine this coin? and like I need exact details like written right out for me on what to put where in the Start.bat please and thank you Smiley

If you mean GPU mine the answers can be found somewhere before page 50 for that it's not just start.bat you need to edit but also make spagecoin.conf in your appdata/roaming/sparecoin directory and then when that is configured you run the wallet first and then the miner.

Just keep reading the pages before 50 there's all you need if my memory servers too busy right now to lay it all out for you sorry  Tongue but while you are at it maybe you could do a DUMMY guide for the whole community?

Many miners turn away probably because it's not your usual coin mine
Well when I run my miner it says #include blake.cl and then shuts down??? any ideas why this might be? I have the amd 14.9 catalyst thingy as well Smiley
Do you actually have an AMD graphics card?
1515  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FIND] FindCoin | Community Anti-Scam Token | Faucet Distribution on: December 29, 2014, 05:01:03 AM
Here is my findcoin.conf file if anyone wants it.
Code:
listen=1
server=1
daemon=1
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=pass
rpcport=1234
port=4431

#################### NODES LIST ########################################


addnode=77.78.32.95
addnode=104.236.75.141
addnode=46.62.70.49
addnode=60.231.65.38
addnode=73.44.118.153
addnode=101.165.2.244
########################################################################
addnode=113.92.179.234
addnode=123.81.249.45
addnode=91.243.175.193
addnode=123.176.6.186
addnode=119.18.150.140
addnode=188.164.23.54
addnode=186.73.252.13
addnode=85.233.147.20
addnode=5.228.160.106
addnode=193.227.19.235
addnode=203.172.197.179
addnode=203.126.7.8
addnode=58.40.157.26
addnode=72.252.176.12
addnode=120.124.97.83
addnode=197.242.82.74
addnode=123.29.0.158
addnode=95.0.143.162
addnode=78.46.225.236
addnode=59.180.230.173
addnode=179.253.190.122
addnode=124.164.234.215
addnode=210.212.195.172
addnode=212.179.226.29
addnode=78.38.250.71
addnode=94.189.128.226
addnode=195.251.134.81
addnode=206.125.46.140
addnode=82.99.193.174
addnode=200.52.205.95
addnode=117.218.161.32
addnode=122.15.9.74
addnode=196.210.211.219
addnode=203.195.237.116
addnode=209.126.68.4
addnode=196.47.170.207
addnode=77.78.32.95
addnode=213.132.235.83
addnode=201.144.41.217
addnode=122.155.136.189
addnode=99.96.85.216
addnode=85.195.114.114
addnode=183.91.67.14
addnode=120.50.50.187
addnode=189.89.40.26

Download link: https://www.dropbox.com/s/crpxnnsok1l6jm6/findcoin.conf?dl=0
1516  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ✪✪✪ VIRTUAL COIN ✪✪✪ | VC |X11 | ATM |URGENT UPGRADE 11.3.3|RARE 3 MILLION COINS on: December 28, 2014, 09:40:39 PM
Virtual Coin is still the best, at least no BS attached.
If you really think that, then go take a look at the block explorer and tell me that some of the first blocks haven't been spent.
These blocks have a 1000+ coin reward and they HAVE been spent.

http://virtualcoin.info/block/00000dc5c29a3730a8aaa9d64585bc4a420ed63f37c3ed4f7bd22d749d34e838
http://virtualcoin.info/block/00000d6749af33e02c859aa8d646b8405e6cfb15e1c9bb00726d3b58ab015f80
http://virtualcoin.info/block/00000c0fba757443a2df88c162fe5e756586a5c6a968ba0db2ee78cc3745ee4a
http://virtualcoin.info/block/00000c74884c0db5f3430ce0e411ff66d83fc94b96f99f02e2532db53313ca07
http://virtualcoin.info/block/000001d448c87bba2d49c87519edfcd4a2674e1eec2273416767de4827a2b166

Click on the address it went to to see if the coins have been spent.
So 5 out of the first 10 blocks have been spent. Almost 13 000 coins.

Now you better not delete this post.
Guys, how is this scamming? I am just telling you information. I am not getting any money out of this I'm just trying to stop other people i.e. NoobKidOnTheBlock from getting scammed by you guys.

So please don't reply like you did last time: "this Kid is SCAMMER with suck MOTOCOIN...your LIE kid, not us"
1517  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ✪✪✪ VIRTUAL COIN ✪✪✪ | VC |X11 | ATM |URGENT UPGRADE 11.3.3|RARE 3 MILLION COINS on: December 28, 2014, 10:10:13 AM
So is there any exchange where this coin can be traded as of right now? I've been voting to have it listed on cryptsy and bugging bittrex as well Smiley I think the Dev should speak with Bittrex and look into getting us listed there Smiley
be patient..we will get soon  Cool
Oh I'm patient my friend there is nothing I can do with these coins as of right now so I've got nothing but time Wink lol I was just making sure the Dev was still active in this coin and I wasn't wasting my time mining these coins Smiley
NoobKidOnTheBlock!!?? What are you doing here??

You do realise the first 100 blocks had a reward of 1000 coins right?
1518  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: December 28, 2014, 08:27:19 AM
Looks like someone bought the price back up to 45k.
1519  Bitcoin / Bitcoin Discussion / Re: Which BTC ATMs are 2-way? on: December 28, 2014, 08:26:14 AM
Oh I thought they all did 2 way.
1520  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FIND] FindCoin | Community Anti-Scam Token | Faucet Distribution on: December 28, 2014, 06:08:23 AM
Ok guys the faucet should be up soon and a block explorer. We will start exchanging your coins tomorrow.
Pages: « 1 ... 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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 155 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!