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.
root@ubnt:/work/btcpool/build/run_sserver# cat sserver.cfg
#
# stratum server cfg
#
# @since 2016-06
# @copyright btc.com
#
# is using testnet3
testnet = true;
kafka = {
brokers = "127.0.0.1:9092"
};
sserver = {
ip = "0.0.0.0";
port = 3333;
##added
type = "BTC";
default_difficulty = "4000";
max_difficulty = "4000000000000000";
min_difficulty = "40";
# topics
job_topic = "BtcJob";
share_topic = "BtcShare";
solved_share_topic = "BtcSolvedShare";
auxpow_solved_share_topic = "AuxSolvedShare"; # auxpow (eg. Namecoin) solved share topic
rsk_solved_share_topic = "RskSolvedShare";
common_events_topic = "BtcCommonEvents";
# should be global unique, range: [1, 255]
id = 1;
# write last mining notify job send time to file, for monitor
file_last_notify_time = "/work/btcpool/build/run_sserver/sserver_lastnotifytime.txt";
# how many seconds between two share submit
share_avg_seconds = 10;
########################## dev options #########################
# if enable simulator, all share will be accepted. for testing
enable_simulator = true;
# if enable it, all share will make block and submit. for testing
enable_submit_invalid_block = false;
# if enable, difficulty sent to miners is always miner_difficulty. for development
enable_dev_mode = false;
# difficulty to send to miners. for development
miner_difficulty = 0.005;
###################### end of dev options ######################
};
users = {
#
# https://example.com/get_user_id_list?last_id=0
# {"err_no":0,"err_msg":null,"data":{"jack":1,"terry":2}}
#
# There is a demo: https://github.com/btccom/btcpool/issues/16#issuecomment-278245381
#
list_id_api_url = "http://localhost:8000/userlist.php";
};
##added
management = {
enabled = true; # default: true
kafka_brokers = "127.0.0.1:9092"; # "10.0.0.1:9092,10.0.0.2:9092,..."
controller_topic = "BtcManController";
processor_topic = "BtcManProcessor";
auto_switch_chain = false;
};
root@ubnt:/work/btcpool/build/run_sserver#
list_id_api_url = "http://userlist/userlist.php";
list_id_api_url = "http://get-user-list.php";