DMDcoin / dmdv4migration

DMD Coin Migration from V3 to V4
1 stars 1 forks source link

Snapshot creation in V3 #2

Open SurfingNerd opened 4 years ago

SurfingNerd commented 4 years ago

Getting all addresses with a fund greater than a threshold (Known as the Snapshot), so we can import this information in V4. It would be good, to retrieve this information directly from a node, instead of going the long route. Node -> Blockexplorer -> CSV Export -> CSV Import.

The required information requires only 2 collums: Address and Amount

Once we have this list, we also know if there are address types that are not supported by the system.

cryptonit commented 4 years ago

for chainz explorer operstor export balance on a certain blovk is easy task it was dome this way also at v2 to v3 migration