Floonet (Testnet) Grins?

Hi,

As per title, how can I get some test coins on Floonet?

curl http://gringod.info

@kargakis It reports:

> curl http://gringod.info
##########################################################
##  Grintings stranger, we can't send grin to you now.  ##
##   Your wallet is inaccessible @ 13415 from outside   ##
##########################################################
1. Check your router forwards port 13415 to this PC
2. Check that you have wallet listening on 0.0.0.0:13415
   Or on your public IP 108.61.217.107:13415
3. Make sure you are running both GRIN node and wallet listener (grin wallet listen)

So I want to grin-wallet listen to port 13415, but it still listen the default port 3415.

> grin-wallet -e listen --port 13415
Password:
20190413 16:23:36.373 WARN grin_wallet_controller::controller - Starting HTTP Foreign listener API server at 0.0.0.0:3415.
20190413 16:23:36.374 WARN grin_wallet_controller::controller - HTTP Foreign listener started.

I find in file ~/.grin/floo/grin-server.toml, there’s a line showing that port 13415 is used to receive mining reward.

#the wallet receiver to which coinbase rewards will be sent
wallet_listener_url = "http://127.0.0.1:13415"

@jasonzhouu you are trying to receive floonet coins with a mainnet listener.

Try grin --floonet wallet listen

@kargakis

> grin --floonet wallet listen
error: Found argument 'wallet' which wasn't expected, or isn't valid in this context

USAGE:
    grin --floonet

PS. the version of grin used is 1.1.0-beta.1

I can reproduce in 1.1.0-beta.1, thanks for reporting it! I opened https://github.com/mimblewimble/grin-wallet/issues/39

In the meantime, if you want to finish that floonet payment, 1.0.3 works fine.

Sorry, forgot about the binaries split,

grin-wallet --floonet listen

works fine for me in v1.1.0-beta1

1 Like

@kargakis Sucessfully listen on port 13415, but failed to connect to gringod.info.

> grin-wallet --floonet -e listen
Password:
20190414 11:05:21.762 WARN grin_wallet_controller::controller - Starting HTTP Foreign listener API server at 0.0.0.0:13415.
20190414 11:05:21.763 WARN grin_wallet_controller::controller - HTTP Foreign listener started.
> curl http://gringod.info
curl: (7) Failed to connect to gringod.info port 80: Connection refused

Unfortunate, this is an issue with gringod :slight_smile:

Yes, wish another guy can create a testcoin faucet.

@xiaojay says he will send me some testcoins.

hello,i want to test wallet api,so i need some floonet coin, who can help me? my wallet713 address is xd7CDssUQfEh59ZUfES7t5jygQd3uH2Vx5KxDpS7oeocvyKx7vGR

1 Like