Author

Topic: [OLD][CSC]CasinoCoin ♠ A Digital Currency For The Regulated Online Gaming Sector - page 160. (Read 343080 times)

legendary
Activity: 1862
Merit: 1002
Woohoo lets go down under 100 Wink

I am buying a little bit every now and then. Still very cheap  Cheesy

Looks like 1.7 mil were sold in this latest move down. Someone probably got sick of waiting with the hype that's been building to call a bottom in BTC.
legendary
Activity: 952
Merit: 1000
Woohoo lets go down under 100 Wink

I am buying a little bit every now and then. Still very cheap  Cheesy
legendary
Activity: 1862
Merit: 1002
Woohoo lets go down under 100 Wink
legendary
Activity: 1862
Merit: 1002
Someone is dumping casinocoin this week. Oh well. Anyway, I hope they take it below a 100. I'll take em off people's hands if they are that desperate to throw them away cheap.
legendary
Activity: 1862
Merit: 1002
BTW, The D casino started accepting Bitcoin in Las Vegas: http://www.thed.com/bannerspace_post/bitcoin/

We should contact them to see if they might be willing to look at Casinocoin as well. Here's their twitter if you'd like to send them a message.

https://twitter.com/thedlasvegas
legendary
Activity: 1862
Merit: 1002

Nice.  Can't wait for the other good stuff to happen. 

I'd love it if we could get CSC onto Bittrex or some of the more trafficked exchanges.

Right now, I'm working on creating some turnkey dice VM's. Ideally a user should be able to fire one up and with a few settings have a working gambling site.


legendary
Activity: 1862
Merit: 1002
We're well positioned to benefit if Bitcoin runs up in price for the next few months. Basiclaly, we need to wait for Bitcoin to move maybe 2 - 3 before interest washes over to scrypt coins. In the meantime, we just keep casinocoin stable and relatively problem free like it has been until conditions are more favorable.
sr. member
Activity: 409
Merit: 252
legendary
Activity: 1862
Merit: 1002
legendary
Activity: 952
Merit: 1000
legendary
Activity: 1862
Merit: 1002
Someone is driving the price down today... oh well
legendary
Activity: 1862
Merit: 1002
Hey i'm having a few problems getting the casinocoin daemon for linux working properly. when trying to start the daemon all i get is error couldnt connect to the server.

the primary seed is up. Make sure you use this version and not the transcoder version:
https://github.com/casinocoin/casinocoin/releases

BTW, looks like seed.casinocoin.org and seed1.casinocoin.org is up. However, seed2 and seed3 are either missing dns entries or are not up. You may want to add /etc/hosts entries for these until casinocoin can fix the dns for this issue.

legendary
Activity: 964
Merit: 1000
Hey i'm having a few problems getting the casinocoin daemon for linux working properly. when trying to start the daemon all i get is error couldnt connect to the server.
legendary
Activity: 1862
Merit: 1002
I finally got sick of Cryptsy's pathetic withdrawal system and wrote a script that automatically files withdrawals until all my coins are transferred out. Trying to withdraw up to 600k CSC at a time was taking me upwards of 35 withdrawals since they fail the withdrawal with a smaller amount. Now, this script checks for a balance every 30 seconds and simply submits a new withdrawal if it finds a CSC balance.

Does anyone else need a copy of the script? I'll post it for those of you that can use it with some simple instructions. I've waited a year for Cryptsy to fix this and they either refuse or don't know how. hehe

Code:

#!/usr/bin/env ruby
require 'cryptsy/api'
KEY = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
SECRET = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
CSCADDRESS = 'xXxxxXxxxXXXxXXXxxXXXxxxXXXXXxxxXXxxXXxxxXX'


def loopy
   attempts = 0
   loop do
    cryptsy = Cryptsy::API::Client.new(KEY, SECRET)
    info = cryptsy.getinfo
    csc = info['return']['balances_available']['CSC']
    puts "Balance detected: #{csc}"
    if csc.to_f >  1000.0
      attempts += 1
      cryptsy.makewithdrawal(CSCADDRESS, csc)
      puts "Withdrawal attempted: #{csc}"
    end
    (30).times do
      print '.'
      sleep(1)
    end
    puts
    puts "Withdrawals attempted: #{attempts}"
   end
end

reaper =
   Thread.new do
      loop do
        Kernel.exit if gets =~ /exit/
      end
   end

loopy

legendary
Activity: 3570
Merit: 1126
Maybe it's time for a pool that mines Bitcoin or other coins and pays out in Casinocoin.

I'm taking bids for adding more payout coins.

https://twitter.com/_xpool_/status/568857658448457728
legendary
Activity: 1862
Merit: 1002
Maybe it's time for a pool that mines Bitcoin or other coins and pays out in Casinocoin.
legendary
Activity: 1862
Merit: 1002
If you cannot reveal any details can you give us an indication of how long it will be before they are completed?

A quote that I somehow missed. But the announcement is huge. Can You give us a little more details about the new features? Or is it better to announce it when ready to implement...

In the next few months casinocoincity and casinocoin will be evolving to new levels and the standards that have been placed on crypto currencies lately. We will have unique features that no other currency in the world has, including bitcoin.

Encourage anyone who has never heard of casinocoin to continue to watch it over the next little bit, anyone who has been here for awhile I and casinocoin/transcoder(wherever he may be) appreciate your commitment.


I'd give you the details, but Casinocoin is making those changes and I don't know all the details. You'd have to ask him.
legendary
Activity: 3570
Merit: 1126
Heya

Just FYI that we're mining CSC on our multipool: www.xpool.ca and miners have the option to keep their CSC when it gets mined just by entering your CSC address in your user settings.

Cheers!
Well, so what makes your pool any different then these 2 pools besides the layout?

This first pool is a complete rip-off in terms of Mining MH vs. payout ..... (and xpy sucks, just was testing their multipool)

http://xpypool.com/

And this pool hasn't performed a payout now in almost 5 days. However, payouts have been seemingly fair at Ihash ( when ya happen to get one) but now no payouts.

http://ihash.co/

Both stated daily payouts. neither came close......


My point is: your pool and these 2 multi pools are "cut from the same thread" (format) And I wonder if they are all operated by the same people?

Ok, Just for fun, I may give ya a shot anyways. Just hope your a better managed pool.  Wink

I've been running a Darkcoin and BitcoinDark multipool for 8 month now. Note my trust rating and my pool thread: https://bitcointalksearch.org/topic/xpoolcamultipool-x11-sha256-scrypt-lyra2rev2-knc-titanslarge-gpus-650952

Should speak for itself, but I guess the big difference is, it's well managed and pays. Pretty important factors which I stick by.
legendary
Activity: 929
Merit: 1000
If you cannot reveal any details can you give us an indication of how long it will be before they are completed?

A quote that I somehow missed. But the announcement is huge. Can You give us a little more details about the new features? Or is it better to announce it when ready to implement...

In the next few months casinocoincity and casinocoin will be evolving to new levels and the standards that have been placed on crypto currencies lately. We will have unique features that no other currency in the world has, including bitcoin.

Encourage anyone who has never heard of casinocoin to continue to watch it over the next little bit, anyone who has been here for awhile I and casinocoin/transcoder(wherever he may be) appreciate your commitment.

legendary
Activity: 1862
Merit: 1002
Jump to: