Bitcoin Forum
June 16, 2024, 02:55:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 »
901  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 13, 2013, 07:06:30 PM


There is nothing wrong with the coin chain. The seed nodes are way overloaded at the moment so it may take a while for you to get a connection. Someone posted some addnodes earlier but im sure those are full too

Thanks Cartman.  Once I have the blockchain downloaded I'll have another p2pnode (cartman git) running!

Cool, the more nodes the better Smiley
All found blocks are simultaneously announced across all the node wallets so the p2pool chances of winning against orphans is high.
There are so many benefits to p2pool over pushpools (In my opinion) but they do require that you configure your miner correctly. Bad miners can have a negative effect on a node seen by high DOAs. P2Pools are like solo mining but you get the benefit of the combined hash rate. Any miner who want to maximize their mining I feel should run a p2pool node Smiley

Note: I should point out that one of the drawbacks is a bunch of smaller payments to your wallet.
902  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 13, 2013, 07:00:55 PM
Is there a problem with the blockchain right now?

I just compiled from Git source and launched casinocoind and I cannot download the blockchain, getting errors:


There is nothing wrong with the blockchain. The seed nodes are way overloaded at the moment so it may take a while for you to get a connection. Someone posted some addnodes earlier but im sure those are full too.
903  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 13, 2013, 06:27:04 PM
One of the short term needs would be a CasinoCoin block explorer. The ones listed are no longer active, so establishing a CSC block explorer would be extremely helpful.
Sure thing! CasinoCoin block explorer live in:

http://casinocoin.mooo.com/

Github updated with working block explorer:

https://github.com/CartmanSPC/p2pool

The following p2pool node has been updated:

     stratum+tcp://csc.xpool.net:8840
904  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 13, 2013, 05:31:20 AM
Have been in contact with other p2pool operators who may be opening up additional public Casinocoin p2pool nodes soon. Unfortunately and perhaps unintentionally it looks like http://casinocoin.mooo.com:8840/ has broken off on it's own  Sad
The break up was intentional, for now. Currently the difficulty is still so low that sharing one p2pool didn't feel ideal. Also I'm trying to see what are the ideal parameters for such a fast coin. I'm not going to stay as an lonely island forever, just for a little while.

Please be very careful when changing parameters and connecting to other p2pool nodes! If you try to reconnect you MUST delete the casinocoin folder in the p2pool data folder and all the parameters MUST match the other nodes. I do not know your level of experience so I wanted to caution you. If you know what your doing then please accept my apology. I would hate to see the entire Casinocoin p2pool taken down unintentionally.
905  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 13, 2013, 05:27:27 AM
Have been in contact with other p2pool operators who may be opening up additional public Casinocoin p2pool nodes soon. Unfortunately and perhaps unintentionally it looks like http://casinocoin.mooo.com:8840/ has broken off on it's own  Sad
The break up was intentional, for now. Currently the difficulty is still so low that sharing one p2pool didn't feel ideal. Also I'm trying to see what are the ideal parameters for such a fast coin. I'm not going to stay as an lonely island forever, just for a little while.
One thing that I've noticed that is pretty annoying is constantly changing share difficulty. Example:


Dragon695: That is why some miners like to set their share difficulty manually. A p2pool node sets the difficulty based on the load. If the node your on has a high hash rate it will provide your miner with a hash rate based on the load. This may be way too high for lower hash rate miners.

I will post this section of the FAQ for you to reference:
Quote
Q: Can I set my own share difficulty?
A: You can set the level of difficulty sent to your miner by appending a difficulty setting to your wallet address.

To set the difficulty for your specific hash rate multiply by 0.00000116
For example, if your miner is capable of 1440 Kh/s:

1440 * 0.00000116 = 0.0016704

Example Connection String for a miner capable of 1440 Kh/s:

cgminer -o stratum+tcp://dgc.xpool.net:8810 -u DTWPTRSi9HoLh69NPd2fbDWUGHrx1nLdmk+0.0016704 -p password --scrypt

The following difficulty settings can be used as a guide:

Kh/s        Difficulty
1           +0.00000116
50          +0.000058
100         +0.000116
250         +0.00029
500         +0.00058
750         +0.00087
1000        +0.00116
1500        +0.00174
1750        +0.00203
2000        +0.00232
906  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 12, 2013, 11:51:59 PM
Kinda glad to see im not the only one having problems with the load of miners  Wink

Have been in contact with other p2pool operators who may be opening up additional public Casinocoin p2pool nodes soon. Unfortunately and perhaps unintentionally it looks like http://casinocoin.mooo.com:8840/ has broken off on it's own  Sad
907  Bitcoin / Pools / Re: **UPDATED** Current P2Pool Server List on: December 12, 2013, 12:17:41 AM
Please remove: http://ltc.xpool.net:9327
908  Alternate cryptocurrencies / Altcoin Discussion / Re: P2Pool source code support thread for DGC - WDC - CRC - CSC on: December 12, 2013, 12:15:26 AM
Hi wacko,

Here are the basic instructions:

Windows:
•Install Python 2.7: http://www.python.org/getit/
•Install Twisted: http://twistedmatrix.com/trac/wiki/Downloads
•Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0
•Install python win32 api: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/
•Install python win32 api wmi wrapper: https://pypi.python.org/pypi/WMI/#downloads

Set environmental variables

cd litecoin_scrypt
C:\Python27\python.exe setup.py build --compile=mingw32 install
If you run into an error with unrecognized command line option '-mno-cygwin', see this: http://stackoverflow.com/questions/6034390/compiling-with-cython-and-mingw-produces-gcc-error-unrecognized-command-line-o

As you can see it's not the compiled version you ran for litecoin. Take a bit more effort.
909  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 11, 2013, 10:35:40 PM
New node:

http://csc-useast.xpool.net:8840/

Edit:
Please do not connect if you don't know how to configure your miner for p2pool! The problem with http://csc.xpool.net:8840/ may be related to miss-configured miners. If this node starts to have the same problem I will provide private nodes for known good miners to use.

     stratum+tcp://csc.xpool.net:8840

You can use any of the Casinocoin p2pool nodes as failovers. Your payout level (PPLNS) is maintained across nodes.
910  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DGC][WDC][CRC][CSC][P2Pool] xPool.net on: December 11, 2013, 09:30:59 PM
Hi oliversl,

Which pool? If it is LTC then that was shutdown. CSC is highly overloaded and I am working on getting a new node set up to take up the load.
911  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 11, 2013, 07:23:58 PM
Sorry about the problems with the pool. It is having problems connecting to the wallet. I threw additional resources at it but that did not help.
I just limited incoming connections to the wallet so the pool will have priority. Hopefully that will help.

I am also working on bringing up another node on the East Coast of the US but the wallet can't get any connections to the Casinocoin network. Catch 22 :/
912  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 11, 2013, 08:53:48 AM
Yes, my node seems to be buckling under the load :/
Switching between p2pool nodes maintains your PPLNS so please try squiggie's if your having problems with mine.

Will increase server resources to accommodate the load. It's actually the wallet daemon server that is having resource issues not the pool server.

Edit:
Server resources to both the pool and wallet daemon have been increased.

The pool has reached 150 Mh/s and is having problems handling the load. I will open a US East Coast node in the morning if it is still having problems. There are 3 other nodes connected to the p2pool but the owners (other than squiggie) have not made them public.
913  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 10, 2013, 11:53:54 PM
The high orphan rate (I believe) is due to the high hash rate and low diff. It should stabilize as the diff increases.

Miners may want to use --queue 0 --scan-time 1 --expiry 1 to see if that helps further.
914  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LTC][DGC][WDC][CRC][CSC][P2Pool] xPool.net on: December 10, 2013, 11:29:24 PM
I am very sad to announce the shutdown of the LTC p2pool.  Cry

There were quite a few reasons that we came to this decision but it was mainly due to the changes of the LTC p2pool source to reduce "dust". On top of the increased network hashrate, resources necessary to run the daemon/pool and limited use we feel it was better to close than have miners with little to no payout for days at a time.
915  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 10, 2013, 09:31:16 PM
I finally was able to get my pool up and running. Kudos to CartmanSPC for his p2pool code and help on irc!

Please let me feedback

http://squiggie.com/pools/csc/

I pointed my miner to your pool, works good!

Yes, my node seems to be buckling under the load :/
Switching between p2pool nodes maintains your PPLNS so please try squiggie's if your having problems with mine.

Will increase server resources to accommodate the load. It's actually the wallet daemon server that is having resource issues not the pool server.

Edit:
Server resources to both the pool and wallet daemon have been increased.
916  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 10, 2013, 06:20:50 PM
Miners, please try using: --queue 0 --scan-time 1 --expiry 1

I have noticed an increase in DOA's which causes connectivity problems with the wallet.

http://csc.xpool.net:8840/ currently has 82.2 Mh/s out of the CSC p2pools 91.3 Mh/s. If there are any other public nodes please post so we can distribute the load.


Also, with such a large hash rate at the pool it is important that you set the worker difficulty for your miners.

To set the difficulty for your specific hash rate multiply by 0.00000116
For example, if your miner is capable of 1440 Kh/s:
1440 * 0.00000116 = 0.0016704

Example Connection String for a miner capable of 1440 Kh/s:

cgminer -o stratum+tcp://csc.xpool.net:8840 -u CJbGVMDmqWWptWTcwRU2bzNg8auMzoUenJ+0.0016704 -p password --scrypt --queue 0 --scan-time 1 --expiry 1
917  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 10, 2013, 05:34:16 AM
The Casinocoin p2pool just found block 88888 so I'd say it's lucky  Wink

88888   Mon Dec 09 2013 21:31:04 GMT-0800 (Pacific Standard Time)   e2471f54e9a2d8b5c9b09117b8bc01ba5aec7756f55ed55e377dbee4daba51ed

Congratulations to the lucky miner who found the block: CRkwcNvivPYzxz6TdHetRJwmLK1Z4HmZP8
918  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy! on: December 10, 2013, 04:34:57 AM
He just sent me the following to add.

"I'm willing to provide my services as a developer to ensure the integrity and survival of the coin. I'm also willing to setup a proper, fair, and functioning pool so that people can have a place to mine without having to worry about it dropping off the face of the earth at any point in the future.

One thing that Casinocoin has had going for it from the start is a solid and reliable p2pool:

http://csc.xpool.net:8840/

It is currently at about 35.4 Mh/s with 3 active nodes. Anyone who would like to open their own node can do so from the source:

https://github.com/CartmanSPC/p2pool

Welcome back transcoder!  Smiley
919  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LTC][DGC][WDC][CRC][CSC][P2Pool] xPool.net on: December 10, 2013, 01:06:44 AM
The great thing about p2pools is that you don't have to trust the pool operator. It is completely open source and you are welcome to open up your own node:

https://github.com/CartmanSPC/p2pool

I encourage anyone to open their own nodes as it makes the p2pool that much better.
920  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LTC][DGC][WDC][CRC][CSC][P2Pool] xPool.net on: December 09, 2013, 07:17:31 PM
p2pool gives your miner what they call pseudo shares to keep it busy (and so you can see if it's working correctly). It will provide a real share (the ones that count towards a payout) as they become available but I am not sure how it decides who to give them to :/
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!