Author

Topic: Bitcore Send Functionality is not working (Read 337 times)

HCP
legendary
Activity: 2086
Merit: 4318
July 20, 2017, 09:24:14 AM
#2
according to the BitCore GitHub, the format for the send command is:

Quote
wallet send 1xxxxx 1000bit "1000 bits to mother"

Why are you using the -f command? Looking at the "send" code... The argument list is fixed: https://github.com/bitpay/bitcore-wallet/blob/master/bin/wallet-send

Quote
amount = utils.parseAmount(args[1]);
Fairly sure you shouldn't be using -f to specify wallet....
newbie
Activity: 20
Merit: 0
Hello everyone I am using bitcore and for accessing wallet functionality I am following the

https://blog.bitpay.com/announcing-the-bitcore-wallet-suite/


tutorial. Every thing is working except transactions. When I run the transaction command It gives me the following error

## Error: Invalid amount

I am running the following command

wallet -f [email protected] send 1M1zDPHTMWprG4EN6oUYS8cEG8bb5G5Szu 100bit
Jump to: