Fleming Testnet v1 Release - *NOW OFFLINE IN PREPARATION FOR TESTNET V2*

I’ve not been Windows user for long time now, but I think you need a Gitbash console with admin perms to install it (some instructions here: https://github.com/maidsafe/sn_api/blob/master/sn_cli/README.md#windows), then you may need to open a new console so the CLI is found in the PATH, at that point you should be able to run the safe -V (note the white space there @scottefc86 ) command to confirm it installed and the right version

Yep give the above from @davidpbrown a try - also try pasting your commands and the terminal response in here & we’ll get you sorted

1 Like

Is that really good advice?

It needs to be done for the install step I’m afraid. After that you don’t need to run as administrator (it’s all in the install guide)

1 Like

I don’t think it is a good idea to run bash scripts in Windows at all.

Just an example. :wink:

2 Likes

good! i was about to start hating on ya :wink:

1 Like

Im running as administrator already. Heres a picture of my terminal with commands:

? hmm

$ safe keys transfer 1000000 --from 6db544guessthisandyoucanhavemymoney7f351f00ce6f8870e70e814fbd242 --to safe://traktion
Error: AccessDenied: Couldn't read source Wallet for the transfer at "safe://hyryynbm4f9mjohzjntsbyuey4iywpag6u8g1smz7yc846dfew1auw1m91yb6o"
safe@water:~$ safe dog safe://traktion

== URL resolution step 1 ==
Resolved from: safe://traktion
= NRS Map Container =
PublicName: "traktion"
XOR-URL: safe://hyryygy7kr5qudkssts6zxr5m1acdy4esrizaww13e91d5wpssjkbbdsmyhn7a
Version: 0
Type tag: 1500
XOR name: 0xaa26dd31aad68dbd77936b9618306916256f8a525947e43dd1b6b254108ecb07
Native data type: PublicSequence
Native data XOR-URL: safe://hyryyyy7kr5qudkssts6zxr5m1acdy4esrizaww13e91d5wpssjkbbdsmyhn7a
+------------------+----------------------+----------------------+-----------------------------------------------------------------------+
| NRS name/subname | Created              | Modified             | Link                                                                  |
+------------------+----------------------+----------------------+-----------------------------------------------------------------------+
| traktion         | 2021-04-08T17:51:26Z | 2021-04-08T17:51:26Z | safe://hyryynbm4f9mjohzjntsbyuey4iywpag6u8g1smz7yc846dfew1auw1m91yb6o |
+------------------+----------------------+----------------------+-----------------------------------------------------------------------+

== URL resolution step 2 ==
Resolved from: safe://hyryynbm4f9mjohzjntsbyuey4iywpag6u8g1smz7yc846dfew1auw1m91yb6o
= Wallet =
XOR-URL: safe://hyryynbm4f9mjohzjntsbyuey4iywpag6u8g1smz7yc846dfew1auw1m91yb6o
Type tag: 1000
XOR name: 0x7a2fd69872e9146c104d00d54146e0de99cd2b2efd030faf0ca8a4b13a497f90
Native data type: SeqMap
Native data XOR-URL: safe://hyryyybm4f9mjohzjntsbyuey4iywpag6u8g1smz7yc846dfew1auw1m91yb6o

So, I have created testcoins and a new key pair has been created.
Can/should i be able to send the test coins to my reward_public_key ?

I’ve tried but i get

Error: InvalidInput: Invalid Ed25519 public key bytes:

tried

safe keys transfer 999 --from {my new rich secret key} -to {my public reward key}

I guess my real question is, where is the balance from where fees are deducted from for uploading files and can i load it.

:rofl: :rofl: :rofl: :rofl: :rofl: :rofl: :rofl:

1 Like

Hmm, maybe it is the key I need to link, rather than the wallet?

Would you mind trying to send here instead, please (my SafeKey associated with the wallet)? safe://hyryyyydkrxwt55eef54mwmufky11ni6d6ejs1wkgo9sd74sn8un1m61zhc

EDIT: It’s been a while since I played with the tokens! :smiley:

It’s saying on your terminal there that it couldn’t find where to add it to your shell profile and it gives you an export command to add yourself manually.
If you know where your shell profile is then add that export line, if you’re not sure you could probably just run that full export cmd in the terminal tab you are in & it should work there for now, but you would need to run it every time you opened a new terminal window/tab unless you manage to find where your shell profile file is.

You are using zsh so best to have a google to see how to add to your profile file for that

ID 0 above worked … I guess the ID does not matter if it says success.

Success. TX_ID: 1

2 Likes

The error is going now and saying success but when I close and reopen it says safe: command not found

Is it odd that balance request pauses a long while before asking the obvious question?.. it’s as if it’s querying the network without a key to work against first?

safe keys balance 
#longpaws
Enter secret key corresponding to the SafeKey to query the balance from:

It looks like I now have 1000000 more coins? :slight_smile:

EDIT: Did you send that to my wallet address (I see the source address was bad in the code above)?

Trying to create a spendable wallet from existing test coin keys, when prompted for my private key it errors out…

Error: InvalidInput: Label is 64 chars, must be no more than 63:

Could this be a bug? a key is 64 chars…

Something with the wallets seems messed up. I cannot check the balance of my wallet using either my NRS or XOR-URL when doing
safe wallet balance safe://<address>

I assume this is related to the issue Traktion was having with people attempting to send funds to them. If we have to use the SafeKey, anyway, what is the point of the wallets at all?

1 Like

I was able to transfer 3 coins to it as well, I’m getting the same error you shared when trying to transfer to the Wallet at safe://traktion, so something to research there. FYI, I’ve linked safe://bochaco directly to a SafeKey, that seems to be working fine.

1 Like