plowsof

Results 138 comments of plowsof

Transaction uniformity anyone? We should have a large ish tx_extra then which has alot of use cases. If MRL/-dev prove it harms.privacy then what is there left to discuss? Playing...

Thank you to the reviewers! > This makes me wonder if you can be impartial in your work as CCS coordinator. @Cactii1 If you wish to make a complaint /...

hashes ``` 423dcee4a23f697669b74188588eb1fa023b0921de1ba8c31860c6c670d6cdc2 monero-aarch64-apple-darwin-9ea73c0ff089.tar.bz2 9c40bc1ff4267f25bc2a36649bd5fd06fed2ed0fe1aadfdfca2265248ca78106 monero-aarch64-linux-android-9ea73c0ff089.tar.bz2 d7c1099361828707d2a57e5fb5407f32323bc23c5009942b0c551f17b5fd7f5c monero-aarch64-linux-gnu-9ea73c0ff089.tar.bz2 486e6282b26dc18c4dbe1f71821bf14bd87352b6eccf29b9753f17d92bad103a monero-arm-linux-androideabi-9ea73c0ff089.tar.bz2 85c57bde9b139303655c6f57b1305be37e613f51e0f264361b4f6e4136c42dc5 monero-arm-linux-gnueabihf-9ea73c0ff089.tar.bz2 d24844c3396c2f4b3cd0ee0d74a02d26070480361e4fdcf7b3792ac77cbb63dd monero-i686-linux-gnu-9ea73c0ff089.tar.bz2 14265f23ae8937d233861c3371be32a1a1a6e112c5b5e193ec24f819802f5dc4 monero-i686-w64-mingw32-9ea73c0ff089.zip 49133fe551ca06965b0ace3283fd87a1d1bd4863a5c97e29bf02f892e96feeaa monero-riscv64-linux-gnu-9ea73c0ff089.tar.bz2 75e452f349dc0996792f3551ff452301c7107080628111f5fd2364fee69e04c6 monero-source-9ea73c0ff089.tar.gz 93c0bd491b284e920cdc042e750fad2b215896f0bcff8736b921769fe75d622f monero-x86_64-apple-darwin-9ea73c0ff089.tar.bz2 fb9a3725c547d4313577b7937ea1c34a3c4db02eae30159dd1b57e4c447f0a8c monero-x86_64-linux-gnu-9ea73c0ff089.tar.bz2 e5aca1771d83612844e7e85aeef1d9b7897f0575757cb207e6151ab092073f25 monero-x86_64-unknown-freebsd-9ea73c0ff089.tar.bz2 58d7586c7698e64f20c584d61a98bb4140239c4b6e2184a946a93508355f3650 monero-x86_64-w64-mingw32-9ea73c0ff089.zip ```

This is possible with monero-wallet-rpc combined with a scripting language e.g. shell/python. We also have monero-javascript which is being used in this gift wallet generator https://xmr.gift/generator. Redeeming these gift cards...

i dont recall you mentioning the gift wallet generator i linked (which can be used offline) https://github.com/xmrdotgift/generator , but more over, the monero-wallet-rpc can do all of the things you...

this pull request currently has a 10.5~xmr reward after being reviewed/merged https://bounties.monero.social/posts/41/10-503m-implement-viewkey-based-background-refresh-to-significantly-reduce-wallet-sync-time

built master with this yesterday, everything seems ok. just have a question, does this have any effect or change the docs for i2p https://github.com/monero-project/monero/blob/master/docs/ANONYMITY_NETWORKS.md ? ``` anonymous-inbound=ugnlcdciyhghh2zert7c3kl4biwkirc43ke33jiy5slnd3mv2trq.b32.i2p:8061,127.0.0.1:8061 ``` stats/info: ```...

benchmarks for generating 300 accounts with 5k subaddresses each: gen_address function here https://gist.github.com/plowsof/97beade04012780bb8d89266455af99b master + #8730 gen_addresses: 241m32.365s save: 0m0.883s close; 0m0.512s open: 0m5.448s master + #8730 + #5370 gen_addresses:...

@moneromooo-monero Nice one !!!!!!!!!?????? thanks same test as above using [gen_addresses](https://gist.github.com/plowsof/97beade04012780bb8d89266455af99b) master + #8730 + [wallet_rpc_server: speed up adding many subaddresses at once](https://github.com/monero-project/monero/pull/5370/commits/cc379879e755315953e47e3bfb69b464cf634840) gen_addresses: 8m59.091s save: 0m0.823s close: 0m0.346s open:...

``` ./monero-blockchain-export --data-dir /var/lib/monero/.bitmonero --blocksdat --output-file blockchain.dat --block-stop 3070000 sha256sum blockchain.dat 3d67d93c35cea9af6905a727ec87191933b4d09281bbb1a558739ac9e2bc7c0b blockchain.dat ``` ```bash height="3070000" difficulty="0x49d7c9f7d0df470" hash="2983bcd938f49269534ab0069c1dec0f1ba57daa413313de27fb9ab3940922c2" node=127.0.0.1:18081 REQ=$(curl http://${node}/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"get_block_header_by_height","params":{"height":'${height}'}}' -H 'Content-Type: application/json') DATA=$(echo $REQ | jq...