python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
add a RPC password to your bitcoin.conf file
I'm following instructions here and it says that I will find a bitcoin.conf file Windows: %APPDATA%\Bitcoin\ and
To use bitcoind and bitcoin-cli, you will need to add a RPC password to your bitcoin.c...

kpie
Votes: 0
Answers: 2
If the blocks can only be traversed backwards, how do we know which one is the newest?
Our blockchain consists of a range of blocks that are chained together with a linked list, going only backward, where each block header has a prevHash (bitcoin) or parentHash (ethereum).
Here's my que...

Jazerix
Votes: 0
Answers: 1
how does bitcoin prevent double-spending?
can someone help me create a Pseudocode that shows how bitcoin prevents double-spending?
here is my code (with some help of https://www.sofi.com/) :
This program is to prevent double-spending:
Person...
AloneWolf
Votes: 0
Answers: 1
Number detecting in javascript
So I had visited a lot of websites and still havent found anything on this topic. I want to write a function (in javascript) that checks the output of this code:
function mineHash(length) {
var r...

user17515345
Votes: 0
Answers: 1