It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
{
"ref_block_num": 20616,
"ref_block_prefix": 1419248958,
"expiration": "2016-03-23T23:48:27",
"operations": [[
"transfer",{
"from": "****",
"to": "*****",
"amount": "1.5 1.5",
"memo": "test"
}
]
],
"extensions": [],
"signatures": [
"******640a437ff373e886115776f15ab707ceb4597f6ff772231225****..........."
]
}
{
"ref_block_num": 20616,
"ref_block_prefix": 1419248958,
"expiration": "2016-03-23T23:48:27",
"operations": [[
"transfer",{
"from": "****",
"to": "*****",
"amount": "1.5 1.5",
"memo": "test"
}
]
],
"extensions": [],
"signatures": [
"******640a437ff373e886115776f15ab707ceb4597f6ff772231225****..........."
]
}
/**
* This operation creates a limit order and matches it against existing open orders.
*/
struct limit_order_create_operation : public base_operation
{
string owner;
uint32_t orderid = 0; /// an ID assigned by owner, must be unique
asset amount_to_sell;
asset min_to_receive;
bool fill_or_kill = false;
time_point_sec expiration = time_point_sec::maximum();
void validate()const;
void get_required_active_authorities( flat_set& a )const{ a.insert(owner); }
price get_price()const { return amount_to_sell / min_to_receive; }
pairget_market()const
{
return amount_to_sell.symbol < min_to_receive.symbol ?
std::make_pair(amount_to_sell.symbol, min_to_receive.symbol) :
std::make_pair(min_to_receive.symbol, amount_to_sell.symbol);
}
};
{
"ref_block_num": 20616,
"ref_block_prefix": 1419248958,
"expiration": "2016-03-23T23:48:27",
"operations": [[
"transfer",{
"from": "****",
"to": "*****",
"amount": "1.5 1.5",
"memo": "test"
}
]
],
"extensions": [],
"signatures": [
"******640a437ff373e886115776f15ab707ceb4597f6ff772231225****..........."
]
}
transfer(string, string, steemit::chain::asset, string, bool)
./cli_wallet
>>> info
{
"id": "2.0.0",
"head_block_number": 19654,
"head_block_id": "00004cc66d03e9cf75fbdde0671dd529c7860dd5",
"time": "2016-03-23T22:58:45",
"current_witness": "brian",
"total_pow": "18446744046983894345",
"num_pow_witnesses": 84,
"virtual_supply": "79857.000 STEEM",
"current_supply": "79857.000 STEEM",
"confidential_supply": "0.000 STEEM",
"current_sbd_supply": "0.000 SBD",
"confidential_sbd_supply": "0.000 SBD",
"total_vesting_fund_steem": "242.000 STEEM",
"total_vesting_shares": "242.000000 VESTS",
"total_reward_fund_steem": "39308.000 STEEM",
"total_reward_shares2": "0",
"sbd_interest_rate": 1000,
"average_block_size": 115,
"maximum_block_size": 131072,
"current_aslot": 27575,
"recent_slots_filled": "340282366920938463463374607431768211455",
"last_irreversible_block_num": 19633,
"max_virtual_bandwidth": "1379246476653931178",
"current_reserve_ratio": 983,
"head_block_num": 19654,
"head_block_age": "0 second old",
"participation": "100.00000000000000000",
"median_sbd_price": {
"base": "0.000 STEEM",
"quote": "0.000 STEEM"
}
}