How a Simple Code Mistake Cost Me 2400 AR Coins in Just a Few Seconds
The original article was written in Chinese and published at the following address. This article was translated using ChatGPT. https://mirror.xyz/firstfan.eth/kGa6jFpYm9qvW3tdlEAdwSEa841xS8DEEvrEyR3uUmI As a programmer, I aspire to make a mark in the cryptocurrency space. This year, I started writing scripts to interact with the blockchain, and the results have been quite rewarding. I quickly earned some airdrop rewards. However, after May, there weren't many exciting projects, so I turn...
How a Simple Code Mistake Cost Me 2400 AR Coins in Just a Few Seconds
The original article was written in Chinese and published at the following address. This article was translated using ChatGPT. https://mirror.xyz/firstfan.eth/kGa6jFpYm9qvW3tdlEAdwSEa841xS8DEEvrEyR3uUmI As a programmer, I aspire to make a mark in the cryptocurrency space. This year, I started writing scripts to interact with the blockchain, and the results have been quite rewarding. I quickly earned some airdrop rewards. However, after May, there weren't many exciting projects, so I turn...
代码错误如何导致我亏损2400个AR币的经历
作为一个程序员,在币圈都想成为科学家,今年才开始写脚本做链上交互。我取得了一些收获,很快就获得了一些空投收入。五月后,没什么有趣项目,我想看看AR,因为最近还比较火,我去年就买了2400+多个AR币,想着是否要把AR币转到链上钱包,以获取可能的AO空投收益。 其实五月初就开始看,一直有个问题解决不了,就是同样助记词无法获得和ARConnect等钱包一致的地址,我看了ARConnect的源码,从助记词转换到Jwk文件,而官方SDK只支持从Jwk文件获得地址和进行签名等操作,并不支持直接从助记词生成钱包或者jwk文件。 ARConnect对应的源码地址在 https://github.com/arconnectio/ArConnect/blob/production/src/wallets/generator.ts/** * Credits to arweave.app for the mnemonic wallet generation * * https://github.com/jfbeats/ArweaveWebWallet/blob/master/src/functions...
代码错误如何导致我亏损2400个AR币的经历
作为一个程序员,在币圈都想成为科学家,今年才开始写脚本做链上交互。我取得了一些收获,很快就获得了一些空投收入。五月后,没什么有趣项目,我想看看AR,因为最近还比较火,我去年就买了2400+多个AR币,想着是否要把AR币转到链上钱包,以获取可能的AO空投收益。 其实五月初就开始看,一直有个问题解决不了,就是同样助记词无法获得和ARConnect等钱包一致的地址,我看了ARConnect的源码,从助记词转换到Jwk文件,而官方SDK只支持从Jwk文件获得地址和进行签名等操作,并不支持直接从助记词生成钱包或者jwk文件。 ARConnect对应的源码地址在 https://github.com/arconnectio/ArConnect/blob/production/src/wallets/generator.ts/** * Credits to arweave.app for the mnemonic wallet generation * * https://github.com/jfbeats/ArweaveWebWallet/blob/master/src/functions...