Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - e1ghtSpace

Pages: [1] 2
1
Off-topic / Space Animation
« on: January 15, 2016, 02:54:05 am »
Thread to discuss my space simulation. :)

2
Forum Feedback / Should we remove all ip bans from this site?
« on: June 03, 2015, 07:23:25 am »
Since we have new registration security, should we unban all ips? Because some people might be auto banned when they join.

3
Marketing & Media / A Plesant Surprise
« on: May 24, 2015, 09:28:12 am »
cointrader (@cointrader11) @ 24/05/2015 5:57 pm
Decision time for Spreadcoin-Given the accum pattern and high volume waves should see a leg up soon we'll see $SPR

From Twitter

4
I sold and I suck at trading.

I think I just need to sell when we hit a high, not a low.  :-[

5
Main Development / Continue the BCT thread here.
« on: May 23, 2015, 12:13:43 am »
Looks like price is crashing...

6
Technical Support / Spreadcoind Node Tutorial
« on: May 21, 2015, 10:21:35 am »
Instructions for Youtube video here.

Login as Root then type;
1.
Code: [Select]
apt-get update
2.
Code: [Select]
apt-get install sudo
3.
Code: [Select]
adduser <username>{-Put in info- & press y}

4.
Code: [Select]
sudo adduser <username you created before> sudo
5.
exit


{Now connect to your VPS again but login as the user you created before.}

6.
Code: [Select]
sudo apt-get install git build-essential autoconf libboost-system-dev libboost filesystem-dev libboost-program-options-dev libboost-thread-dev libboost-test-dev libssl-dev libprotobuf-dev protobuf-compiler libqt4-dev libqrencode-dev libdb-dev libdb++-dev libminiupnpc-dev
7. --copy each command seperately--

Code: [Select]
mkdir -p src && cd src

git clone https://github.com/spreadcoin/spreadcoin.git
ls spreadcoin
cd spreadcoin/src
git checkout master

8.
Code: [Select]
make -j $(nproc) -f makefile.unix
9.
Code: [Select]
mkdir -p ~/.spreadcoin
10.
Code: [Select]
cat > ~/.spreadcoin/spreadcoin.conf <<EOF
---(you can copy and paste all of these next lines in together)---

Code: [Select]
rpcuser=SOMETHING
rpcpassword=UNIQUE # change this, create a strong password
maxconnections=1000
timeout=20000
port=41678
txindex=1
EOF

11.
Code: [Select]
sudo cp spreadcoind /usr/local/bin/spreadcoind
Code: [Select]
sudo ln -s /usr/local/bin/spreadcoind /usr/bin/spreadcoind
12.
Code: [Select]
spreadcoind & disown
13.
Code: [Select]
sudo apt-get install cron nano
Code: [Select]
export EDITOR=nano
14.
Code: [Select]
crontab-e
---make a new line and type;

Code: [Select]
@reboot spreadcoind -daemon

#This will check every hour to make sure the daemon is running.
0 * * * * /usr/bin/spreadcoind -daemon

15. Your Spreadcoin VPS node is set up now!

{To issue commands just type:}

Code: [Select]
spreadcoind <insert command>

{To stop your spreadcoin daemon just type:}

Code: [Select]
spreadcoind stop
---End of Tutorial---
---------------------------------------------
You can find additional useful commands here:
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
Even though these commands are written for the bitcoin client, it will still work for Spreadcoin.

7
I mean seriously guys, show some activity.

This place is turning into a ghost town. :(

8
Off-topic / Funny Youtube Videos
« on: May 02, 2015, 12:56:46 pm »
http://youtu.be/GmtN3zRRPo4

Lol, how funny is this. I know its bad, but its not like I can do anything about it, so I might as well laugh. Anyone else have some funny videos?

9
Forum Feedback / First Post on the New Server!
« on: May 02, 2015, 12:39:06 pm »
I know this isn't forum feedback, but hey, we can finally talk on here again!

10
I think we're about to jump back up again!

11
Off-topic / Lots of Guests
« on: March 27, 2015, 11:03:22 am »
There are so many guests browsing the forum. I never thought it would be so active.
I wonder if one of them is Mr. Spread. :)


12
Forum Feedback / Spam Help
« on: March 10, 2015, 12:48:05 am »
Can a mod please delete Anthonyowes' posts. My school has blocked access to the pages. :/

13
Off-topic / SM64 Fan Remake
« on: March 09, 2015, 11:43:20 am »
Hey guys. Theres an awesome project i've been following for quite a few months now and I think some of you would like it.

It is a group trying to remake Super Mario 64. (a Nintendo 64 game)

Here is a link to their facebook page: https://www.facebook.com/sm64fanremake

The game should be ready in 2017 for PC. Theres lot of waiting to do but it should pay off.

They also have a (crappy ad-infested) forum here: http://sm64fr.forumotion.ca


Did anyone else play SM64 when they were a kid?

14
Main Development / Masternode name voting
« on: February 12, 2015, 10:04:52 am »
I decided to make this poll as njs811 didn't for some reason. :o

Remember, Spreadcoin's masternodes are different from Darkcoin's.
People may think our masternodes are just a copy/paste job if we use the same name for them.

I personally think "Masternode" sounds very centralised, as if it is the master of all nodes and it makes all of the decisions (centralisation).

Please vote. I've allowed 2 votes max.

15
Main Development / Vanity Gen in the Wallet
« on: February 07, 2015, 08:33:05 pm »
If we had a vanity generator inside our wallet, we can make addresses like:


Se1ghtSpace5gyS1tvywpSUkdnJLJTj8dr  (although creating an address like this would take a very long time)

It would be much better than needing an external program too.

Pages: [1] 2