Can't create test coins. Not enough money

Setup

Client

Hardware: Asrock J5005
OS: Manjaro
    Arch: AMD64
    DE: XFCE
sn-cli: master
sn-authd: master
SAFE Browser: 0.18.beta.1

Server

Hardware: RPi 4
OS: Manjaro
    Arch: Arm
    DE: Minimal
sn-cli: master
sn-authd: master
sn-node: master (edited localhost to 192.x.x.x)

I can’t seem to create test coins.

$ safe auth start
Starting SAFE Authenticator daemon (sn_authd)...
sn_authd started (PID: 5687)
$ safe auth create --test-coins
Passphrase: 
Password: 
Sending request to authd to create a Safe...
[2020-12-02T08:50:04Z ERROR safe] sn_cli error: [Error] AuthdError - [Error] AuthenticatorError - Failed to store Safe on a Map: Data error -> Not enough money to complete this operation
2 Likes

As mentioned elsewhere, we’re still working on this so I can’t offer any specific help at the moment I’m afraid @folaht.

I’ll ping back here when you could expect this to be working though :+1:

7 Likes

I’ll try and see if I can debug this problem then.

6 Likes

you’ll want to be sure you’re building node and client with simulated-payouts feature flag enabled, it definitely won’t work without that.

9 Likes

I think the issue is that the section (sn_nodes) you are running doesn’t have the simulated-payouts feature enabled, the CLI and authd have them by default in that branch I think.

7 Likes

This topic was automatically closed after 60 days. New replies are no longer allowed.