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

Pages: 1 2 3 [4] 5
46
BitShares PTS / Re: Alpha Miner on DO
« on: November 09, 2013, 07:31:13 pm »

47
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 07, 2013, 08:53:42 am »
@geminiyellow when you mined a block, the pts will appear automatically in your wallet.

48
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 07, 2013, 06:29:33 am »
@geminiyellow you can keep it. Don't have to return. Each block reward is currently 42.125. How long would it take you to find a block? I've no idea. Since the difficulty increased at 4032 I haven't found a block yet. Just fyi my hashpermin is around 9.8. So its a matter of luck.
@ryen123 oh,thank you for your gift.
it sounds difficult.and, now my block is increase from 4514 to 4570,i means i mining?

{
"blocks" : 4580,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000382,
"errors" : "",
"generate" : true,
"genproclimit" : 3,
"hashespermin" : 9.45728460,
"pooledtx" : 0,
"testnet" : false
}

blocks : 4580 <= This displays the total number of blocks in the protoshares chain. If you found a block it will display in the overview and transactions tab of your wallet.

49
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 07, 2013, 06:01:48 am »
help
shall i build a conf file just like protoshares.conf with IP addnode written and then put it in the documents?
thx !

If you have problem connecting to other peers then yes. You can also addnode directly from the wallet. Go to Help>Debug Window>Console

Type in these few ips one line at a time, I'm currently connected to these peers. Once you get connected to a few, future connections should be no problem.

addnode 162.243.34.76
addnode 54.254.192.95
addnode 54.219.166.105
addnode 54.207.21.146
addnode 105.224.109.199
addnode 50.112.72.121
addnode 125.66.239.12
addnode 174.129.170.109

50
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 07, 2013, 05:46:40 am »
@geminiyellow you can keep it. Don't have to return. Each block reward is currently 42.125. How long would it take you to find a block? I've no idea. Since the difficulty increased at 4032 I haven't found a block yet. Just fyi my hashpermin is around 9.8. So its a matter of luck.

51
This is just a slightly more detailed mini guide to run multiple instances of ProtoShare Client in windows. Credits to FreeTrade who posted the how-to in https://bitcointalk.org/index.php?topic=325261.0.

Example of ProtoShare client location
-------------------------------------
C:\Program Files (x86)\ProtoShares

Default data directory location
-------------------------------
C:\Users\Username\AppData\Roaming\ProtoShares

Steps
-----
1) First create a protoshares.conf file. Create a new .txt file in C:\Users\Username\AppData\Roaming\ProtoShares and rename to protoshares.conf

Edit protoshares.conf with notepad and insert the following without the (description):

port=3888         (Default protoshare port)
gen=1            (Gen=1 will cause the client to start mining upon launch)
genproclimit=x      (x is the max number of threads with win32 client; Also ram dependent)

2) Next I duplicated C:\Users\Username\AppData\Roaming\ProtoShares directory and created C:\Users\Username\AppData\Roaming\ProtoShares2, so now I have two data directories:

C:\Users\Username\AppData\Roaming\ProtoShares
C:\Users\Username\AppData\Roaming\ProtoShares2

I deleted the wallet from ProtoShares2 directory because I wanted a separate wallet. Inside ProtoShares2 directory, edit protoshares.conf with notepad:

port=xxxx         <= Must change this to another port address e.g. 3889
gen=1           
genproclimit=x

3) To launch ProtoShares Client:

1st Instance - Execute "C:\Program Files (x86)\ProtoShares\protoshares-qt.exe"   (As normal just double-click)
2nd Instance - Execute "C:\Program Files (x86)\ProtoShares\protoshares-qt.exe -port=xxxx -datadir=C:\Users\Username\AppData\Roaming\ProtoShares2"

You can use a shortcut or .bat file to launch the 2nd Instance.

Hope you find this useful. Good luck.

52
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 07, 2013, 04:21:54 am »
is it working?
could sombody send me something for test ?
i will send back to you. thankyou.

Phcx3Z3JDj6U5MXj8AfxZKHxtRifBnsxF4

{
"blocks" : 4380,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000382,
"errors" : "",
"generate" : false,
"genproclimit" : 1,
"hashespermin" : 3.73146705,
"pooledtx" : 0,
"testnet" : false
}

Sent you 0.25. Just a note there is a bug with 'generate : false'. Since your hashpermin is positive, just check if there is processor load from task manager. Mining now will be a bit of luck.

thankyou @ryen, i use mac. how to check?

Sorry but I'm not a mac user. There should be somewhere to check processor utilization. But I'm pretty sure yours is running otherwise haspermin would be zero.

53
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 07, 2013, 03:41:35 am »
is it working?
could sombody send me something for test ?
i will send back to you. thankyou.

Phcx3Z3JDj6U5MXj8AfxZKHxtRifBnsxF4

{
"blocks" : 4380,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000382,
"errors" : "",
"generate" : false,
"genproclimit" : 1,
"hashespermin" : 3.73146705,
"pooledtx" : 0,
"testnet" : false
}

Sent you 0.25. Just a note there is a bug with 'generate : false'. Since your hashpermin is positive, just check if there is processor load from task manager. Mining now will be a bit of luck.

54
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 06, 2013, 07:07:44 pm »
Hi,

I'm new to this and I have the following error on Wallet when I start it up, "No Block source available".  How can I resolve this?

Here's what I've done so far. 

-Downloaded and installed the Windows ProtoShares-qt
-Encrypt Wallet

Is there something else I need to do? 

The computer is running Windows 7 Ultimate 64-bit and has a wired network connection and no firewall.

Also, do I need to setup a different wallet passphrase on each computer I install ProtoShares-qt?

Thank You.

You'll need to add nodes to connect to other peers to download the blockchain. In the wallet, under Help > Debug Window > Console , enter the following one line at a time to try connect to these peers.

addnode 198.154.60.183
addnode 162.243.48.239
addnode 198.199.74.126
addnode 198.211.117.209
addnode 162.213.155.46
addnode 192.199.250.136
addnode 192.241.255.25
addnode 146.185.174.136

Once you've connected to at least one, then you can ignore the rest.

55
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 06, 2013, 06:03:25 pm »
Just send 140 protoshares over to my main wallet fee 0.01 - is that enough? do you even need a fee at this state? or did I mess up and have to wait days for tx? :S

I just transferred pts to my main wallet as well (near instant). I didn't pay any fees.

56
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 06, 2013, 05:43:42 pm »
Ok... I am getting tired of this... shut down again for 3rd time today... and it takes 10-15 minutes to see any real hashing activity after I restart?  Hoo Boy....

I tried running multiple instance again today, by creating a directory on separate drive and here is error i get....Cannot obtain a lock on data directory, Protoshares is probably already running.   Help anyone?  what is trick?

This is what I did

Original directory containing the 1st instance of Protoshare
C:\Users\xxxx\AppData\Roaming\ProtoShares

I duplicated \ProtoShares directory calling \ProtoShares2 e.g., also I deleted the wallet cause I wanted seperate wallets.

So I have 2 data directories
C:\Users\xxxx\AppData\Roaming\ProtoShares
C:\Users\xxxx\AppData\Roaming\ProtoShares2

Inside protoshares.conf original port is 3888, the 2nd instance must be different e.g. 3889

To start a 2nd instance I created a shortcut to execute protoshares-qt.exe as below.

protoshares-qt.exe -port=3889 -datadir=C:\Users\xxxx\AppData\Roaming\ProtoShares2

57
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 06, 2013, 03:37:40 pm »
I'm running win7 x64 with 2 instance (3 threads each) on i7-2600k. No errors or issues encountered so far.

58
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 06, 2013, 07:53:35 am »
Hi,
I am not sure it is working.
Can someone send me something (a very small amount) on my address ?
Ppfk7DMY7wCpFfLUnSVijGwruPq3Y3WJF9
I'll give it back if needed.
Thx
Sent you 0.25 PTS

Great ! it is working.
Would you like me to repay you ?

No need to.  ;)

59
BitShares PTS / Re: Mining Begins November 5, 08:08:08 UTC
« on: November 06, 2013, 07:51:19 am »
Hi,

I am not sure it is working.

Can someone send me something (a very small amount) on my address ?
Ppfk7DMY7wCpFfLUnSVijGwruPq3Y3WJF9

I'll give it back if needed.

Thx

Sent you 0.25 PTS

60
PC 1) i7-2600k O/C @ 4.6GHz | 16GB Ram | 2x 3-Thread Wallet
PC 2) i5-2500k O/C @ 4GHz | 8GB Ram | 1x 3-Thread Wallet
PC 3) i5-2500k O/C @ 4GHz | 8GB Ram | 1x 3-Thread Wallet

All running Win7 x64.

Pages: 1 2 3 [4] 5