Bitcoin Forum
May 24, 2024, 06:05:50 PM *
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 »
101  Economy / Games and rounds / Re: DirectBet Soccer Prediction Game *** Win Free Bets ! *** Free to Enter ! on: May 21, 2017, 02:10:52 PM
HT: Malaga 0 v 2 Real Madrid
FT: Malaga 0 v 4 Real Madrid
102  Economy / Gambling discussion / Re: Italian League Prediction Thread (Serie A) on: May 21, 2017, 02:07:29 PM
What a goal by Dybala!
This goal alone is worth the Scudato...
Forza Juve!
Fino alla fine
103  Bitcoin / Mining support / Re: Connect my FPGA to a mining pool on: March 02, 2017, 11:20:22 AM
A new Update!

FPGA is working --> Talking with the Arm --> Which is communicate with my Python code through UART --> The Python pulling data from the Stratum mining proxy --> which connected to the pool

So now everything is working, except I was putting in some test data and this is the result:

This is my input data:
Code:
{"hash1"=>"00000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000", "target"=>"ffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000", "submitold"=>true, "identifier"=>"91138", "data"=>"00000002fc517a2df2b283474b135215a00604af276318262f5eebc00000043100000000db9fcfcc3781c1342c2750214e46407286cbf29985e688d0392e6b8005c4c8245032580a1a07a85e00000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000", "midstate"=>"03ad4305c1cad2bf14a99b82f3557b5722a060d6ac207450e939cb9f8143a605"}

Or in a more human-readable format the essence of this is the data, midstate and the target:
Code:
Data:
00000002 fc517a2df2b283474b135215a00604af276318262f5eebc00000043100000000 db9fcfcc3781c1342c2750214e46407286cbf29985e688d0392e6b8005c4c824 5032580a 1a07a85e 00000000 000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000
Midstate:
03ad4305c1cad2bf14a99b82f3557b5722a060d6ac207450e939cb9f8143a605
Target:
ffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000

And I know that the right solution is:  (nonce = 0x8e631c12)

But the nounce that I get is:
0x000141D0

And the hash of the binary data that I get is:
"0000075B2D7B45479BDE7D0A073900AE825F69C9FF16084CF83BB45B4F7B63C9"

So, where's the mistake? 
Or:  where are the mistakes?
104  Bitcoin / Development & Technical Discussion / Re: miner client - just to understand mining on: March 02, 2017, 09:33:32 AM
OK, OK, don't yell at me. I know this topic is really old.
But I was hoping someone here will be able to give me some help.

I tried to implement my own miner (just to understand mining).
I implemented it using getwork (I know it's old, but it was simpler for me)
so to check that it works I used the same example as here:

Code:
{"hash1"=>"00000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000", "target"=>"ffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000", "submitold"=>true, "identifier"=>"91138", "data"=>"00000002fc517a2df2b283474b135215a00604af276318262f5eebc00000043100000000db9fcfcc3781c1342c2750214e46407286cbf29985e688d0392e6b8005c4c8245032580a1a07a85e00000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000", "midstate"=>"03ad4305c1cad2bf14a99b82f3557b5722a060d6ac207450e939cb9f8143a605"}

Or in a more human-readable format the essence of this is the data and the target:
Code:
Data:
00000002 fc517a2df2b283474b135215a00604af276318262f5eebc00000043100000000 db9fcfcc3781c1342c2750214e46407286cbf29985e688d0392e6b8005c4c824 5032580a 1a07a85e 00000000 000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000

Target:
ffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000

We also know that the right solution is:  (nonce = 0x8e631c12)
Code:
Solution:
00000002 fc517a2df2b283474b135215a00604af276318262f5eebc00000043100000000 db9fcfcc3781c1342c2750214e46407286cbf29985e688d0392e6b8005c4c824 5032580a 1a07a85e [b]8e631c12[/b]
000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000

The Nounce that I get is:
0x000141D0

And the hash of the binary data that I get is:
"0000075B2D7B45479BDE7D0A073900AE825F69C9FF16084CF83BB45B4F7B63C9"

Target to compare with:
"00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"

Result: BAD NEWS: the calculated nounce is different and the hash is greater than the target Sad

Where's the mistake?  Or:  where are the mistakes? Smiley
105  Economy / Services / Re: [SpectroCoin.com] Signature campaign weekly payout on: March 01, 2017, 03:57:48 PM
Last week I joined late and didn't manage to write enough posts.
I would like to try again please.

BitcoinTalk name: sir.humus
Rank: Sr. Member
Current Post Count: 712
SpectroCoin wallet: 1NCaKXHWn5KRNJAp1uqVYqRgU2bbbvJdqs
106  Bitcoin / Mining software (miners) / Re: BFGMiner 5.4.2: GBT+Stratum, RPC, Mac/Linux/Win64, Antminer S1-S5, solo stratum on: February 28, 2017, 05:11:06 PM
Is there a way to use BFGMiner on a ZedBoard with Zynq FPGA+ARM?
I have the hardware and really want to start mining.
can you give me a hint where to start?
107  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.10.0 on: February 28, 2017, 05:10:35 PM
Is there a way to use CGMiner on a ZedBoard with Zynq FPGA+ARM?
I have the hardware and really want to start mining.
can you give me a hint where to start?
108  Bitcoin / Mining support / Re: Connect my FPGA to a mining pool on: February 28, 2017, 04:13:02 PM
I've found that the problem is that my board configured to the old getwork protocol, but I'm trying to connect to kano.is through stratum protocol.
so I found this bridge between old HTTP/getwork protocol and Stratum mining protocol:
https://github.com/slush0/stratum-mining-proxy

But I'm not sure how to use it in my current python code?
How do I get the {data, midstate, target} from it?
109  Bitcoin / Mining support / Connect my FPGA to a mining pool on: February 28, 2017, 02:56:02 PM
Hi,

so:
1) I've got a new ZedBoard to play with
2) Downloaded this code: https://github.com/ElPopularVale/Zedboard-Bitcoin-Miner
3) Compiled the VHDL & Embedded C and loaded it on the board.
4) I'm trying to connect to Kano.is with the python script, but I get a connection error (getaddrinfo failed)

any suggestion how to continue?
maybe some other python to connect between my FPGA and the mining pool?

Thanks

{if it helps anyone, the registers on the FPGA are: data, midstate & target}
110  Economy / Gambling discussion / Re: Can gambling be profitable in long term ? on: February 27, 2017, 08:27:36 PM
If someone which follows the set of rules and be discipline enoff. Can people make 50-100 $ a day just gambling in online casino.....?
It could be  profitable if I deposit big capital in the bank then I gamble seriously to make my bankroll balance be double, it needs some strategy to be use while in the games.

If you put a big capital on the gambling site and play with a good strategy, you lower the risk to loose from the house edge, but then you face a greater risk of loosing all your money if the site get closed or any other administrative problem.
111  Economy / Services / Re: Tired of mining bitcoin- try growing marijuana fr bitcoin on: February 27, 2017, 08:12:33 PM
That's sounds like a great idea!
Can we get some of the revenues in the form of a cannabis flowers?
I think that it's a good investment with minimal risk.
Good luck on that!
112  Economy / Games and rounds / Re: DirectBet Ice Hockey Prediction Game *** Win Free Bets ! *** Free to Enter ! on: February 24, 2017, 10:21:47 PM
Edmonton Oilers 1 @ 3 Washington Capitals
113  Economy / Services / Re: [SpectroCoin.com] Signature campaign weekly payout on: February 23, 2017, 02:48:17 PM
I want to join this signature campaign.

BitcoinTalk name: sir.humus
Rank: Sr. Member
Current Post Count: 703
SpectroCoin wallet: 1NCaKXHWn5KRNJAp1uqVYqRgU2bbbvJdqs
114  Economy / Gambling discussion / Re: do you use analysis when play gambling? on: February 21, 2017, 04:27:30 PM
Basically, analysis is needed to increase our chance to win at gambling and to ensure that we do not gamble blindly. We must have guidelines ( we can get it by doing some research ) which we believe will bring us to gain some profit even though it will be very difficult.
Yeah for me too when betting on tennis matches I always do a analyse because it tells us that a certain player is quite weak against a certain player.

For example if a match is to be played on clay between Murray and Nadal the odds would always favour Murray while the truth is those are because of his hard court rankings and performance and quite easy to choose Nadal with high odds.

Tennis had good statistics on the unpredictable things too. For example, you can see the injuries history of a player and how good is he in comebacks, or how much he tends to quit a match.
When I'm betting on tennis I always make full analysis.
115  Economy / Games and rounds / Re: DirectBet Soccer Prediction Game *** Win Free Bets ! *** Free to Enter ! on: February 21, 2017, 04:14:51 PM
HT : Bayer Leverkusen 0 v 0 Atlético Madrid
FT : Bayer Leverkusen 1 v 0 Atlético Madrid
116  Economy / Games and rounds / Re: DirectBet Basketball Prediction Game *** Win Free Bets ! *** Free to Enter ! on: February 19, 2017, 08:36:19 PM
East 169 - 180 West
117  Economy / Games and rounds / Re: DirectBet Soccer Prediction Game *** Win Free Bets ! *** Free to Enter ! on: February 19, 2017, 01:17:24 PM
HT: Fulham 0 - 1 Tottenham
FT: Fulham 0 - 2 Tottenham
118  Bitcoin / Bitcoin Discussion / Re: Bitcoins Everywhere? Not yet... on: February 18, 2017, 12:28:00 PM
My new job gave me recently a card for buying everyday lunch.
It also has an app, so you can pay with the "credit" card or with the app.
But I found most of the restaurant prefer the use of the card instead of the app.
What made me think how hard it will be to convert to bitcoin. If it's so hard for them to accept money virtually from an app, it will be even harder when it comes to bitcoin.
119  Economy / Services / Re: THE LEGENDS ROOM Signature Campaign Live ~Feb 20th💰 Earn up to 0.12 BTC/Month💰 on: February 18, 2017, 12:19:53 PM
Bitcointalk Name: sir.humus
Rank: Sr. Member
Current post count: 697
BTC Address: 16ahoC27zT2M71Dc2FT4rBTfufzNDnTSZt
120  Economy / Games and rounds / Re: DirectBet Soccer Prediction Game *** Win Free Bets ! *** Free to Enter ! on: February 18, 2017, 12:05:42 PM
HT : Wolves 0 v 1 Chelsea
FT : Wolves 0 v 3 Chelsea
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!