Bitcoin Forum
May 05, 2024, 02:19:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 ... 434 »
  Print  
Author Topic: [ANN] SpreadCoin | True Decentralization (No Pools) | Testing New Masternodes  (Read 810025 times)
Jesse Livermore
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
January 04, 2015, 04:11:26 AM
Last edit: January 04, 2015, 04:37:04 AM by Jesse Livermore
 #2261

Been mining Spreadcoin now at a steady 950 kh/s for 26 hours and have found two blocks!

Or in other words: 12.6 SPR mined, which at last Bittrex price (0.000242 BTC per SPR) equates to 0.003 BTC, which equates to $0.85 earned or so which at my current electricity rate means I'm nearly mining at break-even for the first time since May 2014 when gpu asic's came out and screwed me and my 7950 over.

I know there are many others out there who shutdown their gpu's when it became such a money-losing venture and I'm sure they will re-start them like I did yesterday once they realize that SPR's price is actually positively correlated with difficulty, like Bitcoin used to be years ago.
The fact that pools/rentable mega-rigs are not able to rape SPR makes me actually hold the thesis that the prevalence of ASIC's and mining pools, which rentable super-rigs control, has been a primary cause of the crypto bear market over the past year.

Take out the ASIC's and take out the coin-raping pools and you get what crypto once was....something pure and intended for the good of all.

It's my belief that SPR is likely to be one of the very very few crypto's in the coming months with a consistently trending up price as it gradually gains more and more attention and respect of the crypto community.
Keep up the good work, Mr. Spread!

JL

Edit: This 90-day SPR chart: http://coinmarketcap.com/currencies/spreadcoin/#charts is a thing of beauty.

I own a DASH Masternode.... And you should too.
1714875556
Hero Member
*
Offline Offline

Posts: 1714875556

View Profile Personal Message (Offline)

Ignore
1714875556
Reply with quote  #2

1714875556
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714875556
Hero Member
*
Offline Offline

Posts: 1714875556

View Profile Personal Message (Offline)

Ignore
1714875556
Reply with quote  #2

1714875556
Report to moderator
1714875556
Hero Member
*
Offline Offline

Posts: 1714875556

View Profile Personal Message (Offline)

Ignore
1714875556
Reply with quote  #2

1714875556
Report to moderator
MyFarm
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
January 04, 2015, 04:20:01 AM
 #2262

Thanks for the thoughtful response JL.

As Spreadcoin can't be raped by multipools who constantly dump into the coin, there is no constant downward selling pressure.  This is good if you own the coin but frustrating if you want to try and acquire more without running the price up.  As I've posted before, once we hit a certain tipping point, I suspect the price rise will be rather meteoric as people trip over themselves trying to acquire this coin.  If Mr. Spread is indeed able to provide IMPROVED masternodes, watch out...
snogcel
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
January 04, 2015, 05:17:32 AM
 #2263

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

XuvjV4aazgZhcfAj1KRgFnTok1pZZw6Ewu
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
January 04, 2015, 05:48:02 AM
 #2264

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! That is amazing. How long did it take you to write that?
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
January 04, 2015, 05:51:51 AM
Last edit: January 04, 2015, 06:39:35 AM by e1ghtSpace
 #2265

Who likes my signature?


_

_

_
SPREADCOIN

You can have it right here:

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://bitcointalk.org/index.php?topic=715435.0][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://bitcointalk.org/index.php?topic=715435.0][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=#85007E]r[/color][color=#85007F]n[/color][color=#860081]o[/color][color=#860082]d[/color][color=#860084]e[/color][color=#860086] [/color][color=#860087]i[/color][color=#860089]m[/color][color=#86008A]p[/color][color=#87008C]l[/color][color=#87008E]e[/color][color=#87008F]m[/color][color=#870091]e[/color][color=#870092]n[/color][color=#870094]t[/color][color=#880096]a[/color][color=#880097]t[/color][color=#880099]i[/color][color=#88009A]o[/color][color=#88009C]n[/color][color=#88009E] [/color][color=#88009F]c[/color][color=#8900A1]o[/color][color=#8900A2]m[/color][color=#8900A4]i[/color][color=#8900A6]n[/color][color=#8900A7]g[/color][color=#8900A9] [/color][color=#8900AA]s[/color][color=#8A00AC]o[/color][color=#8A00AE]o[/color][color=#8A00AF]n[/color][color=#8A00B1].[/color][color=#8A00B2].[/color][color=#8A00B4].[/color][/b][/font][/color][/url][/size][/center][/td][/tr][/table]

You can edit if you want to include a tip address or something. You should create a new cell in the table to include your address.


Edit: You will not believe how long it took me to get my addresses (with colour) in that right hand corner. Smiley If you want the code for that then here it is:

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://bitcointalk.org/index.php?topic=715435.0][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://bitcointalk.org/index.php?topic=715435.0][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]Spreadcoin: xxxxxxxxxxxxxxxxxxxxx
Bitcoin: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                                                                                                                                                                                                                                                  [/color]

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
snogcel
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
January 04, 2015, 06:01:00 AM
 #2266

WOW! That is amazing. How long did it take you to write that?

Luckily for me most of the heavy lifting was done by https://github.com/GreenRaccoon23/sgminer-install-scripts -- I just forked it and made it better. Spent probably 6 hours writing and testing the thing before realizing that XUbuntu 14.10 is a no-go, and that updating to the latest catalyst to support it gives worse hash rate. After that it was smooth sailing. Learned some cool stuff about building Catalyst drivers from the command line in the process ;-)

XuvjV4aazgZhcfAj1KRgFnTok1pZZw6Ewu
snogcel
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
January 04, 2015, 06:42:48 AM
 #2267

Who likes my signature?


_

_

_
SPREADCOIN

You can have it right here:

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://bitcointalk.org/index.php?topic=715435.0][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://bitcointalk.org/index.php?topic=715435.0][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=#85007E]r[/color][color=#85007F]n[/color][color=#860081]o[/color][color=#860082]d[/color][color=#860084]e[/color][color=#860086] [/color][color=#860087]i[/color][color=#860089]m[/color][color=#86008A]p[/color][color=#87008C]l[/color][color=#87008E]e[/color][color=#87008F]m[/color][color=#870091]e[/color][color=#870092]n[/color][color=#870094]t[/color][color=#880096]a[/color][color=#880097]t[/color][color=#880099]i[/color][color=#88009A]o[/color][color=#88009C]n[/color][color=#88009E] [/color][color=#88009F]c[/color][color=#8900A1]o[/color][color=#8900A2]m[/color][color=#8900A4]i[/color][color=#8900A6]n[/color][color=#8900A7]g[/color][color=#8900A9] [/color][color=#8900AA]s[/color][color=#8A00AC]o[/color][color=#8A00AE]o[/color][color=#8A00AF]n[/color][color=#8A00B1].[/color][color=#8A00B2].[/color][color=#8A00B4].[/color][/b][/font][/color][/url][/size][/center][/td][/tr][/table]

You can edit if you want to include a tip address or something. You should create a new cell in the table to include your address.


Edit: You will not believe how long it took me to get my addresses (with colour) in that right hand corner. Smiley If you want the code for that then here it is:

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://bitcointalk.org/index.php?topic=715435.0][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://bitcointalk.org/index.php?topic=715435.0][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]Spreadcoin: xxxxxxxxxxxxxxxxxxxxx
Bitcoin: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                                                                                                                                                                                                                                                  [/color]

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


Looks really nice man! Great work on that

XuvjV4aazgZhcfAj1KRgFnTok1pZZw6Ewu
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
January 04, 2015, 06:45:35 AM
Last edit: January 04, 2015, 06:59:48 AM by e1ghtSpace
 #2268


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://bitcointalk.org/index.php?topic=715435.0][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://bitcointalk.org/index.php?topic=715435.0][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!
rigging
Jr. Member
*
Offline Offline

Activity: 59
Merit: 10


View Profile
January 04, 2015, 07:15:53 AM
 #2269

Who likes my signature?


_

_

_
SPREADCOIN

You can have it right here:

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://bitcointalk.org/index.php?topic=715435.0][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://bitcointalk.org/index.php?topic=715435.0][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=#85007E]r[/color][color=#85007F]n[/color][color=#860081]o[/color][color=#860082]d[/color][color=#860084]e[/color][color=#860086] [/color][color=#860087]i[/color][color=#860089]m[/color][color=#86008A]p[/color][color=#87008C]l[/color][color=#87008E]e[/color][color=#87008F]m[/color][color=#870091]e[/color][color=#870092]n[/color][color=#870094]t[/color][color=#880096]a[/color][color=#880097]t[/color][color=#880099]i[/color][color=#88009A]o[/color][color=#88009C]n[/color][color=#88009E] [/color][color=#88009F]c[/color][color=#8900A1]o[/color][color=#8900A2]m[/color][color=#8900A4]i[/color][color=#8900A6]n[/color][color=#8900A7]g[/color][color=#8900A9] [/color][color=#8900AA]s[/color][color=#8A00AC]o[/color][color=#8A00AE]o[/color][color=#8A00AF]n[/color][color=#8A00B1].[/color][color=#8A00B2].[/color][color=#8A00B4].[/color][/b][/font][/color][/url][/size][/center][/td][/tr][/table]

You can edit if you want to include a tip address or something. You should create a new cell in the table to include your address.


Edit: You will not believe how long it took me to get my addresses (with colour) in that right hand corner. Smiley If you want the code for that then here it is:

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://bitcointalk.org/index.php?topic=715435.0][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://bitcointalk.org/index.php?topic=715435.0][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]Spreadcoin: xxxxxxxxxxxxxxxxxxxxx
Bitcoin: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                                                                                                                                                                                                                                                  [/color]

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

beautiful signature,but it's too big for JR  Angry

██████    ... ANTSHARES, DIGITAL ASSETS FOR EVERYONE  ...    ██████
████    ... ANTSHARES ICO STARTS AUGUST 8th  ...     ████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀     ANTSHARES     ▀▀▀▀▀▀▀▀▀▀▀▀▀▀ (https://antshares.com/?ref=rigging)
MyFarm
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
January 04, 2015, 10:08:44 AM
 #2270

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?
LitcoinCollector
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
January 04, 2015, 10:22:17 AM
 #2271

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?

e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
January 04, 2015, 12:03:46 PM
 #2272

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

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
January 04, 2015, 01:02:05 PM
 #2273

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

Activity: 1708
Merit: 1049



View Profile
January 04, 2015, 01:19:18 PM
 #2274

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.

thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
January 04, 2015, 01:41:43 PM
 #2275

I think I know what Coins is talking about.

Spit it out then.  Tongue
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
January 04, 2015, 01:43:57 PM
 #2276

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

Activity: 1092
Merit: 1000



View Profile
January 04, 2015, 02:05:13 PM
 #2277

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
frontier8
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
January 04, 2015, 02:14:25 PM
 #2278

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

frontier8
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
January 04, 2015, 02:22:48 PM
 #2279

I guess they are the same person behind different accounts.

defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
January 04, 2015, 02:34:48 PM
 #2280

I guess they are the same person behind different accounts.

Not quite. More like different people with the same goal.
Pages: « 1 ... 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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 ... 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!