Bitcoin Forum
May 09, 2024, 07:06:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: viewing all members temporarily disabled?  (Read 1088 times)
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6631


Just writing some code


View Profile WWW
May 06, 2016, 02:02:56 AM
 #1

Why?


There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715281604
Hero Member
*
Offline Offline

Posts: 1715281604

View Profile Personal Message (Offline)

Ignore
1715281604
Reply with quote  #2

1715281604
Report to moderator
1715281604
Hero Member
*
Offline Offline

Posts: 1715281604

View Profile Personal Message (Offline)

Ignore
1715281604
Reply with quote  #2

1715281604
Report to moderator
1715281604
Hero Member
*
Offline Offline

Posts: 1715281604

View Profile Personal Message (Offline)

Ignore
1715281604
Reply with quote  #2

1715281604
Report to moderator
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12977


View Profile
May 06, 2016, 02:36:27 AM
 #2

It's too resource intensive. I need to figure out some way to make it faster.

The search still works.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1078


I may write code in exchange for bitcoins.


View Profile
May 07, 2016, 07:06:00 AM
 #3

I don't know if it's easy to implement, but if you could add something to make it easier to search, say at the beginning of a word rather than anywhere.  Let's say you're trying to find a user "ted", right now, searching "ted" returns all users with that substring in their name.  It would be nice if you could say "^ted$" or something like that.
dogie
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
May 07, 2016, 03:16:59 PM
 #4

You already can with *.

mindrust
Legendary
*
Offline Offline

Activity: 3248
Merit: 2434



View Profile WWW
May 07, 2016, 03:20:22 PM
 #5

It was working a few days ago but at a speed of a turtle. No, It was slower than a turtle. I guess there is a problem with the code or the database just needs maintance, probably that's why they disabled it.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Slowturtleinc
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 07, 2016, 07:51:57 PM
 #6

I found this feature around the same time I found the seclog and could never figure out how to search effectively. Hope what comes down the pipe is easier to navigate.
Actually I have similar issues searching the forum.
Tend to go to google if its broader than a thread search. Make it easier for us Turtles.

██████████            Gunthar: Fast and Serious Lending Service
█████████       ●●●● ●●● - ●●● - ●●● - ●●● - ●●● - ●●● - ●●● ●●●●
██████████    ●●●● Don't loose your collateral: refinance with us ●●●●
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1078


I may write code in exchange for bitcoins.


View Profile
May 10, 2016, 02:42:28 AM
 #7

You already can with *.

The dot is a separator?  So if I'm trying to find a user "Ted", how do I use the star-dot syntax to avoid finding "unitedpx"?
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
May 16, 2016, 06:49:38 PM
 #8

Theymos, could you not put it on Github or a Google Doc in order for uers to download the information and use a DBMS to systematically analyse the information in it. That may speed up the forum traffic and could speed up the efficiency of the server.
Laniakea
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
May 16, 2016, 07:34:49 PM
 #9

What do you guys would like to see the Members list for? Smiley

tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1078


I may write code in exchange for bitcoins.


View Profile
May 16, 2016, 07:47:42 PM
 #10

What do you guys would like to see the Members list for? Smiley

I often want to look at the profile/recent posts of some member who's account name I know but where I can't remember the last threads I saw him/her in.  For that reason, I'd like to be able to use the find members functionality better. 

Dogie, can you clarify what you meant by using *.?
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
May 17, 2016, 01:26:03 PM
 #11

Dogie, can you clarify what you meant by using *.?

I think he meant searching like so:
Code:
ted*

the dot at the end was used to denote the end of a sentence.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1078


I may write code in exchange for bitcoins.


View Profile
May 17, 2016, 03:07:10 PM
 #12

Dogie, can you clarify what you meant by using *.?

I think he meant searching like so:
Code:
ted*

the dot at the end was used to denote the end of a sentence.

Thanks, got it.  FWIW, that doesn't actually seem to work.  If I search "ted*", I see, inter alia, "unsolicited" (ted at the end of the string), "tedstein" (ted at the beginning of the string) and "twistedtime09" (ted in the middle of the string).  It would be nice to be able to constrain the search, I think.
Gleb Gamow
In memoriam
VIP
Legendary
*
Offline Offline

Activity: 1428
Merit: 1145



View Profile
October 28, 2016, 03:28:57 AM
 #13

ted and ted* produce the same results. <didn't mean to bump this old thread, but it was linked from another most recent>
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!