CryptiKit Update - Simple & easy Crypti node deployment and management.
Hello fellow forgers
. I've just tagged another release of CryptiKit with a new feature called:
Surplus Withdrawals. This new feature can be used to withdraw your forged coins into a designated deposit address to build further nodes or simply consolidate your forging profits.
I've worked really hard to make the process as simple and bug-free as possible. Let me know if you find any issues.
Please download here:
https://github.com/karmacoma/cryptikit/releases/tag/v1.6.0If you don't know about CryptiKit and what it can do already, please read here:
-
https://github.com/karmacoma/cryptikit/blob/v1.6.0/README.md
Surplus WithdrawalsThe new
withdraw_surplus task withdraws any surplus balance above the minimum 1000 XCR required to start forging, to a designated crypti account.
For example the command:
rake withdraw_surplus servers=1..3 # Servers 1 to 3
Will check nodes 1, 2 and 3 for surplus balances and withdraw them to a designated deposit address.
Deposit AddressUpon executing the
withdraw_surplus task. CryptiKit will first prompt you to enter the deposit address where you want to the funds to be sent to. If an invalid address is provided you will be prompted by CryptiKit to try again.
For example: With a valid address:
Withdrawing surplus coinage...
Please enter your crypti address: 4956977736153893179C
For example: With an invalid address:
Withdrawing surplus coinage...
Please enter your crypti address: --------------*
Invalid crypti address. Please try again...
Surplus BalancesThe
withdraw_surplus task will only process nodes with a surplus balance above the minimum 1000 XCR required to start forging.
NOTE: Minimum withdrawal is 0.01 XCR. Anything less than that will be ignored.
For example: When a node has a balance greater than 1000 XCR:
INFO Checking for surplus coinage...
INFO => Available: 4.99396644 crypti.
For example: When a node has a balance less than or equal to 1000 XCR:
INFO Checking for surplus coinage...
WARN => None available.
PassphrasesBefore sending any funds, CryptiKit will prompt you to enter your primary passphrase. If a secondary passphrase is also assigned to an account, CryptiKit will prompt you for that as well.
For example: An account with two passphrases:
INFO Checking for surplus coinage...
INFO => Available: 4.99396644 crypti.
Node[2]: 111.11.11.111 (4956977736153893179C): Please enter your primary passphrase: ********
Node[2]: 111.11.11.111 (4956977736153893179C): Please enter your secondary passphrase: ********
Successful TransactionsFor each successful transaction, CryptiKit will output the fee, transaction id and total amount sent.
INFO Sending 4.99396644 crypti to: 4956977736153893179C...
INFO ~> Fee: 0.00210831
INFO ~> Transaction id: 13428947504026228865
INFO ~> Total sent: 4.99607475
Error HandlingIf any errors are encountered during a transaction. For example an invalid passphrase, CryptiKit will handle the error and move onto the next selected server.
INFO Sending 4.99396644 crypti to: 4956977736153893179C...
ERROR => Transaction failed.
ERROR => Error: Provide secretPhrase.
Cheers,
Karmacoma24.