-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi Jimmy,
I am trying to figure out how to split by coins. I am a developer but I don't use Python or do any crypto/blockchain development.
I know you're busy but maybe someone else could make a video going through the process, or just talk about the functions that are there to make it slightly simpler to understand what I need to do.
-
First I notice this WIF format, which seems to be slightly different from what I get from electrum, but I bet I can run a function inside the playbook to convert it.
-
I generated new seed just to see what the HD key does, but it failed so I have no idea.
-
After a while of staring at the Bitcoin Diamond script, I figured out I need to look at my old public address and copy over the transactions that into the
dataandwif_lookupswhich currently don't say "FILL THIS IN". After I figure out point 3, this should be easy. -
Looks like there is nowhere to broadcast the Diamond fork transaction now? (Since other examples seem to have a way to do that)
I bet its super simple to do when one has any practical knowledge of blochain, but not so much for a newb so a video would help tremendously.