This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vision: Citizenship requires either high raw IQ or outstanding abilities. Tests done every 3 years and family | |
based e.g as long as one family member passes the whole family pass. Location should be close to another migration | |
friendly and attractive country to minimize misery for families failing the test a cycle. Example limits: A | |
person in family X tested above the limit of 125 IQ and so the whole family are welcome for the next 3 year period. | |
A person in family Y has been building a business with more than $0.5 mil annual turnover and so the whole family | |
are welcome for the next 3 year period. All family members of family z failed the IQ tests and none of them added | |
anything significant according to interviews, the family gets to move to a nearby country but are welcome to take | |
the tests next year. | |
All tax will be static at 10% of TURNOVER. All companies profiting from sales with us but trying to avoid this will |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x97b2AC76100efeD148f8d09ddD2D63915b4F1DD8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Goal, transfer steem (same issue with several others, NXT for instance) | |
https://bittrex.com/api/v1.1/account/getdepositaddress?apikey=API_KEY¤cy=VTC | |
Response | |
{ | |
"success" : true, | |
"message" : "", | |
"result" : { | |
"Currency" : "STEEM", | |
"Address" : "longHexStringOrWhateverTheFormatIs" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure("2") do |config| | |
config.vm.box = "centos/7" | |
config.vm.provider "virtualbox" do |v| | |
if !File.exist?("disk/extradisk.vdi") | |
#TODO: check if controler exist already | |
v.customize [ | |
'storagectl', :id, |