You are viewing a single comment's thread from:

RE: An Actuary decides to assign a cryptography/cryptocurrency based project to interns

in #steemit7 years ago (edited)

Took a while to let it run, here you got the results for 100k blocks:

0: 986,
1: 957,
2: 895,
3: 912,
4: 935,
5: 1004,
6: 981,
7: 946,
8: 912,
9: 923,
10: 993,
11: 999,
12: 905,
13: 988,
14: 969,
15: 929,
16: 937,
17: 961,
18: 949,
19: 953,
20: 963,
21: 971,
22: 973,
23: 903,
24: 975,
25: 951,
26: 927,
27: 977,
28: 944,
29: 906,
30: 925,
31: 952,
32: 928,
33: 907,
34: 907,
35: 947,
36: 878,
37: 959,
38: 935,
39: 958,
40: 927,
41: 925,
42: 970,
43: 976,
44: 983,
45: 961,
46: 981,
47: 958,
48: 924,
49: 954,
50: 958,
51: 965,
52: 955,
53: 959,
54: 970,
55: 943,
56: 970,
57: 925,
58: 1006,
59: 912,
60: 1024,
61: 936,
62: 928,
63: 931,
64: 907,
65: 1006,
66: 911,
67: 950,
68: 1010,
69: 981,
70: 963,
71: 933,
72: 889,
73: 927,
74: 990,
75: 926,
76: 958,
77: 1025,
78: 943,
79: 969,
80: 1003,
81: 963,
82: 996,
83: 952,
84: 941,
85: 953,
86: 994,
87: 974,
88: 981,
89: 975,
90: 952,
91: 1000,
92: 1000,
93: 970,
94: 959,
95: 916,
96: 959,
97: 948,
98: 933,
99: 980

from piston.block import Block
from pprint import pprint

results = {}

block = 10000000
while block > 9900000:
  if block%100 == 0:
    print(block)

  res = Block(block)
  result = int(res['previous'][-5:],16)

  if result <= 999999:
    result = result%(10000)/100
    result = int(result)

    if result in results:
      results[result] += 1
    else:
      results[result] = 1

  block -= 1

pprint(results)
Sort:  

@steemdice1

I am not Blockchain or STEEMIT Savvy enough to make sense of any of that unfortunately - I am a statistics guy -

I've done some thinking and pondering and consulted with some old-timers on STEEMIT - Some see my point as very valid, some do not really care as they think all "gambling of coins should be banned", and some have told me to let it go - and the Ecosystem will correct itself on its own if your site or anyone else's is flawed or unfair -

I am willing to agree to disagree and both unflagging each other's posts -

I will change the title and delete most of the content and delete all words of "scam" - proving that I am a person and not a... ??? Sure - Tell me how - As long as I do not have to give out my last name - even though on some posts it probably has been mentioned of my photography, artwork, etc -

As you can see I am still very new to STEEMIT and would like a chance to be able to grow my acct.. The damage has been done already - likely effecting me much more than your site -

Will you still uphold your bargain? I'm sure the post payouts I would have received totaling $6 total will not return but it is more important to me that my followers don't unfollow me because of two posts being wiped out.

Before you even. respond I will start making the changes and attempt to unflagging your posts - if there is an easy way that I may have mused please inform me -

I will say this though - Fair or Unfair - I will recoup my intentional losses on steemdice.net and once I'm at net zero - I'll stick to the Casino's if I want to gamble - SOUND FAIR?

Coin Marketplace

STEEM 0.19
TRX 0.17
JST 0.033
BTC 64475.77
ETH 2770.60
USDT 1.00
SBD 2.66