Author

Topic: âš’[CGA] Cryptographic Anomaly - The Elusive Coinâš’ - page 144. (Read 226291 times)

sr. member
Activity: 252
Merit: 250
0x0a.nl operator
No problem, and the p2pool seems to be chugging along nicely now. Thanks for the rapid response!

Of course, if anyone wants to shower me with shek... er gratitude Tongue: APUE2hz26bAKD52nQhAmFqEFrnYqsiXhds

Huzzah! I've expressed my gratitude by sending you block height modulo difficulty, i.e. 3336 % 0.79691376 Smiley
member
Activity: 91
Merit: 10
Did you try manually adding the nodes into the debug using?:

Code:
addnode {ipaddress} add

Try opening help >> debug >> Console
Then typing addnode 71.105.130.10 add

I'm very new to this, could you give me the complete command that needs to typed into the console?

Post edit: My bad, wasn't removing the "=" or typing the "add" on the end!

Now connected!  Cool

Thanks.
full member
Activity: 154
Merit: 100
Keep getting this error on the p2p pool.

[2014-02-03 19:51:42] JSON-RPC call failed: {
   "message": "Unknown error",
   "data": null,
   "code": -32099

It's inconsistent, I'm getting payouts and good mining periods and then blasted with these disconnects.

Thanks to this notice I found out that P2Pool was barfing over a division by zero - not because P2Pool isn't perfect*, but because I made a mistake in the networks.py values; I didn't set the DUST_THRESHOLD to 0! Now that I have, it looks like P2Pool no longer spits errors because of the non-existent block rewards. If it does, I know where I'll have to be..

Apologies to all that mined at my P2Pool, and thanks to Thrillho for alerting me!

* Of course, the truth is that P2Pool is perfect.

No problem, and the p2pool seems to be chugging along nicely now. Thanks for the rapid response!

Of course, if anyone wants to shower me with shek... er gratitude Tongue: APUE2hz26bAKD52nQhAmFqEFrnYqsiXhds
sr. member
Activity: 322
Merit: 250
Spray and Pray
If you were scroll up a few posts you would find:
I copied the conf file from the first page which already contains these anodes, still can't connect.

Should I wait for the update for tomorrow?

Did you try manually adding the nodes into the debug using?:

Code:
addnode {ipaddress} add

Try opening help >> debug >> Console
Then typing addnode 71.105.130.10 add
member
Activity: 91
Merit: 10
If you were scroll up a few posts you would find:
I copied the conf file from the first page which already contains these nodes, still can't connect.

Should I wait for the update for tomorrow?
sr. member
Activity: 252
Merit: 250
0x0a.nl operator
Keep getting this error on the p2p pool.

[2014-02-03 19:51:42] JSON-RPC call failed: {
   "message": "Unknown error",
   "data": null,
   "code": -32099

It's inconsistent, I'm getting payouts and good mining periods and then blasted with these disconnects.

Thanks to this notice I found out that P2Pool was barfing over a division by zero - not because P2Pool isn't perfect*, but because I made a mistake in the networks.py values; I didn't set the DUST_THRESHOLD to 0! Now that I have, it looks like P2Pool no longer spits errors because of the non-existent block rewards. If it does, I know where I'll have to be..

Apologies to all that mined at my P2Pool, and thanks to Thrillho for alerting me!

* Of course, the truth is that P2Pool is perfect.
sr. member
Activity: 322
Merit: 250
Spray and Pray
I can't get my windows qt to connect, added conf file?  Cry

Can this coin be solo mined using the wallet?

If you were scroll up a few posts you would find:



You need to add nodes to your config file. To be honest I don't know where that is on a Win OS but once you find it try adding these lines:

Code:
addnode=71.105.130.10
addnode=148.251.15.235

there is also a way to do it from the debug console using "addnode 71.105.130.10 add"

On windows it should be located by default at  c:\users\\AppData\Roaming\cryptographicanomaly\cryptographicanomaly.conf     where is your windows username.

You need to make sure you turn on "view hidden folders" or you will not be able to see the AppData directory in Windows Explorer.

 Lips sealed and no there isn't a built-in miner. Try googleing CPUminer. There are ways to get other miners to solo mine.
member
Activity: 91
Merit: 10
I can't get my windows qt to connect, added conf file?  Cry

Can this coin be solo mined using the wallet?
sr. member
Activity: 322
Merit: 250
Spray and Pray
20:00 GMT I believe... Also I want this to go smoothly (without getting muti-forked) so if there was a way to get the pool owners to synchronize there updates it would be great. Maybe having the pools stop mining 10 min before and after the release in order to reduce forking.

Ah right, 21:00 CET (GMT +1). I'll definitely be able to stop the p2pool server ahead, but I'll be busy at that time so it might take a little longer before I'm back up. Nothing that should halt the schedule though Smiley

Sounds great! Now I just need a confirm from the other two  Roll Eyes.
sr. member
Activity: 252
Merit: 250
0x0a.nl operator
20:00 GMT I believe... Also I want this to go smoothly (without getting muti-forked) so if there was a way to get the pool owners to synchronize there updates it would be great. Maybe having the pools stop mining 10 min before and after the release in order to reduce forking.

Ah right, 21:00 CET (GMT +1). I'll definitely be able to stop the p2pool server ahead, but I'll be busy at that time so it might take a little longer before I'm back up. Nothing that should halt the schedule though Smiley
sr. member
Activity: 322
Merit: 250
Spray and Pray
I'll get it on the update then, well I created a manual payout on poolnetworks, hoping it comes through at some point.

I went and got a haircut and I still don't have my anomolies should I panic? I have a manual payout on poolnetwork for almost 14 can the pool owner take a look?

Also having payout problem @cga.poolnetwork.org. Op pls fix. Thanks.

I've been trying to contact the pool owner and haven't gotten a response. I will let you know if I hear anything.
sr. member
Activity: 252
Merit: 250
0x0a.nl operator
Keep getting this error on the p2p pool.

[2014-02-03 19:51:42] JSON-RPC call failed: {
   "message": "Unknown error",
   "data": null,
   "code": -32099

It's inconsistent, I'm getting payouts and good mining periods and then blasted with these disconnects.

Hmm  Undecided Thanks for letting me know. I haven't seen that one come by myself. It seems unfortunate that it says "Unknown error", but I'll try to find out what code -32099 means. If possible, could you send me the command line/script you're using + maybe miner logs?
full member
Activity: 154
Merit: 100
Keep getting this error on the p2p pool.

[2014-02-03 19:51:42] JSON-RPC call failed: {
   "message": "Unknown error",
   "data": null,
   "code": -32099

It's inconsistent, I'm getting payouts and good mining periods and then blasted with these disconnects.
full member
Activity: 126
Merit: 100
I'll get it on the update then, well I created a manual payout on poolnetworks, hoping it comes through at some point.

I went and got a haircut and I still don't have my anomolies should I panic? I have a manual payout on poolnetwork for almost 14 can the pool owner take a look?

Also having payout problem @cga.poolnetwork.org. Op pls fix. Thanks.
legendary
Activity: 980
Merit: 1004
I'll get it on the update then, well I created a manual payout on poolnetworks, hoping it comes through at some point.

I went and got a haircut and I still don't have my anomolies should I panic? I have a manual payout on poolnetwork for almost 14 can the pool owner take a look?

edit: received my anomoly in my wallet at some point in the night. Thanks!
sr. member
Activity: 322
Merit: 250
Spray and Pray
I've set up a P2Pool for Cryptographic Anomaly at http://cryptographicanomaly.p2p.0x0a.nl:23932 (or for 'short' http://cga.p2p.0x0a.nl:23932). Miners are welcome!

(For those looking for the networks.py values (except SUBSIDY_FUNC because p2pool doesn't pass on diff); the patch is here)

Posting now! Please remember to update your pool once source is released.

That's Feb 4th 21:00 GMT, right? I'll be on alert!

20:00 GMT I believe... Also I want this to go smoothly (without getting muti-forked) so if there was a way to get the pool owners to synchronize there updates it would be great. Maybe having the pools stop mining 10 min before and after the release in order to reduce forking.
legendary
Activity: 980
Merit: 1004
I'll get it on the update then, well I created a manual payout on poolnetworks, hoping it comes through at some point.

Edit: got it, thanks!
sr. member
Activity: 322
Merit: 250
Spray and Pray
ok it worked should add both or will it be in the updated wallet?

it would be your preference. I would put both in case one goes down. I will be adding them both to the update.
sr. member
Activity: 304
Merit: 252
CLAM Dev


You need to add nodes to your config file. To be honest I don't know where that is on a Win OS but once you find it try adding these lines:

Code:
addnode=71.105.130.10
addnode=148.251.15.235

there is also a way to do it from the debug console using "addnode 71.105.130.10 add"

On windows it should be located by default at  c:\users\\AppData\Roaming\cryptographicanomaly\cryptographicanomaly.conf     where is your windows username.

You need to make sure you turn on "view hidden folders" or you will not be able to see the AppData directory in Windows Explorer.
legendary
Activity: 980
Merit: 1004
ok it worked should add both or will it be in the updated wallet?
Jump to: