BitcoinCash-Wallet
BitcoinCash-Wallet copied to clipboard
Bitcoin Cash P2P SPV Wallet
On getting json data from transactions,this is how it looks atm ``` [ { "txid": "5b888a7f1027680cc79860487c52f11c18f20dab9263d45018ff141688aa3c3a", "value": 67906, "status": "UNCONFIRMED", "timestamp": "2019-09-03T00:58:36+03:00", "confirmations": 0, "height": 0, "watchOnly": false }, {...
This is wrt ob-go PR1654.
I would like to propose this and possibly contribute in the future because I am having a lot of trouble implementing this in my current project, even though this is...
This PR makes the changes required for big int support.
Last release was in 2017. Now is 2019. Please get master in a good shape (if it is not already) and tag a release. I would be quite appreciative.
When building from source `make install` throws the following error: ``` cd cmd/bitcoincash && go install # github.com/cpacia/BitcoinCash-Wallet/gui/bootstrap ../../gui/bootstrap/run.go:72:8: undefined: astilectron.EventNameWindowEventMessage ../../gui/bootstrap/run.go:92:6: w.Send undefined (type *astilectron.Window has no field or...
1) recommended instructions - go get https gives an error is there something we should do to avoid this error? ``` go get https://github.com/cpacia/BitcoinCash-Wallet package https:/github.com/cpacia/BitcoinCash-Wallet: "https://" not allowed in...
Also some additional error handling.
Error while compiling. I can't figure out what's wrong. 1) txns.Get returns three values, but why does TxnDB want to force it into 2 only, when the other files clearly...