Pages:
Author

Topic: CHESSCOIN 🔴🔴 CHESSTOKEN 🔴🔴 CHESSCOINTALK 🔴🔴 AIRDROP LIVE 🔴🔴 - page 36. (Read 124353 times)

full member
Activity: 377
Merit: 108
ChessCoin 1.4
you guys are still supporting this dead coin lol Cheesy

You are invited to share your experience with ChessCoin as a developer  Grin

ChessCoin works perfectly...
Test it with your first ChessCoin:
Faucet:
http://crypto4free.com/faucets/chesscoin-faucet/  Payout every hour 0.125 Chess

http://cryptoguru.tk/Faucet/index.php?Currency=CHESS Payout every 24 hours 1 ChessCoin

Daily update: https://www.coinexchange.io/network/peers/CHESS

Welcome and best regards
hero member
Activity: 630
Merit: 503
you guys are still supporting this dead coin lol Cheesy
full member
Activity: 377
Merit: 108
ChessCoin 1.4
hero member
Activity: 2730
Merit: 552
full member
Activity: 377
Merit: 108
ChessCoin 1.4
Im really sad. I have downloaded every possible wallet for Chess coin and I never get a connection. I created the ChessCoin.conf file and still I never get a connection. What is really sad is that supposedly Yobit has found the correct blockchain but yet no one can give access to otheres so they can download the block chain. I really want to support the network. I currently support 20 other coins on my computer via staking. This wallet graphic work is too good to not let others see and use.

I even read where somone placed a link to an explorer. I am tempted to download the explorer and learn it to make myself a masternode for this coin. The only thing holding me back is I am not sure if thats how a coin gets created. So if someone can give me more information about the explorer, and explain to me if the explorer is what is used, I might make an attempt to Fork this coin, but I need someone smarter then me to just tell me.

I am not afraid to just DO IT, I have coded an online game with JAVASCRIPT so this will just elevate my knowledge. Please point me in the right direction. Thanks

Try chesscoin.conf not ChessCoin.conf  Wink
You will find the correct name in the chesscoin-qt [command-line options]  Smiley

Code:
  -conf=           Specify configuration file (default: chesscoin.conf)
  -pid=            Specify pid file (default: chesscoind.pid)
  -datadir=         Specify data directory
  -wallet=          Specify wallet file (within data directory)
  -dbcache=           Set database cache size in megabytes (default: 25)
  -dblogsize=         Set database disk log size in megabytes (default: 100)
  -timeout=           Specify connection timeout in milliseconds (default: 5000)
  -proxy=       Connect through socks proxy
  -socks=             Select the version of socks proxy to use (4-5, default: 5)
  -tor=         Use proxy to reach tor hidden services (default: same as -proxy)
  -dns                   Allow DNS lookups for -addnode, -seednode and -connect
  -port=           Listen for connections on (default: 7323 or testnet: 17323)
  -maxconnections=    Maintain at most connections to peers (default: 125)
  -addnode=          Add a node to connect to and attempt to keep the connection open
  -connect=          Connect only to the specified node(s)
  -seednode=         Connect to a node to retrieve peer addresses, and disconnect
  -externalip=       Specify your own public address
  -onlynet=         Only connect to nodes in network (IPv4, IPv6 or Tor)
  -discover              Discover own IP address (default: 1 when listening and no -externalip)
  -irc                   Find peers using internet relay chat (default: 1) {0)?}
  -listen                Accept connections from outside (default: 1 if no -proxy or -connect)
  -bind=           Bind to given address. Use [host]:port notation for IPv6
  -dnsseed               Find peers using DNS lookup (default: 1)
  -staking               Stake your coins to support network and gain reward (default: 1)
  -synctime              Sync time with other nodes. Disable if time on your system is precise e.g. syncing with NTP (default: 1)
  -cppolicy              Sync checkpoints policy (default: strict)
  -banscore=          Threshold for disconnecting misbehaving peers (default: 100)
  -bantime=           Number of seconds to keep misbehaving peers from reconnecting (default: 86400)
  -maxreceivebuffer=  Maximum per-connection receive buffer, *1000 bytes (default: 5000)
  -maxsendbuffer=     Maximum per-connection send buffer, *1000 bytes (default: 1000)
  -upnp                  Use UPnP to map the listening port (default: 1 when listening)
  -paytxfee=        Fee per KB to add to transactions you send
  -mininput=        When creating transactions, ignore inputs with value less than this (default: 0.01)
  -server                Accept command line and JSON-RPC commands
  -testnet               Use the test network
  -debug                 Output extra debugging information. Implies all other -debug* options
  -debugnet              Output extra network debugging information
  -logtimestamps         Prepend debug output with timestamp
  -shrinkdebugfile       Shrink debug.log file on client startup (default: 1 when no -debug)
  -printtoconsole        Send trace/debug info to console instead of debug.log file
  -printtodebugger       Send trace/debug info to debugger
  -rpcuser=        Username for JSON-RPC connections
  -rpcpassword=      Password for JSON-RPC connections
  -rpcport=        Listen for JSON-RPC connections on (default: 7324 or testnet: 17324)
  -rpcallowip=       Allow JSON-RPC connections from specified IP address
  -rpcconnect=       Send commands to node running on (default: 127.0.0.1)
  -blocknotify=     Execute command when the best block changes (%s in cmd is replaced by block hash)
  -walletnotify=    Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)
  -confchange            Require a confirmations for change (default: 0)
  -enforcecanonical      Enforce transaction scripts to use canonical PUSH operators (default: 1)
  -alertnotify=     Execute command when a relevant alert is received (%s in cmd is replaced by message)
  -upgradewallet         Upgrade wallet to latest format
  -keypool=           Set key pool size to (default: 100)
  -rescan                Rescan the block chain for missing wallet transactions
  -salvagewallet         Attempt to recover private keys from a corrupt wallet.dat
  -checkblocks=       How many blocks to check at startup (default: 2500, 0 = all)
  -checklevel=        How thorough the block verification is (0-6, default: 1)
  -loadblock=      Imports blocks from external blk000?.dat file

Block creation options:
  -blockminsize=      Set minimum block size in bytes (default: 0)
  -blockmaxsize=      Set maximum block size in bytes (default: 250000)
  -blockprioritysize= Set maximum size of high-priority/low-fee transactions in bytes (default: 27000)

SSL options: (see the Bitcoin Wiki for SSL setup instructions)
  -rpcssl                                  Use OpenSSL (https) for JSON-RPC connections
  -rpcsslcertificatechainfile=  Server certificate file (default: server.cert)
  -rpcsslprivatekeyfile=         Server private key (default: server.pem)
  -rpcsslciphers=                 Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)

UI options:
  -lang=           Set language, for example "de_DE" (default: system locale)
  -min                   Start minimized
  -splash                Show splash screen on startup (default: 1)

Your welcome  Smiley
hero member
Activity: 2730
Merit: 552
Im really sad. I have downloaded every possible wallet for Chess coin and I never get a connection. I created the ChessCoin.conf file and still I never get a connection. What is really sad is that supposedly Yobit has found the correct blockchain but yet no one can give access to otheres so they can download the block chain. I really want to support the network. I currently support 20 other coins on my computer via staking. This wallet graphic work is too good to not let others see and use.

I even read where somone placed a link to an explorer. I am tempted to download the explorer and learn it to make myself a masternode for this coin. The only thing holding me back is I am not sure if thats how a coin gets created. So if someone can give me more information about the explorer, and explain to me if the explorer is what is used, I might make an attempt to Fork this coin, but I need someone smarter then me to just tell me.

I am not afraid to just DO IT, I have coded an online game with JAVASCRIPT so this will just elevate my knowledge. Please point me in the right direction. Thanks

OK, so from what I understand, just having wallets running on your machine can help the network?   I have wanted to be more in touch with the back end keeping up these blockchains, so would be more than happy to read what you're posting and keep the thread alive.  No one must be running the wallets now if what you're saying it true about the whole Chesscoin network.






newbie
Activity: 20
Merit: 0
Im really sad. I have downloaded every possible wallet for Chess coin and I never get a connection. I created the ChessCoin.conf file and still I never get a connection. What is really sad is that supposedly Yobit has found the correct blockchain but yet no one can give access to otheres so they can download the block chain. I really want to support the network. I currently support 20 other coins on my computer via staking. This wallet graphic work is too good to not let others see and use.

I even read where somone placed a link to an explorer. I am tempted to download the explorer and learn it to make myself a masternode for this coin. The only thing holding me back is I am not sure if thats how a coin gets created. So if someone can give me more information about the explorer, and explain to me if the explorer is what is used, I might make an attempt to Fork this coin, but I need someone smarter then me to just tell me.

I am not afraid to just DO IT, I have coded an online game with JAVASCRIPT so this will just elevate my knowledge. Please point me in the right direction. Thanks
member
Activity: 308
Merit: 10
Community Manager hire me
I,m active chess player. Try to participate in this project.
full member
Activity: 377
Merit: 108
ChessCoin 1.4
sr. member
Activity: 2030
Merit: 269
New waves of Chesscoin just coming.
New plan and actions for Chesscoin will be released soon.



Almost a month has come but there's no update until now I have kept my wallet.dat in case there's a new development coming maybe not from this team but from a take over who loves a game of chess I do not know if the nodes are all working
full member
Activity: 144
Merit: 100
Have liked on twitter and Facebook and sent the details to the bounty mailid put here
sr. member
Activity: 490
Merit: 250
as strange as it sounds but familiarity with the coin occurred on the stock exchange and then became interested in its structure and functions. Stability this is her main argument, plus the relative democracy of the price. Really like to sell it, but I think the time has come to try out the POS mining, and to learn chess this way.
hero member
Activity: 2730
Merit: 552
There have been a lot of threads talking about best staking coins.  If this is stable with 32% this should qualify. 
full member
Activity: 377
Merit: 108
ChessCoin 1.4
Is this coin still in development?

Don´t know what the dev makes  Huh
ChessCoin Network is running without problems  Smiley
Daily update: https://www.coinexchange.io/network/peers/CHESS

Faucet:
http://crypto4free.com/faucets/chesscoin-faucet/  Payout every hour 0.125 Chess

http://cryptoguru.tk/Faucet/index.php?Currency=CHESS Payout every 24 hours 1 ChessCoin

Search a developer with page for a Sokoban game (to play and win with ChessCoin and the level should be random and not too easy)
Sokoban is a logical game https://en.wikipedia.org/wiki/Sokoban
Sokoban and a very interesting game for schools/teachers and students  Smiley

Maybe there is interest here  Roll Eyes

Best regards

Looks great.  Have you done much programming before?

Under https://www.sokobanonline.com/ there are active users... have demand but no answer... Sad

But if someone can make Sokoban and ChessCoin to a match so send me a message...  Smiley

Best regards
hero member
Activity: 2730
Merit: 552
Is this coin still in development?

Don´t know what the dev makes  Huh
ChessCoin Network is running without problems  Smiley
Daily update: https://www.coinexchange.io/network/peers/CHESS

Faucet:
http://crypto4free.com/faucets/chesscoin-faucet/  Payout every hour 0.125 Chess

http://cryptoguru.tk/Faucet/index.php?Currency=CHESS Payout every 24 hours 1 ChessCoin

Search a developer with page for a Sokoban game (to play and win with ChessCoin and the level should be random and not too easy)
Sokoban is a logical game https://en.wikipedia.org/wiki/Sokoban
Sokoban and a very interesting game for schools/teachers and students  Smiley

Maybe there is interest here  Roll Eyes

Best regards

Looks great.  Have you done much programming before?
hero member
Activity: 2730
Merit: 552
Does the Windows wallet stake well?
sr. member
Activity: 532
Merit: 251
Is there a dev around .. I need some dev to dev help?
full member
Activity: 377
Merit: 108
ChessCoin 1.4
Is this coin still in development?

Don´t know what the dev makes  Huh
ChessCoin Network is running without problems  Smiley
Daily update: https://www.coinexchange.io/network/peers/CHESS

Faucet:
http://crypto4free.com/faucets/chesscoin-faucet/  Payout every hour 0.125 Chess

http://cryptoguru.tk/Faucet/index.php?Currency=CHESS Payout every 24 hours 1 ChessCoin

Search a developer with page for a Sokoban game (to play and win with ChessCoin and the level should be random and not too easy)
Sokoban is a logical game https://en.wikipedia.org/wiki/Sokoban
Sokoban and a very interesting game for schools/teachers and students  Smiley

Maybe there is interest here  Roll Eyes

Best regards
sr. member
Activity: 336
Merit: 250
Is this coin still in development?
full member
Activity: 234
Merit: 100
We need a comunnity on Slack , we need to talk and disccuss more about Chess, news , dev , etc..
Pages:
Jump to: