i have created bitcoind server in an old pc and mine block from genesi and i have create a configuration to not dawnload block from seeds mainet but create my block and share with my qt , and i have share my node with onin adres over tor and the qt ar conected with personalized conf over tor with my server and making transacion normali i have test version 0.8.6 but now i like to make the lastes version to make that and to create my bitcoin mainet
dr@node:~/64$ ./bitcoind -rpcuser=admin -rpcpassword=1234 -rpcconnect=127.0.0.1 getmininginfo
{
"blocks" : 182,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 1.00000000,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 2461063,
"pooledtx" : 0,
"testnet" : false
}
dr@node:~/64$ ./bitcoind -rpcuser=admin -rpcpassword=1234 -rpcconnect=127.0.0.1 getbalance "" 6
8729.00014685
dr@node:~/64$ ./bitcoind -rpcuser=admin -rpcpassword=1234 -rpcconnect=127.0.0.1 getpeerinfo
[
{
"addr" : "127.0.0.1:40982",
"services" : "00000001",
"lastsend" : 1769100047,
"lastrecv" : 1769100047,
"bytessent" : 1211,
"bytesrecv" : 1131,
"conntime" : 1769099084,
"version" : 70002,
"subver" : "/Satoshi:0.11.2/",
"inbound" : true,
"startingheight" : 182,
"banscore" : 0,
"syncnode" : true
}
]
dr@node:~/64$
https://talkimg.com/images/2026/01/22/UNkL0P.pnghttps://talkimg.com/images/2026/01/22/UNkhMq.png