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

Pages: [1]
1
MemoryCoin / Re: [ANN] MMC-Chain.com | New MemoryCoin BlockChain
« on: January 14, 2014, 10:26:49 pm »
Very nice. I added the site to http://memorycoin-qt.com

2
MemoryCoin / [ANN] Another MMC website www.memorycoin-qt.com
« on: January 14, 2014, 08:15:18 pm »
MemoryCoin was my first coin to mine and I have been mining since day 1 of MMC 2.0.  I found my only block on Christmas day right before the pools cranked up. I have been wanting to contribute to the cause so I decide to launch the website http://www.memorycoin-qt.com.

My goal is to make a site that is more targeted towards the lesser mind. Someone new to crypto just like I am. Please feel free to comment on the site or make suggestions.

Best regards,

Bryce

3
MemoryCoin / Re: Client doesn't sync after 0.8.54 update? Do this!
« on: December 20, 2013, 07:33:47 pm »
I seem to be mining successfully over the last 36 hours. No block yet but I did notice that my connections have gone from 8 to 10 and now I am in the green bar. How can I add more connections and does this make any difference in finding a block?

4
MemoryCoin / Re: MMC miner with multiple instances
« on: December 18, 2013, 10:24:41 pm »
I keep getting an error. Specified data directory does not exist.

Here is my batch file. protoshares-qt.exe --port=3889 --datadir=C:UsersJonAppDataRoamingProtoShares2

I am testing with ProtoShares using FreeTrades technique.

your missing the \ in the datadir

Thank you that did it. So why was the \ removed? Is this some kind of idiot test? I kept looking at that wondering how that worked. I just assumed these guys knew what they were talking about.

Thanks again for your help. I will send you some coin when I get it.

5
MemoryCoin / Re: MMC miner with multiple instances
« on: December 18, 2013, 10:02:49 pm »
I keep getting an error. Specified data directory does not exist.

Here is my batch file. protoshares-qt.exe --port=3889 --datadir=C:UsersJonAppDataRoamingProtoShares2

I am testing with ProtoShares using FreeTrades technique.

6
MemoryCoin / Re: MMC miner with multiple instances
« on: December 18, 2013, 08:01:31 pm »
Here is another guide from https://cryptocointalk.com/topic/1505-how-to-mine-protoshares-with-multiple-instances/

Quote

Since you can only mine Protoshares with a CPU and the wallet setgenerate only allows 3 processes per instance because of Win 32, you need to mine with multiple instances.  Basically you're creating alternate AppDataRoaming directories for Protoshares to use with each instance you run.

 

When you first install protoshares, it creates a folder in the appdataroaming directory called ProtoShares.  This folder holds the wallet file and other various files the client needs.

 

Here are the steps to setup multiple instances.

 

1.  Copy the Protoshares folder in the AppDataRoaming directory and rename the folder to ProtoShares-1.

2.  Delete the wallet.dat file in the ProtoShares-1 folder you just copied.

3.  Go to where you have the protoshares-qt.exe file and the create a text file.  Rename the text file to protoshares-1.bat.  Please note:  if you're someone who doesn't have the extensions turned on in windows then stop here and go watch TV.  If you ask the question... I've added the .bat extension to the file and it keeps opening in the text editor... again go back to watching TV.

4.  In the new bat file add the following:

protoshares-qt.exe --port=add_any_port_number_here --datadir=C:UsersusernameAppDataRoamingProtoShares-1

So, my bat file looks like this:

protoshares-qt.exe --port=88754 --datadir=C:UsersjimmyAppDataRoamingProtoShares-1

5.  Double click on the protoshares-1.bat file which is going to open the new instance of ProtoShares using the newly created AppDataRoamingProtoShares-1 Directory instead of the AppDataRoamingProtoShares directory.

6.  When the client opens go to Help > Debug Window > Console and enter setgenerate true 3 and click return.  I've found that using the Settings > Mine 3 Processes, results in the generate equaling false when getmininginfo is entered in the console.

 

Repeat the above steps for multiple instances.  Since each AppData directory is going to have a unique wallet.dat file, you have to remember to transfer the coins back to a single wallet.  Deleting any of the wallet.dat files in anyone of the AppDataRoaming folders and you will delete the coins in that specific wallet.

 

Good luck!


7
MemoryCoin / Re: MMC miner with multiple instances
« on: December 18, 2013, 07:36:30 pm »
Does anyone know if this will work for MemoryCoin?

Quote

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.


8
MemoryCoin / Re: MMC miner with multiple instances
« on: December 18, 2013, 05:25:24 am »
Windows 7

9
MemoryCoin / MMC miner with multiple instances
« on: December 18, 2013, 04:56:59 am »
Hello,

I saw on another forum where FreeTrade mentions running multiple instances. How do I do that? Thank you in advance for helping. 10 MMC to the first block I get.  :)

10
MemoryCoin / Re: Fork to Fix Difficulty Adjustment
« on: December 17, 2013, 10:07:25 pm »
Is the network down? I lost connection about 2 hours ago. I relaunched the app and it won't sync?


11
MemoryCoin / Re: ▲ MemoryCoin GIVEAWAY ▲
« on: December 17, 2013, 09:16:40 pm »
Staying with 4

MFLPEMtzjMasPZAY3qRuaEsE51jMsLKbQh

12
MemoryCoin / Re: ▲ MemoryCoin GIVEAWAY ▲
« on: December 17, 2013, 08:45:41 pm »
4

MFLPEMtzjMasPZAY3qRuaEsE51jMsLKbQh

13
BitShares PTS / Re: ★Giveaway I★ Claim your free PTS - rule inside
« on: December 17, 2013, 07:25:37 pm »
Thank you very much

PsQfYfWRXoDrc1PFgh5qtwWNHCfBCrZNJh

Pages: [1]