Bitcoin Forum
June 16, 2024, 07:11:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: June 03, 2017, 07:10:36 AM
I keep getting "ERROR: Cannot connect to the server. 7". Specifically:

Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:16666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 90
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Running on Ubuntu 16.04.

I've tried nanopool, flypool, EU and US stratum servers for both, backup and primary ports for both, etc. etc.

I've run tcpdump and I see it connecting and sending the tcp packet (I see the json payload) but no response comes back.

I can even telnet to that hostname:port combination.

Any ideas??

How are you launching EWBF; and what arguments are you using?

Code:
./miner --server zec-us-west1.nanopool.org --port 16666 --user zec_wallet.worker --pass x

I've replaced my real wallet address for privacy, but that's essentially it.

that appears correct, I would try nanopools other port: 6666  also I don't think it matters but change --pass to : z  

Code:
./miner --server zec-us-west1.nanopool.org --port 6666 --user zec_wallet.worker --pass z --templimit 80
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:6666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 80
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Yeah, I don't get it. I've tried 6666, 16666 and eu/us hosts, and 3333 for flypool etc, always that error. And i've tried x and z for pass.

I tried claymore, but it only supports AMD for zec. I used claymore for eth just fine on nanopool and ethermine. It's something about ewbf I feel like.


I use it with  Ubuntu 16.04 no problem.  This is how I launch it with more arguments and an absolute path to the client:

'/home/m1/zec/miner' --eexit 3 --fee 0 --pec --server zec-us-east1.nanopool.org --user zecADDR.worker --pass z --port 6666;



I mine under Ubuntu 16.04 because its faster than Windows 10 (the primary gfx card used for display seems ununsable under Windows 10).

Anyway, I booted into Win 10 today, downloaded the miner and tried it, but same.

My mine.cmd has:
Code:
miner --eexit 3 --fee 0 --pec --server zec-us-west1.nanopool.org --port 6666 --user  zec_wallet.worker --pass x --templimit 80

And when I run it, same shit:
Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:6666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 80
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

D:\Zcash\Zec.miner.0.3.3b>

So it's not even a Linux or Ubuntu thing. Comcast? IPv6? What could it be :/

--user  zec_wallet.worker
There is 1 too many space in the user param but I dont know if it matters or not.
I am at work so I cant test it for you.


I would like to thank everyone who tried to help me with this problem! You took the time to help a random stranger on the interwebs. Smiley

I was determined to fix this today, and spent some time with wireshark, seeing what claymore's eth miner does talking to nanopool vs EWBF's CUDA Zcash miner.

The json seemed malformed at first:

Code:
{"id":1,"method":"mining.subscribe","params":["",null,"zec-us-west1.nanopool.org","6666"]}

But apparently that's correct. I tried telnetting to the port and pasting the json, but nothing. I tried from a server out on the internet, and I got a response!

I then noticed in wireshark they were TCP retransmissions. I then immediately came to the realisation that it might be my router?? Turns out it was :/

I have an ASUS RT-AC88U running Merlin firmware. I thought I had all the stupid protection crap off, but I had this on, and it was blocking packets to nanopool to register for zcash mining (but not ether, go figure.)

The actual option that I had to turn off was:
Code:
Vulnerability Protection
Resolves common exploits within the router configuration. Protects the system and applications from exploits and vulnerabilities with Trend Micro Virtual Patch.

This will likely affect most Asus routers, such as the RT-AC3100, RT-AC5300, etc, not just my RT-AC88U.

Now you know.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: May 30, 2017, 10:24:00 PM
I mine under Ubuntu 16.04 because its faster than Windows 10 (the primary gfx card used for display seems ununsable under Windows 10).

Anyway, I booted into Win 10 today, downloaded the miner and tried it, but same.

My mine.cmd has:
Code:
miner --eexit 3 --fee 0 --pec --server zec-us-west1.nanopool.org --port 6666 --user  zec_wallet.worker --pass x --templimit 80

And when I run it, same shit:
Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:6666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 80
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

D:\Zcash\Zec.miner.0.3.3b>

So it's not even a Linux or Ubuntu thing. Comcast? IPv6? What could it be :/

--user  zec_wallet.worker
There is 1 too many space in the user param but I dont know if it matters or not.
I am at work so I cant test it for you.


I checked and don't have an extra space in my command line, I inadvertently added it in when removing my actual wallet address.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: May 30, 2017, 04:06:55 AM
I keep getting "ERROR: Cannot connect to the server. 7". Specifically:

Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:16666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 90
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Running on Ubuntu 16.04.

I've tried nanopool, flypool, EU and US stratum servers for both, backup and primary ports for both, etc. etc.

I've run tcpdump and I see it connecting and sending the tcp packet (I see the json payload) but no response comes back.

I can even telnet to that hostname:port combination.

Any ideas??

How are you launching EWBF; and what arguments are you using?

Code:
./miner --server zec-us-west1.nanopool.org --port 16666 --user zec_wallet.worker --pass x

I've replaced my real wallet address for privacy, but that's essentially it.

that appears correct, I would try nanopools other port: 6666  also I don't think it matters but change --pass to : z 

Code:
./miner --server zec-us-west1.nanopool.org --port 6666 --user zec_wallet.worker --pass z --templimit 80
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:6666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 80
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Yeah, I don't get it. I've tried 6666, 16666 and eu/us hosts, and 3333 for flypool etc, always that error. And i've tried x and z for pass.

I tried claymore, but it only supports AMD for zec. I used claymore for eth just fine on nanopool and ethermine. It's something about ewbf I feel like.


I use it with  Ubuntu 16.04 no problem.  This is how I launch it with more arguments and an absolute path to the client:

'/home/m1/zec/miner' --eexit 3 --fee 0 --pec --server zec-us-east1.nanopool.org --user zecADDR.worker --pass z --port 6666;



I mine under Ubuntu 16.04 because its faster than Windows 10 (the primary gfx card used for display seems ununsable under Windows 10).

Anyway, I booted into Win 10 today, downloaded the miner and tried it, but same.

My mine.cmd has:
Code:
miner --eexit 3 --fee 0 --pec --server zec-us-west1.nanopool.org --port 6666 --user  zec_wallet.worker --pass x --templimit 80

And when I run it, same shit:
Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:6666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 80
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

D:\Zcash\Zec.miner.0.3.3b>

So it's not even a Linux or Ubuntu thing. Comcast? IPv6? What could it be :/
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: May 29, 2017, 06:08:24 AM
I keep getting "ERROR: Cannot connect to the server. 7". Specifically:

Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:16666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 90
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Running on Ubuntu 16.04.

I've tried nanopool, flypool, EU and US stratum servers for both, backup and primary ports for both, etc. etc.

I've run tcpdump and I see it connecting and sending the tcp packet (I see the json payload) but no response comes back.

I can even telnet to that hostname:port combination.

Any ideas??

How are you launching EWBF; and what arguments are you using?

Code:
./miner --server zec-us-west1.nanopool.org --port 16666 --user zec_wallet.worker --pass x

I've replaced my real wallet address for privacy, but that's essentially it.

that appears correct, I would try nanopools other port: 6666  also I don't think it matters but change --pass to : z 

Code:
./miner --server zec-us-west1.nanopool.org --port 6666 --user zec_wallet.worker --pass z --templimit 80
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:6666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 80
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Yeah, I don't get it. I've tried 6666, 16666 and eu/us hosts, and 3333 for flypool etc, always that error. And i've tried x and z for pass.

I tried claymore, but it only supports AMD for zec. I used claymore for eth just fine on nanopool and ethermine. It's something about ewbf I feel like.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: May 29, 2017, 05:54:53 AM
I keep getting "ERROR: Cannot connect to the server. 7". Specifically:

Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:16666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 90
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Running on Ubuntu 16.04.

I've tried nanopool, flypool, EU and US stratum servers for both, backup and primary ports for both, etc. etc.

I've run tcpdump and I see it connecting and sending the tcp packet (I see the json payload) but no response comes back.

I can even telnet to that hostname:port combination.

Any ideas??

How are you launching EWBF; and what arguments are you using?

Code:
./miner --server zec-us-west1.nanopool.org --port 16666 --user zec_wallet.worker --pass x

I've replaced my real wallet address for privacy, but that's essentially it.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: May 29, 2017, 05:47:34 AM
I keep getting "ERROR: Cannot connect to the server. 7". Specifically:

Code:
+-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.3b         |
+-------------------------------------------------+
INFO: Server: zec-us-west1.nanopool.org:16666
INFO: Solver Auto.
INFO: Devices: All.
INFO: Temperature limit: 90
INFO: Api: Disabled
---------------------------------------------------
ERROR: Cannot connect to the server. 7

Running on Ubuntu 16.04.

I've tried nanopool, flypool, EU and US stratum servers for both, backup and primary ports for both, etc. etc.

I've run tcpdump and I see it connecting and sending the tcp packet (I see the json payload) but no response comes back.

I can even telnet to that hostname:port combination.

Any ideas??
7  Economy / Trading Discussion / Re: goxtool bot: portfolio rebalancing on: December 23, 2013, 01:04:55 AM
So you're telling me this has nothing to do with balancer.py from https://github.com/caktux/goxtool ?  Hmmmm.
Thats a fork of my original bot. I don't know what was changed in this fork and how to use it, I can only recommend my original as it is found in the link on page 1.

Yes, I see, I'm studying the diff now. I didn't realise he imported your code into goxtool and made a few changes around the place (hence my confusion). It seems he did this relatively recently too.
8  Economy / Trading Discussion / Re: goxtool bot: portfolio rebalancing on: December 23, 2013, 12:57:36 AM
So you're telling me this has nothing to do with balancer.py from https://github.com/caktux/goxtool ?  Hmmmm.
9  Economy / Trading Discussion / Re: goxtool bot: portfolio rebalancing on: December 23, 2013, 12:31:49 AM
I'm trying to get this to run on my linux box. I'm not normally a noob (been using linux since mid 90s) but I am a Python noob. If this was written in perl or something, no problem. Tongue

First problem was python-crypto wasn't installed. Second problem was python-simplejson wasn't installed.

 1807  apt-get install python-crypto
 1808  apt-get install python-simplejson

So after that, we have a new problem. (sorry for the spam, but this is how the output came out. I did delete screenfulls of blank lines at least.)


:~/goxtool$ ./goxtool.py --strategy=balancer.py
enter passphrase for secret:
testing secret...
testing key...
ok :-)

Price: 0.000000 - 0.000000 | Market: BTCUSD | Account: No info (yet)
sum_bid: 0 USD | sum_ask: 0 BTC | ratio: - USD/BTC | lag:  / 0.000 s (order / socket)

                                                                   
### shutdown...                                                     
                                                                   


*** error(s) in curses_loop() that caused unclean shutdown:

                                                           Traceback (most recent call last):
                                                                                               File "./goxtool.py", line 1592, in curses_loop
             strategy_manager = StrategyManager(gox, strat_mod_list)
                                                                      File "./goxtool.py", line 1476, in __init__
                                                                                                                     self.reload()
                                                                                                                                    File "./goxtool.py", line 1490, in reload
                                             strategy_module = __import__(name)
                                                                                 File "/home/leela/goxtool/balancer.py", line 16, in <module>
              conf = json.load(open("user.conf"))
                                                 IOError: [Errno 2] No such file or directory: 'user.conf'

                                                                                                          Traceback (most recent call last):
          File "./goxtool.py", line 1679, in curses_loop
                                                            strategy_manager.unload()
                                                                                     UnboundLocalError: local variable 'strategy_manager' referenced before assignment


Exception in thread Thread-1 (most likely raised during interpreter shutdown):
                                                                              Traceback (most recent call last):
                                                                                                                  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
                                                      File "/usr/lib/python2.7/threading.py", line 757, in run
                                                                                                                File "/usr/lib/python2.7/threading.py", line 403, in wait
                                       File "/usr/lib/python2.7/threading.py", line 267, in wait
                                                                                                <type 'exceptions.ValueError'>: list.remove(x): x not in list
                         :~/goxtool$


Okay, so lets create user.conf.


:~/goxtool$ touch user.conf
:~/goxtool$ ./goxtool.py --strategy=balancer.py
enter passphrase for secret:
testing secret...
testing key...
ok :-)


Price: 0.000000 - 0.000000 | Market: BTCUSD | Account: No info (yet)
sum_bid: 0 USD | sum_ask: 0 BTC | ratio: - USD/BTC | lag:  / 0.000 s (order / socket)

                                                                   
### shutdown...                                                     
                                                                                                                 

*** error(s) in curses_loop() that caused unclean shutdown:

                                                           Traceback (most recent call last):
                                                                                               File "./goxtool.py", line 1592, in curses_loop
             strategy_manager = StrategyManager(gox, strat_mod_list)
                                                                      File "./goxtool.py", line 1476, in __init__
                                                                                                                     self.reload()
                                                                                                                                    File "./goxtool.py", line 1490, in reload
                                             strategy_module = __import__(name)
                                                                                 File "/home/leela/goxtool/balancer.py", line 16, in <module>
              conf = json.load(open("user.conf"))
                                                   File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 357, in load
    use_decimal=use_decimal, **kw)
                                    File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 413, in loads
                                                                                                                          return _default_decoder.decode(s)
                         File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 402, in decode
                                                                                                               obj, end = self.raw_decode(s, idx=_w(s, 0).end())
                              File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 420, in raw_decode
                                                                                                                        raise JSONDecodeError("No JSON object could be decoded", s, idx)
                                                    JSONDecodeError: No JSON object could be decoded: line 1 column 0 (char 0)

                                                                                                                              Traceback (most recent call last):
                              File "./goxtool.py", line 1679, in curses_loop
                                                                                strategy_manager.unload()
                                                                                                         UnboundLocalError: local variable 'strategy_manager' referenced before assignment


Exception in thread Thread-1 (most likely raised during interpreter shutdown):
                                                                              Traceback (most recent call last):
                                                                                                                  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
                                                      File "/usr/lib/python2.7/threading.py", line 757, in run
                                                                                                                File "/usr/lib/python2.7/threading.py", line 403, in wait
                                       File "/usr/lib/python2.7/threading.py", line 267, in wait
                                                                                                <type 'exceptions.ValueError'>: list.remove(x): x not in list
                          Exception in thread Thread-2 (most likely raised during interpreter shutdown):
                                                                                                        Traceback (most recent call last):
        File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
                                                                                File "/usr/lib/python2.7/threading.py", line 759, in run
      File "/home/leela/goxtool/goxapi.py", line 431, in _fire
                                                                 File "/home/leela/goxtool/goxapi.py", line 371, in __call__
                                                                                                                               File "/usr/lib/python2.7/threading.py", line 121, in acquire
                                                       <type 'exceptions.TypeError'>: 'NoneType' object is not callable
                                                                                                                       :~/goxtool$



Urghh.

The code in balancer.py has:


# Load user.conf
conf = json.load(open("user.conf"))

# Set defaults
conf.setdefault('balancer_simulate', True)
conf.setdefault('balancer_distance', 7)
conf.setdefault('balancer_fiat_cold', 0)
conf.setdefault('balancer_coin_cold', 0)
conf.setdefault('balancer_marker', 7)
conf.setdefault('balancer_compensate_fees', False)
conf.setdefault('balancer_target_margin', 1)


So I assume it would use those as defaults if there's nothing in the conf file...

Anyway, I don't know if I've pulled some new version from git or what because there's no instructions in this thread or the goxtool website about needing this conf file or what to put in it...
10  Economy / Exchanges / Re: MtGox withdrawal delays [Gathering] on: November 07, 2013, 03:29:03 AM
Bitstamp has higher price than MTGox  Shocked  Cheesy

Now is the time to move your BTC over without any loss Smiley

Planning to do it, already told MtGox to cancel my USD withdrawl from several months ago... but in the last couple hours the price has gone ballistic.

I except the bubble to pop and there to be a crash soon.
11  Economy / Exchanges / Re: MtGox withdrawal delays [Gathering] on: October 29, 2013, 09:52:28 PM
Alrighty. Been reading this thread for about a month or more, been unable to register for the past month and when I finally DID manage to register I had to hang around for 4 hrs and post 5 posts in the newbie section first. OMG so many roadblocks in place it feels like a MtGox conspiracy to stop people from posting their withdrawal woes on this thread, I swear. I mean could they have made it any harder and made me wait any longer???

I imagine there's a lot of people in my situation who've been unable to post to this thread or haven't been as determined as me. So the majority of people never get to post and we are missing out on an incredible amount of data points that we otherwise could have.

  • On August 7 I made a withdrawl for over $6000 USD using SWIFT to my US currency account down in New Zealand. (Yes I deliberately wanted my money in USD)
  • Every few weeks I'd contact them and ask what the hell is up, still no money, usual backlog 2 weeks blah blah response.
  • Eventually after 2+ months I started googling MtGox USD withdrawal and found this thread. Been reading it since and frustarted as hell I couldn't post.
  • On October 21 finally fed up and seeing people requesting the 5% urgent manual withdrawal option I do the same. (I figured it was safer than buying bitcoins and transferring elsewhere at a loss and doing a withdrawal there.)
  • After a reponse saying please stand by while we research, a day later I get another post from them stating they can withdrawal to me using NZD instead.
  • So I replied okay, FINE, I really wanted USD not NZD but whatever, money is better than no money, right? So I replied and state that the bank account I specified was a USD currency account and i'd have to give them my NZD currency account number instead. This is when they replied with clarification. They can cancel my USD withdrawal and I have to buy bitcoins in USD and sell them in NZD and then do a withdrawal to the correct NZD account.

ARRRGHHH!H#!@#!! I HATE YOU MTGOX.


Nevermind I can't do that even if I WANTED to because NO BODY trades bitcoin in NZD on MtGox. AUD is maybe an option but not NZD as NZ already has a better bitcoin exchange operated locally within the country. I COULD buy bitcoins on MtGox and sell on the local exchange in NZ for NZD but it has very little trades too and I fear it'll take forever to cash out without dropping the price here too much.

Don't know what to do anymore. I really really hate MtGox now.
12  Other / Beginners & Help / Re: It's stupid that newbies must make 5 posts and browse for 4 hours. Here's why on: October 29, 2013, 09:34:30 PM
thanks for the explanations for the required posts for newbies

no problem.

Is this my post #5 yet?
13  Other / Beginners & Help / Re: It's stupid that newbies must make 5 posts and browse for 4 hours. Here's why on: October 29, 2013, 02:50:38 AM
+1.

Yes this is all very silly.

I've been dying to post in another thread about USD withdrawals for MtGox as i've been waiting on a USD withdrawal for like 3 months now. (https://bitcointalk.org/index.php?topic=179586.2200)

Not only have I had to wait like a month before registration on bitcointalk was FINALLY reenabled, I have to now waste time posting in the newbie forums... omg, it just feels like everyone is trying to put up artificial walls and barriers. I just wanted to post on that thread over a month ago D:

Not getting any less silly, guys.

The real sad part about this is that i've probably read 100 hrs of bitcointalk but none of that counts because i didn't have an account yet..... BECAUSE I COULDN'T MAKE ONE. Damn registrations being disabled for so long. *frustrated*

Someone's going to start a conspiracy theory, registrations disabled for a month and all these artificial walls to stop people complaining about mtgox and their ridiculously slow (or in many cases with USD, simply no withdrawals).
14  Other / Beginners & Help / Re: It's stupid that newbies must make 5 posts and browse for 4 hours. Here's why on: October 29, 2013, 02:43:09 AM
2 hours and 40 minutes of silly-time remaining for me. Should be getting a bit less silly now...

lol.

Waiting waiting waiting... might go get a coffee. It's a real slow afternoon at work, too.
15  Other / Beginners & Help / Re: It's stupid that newbies must make 5 posts and browse for 4 hours. Here's why on: October 29, 2013, 02:33:10 AM
+1.

Yes this is all very silly.

I've been dying to post in another thread about USD withdrawals for MtGox as i've been waiting on a USD withdrawal for like 3 months now. (https://bitcointalk.org/index.php?topic=179586.2200)

Not only have I had to wait like a month before registration on bitcointalk was FINALLY reenabled, I have to now waste time posting in the newbie forums... omg, it just feels like everyone is trying to put up artificial walls and barriers. I just wanted to post on that thread over a month ago D:

Not getting any less silly, guys.
16  Other / Beginners & Help / Re: It's stupid that newbies must make 5 posts and browse for 4 hours. Here's why on: October 29, 2013, 02:09:16 AM
+1.

Yes this is all very silly.

I've been dying to post in another thread about USD withdrawals for MtGox as i've been waiting on a USD withdrawal for like 3 months now. (https://bitcointalk.org/index.php?topic=179586.2200)

Not only have I had to wait like a month before registration on bitcointalk was FINALLY reenabled, I have to now waste time posting in the newbie forums... omg, it just feels like everyone is trying to put up artificial walls and barriers. I just wanted to post on that thread over a month ago D:
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!