Author

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

full member
Activity: 129
Merit: 100
Another question I asked a few pages back...is there a way to show the top ten miners in a pie chart or something?  Would be interesting to know how many large farms are mining SpreadX11.

It should be possible to crawl the blockchain for which address has mined each block. I could probably script this if I could build a local block explorer...  Undecided

That may be as close as you're going to get though - just as it's impossible to assume true coin distribution via address as someone can have multiple wallets/addresses.

That may not be that easy either TLC. I've noticed that my own rig uses a different address for each block thus far. I'm throwing about 1.3 Mh at the network and the couple blocks I've found, each have a different addy. I never set up a dedicated addy for mining in the config file by the way.
hero member
Activity: 854
Merit: 1000
I believe I have found what could be a very serious problem with solo mining SPR and master nodes.

Best of luck when you get to that point.

Genuinely not intended as FUD. I think I know what Coins is talking about. Either Mr spread has plans to fix this problem already or the dev team haven't scrutinised the work that Kristov Atlas did for Darkcoin in the context of spreadcoin.

Does Spreadcoin have a testnet? Would be interested to take part in masternode testing.

It IS by definition FUD if the issue isn't communicated to the dev or the community.

There isn't a testnet yet.

I'll put a 300 SPR bounty on a miners hash chart.
legendary
Activity: 966
Merit: 1000
I also want to know how the the net hashrate are calculated.

Exactly the same way any BTC derived wallet does so. (I imagine, and don't ask me for the exact mechanics of that.  Cheesy)
legendary
Activity: 966
Merit: 1000
Another question I asked a few pages back...is there a way to show the top ten miners in a pie chart or something?  Would be interesting to know how many large farms are mining SpreadX11.

It should be possible to crawl the blockchain for which address has mined each block. I could probably script this if I could build a local block explorer...  Undecided

That may be as close as you're going to get though - just as it's impossible to assume true coin distribution via address as someone can have multiple wallets/addresses.
member
Activity: 63
Merit: 10
The important thing is to have a dev that can code. If he can do that, then he can also change or adapt the code to things that will come up.



+1   It is the abilities of Mr Spread that drew my attention to this coin in the first place.

Another question I asked a few pages back...is there a way to show the top ten miners in a pie chart or something?  Would be interesting to know how many large farms are mining SpreadX11.
I also want to know how the the net hashrate are calculated.
legendary
Activity: 1694
Merit: 1002
Decentralize Everything
The important thing is to have a dev that can code. If he can do that, then he can also change or adapt the code to things that will come up.



+1   It is the abilities of Mr Spread that drew my attention to this coin in the first place.

Another question I asked a few pages back...is there a way to show the top ten miners in a pie chart or something?  Would be interesting to know how many large farms are mining SpreadX11.
legendary
Activity: 1694
Merit: 1002
Decentralize Everything
I guess they are the same person behind different accounts.

Not quite. More like different people with the same goal.

Apologies, was playing scrabble with my wife and will shortly be going to the Arsenal match.

I'll send Mr Spread a message when I get back. 

I only spend time on this thread because I see possible value in sharing developments and collaborating between SPR and DRK.  I'm very much one person with one account (go to Darkcoin.io if you want to check) and no negative intentions towards this coin.  Just because I haven't sent a message to Mr Spread about a possible exploit in the future of this coin within a few hours doesn't mean I'm trying to fuck with your coin  Cheesy

I have no doubt it would be fixable if it is indeed an exploit.

Is there a Spreadcoin testnet?

legendary
Activity: 1092
Merit: 1000
I guess they are the same person behind different accounts.

Not quite. More like different people with the same goal.
member
Activity: 63
Merit: 10
I guess they are the same person behind different accounts.
member
Activity: 63
Merit: 10
I think I know what Coins is talking about.

Spit it out then.  Tongue

Mr Spread was very open about the potential flaws in Darkcoin and gained alot of respect by being open about what he found.

If you have found a flaw, tell Mr Spread, be nice Smiley
I don't know why those people are trying to pretend he knows something
legendary
Activity: 1092
Merit: 1000
I think I know what Coins is talking about.

Spit it out then.  Tongue

Mr Spread was very open about the potential flaws in Darkcoin and gained alot of respect by being open about what he found.

If you have found a flaw, tell Mr Spread, be nice Smiley
legendary
Activity: 966
Merit: 1000
Hello All,

I'm happy to report that an automated script is now available for Linux users to get started with!

This package can take a bare installation of XUbuntu/Ubuntu and prep it for Spreadcoin mining. It can also be used to upgrade an existing rig for Spreadcoin mining. It is split into 5 different scripts that are triggered individually by the end-user followed by system restarts. It contains checks along the way to see whether or not an operation needs to happen (specifically, it checks if Catalyst drivers are already installed in step 2).

  • sgminer1.in - installs common dependencies and other updates
  • sgminer2.in - installs Catalyst driver (14.9)
  • sgminer3.in - installs AMD APP SDK 2.9
  • sgminer4.in - compiles SGMiner (spreadcoindx11-sgminer)
  • sgminer5.in - creates batch file for mining

The daemon is quite easy to configure - just copy & paste the following into a terminal window:

Code:
mkdir ~/spreadcoin64
cd ~/spreadcoin64
wget http://spreadcoin.net/files/spreadcoin64.tar.xz
tar -xvf spreadcoin64.tar.xz
mkdir ~/.spreadcoin
cat >  ~/.spreadcoin/spreadcoin.conf << EOF
server=1
rpcallowip=*.*.*.*
rpcuser=user
rpcpassword=pass
EOF
cd /usr/bin
sudo ln -s ~/spreadcoin64/spreadcoind .
cd ~/
spreadcoind

Be sure to read the whole Readme at https://github.com/snogcel/sgminer-install-scripts. I recommend installing the daemon between steps 4 and 5, then grabbing a sandwich / beer and hanging out for 15 minutes before proceeding so that the blockchain can sync ;-)

Tips accepted! ShAbDdueCdVuG3huNG9U2m7XFUqY4Hz9sS

Wow, great work! I shall test it later today. Smiley
legendary
Activity: 966
Merit: 1000
I think I know what Coins is talking about.

Spit it out then.  Tongue
legendary
Activity: 1708
Merit: 1049
The important thing is to have a dev that can code. If he can do that, then he can also change or adapt the code to things that will come up.

legendary
Activity: 1694
Merit: 1002
Decentralize Everything
I believe I have found what could be a very serious problem with solo mining SPR and master nodes.

Best of luck when you get to that point.

Genuinely not intended as FUD. I think I know what Coins is talking about. Either Mr spread has plans to fix this problem already or the dev team haven't scrutinised the work that Kristov Atlas did for Darkcoin in the context of spreadcoin.

Does Spreadcoin have a testnet? Would be interested to take part in masternode testing.
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
Who likes my signature?


_

_

_
SPREADCOIN


You might be able to get way with taking out most of the spaces to save some characters. They're in there to force the table's cell as wide as it can go so that the signature sticks to the right side of the screen and not the cell (which ends up being in the middle of the screen). Wink


Thanks for your imput on the signature, great job.
But...
I think it needs to be more of an original Spread Signature.
Now it is a combination of GAW and Primedice signatures using other colors.

Could an S be made out of the blocks?


I guess that'd be easy, i'll just need to change the font size. BTW I used http://tektek.org/color/ for the colours if anyone was wondering.
legendary
Activity: 1092
Merit: 1000
hero member
Activity: 854
Merit: 1000
Hello All,

I'm happy to report that an automated script is now available for Linux users to get started with!

This package can take a bare installation of XUbuntu/Ubuntu and prep it for Spreadcoin mining. It can also be used to upgrade an existing rig for Spreadcoin mining. It is split into 5 different scripts that are triggered individually by the end-user followed by system restarts. It contains checks along the way to see whether or not an operation needs to happen (specifically, it checks if Catalyst drivers are already installed in step 2).


Excellent work.

e1ghtSpace, can you add this to the mining guide please?
jr. member
Activity: 59
Merit: 10
legendary
Activity: 1526
Merit: 1001
Crypto since 2014

Thanks Snogcel. I'm not sure if it will work on a full member. I think it'll just have small letters and you might have a smaller signature character limit. (4k characters for me)


Edit:
Here's an edit version is the code with addresses:

Code:
[table][tr][td][center][font=arial][color=#CE008E][size=6pt][b][color=#C30081]█[/color][color=#BC007C]▌[/color]
[size=1pt]_[/size]
[color=#D2008B]█[/color][color=#CA0086]▌[/color][color=#C30081]█[/color][color=#BC007C]▌[/color][color=#B50077]█[/color][color=#AE0072]▌[/color]
[size=1pt]_[/size]
[color=#D2008B]█[/color][color=#CA0086]▌[/color][color=#C30081]█[/color][color=#BC007C]▌[/color][color=#B50077]█[/color][color=#AE0072]▌[/color]
[size=1pt]_[/size]
[color=#D2008B]█[/color][color=#CA0086]▌[/color][color=#C30081]█[/color][color=#BC007C]▌[/color][color=#B50077]█[/color][color=#AE0072]▌[/color][/b][/size][/color][/font][/center][/td][td][size=27pt][font=Arial][url=https://bitcointalksearch.org/topic/ann-spreadcoin-true-decentralization-no-pools-testing-new-masternodes-715435][i][b][color=#940061]S[/color][color=#9A0065]P[/color][color=#A00069]R[/color][color=#A6006D]E[/color][color=#AC0071]A[/color][color=#B30076]D[/color][color=#B9007A]C[/color][color=#BF007E]O[/color][color=#C50082]I[/color][color=#CB0086]N[/color][/b][/i][/url][/font][/size][/td]
[td][center][size=8pt][url=https://bitcointalksearch.org/topic/ann-spreadcoin-true-decentralization-no-pools-testing-new-masternodes-715435][color=black][font=Lucida Sans Unicode, Arial][b][color=#850176]S[/color][color=#850079]o[/color][color=#85007D]l[/color][color=#860080]o[/color][color=#860084] [/color][color=#860087]m[/color][color=#87008B]i[/color][color=#87008E]n[/color][color=#870092]e[/color][color=#880096]a[/color][color=#880099]b[/color][color=#88009D]l[/color][color=#8900A0]e[/color][color=#8900A4] [/color][color=#8900A7]o[/color][color=#8A00AB]n[/color][color=#8A00AE]l[/color][color=#8A00B2]y[/color]
    [color=#850176]J[/color][color=#850077]u[/color][color=#850079]s[/color][color=#85007B]t[/color][color=#85007D] [/color][color=#85007E]a[/color][color=#860080]s[/color][color=#860082] [/color][color=#860084]s[/color][color=#860086]a[/color][color=#860087]t[/color][color=#860089]o[/color][color=#87008B]s[/color][color=#87008D]h[/color][color=#87008E]i[/color][color=#870090] [/color][color=#870092]o[/color][color=#870094]r[/color][color=#880096]i[/color][color=#880097]g[/color][color=#880099]i[/color][color=#88009B]n[/color][color=#88009D]a[/color][color=#88009E]l[/color][color=#8900A0]l[/color][color=#8900A2]y[/color][color=#8900A4] [/color][color=#8900A6]i[/color][color=#8900A7]n[/color][color=#8900A9]t[/color][color=#8A00AB]e[/color][color=#8A00AD]n[/color][color=#8A00AE]d[/color][color=#8A00B0]e[/color][color=#8A00B2]d[/color][color=#8A00B4]![/color]
    [color=#850176]M[/color][color=#850077]a[/color][color=#850079]s[/color][color=#85007A]t[/color][color=#85007C]e[/color][color=#85007D]r[/color][color=#85007F]n[/color][color=#850080]o[/color][color=#860082]d[/color][color=#860083]e[/color][color=#860085] [/color][color=#860087]i[/color][color=#860088]m[/color][color=#86008A]p[/color][color=#86008B]l[/color][color=#86008D]e[/color][color=#87008E]m[/color][color=#870090]e[/color][color=#870091]n[/color][color=#870093]t[/color][color=#870095]a[/color][color=#870096]t[/color][color=#870098]i[/color][color=#870099]o[/color][color=#88009B]n[/color][color=#88009C] [/color][color=#88009E]c[/color][color=#88009F]o[/color][color=#8800A1]m[/color][color=#8800A2]i[/color][color=#8800A4]n[/color][color=#8800A6]g[/color][color=#8900A7] [/color][color=#8900A9]s[/color][color=#8900AA]o[/color][color=#8900AC]o[/color][color=#8900AD]n[/color][color=#8900AF].[/color][color=#8900B0].[/color][color=#8900B2].[/color]
                                                                                                                                   [/b][/font][/color][/url][/size][/center][/td]
[td][size=30pt] [/size][/td]
[td][right][color=#850176][b]Spreadcoin: SUztGMhKssa5gyS1tvywpSUkdnJLJTj8dr
[size=3pt]    [/size]
Bitcoin: 1B6GFVUzpRRZ1NvnX8DjxJBc3bB4B4oy1p
                                                                                                                                                                                                                                                              [

Make sure to highlight all of the spaces including the [ at the end!
Jump to: