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.
def calculateLuck(activity):
luck = 100 * 14 / (1030 - int(activity))
print (luck)
calculateLuck(938)
luck = round (100 * 14 / (1030 - int(activity)), 2)
def calculateLuck(activity):
luck = round (100 * 14 / (1030 - int(activity)), 2)
if (luck > 100):
luck = 100
return (luck)
Calculate luck
15.0
def calculateLuck(activity):
luck = 100 * 14 / (1030 - int(activity))
print math.floor(luck)
Merits: 1156
Activity: 938
Position: Hero Member
def calculateLuck(activity):
luck = 100 * 14 / (1030 - int(activity))
print (luck)
calculateLuck(938)
luck = round (100 * 14 / (1030 - int(activity)), 2)
def calculateLuck(activity):
luck = round (100 * 14 / (1030 - int(activity)), 2)
if (luck > 100):
luck = 100
return (luck)
Profile: https://bitcointalk.org/index.php?action=profile;u=579629
UID 579629
Nick: flash45
-----
Merits: 0
Activity: 5
Position: Newbie
-----
SignUp: 2015-10-22 04:00:00
Last Active: 2015-10-25 07:00:00
Mail: hidden
-----
Next Position: Jr Member
Missing: ('Merits:', 1, 'Activity:', 25)
Profile: https://bitcointalk.org/index.php?action=profile;u=889300
UID 889300
Nick: giammangiato
-----
Merits: 36
Activity: 147
Position: Member
-----
SignUp: 2016-08-16 11:00:00
Last Active: Today at 10
Mail: hidden
-----
Next Position: Full Member
Missing: ('Merits:', 64, 'Activity:', 'FULLFILLED')
Calculate luck
15.0
def calculateLuck(activity):
luck = 100 * 14 / (1030 - int(activity))
print math.floor(luck)
Merits: 1156
Activity: 938
Position: Hero Member
luck = 14 / (1030-activity)
luck = 14 / (1030-activity)
#call getLuck when activity > 760
def getLuck(activity):
luck = 14 / ( 1030 - activity)
if luck > 1:
luck = 1
return luck
Profile: https://bitcointalk.org/index.php?action=profile;u=579628
UID 579628
Nick: bob123
-----
Merits: 1150
Activity: 938
Position: Hero Member
-----
SignUp: October 22, 2015, 04
Last: Today at 11
Mail: hidden
-----
Calculate luck
66.0
Missing: ('Merits:', -150, 'Activity:', -163)
Profile: https://bitcointalk.org/index.php?action=profile;u=889300
UID 889300
Nick: giammangiato
-----
Merits: 25
Activity: 144
Position: Member
-----
SignUp: August 16, 2016, 11
Last: Today at 11
Mail: hidden
-----
Next Position: Full Member
Missing: ('Merits:', 75, 'Activity:', -24)