deep-foundation / deep-packages

This is repository for packages that are published only in NPM.
https://github.com/orgs/deep-foundation/projects/12
The Unlicense
0 stars 2 forks source link

Ethereum puzzle solver package #72

Open Konard opened 8 months ago

Konard commented 8 months ago

Master automated transfer

Manual transfer will not work, because most wallets does not allow entering private key in HEX format. May be still there exists such wallet. Write a guide how to transfer assets from one Ethereum address to another.

For this, may seth or geth may be used: https://docs.makerdao.com/clis/seth https://github.com/ethereum/go-ethereum

Private keys and addresses:

private key:  23d4a09295be678b21a5f1dceae1f634a69c1b41775f680ebf8165266471401b
address:      0xCFcb12D849569A3d1Cf971721665B2dCe0279A91
balance:      61 wei

Source: https://privatekeyfinder.io/brainwallet/ethereum/?page=2

private key:  59b47e9ec520a9513f404b325fa84662202adbb134c73cc57cbb0f7cea25c689
address:      0xF08A9664E46bC52878C35894391AE520a1ebBd2A
balance:      0.00007664 ether

Source: https://privatekeyfinder.io/brainwallet/ethereum/?page=181

private key:  725544de96fa7e38e7c1e3911d79770f6de178c52d4b87702ad820f5fe7e135c
address:      0x854C77c8D57C770360fB00569C2fc29e03C089bE
balance:      0.00000023 ether

private key:  71099161d22b90d8d4d95922f3781027661f80107c2a7bf7bdecb1984455610c
address:      0x6CEbfF11d72A10Dc183CF61b813fA173eA9A1Bd2
balance:      10 gwei

private key:  49ae7eff833b4aa1400a87b9c12ff44ebd5349e87ea9ef20fa10f9ae8c0b44bb
address:      0xF0737b678059A2dEcc1293B755D481ad7301292b
balance:      0.00000234 ether

Source: https://privatekeyfinder.io/brainwallet/ethereum/?page=192

private key:  48047b49b975ee8880742ea2544b30e8965f1675df787e9d832f8e0c2db87630
address:      0x41791393b667240cED1F1AfD6bfedD91ad19425e
balance:      0.0001 ether

Source: https://privatekeyfinder.io/brainwallet/ethereum/?page=287

private key:  6d08a9aaf3685faba55c76e3722163be8305f819647eb983453c6f2cbb5731a8
address:      0xC260b9dbf37A879e4726fDac8E147cb8Fd08ed64
balance:      0.000001 ether

Source: https://privatekeyfinder.io/brainwallet/ethereum/?page=315

The first key in multiple networks: https://privatekeyfinder.io/key/0000000000000000000000000000000000000000000000000000000000000001

See also: https://github.com/deep-foundation/deep-packages/issues/68

Konard commented 8 months ago

https://learnmeabitcoin.com/technical/public-key https://learnmeabitcoin.com/technical/ecdsa#elliptic-curve-mathematics

Konard commented 8 months ago

https://github.com/ryancdotorg/brainflayer