Post
Topic
Board Announcements (Altcoins)
Re: [DSH] Dashcoin (Cryptonote, automated source)
by
slb
on 08/02/2015, 09:30:37 UTC
@smic - thank you for your work Smiley I highly appreciate it
@Kushedout - the bot is amazing. Respect to all involved in it

I made an extended version of simplewallet:
Download for Windows
Download for Linux
Download for Mac
Source

This version eliminates the "transaction is too big" error by splitting the original transaction into multiple transactions. The usage via command line is not changed:
Quote
transfer ....

It also has additional RPC functions, introduced originally in Monero, which will make the porting of software written for Monero far more easy (the irc bot use them for example)

get_address
Usage example:
Quote
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"getaddress"}' http://localhost:29082/json_rpc

get_bulk_payments
Usage example:
Quote
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"get_bulk_payments",  "params": {"min_block_height":90000, "payment_ids":["PAYMENT_ID"] }}' http://localhost:29082/json_rpc

transfer_split
Usage example:
Quote
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"transfer_split", "params": {"destinations":[{"address":"D3z2DDWygoZU4NniCNa4oMjjKi45dC2KHUWUyD1RZ1pfgnRgcHdfLVQgh5gmRv4jwEjCX5LoLERAf5P bjLS43Rkd8vFUM1m","amount":210418843414030}, {"address":"D3z2DDWygoZU4NniCNa4oMjjKi45dC2KHUWUyD1RZ1pfgnRgcHdfLVQgh5gmRv4jwEjCX5LoLERAf5P bjLS43Rkd8vFUM1m","amount":810418843414030}], "fee":1000000000, "mixin":3 }}' http://localhost:29082/json_rpc


Currently, our IRC channel #dashcoin is the place where the community is most active. The bot sitting there is the first Dashcoin service, come and check it - http://webchat.freenode.net/?channels=#dashcoin