New Zealand’s Financial Crime Group (FCG)
Talk Crypto Blog
by seandotau
5M ago
Within NZ Police, there is a Financial Crime Group made ..read more
Visit website
Monthly Active Developers in Crypto
Talk Crypto Blog
by seandotau
1y ago
A neat report on the state of developer activity in the crypto ecosystem. https://www.developerreport.com/developer-report ..read more
Visit website
Some differences between Crust v Filecoin
Talk Crypto Blog
by seandotau
1y ago
Crust Filecoin Proof of Storage Crust node supports the Trusted Execution Environment (TEE) technology. Therefore, it checks the files locally on the node and periodically generates a workload report signed by the TEE. Crust’s local inspection method does not need to introduce the complex zero-knowledge proof, which reduces computational costs and lowers thresholds. Each node periodically provides proof to the network via a zero-knowledge proof based on the file it stores. Proof of Storage Crust’s workload report is much smaller, which decreases the occupation of network resources. Periodic re ..read more
Visit website
How to verify PGP digital signatures?
Talk Crypto Blog
by seandotau
1y ago
A neat video on the basics of verifying a PGP digital signature using GnuPG on macOS. Relevant for instance if you have a bitcoin donation address on your website and your website gets hacked and the bitcoin donation address is swapped out for the hacker’s bitcoin address ..read more
Visit website
How to join a shared wallet in Bitpay?
Talk Crypto Blog
by seandotau
1y ago
Note: In version 14.5.1 of Bitpay’s crypto wallet, screenshots can no longer be taken. (This may have been in place for earlier versions). This means providing directions on how to perform certain functions becomes a bit more difficult to do. How to join a shared wallet? Select “Create, import or join a shared wallet” from the home screen of Bitpay. To get to the home screen, click on the house icon at the bottom menu bar. This will provide 3 further options. New Key, Import Key or Multisig Wallet. Select Multisig Wallet and choose “Join a shared wallet”. Then provide your name and your wallet ..read more
Visit website
CRC
Talk Crypto Blog
by seandotau
2y ago
Completed my Chainalysis Reactor Certification ..read more
Visit website
CCFC
Talk Crypto Blog
by seandotau
2y ago
Got my Chainalysis Cryptocurrency Fundamentals Certification today. It was a well written exam and covered a lot of the basic fundamentals of cryptocurrencies. Highly recommend it ..read more
Visit website
Blockchain word cloud references
Talk Crypto Blog
by seandotau
2y ago
BlockchainsBitcoinAltcoinsLitecoinEthereumCryptocurrenciesPrivacy_coins MiningDifficultyPoolsAntminmerGPUsASIC10_mins CryptographyPublic/Private_keysRSASHA256Hash_FunctionsDigital_SignaturesKECCAK256 ISO/TC_307WG1_FoundationsWG2_Security,privacy&identity WG3_Smart_contracts&_their_applicationsWG5_GovernanceWG6_Use_casesSG_7_Interoperability_of_blockchains TokensTokenomicsInflationBonding_curvesStablecoinsDAOICOIEOTGETGOFungibilityNFT ..read more
Visit website
Debugging SubQuery project with debugger
Talk Crypto Blog
by seandotau
2y ago
To debug a SubQuery project, the –inspect flag of the node command needs to be used. The command is: Eg: This enables the node inspector. Note the small difference between –inspect and –inspect-brk. Then open up the Developer Tools in Chrome and you should see a green icon appear. Clicking on the green icon will open up the DevTools. From here, navigate to the “Filesystem” and add your project folder to the workspace. Then you can add breakpoints and step through your code just like any regular debugger ..read more
Visit website
How to list all transactions for a given address in SubQuery
Talk Crypto Blog
by seandotau
2y ago
Introduction What we will do here is to write a query to list all the transaction for a given Polkadot address as seen in the screenshot below. Pre-requisites Have gone through the SubQuery Hello World exercise. This ensures your environment has all the required applications. Step 1: Run subql init This will set up the scaffolding making everything a lot easier. Step 2: Create a schema The first step is to create your schema file which “defines the shape of your data”. Here we will define 2 entities or objects, Account and Transfer. Step 3: Update the manifest file In the manifest file, we wan ..read more
Visit website

Follow Talk Crypto Blog on FeedSpot

Continue with Google
Continue with Apple
OR