Bitcoin Forum
May 11, 2024, 03:35:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 ... 76 »
441  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: June 02, 2015, 11:47:55 PM
Ok. The last lottery and your bet is calculated this way?

369 = 873 decimal   
Is this right?

Thank you for your work!

No Sad

The last lottery is guess block's HASH's last N byte, it is hex string, not digit value.
Hex includes "0 ~ F".

Good we are almost there.

Now when I know it is not digit value type. How do I calculate result of "369" in this case?

369 is my guess,
You need bet your text,
The answer in the future, is unknown.
442  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: June 02, 2015, 05:29:48 PM
Is there any statistics on actual vpn usage? Like the last month?

Android dial app is testing...

443  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: June 02, 2015, 05:26:35 PM
Mac version coming soon.

444  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: June 02, 2015, 04:47:00 PM
Ok. The last lottery and your bet is calculated this way?

369 = 873 decimal  
Is this right?

Thank you for your work!

369=18 I think the way he's doing decimal representation of hex values. It is confusing and the only reason I can think of to do this is to make it a 2 digit guess. FFF=45 000=00

Bet 50 on every value possible. I would but I'm far to lazy. Smiley

"369" is Hex string, the last lottery is guess block HASH's last N bytes HEX string, not digit value.
445  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: June 02, 2015, 04:30:24 PM
Ok. The last lottery and your bet is calculated this way?

369 = 873 decimal   
Is this right?

Thank you for your work!

No Sad

The last lottery is guess block's HASH's last N byte, it is hex string, not digit value.
Hex includes "0 ~ F".
446  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: June 02, 2015, 04:16:32 AM
My bet was 80d and I still not get exactly how should I convert these numbers to see right result. Could you please make clear example?

1) me - 80d (how far was I from win?)
2) you - 1bf
3) win - a77 (where can I see this number?)
4) difference in calculation between "(last N byte)" and "(last N byte)'s digit value"

You are doing great work however everything you do is cloaked in mystery. And many simple questions are around --> this will make usage impossible for some people.

Use getblockhash cmd to get target block's HASH:
Code:
getblockhash 328399

741f52332ad5362556c165cd270fff4c860eb5e04f032b6f10ff5a18766cc461

If you set last N byte's "N" = 3, the right number is "461",
If you bet digit value, the right number is 11, why?
Bcz that: 4 + 6 + 1 = 11


Thank you. In my last example - the reason why I didn't win was that my bet amount was too low?

a77 = 2679 decimal (winning)
80d = 2061 decimal (me)
1bf = 447 decimal (you)


I use a single character's digit value, and them add.

This is what you mean?

(last N byte):
 a77 = 10+7+7 = 24

(last N byte)'s digit value:
 a77 = 2679

Are these both examples correct?

Our Lottery have 2 guess type.
1, Guess a block's HASH, last N byte.
getblockhash 328399

741f52332ad5362556c165cd270fff4c860eb5e04f032b6f10ff5a18766cc461

If we set difficulty = 3, then the right answer is 461.

2, Guess a block's HASH, last N byte's digit value.
getblockhash 328399

741f52332ad5362556c165cd270fff4c860eb5e04f032b6f10ff5a18766cc461

If we set difficulty = 4, then the right answer is "12 + 4 + 6 + 1 = 23", hex "c"'s digit value = 12


I still don't understand - you explained the last bet here: https://bitcointalk.org/index.php?topic=789961.msg11498167#msg11498167
and you told me that I should calculate it as 4 + 6 + 1 = 11 ---> but the bet was not N byte's digit value (guess type 2)

Based on your last example I should see it as a HEX number 461.

Maybe I'm still missing something important.

My English is not good, sorry Sad
447  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: June 01, 2015, 03:40:07 PM
My bet was 80d and I still not get exactly how should I convert these numbers to see right result. Could you please make clear example?

1) me - 80d (how far was I from win?)
2) you - 1bf
3) win - a77 (where can I see this number?)
4) difference in calculation between "(last N byte)" and "(last N byte)'s digit value"

You are doing great work however everything you do is cloaked in mystery. And many simple questions are around --> this will make usage impossible for some people.

Use getblockhash cmd to get target block's HASH:
Code:
getblockhash 328399

741f52332ad5362556c165cd270fff4c860eb5e04f032b6f10ff5a18766cc461

If you set last N byte's "N" = 3, the right number is "461",
If you bet digit value, the right number is 11, why?
Bcz that: 4 + 6 + 1 = 11


Thank you. In my last example - the reason why I didn't win was that my bet amount was too low?

a77 = 2679 decimal (winning)
80d = 2061 decimal (me)
1bf = 447 decimal (you)


I use a single character's digit value, and them add.

This is what you mean?

(last N byte):
 a77 = 10+7+7 = 24

(last N byte)'s digit value:
 a77 = 2679

Are these both examples correct?

Our Lottery have 2 guess type.
1, Guess a block's HASH, last N byte.
getblockhash 328399

741f52332ad5362556c165cd270fff4c860eb5e04f032b6f10ff5a18766cc461

If we set difficulty = 3, then the right answer is 461.

2, Guess a block's HASH, last N byte's digit value.
getblockhash 328399

741f52332ad5362556c165cd270fff4c860eb5e04f032b6f10ff5a18766cc461

If we set difficulty = 4, then the right answer is "12 + 4 + 6 + 1 = 23", hex "c"'s digit value = 12
448  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: June 01, 2015, 03:35:41 PM
VPNcoin can now be use on the NXT network ! The asset is own by the user yiiy on the nxtforum, proof here.

Name: vpn2nxt (vpncoin)
Asset ID:  1989622569661755686
Issuing Account: NXT-WSHC-U9Z4-BKN6-543CS
Total Assets: 40,000,000
兑换流程:
VPN-->NXT:发送vpncoin到以下地址: VaaRtgxAcdRAsDpCPdSCDiYnGaVBrjvfk4,并附加留言注明接收vpn2nxt资产的NXT钱包地址(不能使用交易平台地址,必须是自己钱包地址)。收到vpncoin后,会将同等数量的vpn2nxt资产发送到相应的nxt地址。(充值限额:1-500万)
NXT-->VPN:购买vpn2nxt资产后,将资产发送到资产的发行账号NXT-WSHC-U9Z4-BKN6-543CS,并留言注明接收vpncoin的钱包地址。收到资产后,会将同等数量的vpncoin发送到相应的vpncoin地址。

Cash flow:
VPN-->NXT.
Send vpncoin to the following address: VaaRtgxAcdRAsDpCPdSCDiYnGaVBrjvfk4, and additional message marked NXT wallet address to receiving vpn2nxt assets(Only wallet address.Trading platform address can't be use.). After receiving vpncoin, I will send an equal number of vpn2nxt assets to the corresponding NXT address. (recharge limit: 1-5,000,000)
NXT-->VPN.
Buy vpn2nxt assets, then send assets to Issuing Account:NXT-WSHC-U9Z4-BKN6-543CS, and additional message marked receiving Vpncoin wallet address. After receiving assets, I will send the same amount of vpncoin to the corresponding vpncoin address.

Vpncoinwww.bitnet.wang
vpn2cny, https://yuanbaohui.com/trade/vpn2cny
--------vpn2nxt QQqun 319439561------

Nice work,
Thank you very much.
449  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: June 01, 2015, 10:41:15 AM
My bet was 80d and I still not get exactly how should I convert these numbers to see right result. Could you please make clear example?

1) me - 80d (how far was I from win?)
2) you - 1bf
3) win - a77 (where can I see this number?)
4) difference in calculation between "(last N byte)" and "(last N byte)'s digit value"

You are doing great work however everything you do is cloaked in mystery. And many simple questions are around --> this will make usage impossible for some people.

Use getblockhash cmd to get target block's HASH:
Code:
getblockhash 328399

741f52332ad5362556c165cd270fff4c860eb5e04f032b6f10ff5a18766cc461

If you set last N byte's "N" = 3, the right number is "461",
If you bet digit value, the right number is 11, why?
Bcz that: 4 + 6 + 1 = 11


Thank you. In my last example - the reason why I didn't win was that my bet amount was too low?

a77 = 2679 decimal (winning)
80d = 2061 decimal (me)
1bf = 447 decimal (you)


I use a single character's digit value, and them add.
450  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: ANN- The 1st blockchain Lottery | P2P Lottery | open source Lottery Launched... on: June 01, 2015, 07:34:14 AM
Bet 50VPN Win 300,000VPN.

Code:
Creator: Vq9EBcb43uEfFDJYbcRDL4fk8V9mB6mkT8
Lottery address: VwMycGrg3KSjGDah7KEYmCfNM88QTmBfv9
Creator Bet: 300000VPN
Minimum Bet: 50VPN
Type: Guess a future block's hash(last N byte)
Difficulty: 3 characters
Creator bet number: "369"
Start block: 333226, Target block: 336229
Bet block range: 333227~336226 (3000)
Transaction id: 3162fbb26f370a27b317bfa733e27e90345dabb7e1b2b8fd12291268e425710a
Create time: 2015-06-01 15:29:03
Total Bonus: 300000.00000000VPN

451  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: June 01, 2015, 07:33:31 AM
Bet 50VPN Win 300,000VPN.

Code:
Creator: Vq9EBcb43uEfFDJYbcRDL4fk8V9mB6mkT8
Lottery address: VwMycGrg3KSjGDah7KEYmCfNM88QTmBfv9
Creator Bet: 300000VPN
Minimum Bet: 50VPN
Type: Guess a future block's hash(last N byte)
Difficulty: 3 characters
Creator bet number: "369"
Start block: 333226, Target block: 336229
Bet block range: 333227~336226 (3000)
Transaction id: 3162fbb26f370a27b317bfa733e27e90345dabb7e1b2b8fd12291268e425710a
Create time: 2015-06-01 15:29:03
Total Bonus: 300000.00000000VPN

452  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: May 31, 2015, 03:41:55 PM
My bet was 80d and I still not get exactly how should I convert these numbers to see right result. Could you please make clear example?

1) me - 80d (how far was I from win?)
2) you - 1bf
3) win - a77 (where can I see this number?)
4) difference in calculation between "(last N byte)" and "(last N byte)'s digit value"

You are doing great work however everything you do is cloaked in mystery. And many simple questions are around --> this will make usage impossible for some people.

Use getblockhash cmd to get target block's HASH:
Code:
getblockhash 328399

741f52332ad5362556c165cd270fff4c860eb5e04f032b6f10ff5a18766cc461

If you set last N byte's "N" = 3, the right number is "461",
If you bet digit value, the right number is 11, why?
Bcz that: 4 + 6 + 1 = 11
453  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: ANN- The 1st blockchain Lottery | P2P Lottery | open source Lottery Launched... on: May 31, 2015, 10:51:32 AM


Code:
Creator: Vq9EBcb43uEfFDJYbcRDL4fk8V9mB6mkT8
Lottery address: Vw5x5cALxo3ngf2hRWjjLFN7Kr9LGSvNqf
Creator Bet: 300000VPN
Minimum Bet: 50VPN
Type: Guess a future block's hash(last N byte)
Difficulty: 3 characters
Creator bet number: "1bf"
Start block: 329060, Target block: 332063
Bet block range: 329061~332060 (3000)
Transaction id: 8b78c25ff400c2c10678a255c72317535a7298913b1afa8842f476d9c10aa046
Create time: 2015-05-29 09:43:08
Total Bonus: 300457.00000000VPN

Winner is: Vq9EBcb43uEfFDJYbcRDL4fk8V9mB6mkT8(Creator)
Bet amount: 300000.00000000VPN
Winning number: "a77"
Private key: WXys7315tNDYrYJ6jpFYDKSnzJ4ruvpQXQySoV1Y7d3rDfXFrNaX
454  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: May 31, 2015, 10:49:50 AM


Code:
Creator: Vq9EBcb43uEfFDJYbcRDL4fk8V9mB6mkT8
Lottery address: Vw5x5cALxo3ngf2hRWjjLFN7Kr9LGSvNqf
Creator Bet: 300000VPN
Minimum Bet: 50VPN
Type: Guess a future block's hash(last N byte)
Difficulty: 3 characters
Creator bet number: "1bf"
Start block: 329060, Target block: 332063
Bet block range: 329061~332060 (3000)
Transaction id: 8b78c25ff400c2c10678a255c72317535a7298913b1afa8842f476d9c10aa046
Create time: 2015-05-29 09:43:08
Total Bonus: 300457.00000000VPN

Winner is: Vq9EBcb43uEfFDJYbcRDL4fk8V9mB6mkT8(Creator)
Bet amount: 300000.00000000VPN
Winning number: "a77"
Private key: WXys7315tNDYrYJ6jpFYDKSnzJ4ruvpQXQySoV1Y7d3rDfXFrNaX
455  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: May 29, 2015, 02:41:40 AM
"Winning number" : "7",  What?

Guess Type is: guess block HASH chars digit value, 6 + 1 = 7

0-32?

Max is 0~30, why?
Bcz block HASH is Hex code, max number is "f", digit value is 15,
We guess last 2 chars, so max is "ff", digit value = f + f = 15 + 15 = 30.

Target block is 328399, HASH is:
Code:
getblockhash 328399

741f52332ad5362556c165cd270fff4c860eb5e04f032b6f10ff5a18766cc461

Last 2 chars is "61"
6 + 1 = 7


W00ps, A little rusty. was thinking 0-f. 16+16. Been decades since I dealt with hex.

Smiley

This Lottery is guess block HASH's last 3 byte, not guess digit value.

Quote
Bet 50VPN Win 300,000VPN.

Code:
Creator: Vq9EBcb43uEfFDJYbcRDL4fk8V9mB6mkT8
Lottery address: Vw5x5cALxo3ngf2hRWjjLFN7Kr9LGSvNqf
Creator Bet: 300000VPN
Minimum Bet: 50VPN
Type: Guess a future block's hash(last N byte)
Difficulty: 3 characters
Creator bet number: "1bf"
Start block: 329060, Target block: 332063
Bet block range: 329061~332060 (3000)
Transaction id: 8b78c25ff400c2c10678a255c72317535a7298913b1afa8842f476d9c10aa046
Create time: 2015-05-29 09:43:08
Total Bonus: 300000.00000000VPN


456  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: May 29, 2015, 02:18:14 AM
"Winning number" : "7",  What?

Guess Type is: guess block HASH chars digit value, 6 + 1 = 7

0-32?

Max is 0~30, why?
Bcz block HASH is Hex code, max number is "f", digit value is 15,
We guess last 2 chars, so max is "ff", digit value = f + f = 15 + 15 = 30.

Target block is 328399, HASH is:
Code:
getblockhash 328399

741f52332ad5362556c165cd270fff4c860eb5e04f032b6f10ff5a18766cc461

Last 2 chars is "61"
6 + 1 = 7
457  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Open source Blockchain Lottery 240,000 seed coin waiting for you to win,come on. on: May 29, 2015, 02:04:59 AM
Bet 50VPN Win 300,000VPN.

Code:
Creator: Vq9EBcb43uEfFDJYbcRDL4fk8V9mB6mkT8
Lottery address: Vw5x5cALxo3ngf2hRWjjLFN7Kr9LGSvNqf
Creator Bet: 300000VPN
Minimum Bet: 50VPN
Type: Guess a future block's hash(last N byte)
Difficulty: 3 characters
Creator bet number: "1bf"
Start block: 329060, Target block: 332063
Bet block range: 329061~332060 (3000)
Transaction id: 8b78c25ff400c2c10678a255c72317535a7298913b1afa8842f476d9c10aa046
Create time: 2015-05-29 09:43:08
Total Bonus: 300000.00000000VPN

458  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: ANN- The 1st blockchain Lottery | P2P Lottery | open source Lottery Launched... on: May 29, 2015, 02:04:25 AM
Bet 50VPN Win 300,000VPN.

Code:
Creator: Vq9EBcb43uEfFDJYbcRDL4fk8V9mB6mkT8
Lottery address: Vw5x5cALxo3ngf2hRWjjLFN7Kr9LGSvNqf
Creator Bet: 300000VPN
Minimum Bet: 50VPN
Type: Guess a future block's hash(last N byte)
Difficulty: 3 characters
Creator bet number: "1bf"
Start block: 329060, Target block: 332063
Bet block range: 329061~332060 (3000)
Transaction id: 8b78c25ff400c2c10678a255c72317535a7298913b1afa8842f476d9c10aa046
Create time: 2015-05-29 09:43:08
Total Bonus: 300000.00000000VPN

459  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: May 29, 2015, 02:01:15 AM
Bet 50VPN Win 300,000VPN.

Code:
Creator: Vq9EBcb43uEfFDJYbcRDL4fk8V9mB6mkT8
Lottery address: Vw5x5cALxo3ngf2hRWjjLFN7Kr9LGSvNqf
Creator Bet: 300000VPN
Minimum Bet: 50VPN
Type: Guess a future block's hash(last N byte)
Difficulty: 3 characters
Creator bet number: "1bf"
Start block: 329060, Target block: 332063
Bet block range: 329061~332060 (3000)
Transaction id: 8b78c25ff400c2c10678a255c72317535a7298913b1afa8842f476d9c10aa046
Create time: 2015-05-29 09:43:08
Total Bonus: 300000.00000000VPN

460  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitNet VpnCoin | P2P Lottery|AES|Domain&Website |Free VPN|Voice&video call on: May 29, 2015, 01:59:39 AM
"Winning number" : "7",  What?

Guess Type is: guess block HASH chars digit value, 6 + 1 = 7
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 ... 76 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!