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 - rando

Pages: [1]
1
General Discussion / protoshares vs ipocoins
« on: November 13, 2013, 05:42:59 am »
@Bytemaster, What is the difference between protoshares and ipocoins?

I was under the impression that there would be 2 million protoshares & then (21-2) 19 million bitshares. How do ipocoins fit in? What is the progression of everything that will be mined up through bitshares?

2
Marketplace / [WTB] 1,000 at .003 (3 BTC total) - safe choice
« on: November 10, 2013, 03:54:40 am »
I've been around here a while and placed successful trades in the past. Happy to trade with you.

3
Marketplace / [WTB] up to 2,000 PTS @ .0021
« on: November 07, 2013, 02:57:23 pm »
Willing to buy smaller chunks.

4
BitShares PTS / How to start automatically upon boot?
« on: November 07, 2013, 04:51:32 am »
Anyone know how to start protoshares automatically upon boot (Ubuntu)?

I've tried:
sudo nano /etc/rc.local

and adding:
cd /home/me/ProtoShares
./protosharesd
exit 0

It changes into the ProtoShares directory successfully, but checking top, shows that protosharesd is not started.

5
BitShares PTS / getbalance vs getbalance myusername
« on: November 05, 2013, 06:51:09 pm »
Can anybody tell me why would I have getbalance at 1.0000 and getbalance myusername at 0.0000? I only have one user. Does that mean it has mined a block and I don't know it?

./protosharesd getbalance
vs.
./protosharesd getbalance myusername

6
Meta / https
« on: November 04, 2013, 09:07:30 pm »
Bytemaster, Can we get always on https on this forum please?

7
BitShares PTS / Mining on Linux instructions?
« on: November 04, 2013, 09:05:07 pm »
Can someone help me figure how to mine Protoshares on Linux (Debian/Ubuntu) please? Here is what I think I know so far:

# Install dependencies
sudo apt-get install build-essential
sudo apt-get install libssl-dev

# Download
git clone https://github.com/InvictusInnovations/ProtoShares.git protoshares
cd protoshares

# Compile
cd src
make -f makefile.unix protosharesd

# Usage
protosharesd start
protosharesd stop
protosharesd --help

What dependencies are needed?
Do I need to add/alter a configuration anywhere (port, etc)?
How do I generate a protoshares public/private key pair and set it to send the mining proceeds to that address?
How do I configure UFW (uncomplicated firewall) for P2P software like this? Deny all TCP and allow xxx UDP?
How can I see that it's working?

Pages: [1]