Download and run phoenixd server on a Linux

koiora

New member
Download and run phoenixd:$ wget https://github.com/ACINQ/phoenixd/releases/download/v0.1.1/phoenix-0.1.1-linux-x64.zip$ unzip -j phoenix-0.1.1-linux-x64.zip
$ # run the daemon: that's it!$ ./phoenixdUse phoenix-cli to interact with the daemon.$ # show basic info about your node$ ./phoenix-cli getinfo
$ # create a Lightning invoice$ ./phoenix-cli createinvoice
--description "my first invoice"
--amountSat 12345
$ # send to a bitcoin address$ ./phoenix-cli sendtoaddress--address tb1q2qlmx0t2g33tjgujr8h53dxmypuf8qps9jnv8q
--amountSat 100000
--feerateSatByte 12
https://phoenix.acinq.co/server/get-started#download-and-run-phoenixd:
 
Back
Top