if not blockchain then exit("Error: Missing blockchain.so library in the /lib")
print("WARNING: you should have a coin registered and a sub wallet too before using this script ")
print("if you dont you can pass the params '--setup coin_name coin_user coin_pass wallet_id wallet_pin' to create a coin and a subwallet or just the subwallet if the coins exists"+char(10))
if params.len == 0 then exit("registration_order wallet_id wallet_pass your_coin_name your_coin_user your_coin_password")