I believe he means there are no insurmountable issues on the tech side of things here.
(That does not mean there aren’t or won’t be bugs.)
I believe he means there are no insurmountable issues on the tech side of things here.
(That does not mean there aren’t or won’t be bugs.)
You have SAFE_PEERS set?
Wasn’t updated, now sorted thanks.
UPDATE: possible bug storing an old copy of safe_network:
$ safe files upload ./safe_network
Built with git version: 1262368 / main / 1262368
Instantiating a SAFE client...
⠂ 0/20 initial peers found. The client still does not know enough network nodes.
🔗 Connected to the Network Preparing (chunking) files at './safe_network'...
Error: Chunks error Cannot store empty file..
Caused by:
Cannot store empty file.
Location:
sn_cli/src/subcommands/wallet.rs:260:39
I have had that when legitimately trying to upload a empty txt file, could it error if the dir contains even 1 empty file?
Year of the Testnets continues.
Tis the season to be merry with the test SNT flowing from the faucet.
Wonderful to see so many long lasting testnets
Rocker,'s up!
safe files download Rockers1978.mp4 f4eff9acb8d2aecb1692b5e41d14083c50b1bd60aea41f31898c46039a705ae1
By the way, let’s test coin tranfers. Use this command to send me 0.1 SNT!
safe wallet send 0.1 b0776f5022a6b8359a53fecda13d0cdf09ea7809bb4b3336c4d6ec2c7c8e403764f2d528ca8192b51bbf5701189fbf23
@mav I just sent 0.01 SNT to your wallet. Not sure what this message exactly means though:
Sent Token(10000000) to PublicAddress(PublicKey(069d..18c7))
Successfully stored wallet with new balance 9.989998684.
Successfully stored new dbc to wallet dir. It can now be sent to the recipient, using any
channel of choice.
Whoa, a new testnet to play with!
150 nodes on small server - joined and running
10 nodes on OprangePi PC - joined and running
I hope I will have some time in the evening to do client tests.
Wow a Payment testnet! Getting myself ready for some client testing this evening.
Could this be considered to be a true baby-Fleming? Or perhaps actual Fleming?
Nodes need to earn first but I see PRs active for implementing that so that looks promising.
I have two wallets if anyone wants to try bribing me to go away:
laptop:
b1a8c9c878d8f59c6c7c0d96db57a870e6cdbcf189086974210c38349b728c939448c5758dba906786a559e67f0b4bf0
cloud:
a4e18922158cba37da1b2b03121be710411954cb4ed650ffd41a45027930bef79a8f90a7489d92c0742d248e954abfe9
To get your wallet address:
safe wallet address
To send SNT:
safe wallet send <amount> <address>
To check your balance:
safe wallet balance
For example:
safe wallet send 1.0 b1a8c9c878d8f59c6c7c0d96db57a870e6cdbcf189086974210c38349b728c939448c5758dba906786a559e67f0b4bf0
…would send my laptop wallet 1 SNT.
EDIT:
@stout77 I’ve just sent you 0.1 SNT
$ safe wallet balance
Built with git version: 1262368 / main / 1262368
Instantiating a SAFE client...
⠂ 0/20 initial peers found.
The client still does not know enough network nodes.
🔗 Connected to the Network
9.999999946
$ safe wallet send 0.1 b0776f5022a6b8359a53fecda13d0cdf09ea7809bb4b3336c4d6ec2c7c8e403764f2d528ca8192b51bbf5701189fbf23
Built with git version: 1262368 / main / 1262368
Instantiating a SAFE client...
⠂ 0/20 initial peers found.
The client still does not know enough network nodes.
🔗 Connected to the Network Sent Token(100000000) to PublicAddress(PublicKey(1077..826b))
Successfully stored wallet with new balance 9.899999946.
Successfully stored new dbc to wallet dir. It can now be sent to the recipient, using any channel of choice.
Would be nice to have a window in Vdash showing the current wallet balance… Just an idea @happybeing
I agree but I’ve been waiting until this stage and it needs to be in the logfile for vdash
to see it.
Any other suggestions for vdash
are welcome although I don’t have much time to implement things now. And if you want to make sure they aren’t forgotten put them in an issue here: Issues · happybeing/vdash · GitHub
I send you 1 SNT.
You’re going to be the wealthiest person in the SafeWorld…
Incredible progress team! Another Amazing test net, great to see the ball rolling, picking up speed, thank you for your hard work.
I also made a generous donation of 0.123456789 coins.
Funny enough, if you try with more than 9 digits, the client returns an error:
Error: Lost precision on the number of coins during parsing.
I don’t seem to have it! Which wallet address did you send to?
I’m not seeing this at either of my wallets.
Can you show the send commands and output?
I see the problem. The command ‘safe wallet send’ only creates the DBC, not actually send the SNT.
See output below:
safe wallet send 0.1234567890 b1a8c9c878d8f59c6c7c0d96db57a870e6cdbcf189086974210c38349b728c939448c5758dba906786a559e67f0b4bf0
Built with git version: 1262368 / main / 1262368
Instantiating a SAFE client...
⢀ 0/20 initial peers found.
The client still does not know enough network nodes.
🔗 Connected to the Network
Sent Token(123456789) to PublicAddress(PublicKey(11a8..d8b5))
Successfully stored wallet with new balance 9.876543190.
Successfully stored new dbc to wallet dir. It can now be sent to the recipient, using any channel of choice.
So how do I send the DBC?
Edit: Not sure where this line comes from:
Sent Token(123456789) to PublicAddress(PublicKey(11a8..d8b5))
@happybeing , I don’t see that in your example above. And it’s also a bit confusing that it says Token (123456789)
instead of Token(0.123456789)
including the leading 0.
Currently working on a Windows 11 laptop with PowerShell.
Oh and if someone feels the need to compensate me for my hard work testing out the client, my address is:
87fcc70a376764f0c7bbf3a388a025825b2c535b911b763b358936d3d983e89c6e74d8507420257eb8070d938897d711
Thank you
Ah, ok I’ll leave others to figure out how to get my SNT as I’m looking into vdash
memory leaks using something called Valgrind
Installed the files, connected to the network and installed the node immediately, connected to 89 nodes, then disconnected from the network.
Final status changed to private behind NAT.