Bitcoin Forum
April 25, 2024, 08:25:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 413 »
  Print  
Author Topic: [ANN][XMY] Myriad | Multi-Algo, Fair, Secure  (Read 849665 times)
foodies123
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 07, 2014, 08:14:12 PM
 #941

Here are some dice games to try:

MYR AddressOdds to WinPayoutMinbet (MYR)Maxbet (MYR)
MW4d4iYri1FXa1GEsiefz1wFxyJcAX1WKG90%1.07x0.110
MQpUBLTVpHEVKog9hGYiKu7A5GQgL2Ncy750%1.97x0.110
MH8knEgLTVMFC6i4Un2qR3AF4pmpQyDRqX10%9.97x0.110

Rules:
Only a single transaction to an address per vout (no complex transactions, just a single send to address per bet). Bets made outside the min/max are considered donations. Game is played after one confirmation. Losers should receive dust back to confirm game has been played.

Games are beta and play at your own risk. If it eats your coins please PM me and I'll do what I can to recover them (I'll need the txid and we'll have to look through the blockchain). Games may end at any time, check back here for status.

Results can be viewed here:

http://cryptop.us/myr/dice/

internals ? how are the calculations made ? I mean give out some details Smiley


Here is the relevant python code:

Code:
    def dice(amount_in,odds,payout):
        """percent win"""
        from random import random
        if (random()*100 >= (100.-odds)):
            # win
            amount_out = round(amount_in*payout,8)
            status = 'win'
        else:
            # lose
            amount_out = 0.0001
            status = 'lose'
        return (amount_out, status)

feedback is welcome.


Status: 101 confirmations, broadcast through 3 nodes
Date: 3/7/2014 21:20
To: MH8knEgLTVMFC6i4Un2qR3AF4pmpQyDRqX
Debit: -10.00 MYR
Net amount: -10.00 MYR
Transaction ID: e8c140870f6c029af2115efab98c6893854f1428dfb95dade580c59e129a83ef

Status: 101 confirmations, broadcast through 7 nodes
Date: 3/7/2014 21:20
To: MQpUBLTVpHEVKog9hGYiKu7A5GQgL2Ncy7
Debit: -10.00 MYR
Net amount: -10.00 MYR
Transaction ID: fa9ffa1ef6aa42815ed635f83feeba84ce21a83ff237f458dd96e0f5541f25c5


Status: 106 confirmations, broadcast through 5 nodes
Date: 3/7/2014 21:20
To: MW4d4iYri1FXa1GEsiefz1wFxyJcAX1WKG
Debit: -10.00 MYR
Net amount: -10.00 MYR
Transaction ID: e6dcb64a4dd98cac3d6239463c9a27c3598aec83493ddc2b2b20081a31fdfb8a


I've sent 3 transactions to test ... obviously I won at all 3 but only 10.7 came back why is that ? no balance on the wallet ?

nope
1714033501
Hero Member
*
Offline Offline

Posts: 1714033501

View Profile Personal Message (Offline)

Ignore
1714033501
Reply with quote  #2

1714033501
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714033501
Hero Member
*
Offline Offline

Posts: 1714033501

View Profile Personal Message (Offline)

Ignore
1714033501
Reply with quote  #2

1714033501
Report to moderator
cryptapus
Hero Member
*****
Offline Offline

Activity: 626
Merit: 504



View Profile WWW
March 07, 2014, 08:51:00 PM
 #942

Here are some dice games to try:

MYR AddressOdds to WinPayoutMinbet (MYR)Maxbet (MYR)
MW4d4iYri1FXa1GEsiefz1wFxyJcAX1WKG90%1.07x0.110
MQpUBLTVpHEVKog9hGYiKu7A5GQgL2Ncy750%1.97x0.110
MH8knEgLTVMFC6i4Un2qR3AF4pmpQyDRqX10%9.97x0.110

Rules:
Only a single transaction to an address per vout (no complex transactions, just a single send to address per bet). Bets made outside the min/max are considered donations. Game is played after one confirmation. Losers should receive dust back to confirm game has been played.

Games are beta and play at your own risk. If it eats your coins please PM me and I'll do what I can to recover them (I'll need the txid and we'll have to look through the blockchain). Games may end at any time, check back here for status.

Results can be viewed here:

http://cryptop.us/myr/dice/

internals ? how are the calculations made ? I mean give out some details Smiley


Here is the relevant python code:

Code:
    def dice(amount_in,odds,payout):
        """percent win"""
        from random import random
        if (random()*100 >= (100.-odds)):
            # win
            amount_out = round(amount_in*payout,8)
            status = 'win'
        else:
            # lose
            amount_out = 0.0001
            status = 'lose'
        return (amount_out, status)

feedback is welcome.


Status: 101 confirmations, broadcast through 3 nodes
Date: 3/7/2014 21:20
To: MH8knEgLTVMFC6i4Un2qR3AF4pmpQyDRqX
Debit: -10.00 MYR
Net amount: -10.00 MYR
Transaction ID: e8c140870f6c029af2115efab98c6893854f1428dfb95dade580c59e129a83ef

Status: 101 confirmations, broadcast through 7 nodes
Date: 3/7/2014 21:20
To: MQpUBLTVpHEVKog9hGYiKu7A5GQgL2Ncy7
Debit: -10.00 MYR
Net amount: -10.00 MYR
Transaction ID: fa9ffa1ef6aa42815ed635f83feeba84ce21a83ff237f458dd96e0f5541f25c5


Status: 106 confirmations, broadcast through 5 nodes
Date: 3/7/2014 21:20
To: MW4d4iYri1FXa1GEsiefz1wFxyJcAX1WKG
Debit: -10.00 MYR
Net amount: -10.00 MYR
Transaction ID: e6dcb64a4dd98cac3d6239463c9a27c3598aec83493ddc2b2b20081a31fdfb8a


I've sent 3 transactions to test ... obviously I won at all 3 but only 10.7 came back why is that ? no balance on the wallet ?



Yeah, I see them now... Looks like I'm having trouble getting the origin address.... What is your MYR address and I'll refund.


Apologies, games are closed while I work on this...

website | PGP fingerprint: 692C 0756 E57D 2FA1 7601 3729 010B 717F 231C E7AA | BTC Address: 1CrYPTB1o7QWc8hXqBMP2LtAJh1VMtTFBh
cryptapus
Hero Member
*****
Offline Offline

Activity: 626
Merit: 504



View Profile WWW
March 07, 2014, 08:53:32 PM
 #943

Here are some dice games to try:

MYR AddressOdds to WinPayoutMinbet (MYR)Maxbet (MYR)
closed90%1.07x0.110
closed50%1.97x0.110
closed10%9.97x0.110

Rules:
Only a single transaction to an address per vout (no complex transactions, just a single send to address per bet). Bets made outside the min/max are considered donations. Game is played after one confirmation. Losers should receive dust back to confirm game has been played.

Games are beta and play at your own risk. If it eats your coins please PM me and I'll do what I can to recover them (I'll need the txid and we'll have to look through the blockchain). Games may end at any time, check back here for status.

Results can be viewed here:

http://cryptop.us/myr/dice/

Edit:
Closed for testing...

website | PGP fingerprint: 692C 0756 E57D 2FA1 7601 3729 010B 717F 231C E7AA | BTC Address: 1CrYPTB1o7QWc8hXqBMP2LtAJh1VMtTFBh
foodies123
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 07, 2014, 08:54:55 PM
 #944

no worries let me know when you wanna test some more

nope
foodies123
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 07, 2014, 09:00:32 PM
 #945

yeah they did.

nope
cryptapus
Hero Member
*****
Offline Offline

Activity: 626
Merit: 504



View Profile WWW
March 07, 2014, 09:02:15 PM
 #946

no worries let me know when you wanna test some more

Sent you to cover your winnings:

19.7 MYR -> MPoaYE7xZvucFQyoJEnU7BkVzPCWVRPRE8 txid: ff4bf07213bef52063602fa4568ac9f6a4b1e183b77efb8945881e4bd2b3549d
99.7 MYR -> MPoaYE7xZvucFQyoJEnU7BkVzPCWVRPRE8 txid: 906a7a5b0877ee02ed55e18346c7276e6728962af15aa9c8adb56596a1a5c149

website | PGP fingerprint: 692C 0756 E57D 2FA1 7601 3729 010B 717F 231C E7AA | BTC Address: 1CrYPTB1o7QWc8hXqBMP2LtAJh1VMtTFBh
notsoshifty
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
March 07, 2014, 10:45:49 PM
 #947

Here is the relevant python code:

Code:
    def dice(amount_in,odds,payout):
        """percent win"""
        from random import random
        if (random()*100 >= (100.-odds)):
            # win
            amount_out = round(amount_in*payout,8)
            status = 'win'
        else:
            # lose
            amount_out = 0.0001
            status = 'lose'
        return (amount_out, status)

feedback is welcome.

It isn't provably fair?
mami
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
March 07, 2014, 11:03:29 PM
 #948

I observed the stablehash skein pool is disconnecting stratum nonstop, tens of disconnects per day, if somebody else has the opportunity to provide a 2nd one would be great, a failover is always handy.

Confirmed - stablehash is not utterly stable right now.

On the bright side, this coin must be catching on - diffs are jumping!

cryptapus
Hero Member
*****
Offline Offline

Activity: 626
Merit: 504



View Profile WWW
March 07, 2014, 11:52:15 PM
 #949

Here is the relevant python code:

Code:
    def dice(amount_in,odds,payout):
        """percent win"""
        from random import random
        if (random()*100 >= (100.-odds)):
            # win
            amount_out = round(amount_in*payout,8)
            status = 'win'
        else:
            # lose
            amount_out = 0.0001
            status = 'lose'
        return (amount_out, status)

feedback is welcome.

It isn't provably fair?


Currently no, I need to work on that....

More than likely a professional altcoin site will pick up MYR before I get to it, but I'll keep working...

Thx

website | PGP fingerprint: 692C 0756 E57D 2FA1 7601 3729 010B 717F 231C E7AA | BTC Address: 1CrYPTB1o7QWc8hXqBMP2LtAJh1VMtTFBh
doge94
Sr. Member
****
Offline Offline

Activity: 349
Merit: 250


View Profile
March 08, 2014, 12:48:50 AM
 #950

I observed the stablehash skein pool is disconnecting stratum nonstop, tens of disconnects per day, if somebody else has the opportunity to provide a 2nd one would be great, a failover is always handy.

Confirmed - stablehash is not utterly stable right now.

On the bright side, this coin must be catching on - diffs are jumping!



Other people are hashing fine. Let me know of any problems you have.
bmgbmg
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
March 08, 2014, 01:26:23 AM
 #951

Hopefully everyone has been following along on Poloniex exchange.  A few members have pushed prices up, you all should be thankful.
wonderloops
Full Member
***
Offline Offline

Activity: 228
Merit: 100



View Profile
March 08, 2014, 03:44:16 AM
Last edit: March 08, 2014, 07:21:54 AM by wonderloops
 #952

Hopefully everyone has been following along on Poloniex exchange.  A few members have pushed prices up, you all should be thankful.


First goal is to get this coin is the spotlight. Would be nice to see it listed on coinmarketcap soon.
Start mining.
azhago
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 08, 2014, 07:08:50 AM
 #953

5 Hours of mining on the Groestl pool : 0 in the balance

hu ??

gimkim
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
March 08, 2014, 08:00:52 AM
 #954

5 Hours of mining on the Groestl pool : 0 in the balance

hu ??
Me too....
bittick
Hero Member
*****
Offline Offline

Activity: 2296
Merit: 506


Cryptocasino.com


View Profile
March 08, 2014, 09:46:24 AM
 #955

poloniex sort of skipped my buy order at 235 right before the big jump to 654. wtf

gimkim
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
March 08, 2014, 10:10:37 AM
 #956

I have been mining on the Groestl pool for over 12hours.
The pool is working and accepting shares, but still 0 in the MYR balance?? no transaction at all.
Is something wrong? Is this pool a scam or what??
pianowarrior
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
March 08, 2014, 10:23:38 AM
 #957

This coin looks very interesting. Some natural growth would be nice. I'm grabbing some. Let's see what happens.
wonderloops
Full Member
***
Offline Offline

Activity: 228
Merit: 100



View Profile
March 08, 2014, 10:29:35 AM
 #958

This is just the beginning, here is why.
jcpbs
Sr. Member
****
Offline Offline

Activity: 260
Merit: 250



View Profile
March 08, 2014, 11:35:15 AM
 #959

I have been mining on the Groestl pool for over 12hours.
The pool is working and accepting shares, but still 0 in the MYR balance?? no transaction at all.
Is something wrong? Is this pool a scam or what??

Happening to me too. I don't believe it's a scam pool. I have mined other coins with them, without any issues, but this coin is taking too long to arrive at our wallests!!!
Mikellev
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
March 08, 2014, 11:37:29 AM
 #960

poloniex sort of skipped my buy order at 235 right before the big jump to 654. wtf

Why dont you trade at a trustworthy and legit swiss exchange ? Swisscex.com has MYR
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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 413 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!