stellard
stellard copied to clipboard
INACTIVE. Server in the Stellar network. Maintains the distributed ledger. Introduces and validates transactions. This repo is not in active development, it is being replaced by stellar-core.
Hi @nullstyle We spoke at yesterday's meetup about slow ledger downloads and lots of error msgs. Things are going much smoother today--fewer Timeout messages--but its still pretty slow so I...
If you set requireDestTag on an account, you use `65536` ``` json curl -X POST https://live.stellar.org:9002 -d ' { "method": "submit", "params": [ { "secret": "sMasterSeedHereXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "tx_json": { "TransactionType": "AccountSet",...
remove the source_currencies field add a field source_amount if source amount has a value then the value can't also be set in the destination_amount field. Now you can say I...
stellard account_currencies gnnVq3ghZ3xoRE9tG78zCh5AWodVmEey32 if this succeeds you get something like: { "result" : { "ledger_current_index" : 21574, "receive_currencies" : [], "send_currencies" : [], "status" : "success" } } if it...
right now it does this super gross checking of what the type of thing it is actually holding and has switches all over the place to see if you can...