Search content
Sort by

Showing 4 of 4 results by arbonino
Post
Topic
Board Bitcoin Discussion
Re: WHY IS SATOSHI NAKAMOTO NOT HERE TALKING
by
arbonino
on 04/05/2020, 21:32:08 UTC
people call me the Drifter

No, they don't.
Post
Topic
(Unknown Title)
by
arbonino
on 04/05/2020, 21:13:20 UTC
Quote
people call me the Drifter

No, they don´t.
Post
Topic
Board Bitcoin Technical Support
Re: Missing Block Header stats from Slushpool
by
arbonino
on 25/03/2020, 21:54:17 UTC
Do you have a fully synced full node?
If you have, you can get the info yourself using the console/rpc through: getbestblockhash, then getblockheader "block_hash" commands.

You can also use https://chainquery.com/bitcoin-cli/getbestblockhash and https://chainquery.com/bitcoin-cli/getblockheader to do the same.

Why SlushPool in particular?

Thanks for the replies. I don´t have a full synced node. I don´t know where to execute the commands of the chainquery page, in the console? Do i have to download something to make it work? Slushpool because I want to make a miner using an altera FPGA with a Raspberry Pi 4. My plan is to gather said parameters with the Raspberry and use it only as a communication device (the FPGA would do all the mining). But I don´t know how to request the block header information from the Slushpool page from the Raspberry to give it to the FPGA. The FPGA would mine the block, return the proof of work to the RPi and the RPi would submit said proof to the Slushpool page. I don´t know if I am missing something. The other way would be to request the block header information from the blockchain page, pass it to the FPGA, then the FPGA would return the proof to the RPi and the RPi would submit the proof to the Slushpool page, however I can´t find in which part (code, section) I have to submit this informaion on the Slushpool page. Would this way be more correct?
Post
Topic
Board Bitcoin Technical Support
Merits 1 from 1 user
Topic OP
Missing Block Header stats from Slushpool
by
arbonino
on 21/03/2020, 02:24:05 UTC
⭐ Merited by ETFbitcoin (1)
Hi, I want to know where I can find the block header stats (version, previous hash, merkle root, timestamp, nbits, nonce) in the Slushpool page. I read the API Guide here https://slushpool.com/help/api/ but it doesn´t show the stats I need to request from the page. Thanks.