Pages:
Author

Topic: [ANN] PHO Photon blake256- MERGE MINE 6 COINS- NO PREMINE - POW ONLY 4+ YRS - page 44. (Read 99194 times)

member
Activity: 70
Merit: 10
Actually, I found that there is already a coin called photoncoin before you released, which was released on Jan, 2014.

I want to know what's the relationship of this coin and photoncoin!

the original thread can be found here:

https://cryptocointalk.com/topic/2938-photoncoin-pho-information/

I noticed this too.  I'm curious as well.  Maybe dead?  I don't think it is a scam.  Cinnamon Carter is the dev.  Also dev of Cinnamoncoin.  Seems like a legit guy.  It wasn't premined because I immediately saw the Tweet and announcement on cryptocointalk.  Was less than block 1000 when I finally got the wallet to work after an hour or so.  It's cool getting these hashrates, but I wonder if it ends up being the same as everything else after difficulty adjusts.

I'm not sure they need an image of a coin.  What would you buy with photons?

ha! How do you know the dev is Cinnamon Cater?

Actually, I am mining now, and have a mount of Photons for the sale. 



He announced on Twitter and Cryptocointalk.  I'm still curious about that other coin.  The Website doesn't seem to work.  I'm guessing it failed?  It was announced by "Jimmy".  I see his name a lot.  I just can't remember which other coins he is associated with off the top of my head.
full member
Activity: 196
Merit: 100
Actually, I found that there is already a coin called photoncoin before you released, which was released on Jan, 2014.

I want to know what's the relationship of this coin and photoncoin!

the original thread can be found here:

https://cryptocointalk.com/topic/2938-photoncoin-pho-information/

I noticed this too.  I'm curious as well.  Maybe dead?  I don't think it is a scam.  Cinnamon Carter is the dev.  Also dev of Cinnamoncoin.  Seems like a legit guy.  It wasn't premined because I immediately saw the Tweet and announcement on cryptocointalk.  Was less than block 1000 when I finally got the wallet to work after an hour or so.  It's cool getting these hashrates, but I wonder if it ends up being the same as everything else after difficulty adjusts.

I'm not sure they need an image of a coin.  What would you buy with photons?

ha! How do you know the dev is Cinnamon Cater?

Actually, I am mining now, and have a mount of Photons for the sale. 

member
Activity: 70
Merit: 10
Actually, I found that there is already a coin called photoncoin before you released, which was released on Jan, 2014.

I want to know what's the relationship of this coin and photoncoin!

the original thread can be found here:

https://cryptocointalk.com/topic/2938-photoncoin-pho-information/

I noticed this too.  I'm curious as well.  Maybe dead?  I don't think it is a scam.  Cinnamon Carter is the dev.  Also dev of Cinnamoncoin.  Seems like a legit guy.  It wasn't premined because I immediately saw the Tweet and announcement on cryptocointalk.  Was less than block 1000 when I finally got the wallet to work after an hour or so.  It's cool getting these hashrates, but I wonder if it ends up being the same as everything else after difficulty adjusts.

I'm not sure they need an image of a coin.  What would you buy with photons?
full member
Activity: 196
Merit: 100
I've spent a few hours on cgminer setup and need some help.  I used the cgminer dl in the OP.  It has a blake256.conf file and a cgminer. conf file.  Anyone know the correct settings?  Win7 64.

The cgminer.conf file is what you're after.  But first you need to create a photon.conf file in your Users/user/appdata/Roaming/Photon folder with the following details:

listen=1
gen=0
rpcallowip=127.0.0.1
rpcuser=username
rpcpassword=password
rpcport=8984
server=1
daemon=1
addnode=162.243.101.139

I bolded the details where you put your personal information.  After this photon.conf file is saved in your appdata folder, change the same bolded settings in your cgminer.conf file:

{
"pools" : [
   {
      "url" : "http://127.0.0.1:8984",
      "user" : "Username",
      "pass" : "password"
   }
],

"intensity" : "11",
"auto-gpu" : true,
"expiry" : "10",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"no-restart" : true,
"queue" : "5",
"scan-time" : "1",
"worksize" : "128",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"kernel-path" : "/"
}

Save this conf file, and open cgminer.exe.  The lower details (intensity, etc.) can be adjusted according to your GFX card.  If you're a newbie to that too, I'd suggest only messing with the Intensity.

I suggest the authors to put on the picture of this coin, and it will make this coin more formal, not like a scammed coin!
full member
Activity: 196
Merit: 100
Actually, I found that there is already a coin called photoncoin before you released, which was released on Jan, 2014.

I want to know what's the relationship of this coin and photoncoin!

the original thread can be found here:

https://cryptocointalk.com/topic/2938-photoncoin-pho-information/
full member
Activity: 196
Merit: 100
Actually, I found that there is already a coin called photoncoin before you released, which was released on Jan, 2014.

I want to know what's the relationship of this coin and photoncoin!
member
Activity: 70
Merit: 10
I've spent a few hours on cgminer setup and need some help.  I used the cgminer dl in the OP.  It has a blake256.conf file and a cgminer. conf file.  Anyone know the correct settings?  Win7 64.

The cgminer.conf file is what you're after.  But first you need to create a photon.conf file in your Users/user/appdata/Roaming/Photon folder with the following details:

listen=1
gen=0
rpcallowip=127.0.0.1
rpcuser=username
rpcpassword=password
rpcport=8984
server=1
daemon=1
addnode=162.243.101.139

I bolded the details where you put your personal information.  After this photon.conf file is saved in your appdata folder, change the same bolded settings in your cgminer.conf file:

{
"pools" : [
   {
      "url" : "http://127.0.0.1:8984",
      "user" : "Username",
      "pass" : "password"
   }
],

"intensity" : "11",
"auto-gpu" : true,
"expiry" : "10",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"no-restart" : true,
"queue" : "5",
"scan-time" : "1",
"worksize" : "128",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"kernel-path" : "/"
}

Save this conf file, and open cgminer.exe.  The lower details (intensity, etc.) can be adjusted according to your GFX card.  If you're a newbie to that too, I'd suggest only messing with the Intensity.

Thanks for the quick response.  I had spent a few hours trying what you mentioned.  But your response made me remember that the wallet will not load for me if I use the port in the wallet .conf file, so I deleted it.  That's probably my problem, which means I'm totally fucked on this launch.  And I saw it immediately on Twitter.

Edit:  I added the port back to wallet conf, now it opens.  cgminer hashing away.  It's always the little stupid things....
full member
Activity: 196
Merit: 100
I think this may have been announced in another forum before it was here. Gonna go check it out.

Over here: https://cryptocointalk.com/forum/944-photon-pho/

lol ya beat me to it.

I've bookmarked that site too now.   Around 16 blocks found now, only 1 orphan.  Its refreshing to not have hundred's of orphans flying by, those are depressing.

My cgminer cannot work. It always shows the error "pool 0 shuts down or ..."
sr. member
Activity: 266
Merit: 250
sr. member
Activity: 321
Merit: 250
I've spent a few hours on cgminer setup and need some help.  I used the cgminer dl in the OP.  It has a blake256.conf file and a cgminer. conf file.  Anyone know the correct settings?  Win7 64.

The cgminer.conf file is what you're after.  But first you need to create a photon.conf file in your Users/user/appdata/Roaming/Photon folder with the following details:

listen=1
gen=0
rpcallowip=127.0.0.1
rpcuser=username
rpcpassword=password
rpcport=8984
server=1
daemon=1
addnode=162.243.101.139

I bolded the details where you put your personal information.  After this photon.conf file is saved in your appdata folder, change the same bolded settings in your cgminer.conf file:

{
"pools" : [
   {
      "url" : "http://127.0.0.1:8984",
      "user" : "Username",
      "pass" : "password"
   }
],

"intensity" : "11",
"auto-gpu" : true,
"expiry" : "10",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"no-restart" : true,
"queue" : "5",
"scan-time" : "1",
"worksize" : "128",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"kernel-path" : "/"
}

Save this conf file, and open cgminer.exe.  The lower details (intensity, etc.) can be adjusted according to your GFX card.  If you're a newbie to that too, I'd suggest only messing with the Intensity.
member
Activity: 119
Merit: 10
I've spent a few hours on cgminer setup and need some help.  I used the cgminer dl in the OP.  It has a blake256.conf file and a cgminer. conf file.  Anyone know the correct settings?  Win7 64.

My photon.conf looks like this:

listen=1
gen=0
rpcuser=username
rpcpassword=password
rpcport=8984
server=1
daemon=1
addnode=162.243.101.139


And the cgminer.conf looks like this:

{
"pools" : [
   {
      "url" : "http://localhost:8984",
      "user" : "username",
      "pass" : "password"
   }
],


The rest of the stuff should be customized for your card(s).
member
Activity: 70
Merit: 10
I've spent a few hours on cgminer setup and need some help.  I used the cgminer dl in the OP.  It has a blake256.conf file and a cgminer. conf file.  Anyone know the correct settings?  Win7 64.
member
Activity: 119
Merit: 10
I think this may have been announced in another forum before it was here. Gonna go check it out.

Over here: https://cryptocointalk.com/forum/944-photon-pho/

lol ya beat me to it.

I've bookmarked that site too now.   Around 16 blocks found now, only 1 orphan.  Its refreshing to not have hundred's of orphans flying by, those are depressing.
legendary
Activity: 1946
Merit: 1005
My mule don't like people laughing
I think this may have been announced in another forum before it was here. Gonna go check it out.

Over here: https://cryptocointalk.com/forum/944-photon-pho/

lol ya beat me to it.
legendary
Activity: 1946
Merit: 1005
My mule don't like people laughing
It wasn't premined. It was Announced here https://cryptocointalk.com/topic/5903-photon-pho-information/ 1 hour and 15 minutes before it was posted here.



sr. member
Activity: 321
Merit: 250
I think this may have been announced in another forum before it was here. Gonna go check it out.

Over here: https://cryptocointalk.com/forum/944-photon-pho/
newbie
Activity: 20
Merit: 0
No interest in this one? Anyone? lol. No bling bling... is that what everyone is really looking for?

"blocks" : 1627,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 283.46162944,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 95915086078,
"pooledtx" : 0,
"testnet" : false

Come join in the instamine. GPU miner is here: http://blakecoin.org/cgminer-blake256.7z


Found about 7 blocks so far.  I started around block 900.  4x 280x's and 1 7950.

280x are getting 2.5GH/s each
7950 is getting 1.75GH/s

I have been doing well too. I got in around block 1200. I think this may have been announced in another forum before it was here. Gonna go check it out.

I'm mining at 1.7 gh/s and I haven't found crap yet.
legendary
Activity: 1946
Merit: 1005
My mule don't like people laughing
No interest in this one? Anyone? lol. No bling bling... is that what everyone is really looking for?

"blocks" : 1627,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 283.46162944,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 95915086078,
"pooledtx" : 0,
"testnet" : false

Come join in the instamine. GPU miner is here: http://blakecoin.org/cgminer-blake256.7z


Found about 7 blocks so far.  I started around block 900.  4x 280x's and 1 7950.

280x are getting 2.5GH/s each
7950 is getting 1.75GH/s

I have been doing well too. I got in around block 1200. I think this may have been announced in another forum before it was here. Gonna go check it out.
newbie
Activity: 20
Merit: 0
I'm solo mining the night away!
full member
Activity: 138
Merit: 100
Laptop with an AMD 6990m @ 675.5mhash apparently.
What are my chances of finding anything?

Donations appreciated. Smiley
BimfTbAZhwV9RLfVtnymbgoZ2XUeZXJjiu
Pages:
Jump to: