Bitcoin Forum
May 02, 2024, 11:42:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 137 »
1501  Other / Beginners & Help / Re: Stolen Coins Right After Getting Vanity Address on: February 05, 2014, 06:11:24 PM
I don't trust these vanity address creaters or paper wallets. Do everything like this offline and only start with a small bit of funds being sent.

I am not sure about other programs, but vanitygen is open-source and you can get the source here.
https://github.com/samr7/vanitygen
1502  Other / Beginners & Help / Re: "You already posted that" "Your last post was less than 360 seconds ago" on: February 05, 2014, 06:09:30 PM
my waiting time is down to 62secs now i don't even notice if there is any such limitation but just tried posting straight after one post just to check the time .. but after 15activity it is down to max 90 secs.

It is indeed down to 75 seconds.

What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.

Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);
1503  Economy / Service Discussion / Re: anyone from here brought from mimocloud.net? on: February 05, 2014, 06:08:22 PM
I have never heard of the site before.
1504  Other / Beginners & Help / Re: Understanding the Blockchain on: February 05, 2014, 06:05:12 PM
If you did a google search on that address, you will find this thread.
https://bitcointalk.org/index.php?topic=110704.0

The second address is where your pool receives its generated coins; you can get this from blockchain.info by digging back through the transaction history for recently-mined coin.  (For instance, Eclipse receives its generated coins at 1Baf75Ferj6A7AoN565gCQj9kGWbDMHfN9.)  A recursive search is done on transactions on your address to filter out those which can be traced back to your pool.  It's probably not perfect; for instance, coins sent to your address by someone else that originated at some point at the same pool will be counted. 
1505  Other / Beginners & Help / Re: HELP A NEWB save an idiot from his own demise on: February 05, 2014, 05:58:44 PM
You might want to split that post up - its an eyesore. go to localbitcoins and grab coin there - its at a premium but its probably more anon than using an exchange.

And probably faster too.

And you don't need to do ID verification.
1506  Other / Beginners & Help / Re: Stolen Coins Right After Getting Vanity Address on: February 05, 2014, 05:57:20 PM
Sorry to hear your loss.
You should have downloaded Vanitygen and run it offline instead.
1507  Other / Beginners & Help / Re: Unable to post on: February 05, 2014, 05:47:41 PM
If the problem you are having is the "360 seconds" error, you just need to wait for 360 seconds between your posts.
Actions like logging in, signing up and searching will reset the timer, thus you cannot make a post right after your login.

I get the exact same issues as the author of this thread, both of them.
This is very annoying and frustrating.
The limit is not at all reasonable or friendly:  if logging in or preview counts.

Preview doesn't count. Logging in and attempted posts do though.

Actions like logging in, signing up, searching and sending PM will reset the timer. Smiley
1508  Other / Beginners & Help / Re: Unable to post on: February 05, 2014, 05:46:33 PM
Just wait the 360 seconds, once you are a member that goes away.

The limit never goes away, but the time will be shorter with higher activity level.
You just need to get 15 activity, and the time limit will be down to 75 seconds.

What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.

Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);
1509  Other / Beginners & Help / Re: "You already posted that" "Your last post was less than 360 seconds ago" on: February 05, 2014, 05:43:53 PM
DO NOT CLICK ANYWHERE FOR 360 SECONDS. 6 minutes then you can click around and post...

Clicking and browsing around is fine, just don't submit anything or you'll have to wait again.

I believe the timer won't reset for those fail attempt to post with the 360s error.

Don't click "back", but instead go back to the thread and click reply once again.
From my own experience (when I was having <15 activity), it should work Smiley
1510  Other / Beginners & Help / Re: Hello post on: February 05, 2014, 05:39:38 PM
Welcome to bitcointalk  Grin
1511  Other / Beginners & Help / Re: ATTENTION NEWBIES: ALT COIN WARNINGS on: February 05, 2014, 05:38:55 PM
Agree with OP.
99% of those altcoins are just clones, and are used for pump and dump only.
1512  Other / Beginners & Help / Re: Hello all on: February 05, 2014, 05:28:50 PM
Welcome guys  Grin
1513  Other / Beginners & Help / Re: Open source auto-switching mining pool on: February 05, 2014, 05:28:19 PM
Hi all,

I've been looking into playing with some source code for building an auto-switching mining pool. Does anyone know of any open source projects that already exist for an auto-switching mining pool? What is the best open source pool software (ie, the most popular platform) that pools are currently using?

Many thanks!


what is an auto-switching pool by d way ?

I guess it is something like multipool or middlecoin, that allows users to mine the most profitable coin automatically.
1514  Other / Beginners & Help / Re: how are you promoted from newbie to jr? on: February 05, 2014, 05:21:14 PM
Get to 30 activity, which requires 4 weeks to get 2x 14 activity bonuses each period.

Yup, 30+ posts and make posts in at least 3 of those two-week periods since your registration.
1515  Other / Beginners & Help / Re: TheMage here on: February 05, 2014, 05:18:47 PM
Welcome TheMage Smiley
1516  Other / Beginners & Help / Re: Bitcoin is locked in Mt. Gox. At what point should I give up? on: February 05, 2014, 05:18:03 PM
Try to sell them on gox and transfer out usd? Or just get in touch with the support team

Nah...it won't work.

You need to verified yourself for both fiat withdrawal and btc withdrawal.
And, the support will just repeat the BS again and again...KYC, AML, blah blah blah....
1517  Other / Beginners & Help / Re: The last posting from your IP was less than 360 seconds ago. Please try again la on: February 05, 2014, 05:16:05 PM
I guess everyone here has gone through the pain in the past. Cheesy

And, it is not really that bad as you only need to survive through getting 15 activity, and your time limit will down to just 75 seconds.
1518  Other / Beginners & Help / Re: how beneficial is buying mining hardwares,need some advice on: February 05, 2014, 05:13:52 PM
There is a reason AMD gpu's are sold out everywhere.

Yes, they are all mining alts. The OP expressed an interest in bitcoin.

Exactly.
The time for GPU mining bitcoin is long gone lol.  Smiley
1519  Other / Beginners & Help / Re: Overstock CEO Reveals He Now Holds Millions in Bitcoin on: February 05, 2014, 05:10:27 PM
Nice, finally some merchants decide to keep some bitcoin instead of trading it for fiat at the very second they receive it lol.  Cheesy
1520  Other / Beginners & Help / Re: Hello from CoinedUp.com on: February 05, 2014, 05:08:08 PM
Are poeple able to withraw from coinedup ?

It seems dadas15's ltc withdrawal did complete eventually.
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 137 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!