Golang How to build bitcoin blockchain with go programing - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: Golang How to build bitcoin blockchain with go programing (/Thread-Golang-How-to-build-bitcoin-blockchain-with-go-programing) |
Golang How to build bitcoin blockchain with go programing - AD-TEAM - 01-23-2025 19.66 GB | 45min 15s | mp4 | 1280X720 | 16:9 Genre:eLearning |Language:English
Files Included :
1 -About me.mp4 (64.79 MB) 10 -Solve Problem for field element with power to order minus 1.mp4 (87.52 MB) 11 -Talk about division in finite field.mp4 (40.52 MB) 12 -Code implementation for division of finite field.mp4 (102.76 MB) 2 -Introduction to finite field.mp4 (105.82 MB) 3 -Struct definition for Finite field element.mp4 (105.47 MB) 4 -Implement Add and Negate methods for Finite field element.mp4 (152.27 MB) 5 -Implement Subtract method for.mp4 (85.41 MB) 6 -Add multiply and power method to field element.mp4 (103.93 MB) 7 -Solve filed element multiply with scalar problem.mp4 (74.65 MB) 8 -Change value field in FieldElement to BigInt.mp4 (131.85 MB) 9 -Test BigInt value in FieldElement.mp4 (88.05 MB) 1 -Introduce to bitcoin network packet.mp4 (123.59 MB) 10 -implementing and debugging the get header request.mp4 (250.23 MB) 2 -Parsing network packet raw data.mp4 (293.25 MB) 3 -Introduce to payload of version command.mp4 (303.17 MB) 4 -Create and serialize version command payload.mp4 (357.7 MB) 5 -Code implementation for hand shaking process for two bitcoin nodes.mp4 (318.82 MB) 6 -introduce to get headers command.mp4 (84.33 MB) 7 -code implementation for get headers command.mp4 (131.26 MB) 8 -Parsing response data for get headers command.mp4 (78.78 MB) 9 -code implementation for parsing get header command response.mp4 (224.87 MB) 1 -Introduce to merkle tree.mp4 (397.42 MB) 2 -Construct tree from list.mp4 (220 MB) 3 -Coding Merkle tree.mp4 (490.27 MB) 4 -Merkle tree usage in bitcoin blockchain.mp4 (109.57 MB) 5 -Introduce to merkle block command.mp4 (171.17 MB) 6 -Parsing MerkleBlock command payload.mp4 (376.53 MB) 7 -Algorithm for computing value of merkle root from payload of merkleblock.mp4 (397.43 MB) 8 -Code implementation of merkle root computation.mp4 (476.19 MB) 1 -Introduce to bloom filter.mp4 (344.55 MB) 2 -Code implementation of bloom filter.mp4 (76.95 MB) 3 -Implement the filterload command.mp4 (363.21 MB) 4 -Implement getdata command.mp4 (233.93 MB) 5 -Send filterload and getdata command to get merkleblock return.mp4 (292.34 MB) 1 -Parsing segwit transaction.mp4 (221.38 MB) 2 -Segwit transaction hash.mp4 (400.12 MB) 3 -Segwit script pattern checking.mp4 (145.55 MB) 4 -Generate segwit transaction verify message.mp4 (354.2 MB) 5 -Verify segwit transaction.mp4 (207.53 MB) 1 -Introduce to elliptic curve.mp4 (29.91 MB) 2 -Code to implement points on elliptic curve.mp4 (110.78 MB) 3 -Check points on given elliptic curve or not.mp4 (71.52 MB) 4 -Introduce to addition for points on elliptic curve.mp4 (56.55 MB) 5 -Code to implement point addition with identity.mp4 (97.03 MB) 6 -Derivation for A+B when neither A nor B is identity point.mp4 (58.53 MB) 7 -Code implementation for point addition.mp4 (138.99 MB) 8 -Slope computation for tangent line on elliptic curve.mp4 (14.22 MB) 9 -Code implementation for A+B when A=B.mp4 (62.29 MB) 1 -Elliptic curve point base on finite field element.mp4 (324.33 MB) 2 -Algorithm for Elliptic curve point scalar multiplication.mp4 (189.95 MB) 3 -Bitcoin elliptic curve parameters setting.mp4 (144.1 MB) 4 -Group property for bitcoin elliptic curve points.mp4 (135.56 MB) 5 -Introduce to ECSDA algorithm.mp4 (145.83 MB) 6 -Code implementation for signature verify.mp4 (277.79 MB) 7 -code implementation for signing process.mp4 (275.82 MB) 1 -SEC uncompressed encoding.mp4 (189.85 MB) 2 -Sqrt operation for field element.mp4 (264.65 MB) 3 -SEC compressed encoding.mp4 (134.04 MB) 4 -Parsing SEC format data.mp4 (150.36 MB) 5 -Introduce to DER encoding scheme for signature.mp4 (74.81 MB) 6 -Code implementation of DER encoding.mp4 (81.83 MB) 7 -Implementation of Base58 encoding.mp4 (127.49 MB) 8 -Create wallet address from public key.mp4 (220.9 MB) 9 -Conversion between big endian and little endian.mp4 (172.68 MB) 1 -Introduction to bitcoin transaction.mp4 (75.87 MB) 10 -Serialize Script object into raw binary data.mp4 (270.37 MB) 2 -Parsing transaction input count.mp4 (144.12 MB) 3 -Code implementation for parsing input count in transaction.mp4 (266.25 MB) 4 -Structure for transaction input.mp4 (140.31 MB) 5 -Code implementation for parsing transaction input raw data.mp4 (200.47 MB) 6 -Framework code for parsing output.mp4 (127.62 MB) 7 -Query transaction raw data by RPC provider.mp4 (240.65 MB) 8 -Introduce to the structure of script.mp4 (140.34 MB) 9 -Code implementation for script parsing.mp4 (185.13 MB) 1 -Introduce to two's complement.mp4 (113.49 MB) 10 -Debugging the evaluation for p2pk script.mp4 (103.73 MB) 11 -Construct script from current and previous transaction.mp4 (243.84 MB) 12 -Debugging evaluation of combined script.mp4 (138.1 MB) 2 -Code implementation of two's complement.mp4 (198.78 MB) 3 -Parse DER binary raw data into signature object.mp4 (264.1 MB) 4 -Initialization of bitcoin operation code.mp4 (92.27 MB) 5 -code implementation for bitcoin operation of OP CHECKSIG.mp4 (162.32 MB) 6 -Evaluation of bitcoin script for operation OP CHECKSIG.mp4 (278.18 MB) 7 -Introudce to p2pkh script.mp4 (61.98 MB) 8 -construct p2pk script by code.mp4 (231.17 MB) 9 -Code for execution of p2pk script.mp4 (232.14 MB) 1 -Validate inputs in transaction is more than output.mp4 (133.2 MB) 2 -Construct signature message for script evaluation.mp4 (169.66 MB) 3 -Validate the whole transaction.mp4 (405.96 MB) 4 -Create transactiongenerate wallet address and receiving bitcoin for testnet.mp4 (122.41 MB) 5 -transaction creationdecode base58 encoding.mp4 (139.13 MB) 6 -Transaction creation generate transaction input.mp4 (124.72 MB) 7 -Transaction creationgenerate transaction output.mp4 (84.7 MB) 8 -Transaction creation generate transaction instance.mp4 (221.63 MB) 9 -Transaction creation broadcast transaction.mp4 (57.37 MB) 1 -Problems for p2pk transaction.mp4 (76.63 MB) 2 -Verify process for p2pk with multiple public keys.mp4 (45.85 MB) 3 -Code for OP CHECKMULTISIG command.mp4 (176.93 MB) 4 -P2sh transaction verification process.mp4 (126.48 MB) 5 -Some bugs fixing.mp4 (158.19 MB) 6 -code implementation of p2sh transaction verification.mp4 (276.33 MB) 7 -Construct verification signature message.mp4 (118.75 MB) 8 -Debugging p2sh verification process.mp4 (198.29 MB) 1 -Introduce to coinbase transaction.mp4 (235.4 MB) 2 -Introduce to block header.mp4 (110.26 MB) 3 -Parsing block header.mp4 (284.07 MB) 4 -Introduce to proof of work.mp4 (215.5 MB) 5 -Compute target value for proof of work.mp4 (194.98 MB) 6 -compute difficulty of proof of work.mp4 (400.01 MB)] Screenshot |