Difference between revisions of "BTCSQ Testnet Issues FAQ"

From Veriblock Wiki
Jump to: navigation, search
(Created page with "See: Join_BTCSQ_Testnet __TOC__ == Overview == Various issues, some with work-arounds. Ideally code "just works" and is so usable that it prevents issues from happenin...")
 
 
Line 9: Line 9:
 
Ideally code "just works" and is so usable that it prevents issues from happening
 
Ideally code "just works" and is so usable that it prevents issues from happening
  
== Issue 1 ==
+
== Convert your testnet phase 1 private key into a valid mainnet key ==
 +
 
 +
For anyone who needs to convert their testnet phase 1 private key into a valid mainnet key please use this script: https://gist.github.com/Warchant/92f635b178e575315cd9b4553a9c17f6
 +
 
 +
Edit line 34 -> https://gist.github.com/Warchant/92f635b178e575315cd9b4553a9c17f6#file-tn2mn-py-L34
 +
 
 +
Then run with python tn2mn.py and you can then import your phase1 key into the daemon and see your balance.
  
 
== Issue 3 ==
 
== Issue 3 ==

Latest revision as of 14:00, 19 October 2021

See: Join_BTCSQ_Testnet

Overview

Various issues, some with work-arounds.

Ideally code "just works" and is so usable that it prevents issues from happening

Convert your testnet phase 1 private key into a valid mainnet key

For anyone who needs to convert their testnet phase 1 private key into a valid mainnet key please use this script: https://gist.github.com/Warchant/92f635b178e575315cd9b4553a9c17f6

Edit line 34 -> https://gist.github.com/Warchant/92f635b178e575315cd9b4553a9c17f6#file-tn2mn-py-L34

Then run with python tn2mn.py and you can then import your phase1 key into the daemon and see your balance.

Issue 3

Issue 2