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.


Messages - kenpodragon

Pages: 1 2 3 [4] 5
46
BitShares PTS / Re: ProtoShares Mining Pool running taday
« on: November 08, 2013, 07:32:50 pm »
Pure awesomeness. I've generated more pts in the past hour than I've generated over the past 24 hours.

47
BitShares PTS / Re: cpuminer for momentum proof-of-work
« on: November 08, 2013, 03:12:34 pm »
This seems to be very nice :D

Can't connect to the pool for some reason.

48
BitShares PTS / Re: ProtoShares Mining Pool running taday
« on: November 08, 2013, 03:03:18 pm »
cant seem to connect to it using the minerd client. Is the port http://54.238.185.113:2336 sending jason RPC?

Thanks

49
BitShares PTS / Re: Mining Pool?
« on: November 08, 2013, 02:22:42 pm »
Just to note everyone, because this spawns individual threads you can do genproclimit much higher. i980 24GB I can use genproclimit 8 and still have room for coffee.


50
BitShares PTS / Re: Mining Pool?
« on: November 08, 2013, 01:57:14 pm »
Get a the SC out or a linux variant and I'll throw a couple hundred servers at it. :D

51
BitShares PTS / Re: ProtoShares Mining Pool running taday
« on: November 08, 2013, 01:51:30 pm »
Do you have a linux variant floating around (or the SC). I've got a nice little fleet I can throw at it.

52
BitShares PTS / Re: ProtoShares Mining Pool running taday
« on: November 08, 2013, 01:49:27 pm »
Awesome :D

53
BitShares PTS / Re: Multiple istance on linux
« on: November 07, 2013, 09:45:30 pm »
1) Install ProtoShares
2) Run PS for the first time and let it download the blockchain (otherwise you're going to have a ton of wasted electricity) - waiting for all the other block chains to download
3) Create new directories up to the amount of instances you want to run on the server.  Rule of thumb is 1 instance per core and 2GB ram (create a swap file if you don;t have enough ram)
cp .protoshares PS/1
cp .protoshares PS/2
... N

Put the following protoshares.conf in each of the directories (making changes to the port and genlimit as necessary)
addnode=162.243.67.4
addnode=162.243.54.126
addnode=37.139.29.236
addnode=64.90.183.137
addnode=180.183.205.118
addnode=162.243.61.72
addnode=64.90.183.137
genproclimit=x
gen=1
port=833x
rpcport=843x

Replace the X with the instance number, and genproclimit with 1-3

4) Create a startPS.sh file with the following inside:
#!/bin/sh
/root/ProtoShares/src/bitcoind -daemon
sleep 360
/root/ProtoShares/src/bitcoind -datadir=/root/PS/1 -daemon
sleep 360
/root/ProtoShares/src/bitcoind -datadir=/root/PS/1 -daemon
...
Up to your server load

5) chmod +x startPS.sh
6) Profit

Why the sleep in there. I found that trying to start all the instances at once doesn't allow the instances enough time to start hashing. Running it without the sleep takes about 45 minutes before hashing starts, running it with the sleep starts the hashing after about 6 minutes for the first instance, 12 for 1+2, and another hash every minute after that.

If you find that useful you can always donate :P
PbwQHoJi7PKt9KCujbscNWfH43J4aCpPmN

54
BitShares PTS / Re: How to start automatically upon boot?
« on: November 07, 2013, 04:34:23 pm »
create a .sh file in /etc/init.d (chmod +x)
update-rc.d startPS.sh default

you can also add it to crontab -e
@reboot /home/user/startPS.sh


55
Here is a pro-tip.

Create a droplet, get it up and running. Make sure that the bitcoind starts when you boot the computer.
Poweroff the instance
Create a snapshot
When it makes sense to start running again, use this snapshot to get your instances up and running again. If you want to be really high speed, you can use their API.
can you tell me how to Poweroff the instance ?please help more.

log into the instance
sudo poweroff
on the droplet webpage click create snapshot

56
I also noticed that they have a 6 droplet limit.

57
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 06, 2013, 12:04:02 am »
Maybe that's what you downloaded to.

Here is the most recent one
{
"blocks" : 1444,
"currentblocksize" : 1844,
"currentblocktx" : 1,
"difficulty" : 0.00000095,
"errors" : "",
"generate" : true,
"genproclimit" : 3,
"hashespermin" : 10.18785409,
"pooledtx" : 1,
"testnet" : false
}

58
Here is a pro-tip.

Create a droplet, get it up and running. Make sure that the bitcoind starts when you boot the computer.
Poweroff the instance
Create a snapshot
When it makes sense to start running again, use this snapshot to get your instances up and running again. If you want to be really high speed, you can use their API.

59
BitShares PTS / Re: No block source avalible..(0 active connections)
« on: November 05, 2013, 09:15:45 pm »
2 Ways -

1) Open up the debug window and type the following in succession:
addnode 162.243.67.4 add
addnode 162.243.54.126 add
addnode 37.139.29.236 add
addnode 64.90.183.137 add
addnode 180.183.205.118 add

There are a couple IPs listed on the form here as well.

60
Howdy:
PbwQHoJi7PKt9KCujbscNWfH43J4aCpPmN

Thanks :D

Pages: 1 2 3 [4] 5