NotJustCoins

Results 7 issues of NotJustCoins

Added bytecoin.party to pool list, as per Jenny.

How exactly should the request be sent to create and send a transaction? How does it differ from the old method?

Using curl to make a 'get_balance' request and the following response occurs. `{"id":"id","jsonrpc":"2.0","result":{"locked_or_unconfirmed":283400000000,"spendable":18446743888337551616,"spendable_dust":1149890047}}p` As much as I wish this were real, it's not, and it renders the wallet useless.

All RPC calls are giving me the following error. `{"error":{"code":-32603,"message":"Serializer doesn't support this type of serialization: Object expected."},"id":"1","jsonrpc":"2.0"}`

Even though I have moved to a new backend, I would be willing to help maintain this one. Let me know what I could do to assist.

Current error on both pools is ` Block headers identical to historical header. Ignoring ` Any help would be appreciated.

I am looking for a way to write a new API response that lists all users, similar to the one on the admin side "admin/userlist". I do not want it...