How to Read Sender and Receiver of Blockchain Bitcoin Transaction
btctousd81 | i am trying to go bitcoin addresses from my blockchain stored on server. my bitcoin is upwardly to date. index mode is not enabled, as i dont want UTXO database. i tried using https://github.com/znort987/blockparser compiled it succesfully. [root@blockparser]# env BLOCKCHAIN_DIR="/home/user2/" ./parser allBalances > allBalances.txt info: mem at get-go = 0.000 Gigs only information technology crashes in the middle., or some times at the end., i tried running it many times., previously i got retentivity related error., so freed upwards memory and increased swap on my server. then tried running it again correct now i am getting info: 481823 blocks, 295.351 MegaAddrs , i counted and looks like it aborts when 2000 blocks are remaining. i am not the only one getting this error.. https://github.com/znort987/blockparser/issues/65 so what you guys are using ? to go data extracted from blockchain files. i take 64 gigs of ram, i7 , ssd . is there whatsoever other tool ? optimized ? or any other fork thanks for your time,. | |||
|
btctousd81 | I can't help you lot set information technology, simply I tin can tell you the reason: blockparser is older than SegWit, then it stops at the cake in which SegWit got activated. If y'all go it to work, I'd love to have a complete list (in for example CSV-format) of all addresses with their balance. I'd like to play around with it a scrap. i tin become a list earlier that cake by stopping programme., only i am looking for complete upto engagement listing. what changed in segwit ? i mean in cake ? and so i can try to change information technology in blockparser source. edit i: this is the lawmaking cauing the fatal error auto upTXHash = p; i am not certain, will it give correct output. if i comment outt that line and recompile and rerun the code., | |||
|
amaclin1 Sr. Member Activity: 686 | what inverse in segwit ? i hateful in block ? so i can try to modify it in blockparser source. Transaction format was changed in segwit. | |||
|
btctousd81 | what changed in segwit ? i mean in block ? then i can endeavor to alter information technology in blockparser source. Transaction format was inverse in segwit. thanks edit1 : i tried running it as it is, parsed around 50% blocks and got output file of 4 GB having format like this --------------------------------------------------------------------------- after effectually 505 lines, btcaddress is screwed . 2500.00111000 a0fc91baff4e19cb9f417cef2f00d2822106b5be 1FgDgWjeCMxrfiiaYnPdvnQG9DcYe6yX1r 5 Thu April ii 17:52:36 2015 0 Thu Jan 1 00:00:00 1970 so unless you desire hash160, or know how to convert hash160 to btcaddress., this tool is obsolete . | |||
|
BitcoinPC | Waste of time, what is the point? It would take yous longer or almost the same amount of fourth dimension to steal coins this fashion than it would to mine Bitcoins using the same equipment. People have tried this fourth dimension and time again and the results are the aforementioned, they give up because it is a fruitless pursuit. In that location is always someone that thinks they know better than the organisation and they neglect in the end, so please try again. | |||
|
btctousd81 | Waste material of time, what is the point? Information technology would take you longer or most the same amount of time to steal coins this way than it would to mine Bitcoins using the aforementioned equipment. People take tried this time and fourth dimension once more and the results are the same, they give up because it is a fruitless pursuit. At that place is e'er someone that thinks they know better than the organisation and they fail in the end, and then delight attempt over again. what makes you think, my method is same every bit others., remember everyone is unique | |||
|
bigvito19 Full Member Activity: 668 | Is there any other mode to get hash160 addresses besides using this? | |||
|
btctousd81 | Is there whatsoever other fashion to get hash160 addresses besides using this? you want hash160 or btc address ? | |||
|
bigvito19 Full Member Activity: 668 | I take the btc addresses, I need a way to get the hash160 addresses. | |||
|
btctousd81 | I have the btc addresses, I demand a way to get the hash160 addresses. this is what i would apply . bool addrToHash160( BN_zero(sum); uint8_t dg = fromB58Digit(c); uint8_t buf[4 + 2 + kRIPEMD160ByteSize + 4]; BN_bn2mpi(sum, buf); uint32_t recordedSize = uint8_t *bigNumEnd; ptrdiff_t bigNumSize = bigNumEnd - bigNumStart; bool hashOK = truthful; uint8_t information[1+kRIPEMD160ByteSize]; uint8_t sha[kSHA256ByteSize]; hashOK = if(!hashOK) { render hashOK; ref: https://github.com/znort987/blockparser/hulk/master/util.cpp#L596-L699 | |||
|
bigvito19 Full Member Action: 668 | What would be the the steps or cmd line to use that? I've been trying to compile the parser simply having trouble with g++-4.4, what all did you install to get it to get it to work. I'm stuck at unable to locate the g++-4.four | |||
|
btctousd81 | What would be the the steps or cmd line to use that? I've been trying to compile the parser but having trouble with g++-4.4, what all did yous install to get information technology to get it to work. I'one thousand stuck at unable to locate the chiliad++-4.iv i do this for all my centos systems., yum install autoconf automake gcc-c++ libdb4-cxx libdb4-cxx-devel boost-devel openssl-devel but when mistake occures at the time of compiliing, act appropriately. | |||
|
aplistir Full Fellow member Activity: 379 | Waste of time, what is the point? It would take you longer or virtually the same amount of fourth dimension to steal coins this way than it would to mine Bitcoins using the same equipment. People have tried this fourth dimension and time again and the results are the same, they give up because it is a fruitless pursuit. In that location is e'er someone that thinks they know ameliorate than the arrangement and they neglect in the finish, so please try again. what makes yous call back, my method is same every bit others., remember anybody is unique So y'all admit yous are trying to steal bitcoins? Skilful luck with that. But yeah. many take tried and noticed bitcoin is more than secure than they thought. Would be interesting to know what is your angle of attack When reading your post I assumed y'all are just interested in the blockchain and exploring it out of interest. | |||
My Accost: 121f7zb2U4g9iM4MiJTDhEzqeZGHzq5wLh |
btctousd81 | Waste of time, what is the point? It would take you longer or near the same amount of time to steal coins this manner than it would to mine Bitcoins using the aforementioned equipment. People have tried this time and time again and the results are the same, they give up because it is a fruitless pursuit. There is e'er someone that thinks they know improve than the arrangement and they neglect in the end, so please endeavor once again. what makes you lot think, my method is same equally others., recall everyone is unique So you acknowledge you are trying to steal bitcoins? Expert luck with that. But aye. many take tried and noticed bitcoin is more secure than they thought. Would exist interesting to know what is your angle of attack When reading your post I assumed you are just interested in the blockchain and exploring information technology out of interest. i thousand more of similar whitehat . | |||
|
btctousd81 | i want make certain, if blockchain is secure enough Yous practise non have skills and knowledge for such checks ans assumptions i know, not all the same, simply i am trying/willing to learn. edit: 12th oct 2017 i take used blockaparser on 50% blocks. which gave me four gb allbalnce.txt file., i used 7zip to zip it., if anyone is intersted here it is., https://transfer.sh/DLIpD/blockparser-allBalances.txt.7z sick endeavour to parse the complete block when i go gratuitous fourth dimension., and try to go on this thread updated. | |||
|
hamdi Hero Member Activity: 826 | anybody had success above segwit blocks? | |||
|
btctousd81 | anybody had success above segwit blocks? using blockparser remove all blocks afterwards which segit is implemeted., else remove all blocks after which segit is implemeted., edit: | |||
|
hamdi Hero Member Activity: 826 | thanks a lot for replying!!! | |||
|
Source: https://bitcointalk.org/index.php?topic=2242310.0
0 Response to "How to Read Sender and Receiver of Blockchain Bitcoin Transaction"
Postar um comentário