Releases: StorjOld/dataserv-client
Dataserv-Client Version 2.1.12
Changelog
v2.1.12 hotfix
Improve signing performance
More information: https://github.com/Storj/driveshare-gui/issues/191
v2.1.12
Use util and config from storjnode.
v2.1.11
Minor bug fix
v2.1.10
Minor bug fix
v2.1.9
Updated readme
Show storj dht node id and prot on startup.
v2.1.8
Minor bug fix
v2.1.7
Minor bug fix
v2.1.6
Minor bug fix
v2.1.5
Added audit
Added background p2p storjnode
Added --repair option
Better multithreading
Added --min_free_size option
Dataserv-Client Version 2.1.4
Update guide
Configure a custom payout address
To set a custom payout address execute the following before registering.
dataserv-client config --set_payout_address=<BITCOIN_ADDRESS>
This will let you use a cold storage wallet or a Counterparty wallet as the payout address instead of the automatically generated wallet. If you have no Counterparty wallet and wish to use the generated wallet, please make a secure backup of the generated config.
Start farming
dataserv-client --max_size=<YOUR SIZE HERE> farm
The new farm command combines the previous register, build and poll commands into a more user friendly turn key solution. The old commands still exist if you wish to use them.
Changelog
v2.1.4
- Increased default ping interval.
- Added missing arguments to farm command.
v2.1.3
- Fixed client crash if file system type not detected.
v2.1.2
- Minor bug fixes only
v2.1.1
- improved logging
- added --quiet option
v2.1.0
- added --use_folder_tree for fat32 drives
- added decimal support for --max_size
- added farm command
v2.0.3
- Minor bug fixes only
v2.0.2
- Removed auto update
v2.0.1
- Removed auto update
v2.0.0
- added config
- build performance improvements
- added --set_height_interval option
- added authentication
Dataserv-Client Version 2.1.3
Update guide
Use interim server for new clients.
Until enough we switch over to 2.0.0+ newer clients will have to use the url http://switch.driveshare.org
.
Configure a custom payout address
To set a custom payout address execute the following before registering.
dataserv-client --url=http://switch.driveshare.org config --set_payout_address=<BITCOIN_ADDRESS>
This will let you use a cold storage wallet or a Counterparty wallet as the payout address instead of the automatically generated wallet. If you have no Counterparty wallet and wish to use the generated wallet, please make a secure backup of the generated config.
Start farming
dataserv-client --url=http://switch.driveshare.org --max_size=<YOUR SIZE HERE> farm
The new farm command combines the previous register, build and poll commands into a more user friendly turn key solution. The old commands still exist if you wish to use them.
Changelog
v2.1.3
- Fixed client crash if file system type not detected.
v2.1.2
- Minor bug fixes only
v2.1.1
- improved logging
- added --quiet option
v2.1.0
- added --use_folder_tree for fat32 drives
- added decimal support for --max_size
- added farm command
v2.0.3
- Minor bug fixes only
v2.0.2
- Removed auto update
v2.0.1
- Removed auto update
v2.0.0
- added config
- build performance improvements
- added --set_height_interval option
- added authentication
Dataserv-Client Version 2.1.2
Update guide
Use interim server for new clients.
Until enough old client are moved over to 2.0.0+ newer clients will have to use the url http://status.driveshare.org:5000
.
Configure a custom payout address
To set a custom payout address execute the following before registering.
dataserv-client --url=http://status.driveshare.org:5000 config --set_payout_address=<BITCOIN_ADDRESS>
This will let you use a cold storage wallet or a counterparty wallet as the payout address instead of the automatically generated wallet.
If you have no counterparty wallet and wish to use the generated wallet, please make a secure backup of the generated config.
Start farming
dataserv-client --url=http://status.driveshare.org:5000 --max_size=<YOUR SIZE HERE> farm
The new farm command combines the previous register, build and poll commands into a more user friendly turn key solution. The old commands still exist if you wish to use them.
TODO release notes since 1.3.0
Dataserv-Client Version 2.1.0
Update guide
Use interim server for new clients.
Until enough old client are moved over to 2.0.0+ newer clients will have to use the url http://status.driveshare.org:5000
.
Configure a custom payout address
To set a custom payout address execute the following before registering.
dataserv-client --url=http://status.driveshare.org:5000 config --set_payout_address=<BITCOIN_ADDRESS>
This will let you use a cold storage wallet or a counterparty wallet as the payout address instead of the automatically generated wallet.
If you have no counterparty wallet and wish to use the generated wallet, please make a secure backup of the generated config.
Start farming
dataserv-client --url=http://status.driveshare.org:5000 --max_size=<YOUR SIZE HERE> farm
The new farm command combines the previous register, build and poll commands into a more user friendly turn key solution. The old commands still exist if you wish to use them.
TODO release notes since 1.3.0
Dataserv-Client Version 2.0.3
Update guide
Use interim server for new clients.
Until enough old client are moved over to 2.0.0+ newer clients will have to use the url http://status.driveshare.org:5000
.
Using a custom payout address
To set a custom payout address execute the following before registering.
dataserv-client --url=http://status.driveshare.org:5000 config --set_payout_address=<BITCOIN_ADDRESS>
This will let you use a cold storage wallet or a counterparty wallet as the payout address instead of the automatically generated wallet.
If you have no counterparty wallet and wish to use the generated wallet, please make a secure backup of the generated config.
Register your client with the server.
dataserv-client --url=http://status.driveshare.org:5000 register
Create shards
dataserv-client --url=http://status.driveshare.org:5000 build
Let the network know you are online
dataserv-client --url=http://status.driveshare.org:5000 poll
TODO release notes since 1.3.0
Dataserv-Client Version 1.3.0
Feature enhancements:
- Height is now updated as you build.
- Users can build without starting from the beginning. Build will skip already generated files.
Bugs
- Fixes errors with relative paths.
Other
- Various PEP8 Fixes
- Prototype audit code
Dataserv-Client Version 1.1.0
1.1.0 (2015-08-11)
Implemented enhancements:
- If connection to the dataserv node is lost, client will attempt to reconnect every 5 minutes for 60 minutes total.