magician (OP)
Member
Offline
Activity: 113
Merit: 10
Chancecoin developer
|
|
April 09, 2014, 12:14:53 AM |
|
Two questions:
Is there a fix yet for the not resolving bets bug?
Also my 100 CHA sell offer is gone now. How long does an offer stay active per default?
I'm not sure yet why the Windows binary isn't resolving your bets, but if you can hang in there, the bug will be fixed in the new bitcoinj wallet. In the current GUI wallet, new orders are sent with a 24 hour time window. You'd have to use the command line version to change that (for now).
|
♠ ChanceCoin ♠ Decentralized Casino - You are the player AND the owner ! | 1EyHoCsDucQzWghwnMkeDHpn195EMkezFY ♠
|
|
|
TwinWinNerD
Legendary
Offline
Activity: 1680
Merit: 1001
CEO Bitpanda.com
|
|
April 09, 2014, 12:27:51 AM |
|
Two questions:
Is there a fix yet for the not resolving bets bug?
Also my 100 CHA sell offer is gone now. How long does an offer stay active per default?
I'm not sure yet why the Windows binary isn't resolving your bets, but if you can hang in there, the bug will be fixed in the new bitcoinj wallet. In the current GUI wallet, new orders are sent with a 24 hour time window. You'd have to use the command line version to change that (for now). @ resolving, I restarted the client today and now all bets exept the ones i did today are resolved alright. Very strange^^ Ah ok, so there is a timeframe to specify when placing the order. This is very low priority, nobody will buy anyway above the burn price
|
|
|
|
mcjavar
|
|
April 09, 2014, 08:22:06 AM |
|
I have Python32 installed, but get the following error:
D:\chancecoin-master>gui.py Traceback (most recent call last): File "D:\chancecoin-master\gui.py", line 3, in <module> from PyQt4.QtCore import * ImportError: No module named PyQt4.QtCore
What else do I need to install in order to get this running? Why can´t you just upload a version for the n00bs, where there is an exe to start?
|
|
|
|
SuperKing
Member
Offline
Activity: 107
Merit: 10
|
|
April 09, 2014, 08:36:15 AM |
|
Now people are talking about around chancecoin. It's amazing project. I will enjoy it! let's burning
|
|
|
|
fudge
|
|
April 09, 2014, 02:34:50 PM |
|
is it based on Counterparty source?
|
Haшa гpyшa нaйpoзкopчyмaкyвaтiшa!
|
|
|
TwinWinNerD
Legendary
Offline
Activity: 1680
Merit: 1001
CEO Bitpanda.com
|
|
April 09, 2014, 02:51:39 PM |
|
I have Python32 installed, but get the following error:
D:\chancecoin-master>gui.py Traceback (most recent call last): File "D:\chancecoin-master\gui.py", line 3, in <module> from PyQt4.QtCore import * ImportError: No module named PyQt4.QtCore
What else do I need to install in order to get this running? Why can´t you just upload a version for the n00bs, where there is an exe to start?
Hey, there is already a .exe http://chancecoin.com/static/downloads/Chancecoin-1.2.1.zipFalls du hilfe brauchst, meld dich per Pm bei mir!
|
|
|
|
TwinWinNerD
Legendary
Offline
Activity: 1680
Merit: 1001
CEO Bitpanda.com
|
|
April 09, 2014, 02:57:12 PM |
|
is it based on Counterparty source?
Yes, this is based on counterparty. It says so in the opüening post.
|
|
|
|
pigheadbig
|
|
April 09, 2014, 05:36:18 PM |
|
is this another xcp? or just one function of POB?
|
|
|
|
TwinWinNerD
Legendary
Offline
Activity: 1680
Merit: 1001
CEO Bitpanda.com
|
|
April 09, 2014, 05:45:33 PM |
|
is this another xcp? or just one function of POB?
It is just based on counterparty. The only features for now are: decentralised dice gambling and a decentralised CHA<>BTC exchange. Pretty sweet!
|
|
|
|
TwinWinNerD
Legendary
Offline
Activity: 1680
Merit: 1001
CEO Bitpanda.com
|
|
April 09, 2014, 07:20:25 PM |
|
Bug report: When trying to bet "Chance to win" --> 10
It says ['chance and payout are not congruent']
If you set the payout multiplyer to 9,8 then it sets the chance to win to 9.9999999999999998 instead of 10.
Must be a floating point error?
|
|
|
|
notsoshifty
|
|
April 10, 2014, 10:04:09 AM |
|
Looks interesting. A couple of questions, if I may...
1. The numbers are taken from the first NY lottery immediately after the block that contains the transaction. Does this rely on perfect time synchronisation, with the timestamp put into the block being the correct time? What happens if a block is orphaned and the transaction moves into another block that is subject to a different set of NY lottery results?
2. The technical specifications and the code appear to differ: - Spec says final variable is “(rA + rB) %1", but the code says %2 - Spec says Ra is the sum of (number i) over each i in 1..20, but the code says (number-1 i) - The code has a factor of 100; is this represented in the specifications? Code is: roll1 = n/(N-1)*100 Am I reading this wrong (quite likely, actually...); or which one is correct?
3. Do you have formal proof that rA is a standard uniform random variable (assuming the numbers from the NY lottery itself are random)?
|
|
|
|
mcjavar
|
|
April 10, 2014, 11:44:33 AM |
|
I have Python32 installed, but get the following error:
D:\chancecoin-master>gui.py Traceback (most recent call last): File "D:\chancecoin-master\gui.py", line 3, in <module> from PyQt4.QtCore import * ImportError: No module named PyQt4.QtCore
What else do I need to install in order to get this running? Why can´t you just upload a version for the n00bs, where there is an exe to start?
Hey, there is already a .exe http://chancecoin.com/static/downloads/Chancecoin-1.2.1.zipFalls du hilfe brauchst, meld dich per Pm bei mir! Merci! If I click on "Casino" nothing happens. The same with the button "Chancecoin Wallet". any suggestions?
|
|
|
|
|
voldemort628
|
|
April 11, 2014, 05:39:44 AM |
|
I have Python32 installed, but get the following error:
D:\chancecoin-master>gui.py Traceback (most recent call last): File "D:\chancecoin-master\gui.py", line 3, in <module> from PyQt4.QtCore import * ImportError: No module named PyQt4.QtCore
What else do I need to install in order to get this running? Why can´t you just upload a version for the n00bs, where there is an exe to start?
Hey, there is already a .exe http://chancecoin.com/static/downloads/Chancecoin-1.2.1.zipFalls du hilfe brauchst, meld dich per Pm bei mir! Merci! If I click on "Casino" nothing happens. The same with the button "Chancecoin Wallet". any suggestions? change your chancecoin.conf file to match that of bitcoin-qt's
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ▐ CRYPTI▐ a Node.JS coin built from scratch. With Proof of Time, Purchase and Identity. Custom blockchains and much more! ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
|
|
|
ownerbest
|
|
April 11, 2014, 07:26:25 AM |
|
Changed the conf file, but still nothing happen when click the wallet. Cannot connect to Bitcoin. Please make sure you have bitcoind or Bitcoin-QT running and that your config file is set correctly at C:\Users\Administrator\AppData\Roaming\Chancecoin\chancecoin\chancecoin.conf.
Anyone, tell me how?
|
|
|
|
ownerbest
|
|
April 11, 2014, 08:12:43 AM |
|
Allright, there is no warning now. But, still nothing happen when click the wallet.
|
|
|
|
mcjavar
|
|
April 11, 2014, 08:53:44 AM |
|
Allright, there is no warning now. But, still nothing happen when click the wallet.
The exact same behaviour here.
|
|
|
|
voldemort628
|
|
April 11, 2014, 09:14:46 AM |
|
Allright, there is no warning now. But, still nothing happen when click the wallet.
The exact same behaviour here. have u gotten your bitcoin qt reindexed?
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ▐ CRYPTI▐ a Node.JS coin built from scratch. With Proof of Time, Purchase and Identity. Custom blockchains and much more! ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
|
|
|
pigheadbig
|
|
April 11, 2014, 10:48:12 AM |
|
is this another xcp? or just one function of POB?
It is just based on counterparty. The only features for now are: decentralised dice gambling and a decentralised CHA<>BTC exchange. Pretty sweet! thanks for that. people are talking about chancecoin aruond the forum. It's amazing project. let's burning!
|
|
|
|
TwinWinNerD
Legendary
Offline
Activity: 1680
Merit: 1001
CEO Bitpanda.com
|
|
April 11, 2014, 11:40:42 AM |
|
Allright, there is no warning now. But, still nothing happen when click the wallet.
The exact same behaviour here. go to bitcoin.config and set txindex=1 then start the deamon with this phrase -reindex (you only need to reindex it once!)
|
|
|
|
|