Author

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

member
Activity: 112
Merit: 10
I'll donate 5 SPR to 40 different people in this thread who have 25+ posts if airball posts proof that he has more than 50,000 SPR.

I don't think he does.

If you're planning to sell size, advertising as much isn't exactly the smartest thing to do.  I think he is hoping to shake out weak hands.
I can prove it very easily with solid evidence I have 50K+ spr.
40*5=200
how about let's have a bet?
I'll give you 3 addresses whose total balance is 60K+ spr.
of course you can check those public addresses from the block explorer.
To prove I own those wallets,I'll send 200/3=66.66 spr from each of them into the same address.
If I can do this above,you pay me 200 spr.
if not,I pay you 200spr.
fair enough?
want to bet or not?

Sounds fair but I don't want to pay you if I am wrong.  I want to pay 40 different people in this thread as specified.
how about 6.6 spr (the initial block reward after #1300) to 300 people who joins this community now and in the future ??
If I can't prove it,to make things simple,I donate 5K to Spreadcoin community.
Whoever loses or win,in any case,it is good for this community.
what do you say,MyFarm?  Wink

Deal.
okay,I'll post the proof soon.
After that,plz give everybody 6.6 SPR who post his SPR add here.

wallet 1: SZ1qpQe6d3hYyLEB31Dzv3M7jgWJQthdvF
Balance 1: 22747 SPR -- TOP6 on richlist
wallet 2: ScorCyNQJcx7J17iPfHSYHHQBVjg75UwF7
Balance 2:  20388 SPR  -- TOP9 on richlist
wallet 3: SXbvSDgoutxZHrZJZezsB9fDp4USDGEkrh
Balance 3: 19348 SPR  -- TOP11 on richlist

I've sent 66.66 spr from each of the wallets to this add(a completely new add) : SXGn1TxQ5KAynq2n6DpoxHrWfqt17g996t

now,MyFarm, it's your turn. Grin Grin

Here is my add :  Sakem3Ed1sDKvMn5GTLNAR5P8V5cw6dewL
member
Activity: 112
Merit: 10
I'll donate 5 SPR to 40 different people in this thread who have 25+ posts if airball posts proof that he has more than 50,000 SPR.

I don't think he does.

If you're planning to sell size, advertising as much isn't exactly the smartest thing to do.  I think he is hoping to shake out weak hands.
I can prove it very easily with solid evidence I have 50K+ spr.
40*5=200
how about let's have a bet?
I'll give you 3 addresses whose total balance is 60K+ spr.
of course you can check those public addresses from the block explorer.
To prove I own those wallets,I'll send 200/3=66.66 spr from each of them into the same address.
If I can do this above,you pay me 200 spr.
if not,I pay you 200spr.
fair enough?
want to bet or not?

Sounds fair but I don't want to pay you if I am wrong.  I want to pay 40 different people in this thread as specified.
how about 6.6 spr (the initial block reward after #1300) to 300 people who joins this community now and in the future ??
If I can't prove it,to make things simple,I donate 5K to Spreadcoin community.
Whoever loses or win,in any case,it is good for this community.
what do you say,MyFarm?  Wink

Deal.
okay,I'll post the proof soon.
After that,plz give everybody 6.6 SPR who post his SPR add here.
legendary
Activity: 1400
Merit: 1000

If you read what Mr. Spread said you would know that you don't need a .conf file.

That is exactly why I had that NOTE in the statement. Also I have no idea if Mr. Spread's wallet/miner is based on sgminer for AMD cards, if so then Mr. Spread's is not the best option for Nvidia miners. Also why I said nvminer is optimized for Nvidia cards.

The person is asking about Nvidia cards. So I gave him a solution. We Nvidia miners don't always get the best optimized stuff.

EDIT: I believe even if you are using Mr. Spread's and you are mining multiple rigs into the same wallet you will still need a conf file, wouldn't you?
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
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.
legendary
Activity: 1400
Merit: 1000
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.
hero member
Activity: 854
Merit: 1000
I'll donate 5 SPR to 40 different people in this thread who have 25+ posts if airball posts proof that he has more than 50,000 SPR.

I don't think he does.

If you're planning to sell size, advertising as much isn't exactly the smartest thing to do.  I think he is hoping to shake out weak hands.
I can prove it very easily with solid evidence I have 50K+ spr.
40*5=200
how about let's have a bet?
I'll give you 3 addresses whose total balance is 60K+ spr.
of course you can check those public addresses from the block explorer.
To prove I own those wallets,I'll send 200/3=66.66 spr from each of them into the same address.
If I can do this above,you pay me 200 spr.
if not,I pay you 200spr.
fair enough?
want to bet or not?

Sounds fair but I don't want to pay you if I am wrong.  I want to pay 40 different people in this thread as specified.
how about 6.6 spr (the initial block reward after #1300) to 300 people who joins this community now and in the future ??
If I can't prove it,to make things simple,I donate 5K to Spreadcoin community.
Whoever loses or win,in any case,it is good for this community.
what do you say,MyFarm?  Wink

Deal.
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
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=

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 120".
Now type "dumpprivkey " 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="

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   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   Upper bound on how many seconds after getting work we consider a share from it stale (default: 28)
--gpu-dyninterval Set the refresh interval in ms for GPUs using dynamic intensity (default: 7)
--gpu-platform Select OpenCL platform ID to use for GPU mining (default: -1)
--gpu-threads|-g Number of threads per GPU - one value or comma separated list (e.g. 1,2,1)
--gpu-engine  GPU engine (over)clock range in Mhz - one value, range and/or comma separated list (e.g. 850-900,900,750-850)
--gpu-fan     GPU fan percentage range - one value, range and/or comma separated list (e.g. 0-85,85,65)
--gpu-map     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 Set the GPU memory (over)clock in Mhz - one value for all or separate by commas for per card
--gpu-memdiff Set a fixed difference in clock speed between the GPU and memory in auto-gpu mode
--gpu-powertune 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    Set the GPU voltage in Volts - one value for all or separate by commas for per card
--lookup-gap  Set GPU lookup gap for scrypt mining, comma separated
--intensity|-I Intensity of GPU scanning (d or 8 -> 31,default: d to maintain desktop interactivity)
--xintensity|-X Shader based intensity of GPU scanning (1 to 9999), overrides --intensity|-I and -rawintensity.
--rawintensity Raw intensity of GPU scanning (1 to 2147483647), overrides --intensity|-I and --xintensity|-X.
--kernel-path|-K Specify a path to where kernel files are (default: "/usr/local/bin")
--kernel|-k   Override kernel to use - one value or comma separated
--load-balance      Change multipool strategy from failover to quota based balance
--log|-l      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     Password for bitcoin JSON-RPC server
--per-device-stats  Force verbose mode and output per-device statistics
--poolname    Name of pool.
--protocol-dump|-P  Verbose dump of protocol-level activities
--queue|-Q    Minimum number of work items to have queued (0+) (default: 1)
--quiet|-q          Disable logging output, display status and errors
--quota|-U    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      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 Upper bound on time spent scanning current work, in seconds (default: 7)
--sched-start Set a time of day in HH:MM to start mining (a once off without a stop time)
--sched-stop  Set a time of day in HH:MM to stop mining (will quit without a start time)
--shaders     GPU shaders per card for tuning scrypt, comma separated
--sharelog    Append share log to file
--shares      Quit after mining N shares (default: unlimited)
--socks-proxy Set socks4 proxy (host:port)
--show-coindiff     Show coin difficulty rather than hash value of a share
--state       Specify pool state at startup (default: enabled)
--tcp-keepalive TCP keepalive packet idle time (default: 30)
--temp-cutoff Temperature which a device will be automatically disabled at, one value or comma separated list (default: 95)
--temp-hysteresis Set how much the temperature can fluctuate outside limits when automanaging speeds (default: 3)
--temp-overheat Temperature which a device will be throttled at while automanaging fan and/or GPU, one value or comma separated list (default: 85)
--temp-target 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 Set GPU thread concurrency for spreadcoin mining, comma separated
--url|-o      URL for bitcoin JSON-RPC server
--user|-u     Username for bitcoin JSON-RPC server
--verbose|-v        Log verbose output to stderr as well as status output
--worksize|-w Override detected optimal worksize - one value or comma separated list
--userpass|-O Username:Password pair for spreadcoin JSON-RPC server
--worktime          Display extra work time debug information
--difficulty-multiplier Difficulty multiplier for jobs received from stratum pools
Options for command line only:
--config|-c   Load a JSON-format configuration file
See example.conf for an example configuration.
--default-config 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
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
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.
full member
Activity: 122
Merit: 100
I'll donate 5 SPR to 40 different people in this thread who have 25+ posts if airball posts proof that he has more than 50,000 SPR.

I don't think he does.

If you're planning to sell size, advertising as much isn't exactly the smartest thing to do.  I think he is hoping to shake out weak hands.
I can prove it very easily with solid evidence I have 50K+ spr.
40*5=200
how about let's have a bet?
I'll give you 3 addresses whose total balance is 60K+ spr.
of course you can check those public addresses from the block explorer.
To prove I own those wallets,I'll send 200/3=66.66 spr from each of them into the same address.
If I can do this above,you pay me 200 spr.
if not,I pay you 200spr.
fair enough?
want to bet or not?

Sounds fair but I don't want to pay you if I am wrong.  I want to pay 40 different people in this thread as specified.
how about 6.6 spr (the initial block reward after #1300) to 300 people who joins this community now and in the future ??
If I can't prove it,to make things simple,I donate 5K to Spreadcoin community.
Whoever loses or win,in any case,it is good for this community.
what do you say,MyFarm?  Wink
wow,this thread is more and more active .
legendary
Activity: 910
Merit: 1006
BCH Advocate.
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.

  
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
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?
member
Activity: 112
Merit: 10
I'll donate 5 SPR to 40 different people in this thread who have 25+ posts if airball posts proof that he has more than 50,000 SPR.

I don't think he does.

If you're planning to sell size, advertising as much isn't exactly the smartest thing to do.  I think he is hoping to shake out weak hands.
I can prove it very easily with solid evidence I have 50K+ spr.
40*5=200
how about let's have a bet?
I'll give you 3 addresses whose total balance is 60K+ spr.
of course you can check those public addresses from the block explorer.
To prove I own those wallets,I'll send 200/3=66.66 spr from each of them into the same address.
If I can do this above,you pay me 200 spr.
if not,I pay you 200spr.
fair enough?
want to bet or not?
File -> Sign Message, File -> Verify Message, you can use it to prove that you control some address, no need to send coins.
yes,this is the professional way to prove it,though it requires others to verify.
member
Activity: 112
Merit: 10
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.
full member
Activity: 210
Merit: 100
I'll donate 5 SPR to 40 different people in this thread who have 25+ posts if airball posts proof that he has more than 50,000 SPR.

I don't think he does.

If you're planning to sell size, advertising as much isn't exactly the smartest thing to do.  I think he is hoping to shake out weak hands.
I can prove it very easily with solid evidence I have 50K+ spr.
40*5=200
how about let's have a bet?
I'll give you 3 addresses whose total balance is 60K+ spr.
of course you can check those public addresses from the block explorer.
To prove I own those wallets,I'll send 200/3=66.66 spr from each of them into the same address.
If I can do this above,you pay me 200 spr.
if not,I pay you 200spr.
fair enough?
want to bet or not?
File -> Sign Message, File -> Verify Message, you can use it to prove that you control some address, no need to send coins.
member
Activity: 112
Merit: 10
I'll donate 5 SPR to 40 different people in this thread who have 25+ posts if airball posts proof that he has more than 50,000 SPR.

I don't think he does.

If you're planning to sell size, advertising as much isn't exactly the smartest thing to do.  I think he is hoping to shake out weak hands.
I can prove it very easily with solid evidence I have 50K+ spr.
40*5=200
how about let's have a bet?
I'll give you 3 addresses whose total balance is 60K+ spr.
of course you can check those public addresses from the block explorer.
To prove I own those wallets,I'll send 200/3=66.66 spr from each of them into the same address.
If I can do this above,you pay me 200 spr.
if not,I pay you 200spr.
fair enough?
want to bet or not?

Sounds fair but I don't want to pay you if I am wrong.  I want to pay 40 different people in this thread as specified.
how about 6.6 spr (the initial block reward after #1300) to 300 people who joins this community now and in the future ??
If I can't prove it,to make things simple,I donate 5K to Spreadcoin community.
Whoever loses or win,in any case,it is good for this community.
what do you say,MyFarm?  Wink
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
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?
hero member
Activity: 854
Merit: 1000
I'll donate 5 SPR to 40 different people in this thread who have 25+ posts if airball posts proof that he has more than 50,000 SPR.

I don't think he does.

If you're planning to sell size, advertising as much isn't exactly the smartest thing to do.  I think he is hoping to shake out weak hands.
I can prove it very easily with solid evidence I have 50K+ spr.
40*5=200
how about let's have a bet?
I'll give you 3 addresses whose total balance is 60K+ spr.
of course you can check those public addresses from the block explorer.
To prove I own those wallets,I'll send 200/3=66.66 spr from each of them into the same address.
If I can do this above,you pay me 200 spr.
if not,I pay you 200spr.
fair enough?
want to bet or not?

Sounds fair but I don't want to pay you if I am wrong.  I want to pay 40 different people in this thread as specified.
member
Activity: 112
Merit: 10
I'll donate 5 SPR to 40 different people in this thread who have 25+ posts if airball posts proof that he has more than 50,000 SPR.

I don't think he does.

If you're planning to sell size, advertising as much isn't exactly the smartest thing to do.  I think he is hoping to shake out weak hands.
I can prove it very easily with solid evidence I have 50K+ spr.
40*5=200
how about let's have a bet?

All I want is my CPU to find a block and Ill feel accomplished.
But Ill take a quick 5 too I suppose lol

EDIT: Team airball  Cool
5 spr is almost a block,25 posts for 1 block,human mining,cool~ LOL  Grin
legendary
Activity: 910
Merit: 1006
BCH Advocate.
I'll donate 5 SPR to 40 different people in this thread who have 25+ posts if airball posts proof that he has more than 50,000 SPR.

I don't think he does.

If you're planning to sell size, advertising as much isn't exactly the smartest thing to do.  I think he is hoping to shake out weak hands.
I can prove it very easily with solid evidence I have 50K+ spr.
40*5=200
how about let's have a bet?

All I want is my CPU to find a block and Ill feel accomplished.
But Ill take a quick 5 too I suppose lol

EDIT: Team airball  Cool
member
Activity: 112
Merit: 10
I'll donate 5 SPR to 40 different people in this thread who have 25+ posts if airball posts proof that he has more than 50,000 SPR.

I don't think he does.

If you're planning to sell size, advertising as much isn't exactly the smartest thing to do.  I think he is hoping to shake out weak hands.
I can prove it very easily with solid evidence I have 50K+ spr.
40*5=200
how about let's have a bet?
I'll give you 3 addresses whose total balance is 60K+ spr.
of course you can check those public addresses from the block explorer.
To prove I own those wallets,I'll send 200/3=66.66 spr from each of them into the same address.
If I can do this above,you pay me 200 spr.
if not,I pay you 200spr.
fair enough?
want to bet or not?

Jump to: