Bitcoin Forum
May 28, 2024, 08:42:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 127 128 129 130 131 132 133 134 135 136 »
2121  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. on: March 21, 2016, 12:22:29 AM
(1)I get stuck on
Code:
2) start proxy with
 python ./eth-proxy.py

Using Ubuntu, I receiving: python: can't open file '.eth-proxy.py': [Errno 2] No such file or directory
I see the file in '/home/user/ethproxy/eth-proxy.py'

When using
Code:
python '/home/user/ethproxy/eth-proxy.py'
I receive ERROR proxy # Wrong Wallet! in the command terminal and nothing else happens?

I have edited my conf file below, do I need to change the py file too?
Quote
###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/
#   ethminer.exe --farm-recheck 300 -G -F http://HOST:PORT/rig1
#
#   ethminer.exe -G -F http://127.0.0.1:8080/
#   ethminer.exe --farm-recheck 100 -G -F http://192.168.0.33:8080/rig1
#
#  farm-recheck parameter is very individual. Just test different values.
#
#  You can submit shares without workername or
#  You can provide workername:
#   - with url like "/rig1"
#   - or use automatically numbering(integer) based on IP of miner
#
#  Servers:
#    EU-Server:  eth-eu.dwarfpool.com  (France)
#    US-Server:  eth-us.dwarfpool.com  (EastCoast: Montreal,Canada)
#    US-Server:  eth-us2.dwarfpool.com (WestCoast: Las Vegas)
#    RU-Server:  eth-ru.dwarfpool.com  (Moscow)
#    HK-Server:  eth-hk.dwarfpool.com  (Hong-Kong)
#    CN-Server:  eth-cn.dwarfpool.com  (Shanghai)
#    SG-Server:  eth-sg.dwarfpool.com  (Singapore)
#    AU-Server:  eth-au.dwarfpool.com  (Melbourne)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

# Host and port for your workers
HOST = "192.168.0.101"
PORT = 8080

# Coin address where money goes
WALLET = "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"

# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"

# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True

# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = False
MONITORING_EMAIL = "mail@example.com"

# Main pool
POOL_HOST = "eth-us.dwarfpool.com"
POOL_PORT = 8008

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "eth-us2.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8008

POOL_HOST_FAILOVER2 = "eth-eu.dwarfpool.com"
POOL_PORT_FAILOVER2 = 8008

POOL_HOST_FAILOVER3 = "eth-ru.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = False

# Enable debug
DEBUG = False
---
(2)And to start mining from my computer hosting  the proxy I would use,
Code:
ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:8080//rig1
And to start mining on the 2nd rig would be,
Code:
ethminer.exe --farm-recheck 200 -G -F http://192.168.0.101:8080/rig2
Correct?
---
(3)And do I need to extract eth proxy on my 2nd rig?
---
(4)I also notice in the conf file,
Code:
POOL_PORT = 8008
But dwarf pool says to use port as 80, which is correct?
---

you can change:

# Host and port for your workers
HOST = "192.168.0.101"
PORT = 8080

to:

# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8080

And you only need to run the proxy on one main PC, and have the others use the IP of that machine to use the proxy.
So if you edit the config on the PC you are running the proxy on, you can use "0.0.0.0" , and on the machines you are running the .bat file you just need to point themn to the 192.168.0.101 PC in the bat file.

example:

ethminer.exe --farm-recheck 200 -G -t 1 -F  http://ip-address-of-local-pc-running-proxy-goes-here:8080/rig2


the -t 1 is the number of gpus in rig #2, if you are running 5 gpu's then it would be -t 5

thanks!
2122  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. on: March 21, 2016, 12:14:22 AM
Hi,

I understud that proxy increase the earning with big installations : several RIGs, each with several GPU.

But, for a computer with a single graphic card (GTX960), does this proxy increase the earning to ? How much, about ?

From what I have seen after using the proxy for a solid few days now, there is no difference in shares etc

I have 3 seperate rigs but only 5 cards and for me I haven't noticed any difference

There's a difference and that is that there's no need for recheck. This helps so no hashrate gets wasted while waiting for work as stratum takes care of delivering work to miners. It might not be that of a noticeable difference with a single GPU it does make a difference.

excellent explanation, and it does make a difference even with 1 GPU , why wouldn't it? It's using the same concept, no rechecking hence no stops, then restarts, so even with 1 GPU, you could see a slight improvement.

Thanks!
2123  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. on: March 16, 2016, 03:40:19 PM
Hello i want to tested proxy i have some question

My IP is 192.168.1.13
workername 290

this is my conf file :

###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/290
#   ethminer.exe --farm-recheck 300 -G -F http://HOST:PORT/290
#
#   ethminer.exe -G -F http://127.0.0.1:8080/
#   ethminer.exe --farm-recheck 100 -G -F http://192.168.0.33:8080/290
#
#  farm-recheck parameter is very individual. Just test different values.
#
#  You can submit shares without workername or
#  You can provide workername:
#   - with url like "/290"
#   - or use automatically numbering(integer) based on IP of miner
#
#  Servers:
#    EU-Server:  eth-eu.dwarfpool.com  (France)
#    US-Server:  eth-us.dwarfpool.com  (EastCoast: Montreal,Canada)
#    US-Server:  eth-us2.dwarfpool.com (WestCoast: Las Vegas)
#    RU-Server:  eth-ru.dwarfpool.com  (Moscow)
#    HK-Server:  eth-hk.dwarfpool.com  (Hong-Kong)
#    CN-Server:  eth-cn.dwarfpool.com  (Shanghai)
#    SG-Server:  eth-sg.dwarfpool.com  (Singapore)
#    AU-Server:  eth-au.dwarfpool.com  (Melbourne)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

# Host and port for your workers
HOST = "192.168.1.13"
PORT = 8080

# Coin address where money goes
WALLET = "0xf82759f26d6bdcb9feaedf8c4c4f617e9b902276"

# To donate please use wallet ""

# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True

# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = True
MONITORING_EMAIL = "pete.s@bk.ru"

# Main pool
POOL_HOST = "eth-eu.dwarfpool.com"
POOL_PORT = 8008

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "eth-ru.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8008

POOL_HOST_FAILOVER2 = "eth-us.dwarfpool.com"
POOL_PORT_FAILOVER2 = 8008

POOL_HOST_FAILOVER3 = "eth-hk.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False


This is my .bat file

eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080

-------------------------------------------------------------------

second .conf

###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/
#   ethminer.exe --farm-recheck 300 -G -F http://HOST:PORT/rig1
#
#   ethminer.exe -G -F http://127.0.0.1:8080/
#   ethminer.exe --farm-recheck 100 -G -F http://192.168.0.33:8080/rig1
#
#  farm-recheck parameter is very individual. Just test different values.
#
#  You can submit shares without workername or
#  You can provide workername:
#   - with url like "/rig1"
#   - or use automatically numbering(integer) based on IP of miner
#
#  Servers:
#    EU-Server:  eth-eu.dwarfpool.com  (France)
#    US-Server:  eth-us.dwarfpool.com  (EastCoast: Montreal,Canada)
#    US-Server:  eth-us2.dwarfpool.com (WestCoast: Las Vegas)
#    RU-Server:  eth-ru.dwarfpool.com  (Moscow)
#    HK-Server:  eth-hk.dwarfpool.com  (Hong-Kong)
#    CN-Server:  eth-cn.dwarfpool.com  (Shanghai)
#    SG-Server:  eth-sg.dwarfpool.com  (Singapore)
#    AU-Server:  eth-au.dwarfpool.com  (Melbourne)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8080

# Coin address where money goes
WALLET = "0xf82759f26d6bdcb9feaedf8c4c4f617e9b902276"

# To donate please use wallet ""

# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True

# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = True
MONITORING_EMAIL = "pete.s@bk.ru"

# Main pool
POOL_HOST = "eth-eu.dwarfpool.com"
POOL_PORT = 8008

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "eth-ru.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8008

POOL_HOST_FAILOVER2 = "eth-us.dwarfpool.com"
POOL_PORT_FAILOVER2 = 8008

POOL_HOST_FAILOVER3 = "eth-hk.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False

i use this same .bat " eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080"

i have still NEW_JOB MAIN_Pool



which is ok or where i have problem in config

Thank's for reply!

Anyone can help me?!


try instead of:
eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080

start the proxy after you save your conf and then run:

ethminer.exe --cl-local-work 128 --cl-global-work 8192 --farm-recheck 200 -G -t 1 -F http://192.168.1.13:8080/rig1

if that doesn't work you can try:

ethminer.exe --farm-recheck 200 -G -t 1 -F http://192.168.1.13:8080/rig1

I think your issue is that you are trying to run eth-proxy.exe with the cmd line, when the proxy needs to run independently, and then have cmd window with ethminer run your bat.

let me know how that works for you.

thanks!

the (-t 1) is the number of gpu's you are trying to run if you had 5 you would change it to (-t 5)

you can also change the conf file to use "0.0.0.0" in it

in the section in the conf:
# Host and port for your workers
HOST = "192.168.1.13"
PORT = 8080



@buckrogers

THANK YOU LOADS!

Finally got it working, I was doing as this other guy and only running the proxy, makes sense now that it's working

no problem,  Smiley good luck!
2124  Economy / Computer hardware / Re: [WTS][EU] Sapphire Radeon HD7990 6GB DDR5 on: March 16, 2016, 12:54:10 AM
The point is that its an unwarrantied, old gen, high power card. Most likely had a hard life with BTC mining and then with LTC mining so if anything happens like a capacitor blows up or VRM fails, its a huge loss.

But right now I rather buy 2 R7 370 for around $240USD and get 34mh/s rather then pay $415USD for this and I at least get warranty. And it uses 1 PCIe 6 pin each GPU instead of 2x8pin. However I would lose a motherboard PCIe slot.

It would sell if only the price was more reasonable.

Oh yeah, its totally not really good for mining. Its 3-4x the cost per hash and power consumption. Its basically two 280x. As such its not really dated gen. The r9 380 is kind of just as much. Though who know what this card has been through.

its 2x 7970's Smiley
2125  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. on: March 14, 2016, 04:39:55 PM
Hello i want to tested proxy i have some question

My IP is 192.168.1.13
workername 290

this is my conf file :

###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/290
#   ethminer.exe --farm-recheck 300 -G -F http://HOST:PORT/290
#
#   ethminer.exe -G -F http://127.0.0.1:8080/
#   ethminer.exe --farm-recheck 100 -G -F http://192.168.0.33:8080/290
#
#  farm-recheck parameter is very individual. Just test different values.
#
#  You can submit shares without workername or
#  You can provide workername:
#   - with url like "/290"
#   - or use automatically numbering(integer) based on IP of miner
#
#  Servers:
#    EU-Server:  eth-eu.dwarfpool.com  (France)
#    US-Server:  eth-us.dwarfpool.com  (EastCoast: Montreal,Canada)
#    US-Server:  eth-us2.dwarfpool.com (WestCoast: Las Vegas)
#    RU-Server:  eth-ru.dwarfpool.com  (Moscow)
#    HK-Server:  eth-hk.dwarfpool.com  (Hong-Kong)
#    CN-Server:  eth-cn.dwarfpool.com  (Shanghai)
#    SG-Server:  eth-sg.dwarfpool.com  (Singapore)
#    AU-Server:  eth-au.dwarfpool.com  (Melbourne)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

# Host and port for your workers
HOST = "192.168.1.13"
PORT = 8080

# Coin address where money goes
WALLET = "0xf82759f26d6bdcb9feaedf8c4c4f617e9b902276"

# To donate please use wallet ""

# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True

# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = True
MONITORING_EMAIL = "pete.s@bk.ru"

# Main pool
POOL_HOST = "eth-eu.dwarfpool.com"
POOL_PORT = 8008

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "eth-ru.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8008

POOL_HOST_FAILOVER2 = "eth-us.dwarfpool.com"
POOL_PORT_FAILOVER2 = 8008

POOL_HOST_FAILOVER3 = "eth-hk.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False


This is my .bat file

eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080

-------------------------------------------------------------------

second .conf

###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/
#   ethminer.exe --farm-recheck 300 -G -F http://HOST:PORT/rig1
#
#   ethminer.exe -G -F http://127.0.0.1:8080/
#   ethminer.exe --farm-recheck 100 -G -F http://192.168.0.33:8080/rig1
#
#  farm-recheck parameter is very individual. Just test different values.
#
#  You can submit shares without workername or
#  You can provide workername:
#   - with url like "/rig1"
#   - or use automatically numbering(integer) based on IP of miner
#
#  Servers:
#    EU-Server:  eth-eu.dwarfpool.com  (France)
#    US-Server:  eth-us.dwarfpool.com  (EastCoast: Montreal,Canada)
#    US-Server:  eth-us2.dwarfpool.com (WestCoast: Las Vegas)
#    RU-Server:  eth-ru.dwarfpool.com  (Moscow)
#    HK-Server:  eth-hk.dwarfpool.com  (Hong-Kong)
#    CN-Server:  eth-cn.dwarfpool.com  (Shanghai)
#    SG-Server:  eth-sg.dwarfpool.com  (Singapore)
#    AU-Server:  eth-au.dwarfpool.com  (Melbourne)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8080

# Coin address where money goes
WALLET = "0xf82759f26d6bdcb9feaedf8c4c4f617e9b902276"

# To donate please use wallet ""

# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True

# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = True
MONITORING_EMAIL = "pete.s@bk.ru"

# Main pool
POOL_HOST = "eth-eu.dwarfpool.com"
POOL_PORT = 8008

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "eth-ru.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8008

POOL_HOST_FAILOVER2 = "eth-us.dwarfpool.com"
POOL_PORT_FAILOVER2 = 8008

POOL_HOST_FAILOVER3 = "eth-hk.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False

i use this same .bat " eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080"

i have still NEW_JOB MAIN_Pool



which is ok or where i have problem in config

Thank's for reply!

Anyone can help me?!


try instead of:
eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080

start the proxy after you save your conf and then run:

ethminer.exe --cl-local-work 128 --cl-global-work 8192 --farm-recheck 200 -G -t 1 -F http://192.168.1.13:8080/rig1

if that doesn't work you can try:

ethminer.exe --farm-recheck 200 -G -t 1 -F http://192.168.1.13:8080/rig1

I think your issue is that you are trying to run eth-proxy.exe with the cmd line, when the proxy needs to run independently, and then have cmd window with ethminer run your bat.

let me know how that works for you.

thanks!

the (-t 1) is the number of gpu's you are trying to run if you had 5 you would change it to (-t 5)

you can also change the conf file to use "0.0.0.0" in it

in the section in the conf:
# Host and port for your workers
HOST = "192.168.1.13"
PORT = 8080

2126  Economy / Computer hardware / Re: [WTB] Open frame rig on: March 04, 2016, 02:35:43 AM
hi, i want to buy one of those open frame for six gpu with 5cm between each gpu, and a single slot for the psu

someone is selling those? i'm in europe so it's better if you are not in america for shipping cost

try: https://bitcointalk.org/index.php?action=profile;u=30964

and his website:

http://spotswoodcomputercases.com/wp/

he is the best!
2127  Economy / Computer hardware / Re: Solar panels with inverter. 1750 watts inverter is 3500w will accept bitcoin on: February 22, 2016, 01:00:28 PM
could you please post some pictures of the solars panels please ?
Thanx in advance.

yes pics of panels , make and model will assist in selling your product Smiley

thanks!
2128  Bitcoin / Hardware / Re: ANTMINER S2 upgrade kit? EDIT: BITMAIN WHERE ARE YOU?!?! on: February 22, 2016, 06:04:04 AM
My LCD display blew out, and received a brand new one  a looong time ago, still in the box with ribbon cable if anyone is interested in buying it.

Ill try to get a pic of it up tomorrow.

thanks!
2129  Economy / Computer hardware / Re: Solar panels with inverter. 1750 watts inverter is 3500w will accept bitcoin on: February 21, 2016, 12:21:40 AM
Do you have any pics, and make and model of panels?

thanks!
2130  Economy / Computer hardware / Re: Looking for -- KNC Neptune Controller on: February 21, 2016, 12:20:33 AM
how much are neptunes worth these days anyway?
2131  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [WAC] Official WorldAidCoin Thread on: February 18, 2016, 02:51:05 PM
where can you trade /sell WAC? usecryptos is a black hole with no support, and eats coins

I've been trading there for over a year and have yet to have any coins eaten.   Support can be slow sometimes I will admit but they have always resolved issues.

Well, I'm not sure who is responding to you there, but i have put in quite a few tickets regarding sending WAC there and it never showing up at least 4 times....no response EVER.

you must be very lucky.

Please find an exchange and use for WAC.

I know a lot of people are waiting on that.

thanks!
2132  Economy / Computer hardware / Re: [closed] jorjito's computer shop back in biz *UPDATE JANUARY 28* on: February 13, 2016, 06:53:19 PM
Thanks for stating the obvious.

Of course I've read all the posts and I actually asked him about getting me certain hdd's which he said he could do, then was waiting on shipping, then a partner issue, then couldn't, then finally came back and said he has them via PM's. Lol

I said great, I'm ready to buy them via multiple PM's

I also understand his issue with getting injured which is unfortunate and I wish him a speedy recovery, but he did PM me after that directly and said he had the Original "special request" in house from months ago and also posted on the thread that he finnaly got them for someone. (Me)

So, I'm happy you got your whatever.

But before giving advice on a specific subject maybe you should go back and read all the posts yourself.  And maybe ask me in a PM before posting here as you did unknowingly of the actual situation.


Thanks!
2133  Economy / Computer hardware / Re: [closed] jorjito's computer shop back in biz *UPDATE JANUARY 28* on: February 13, 2016, 03:41:09 PM
Seriously. If you are closed then reply to your PM's and tell all the people you have waiting on your reply that you are no longer going to have any product.

You actually sent me a PM telling me you had the hard drives I requested then after my reply, I have heard nothing.

Forget about my request from more than a month or two ago, and please stop stringing people along with telling them you have their product and then don't reply.

I am not sure who actually received any products from your "shop" but you did a piss poor job at it TBH.

Thanks!

2134  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [WAC] Official WorldAidCoin Thread on: February 10, 2016, 01:00:52 AM
where can you trade /sell WAC? usecryptos is a black hole with no support, and eats coins
2135  Economy / Computer hardware / Re: [closed] jorjito's computer shop back in biz *UPDATE JANUARY 28* on: February 06, 2016, 08:41:30 PM
Unfortunately I'm not in the condition that I just can log in here. There will be some time between my visits. I also need assistance both accepting and sending btc. Everything a tremendous time, but with help from friends and your patience we will get to the goal. But please do not PM about new deals at the moment, I'm only concentrating on the ones already establish.

I'll get back later today, I've my rehab now.

feel better,
sent you a 3rd PM on your PM reply on that initial order from months ago..thanks!
2136  Economy / Computer hardware / Re: [OPEN!] jorjito's computer shop back in biz *UPDATE JANUARY 28* on: February 05, 2016, 10:23:58 PM
We've come a little bit on the way to solve the mess a bit of icy sidewalk and a clumsy guy can cause. Much of this is due to SebastianJu's work. If you made a deal but forgot to tip him, please do it now.

All but three deals are solved, and in two of them we are discussing plausible solutions. I have great expectations that we'll feel OK with the solutions we find. For the third, I have PMed the customer that I, after literately months, finally have what he once ordered (when we had "order what you want and we try to find it").

I'm hesitant to whether to keep the thread open or not. I'd like to avoid constant bumping, asking for cheap SSDs; on the other hand I don't want to be accused of closing it to keep critique out. I'll think I chose the way in the middle: to keep it open to all deals are solved and for the time being.

Although it does look bad, this might very well not be the end and the shop permanently dead. I have good faith we will/can be back, wiser from the experiences from this, and continue to offer certain computer-parts to awesome prices.  Smiley

I Pm'ed you back a while ago about that order, have you seen it?

thanks!
2137  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BitStone (BST) -GemStones 4 Sale With BST - BTC MINERS FOR BST [OFFICIAL THREAD] on: January 29, 2016, 01:58:29 AM
It is with much sadness that I am writing this post.  I have notified the rest of the BitStone Team that I am leaving the project.  I have made this decision for many reasons.  My true passion in crypto is Bitcoin and I have decided to leave the altcoin world and concentrate my efforts on bitcoin.

I started listing my coins on Bittrex last night and have the majority of them listed between 8,000 and 18,000 sats.  I have not "dumped" any coins and did not sell any of the coins in the 10 btc sell last night.  I will have them all listed by this evening.  
 
My personal life has been under scrutiny since the release of BitStone and I will limit my response.  There is a significant medical condition with someone in my family.  I made the decision to close my medical practice shortly after the diagnosis and was forced to file bankruptcy soon after.  The closing of my medical practice has allowed me to be with my family and I have no regrets about it.  

I have made some mistakes and want to apologize to the BitStone Community and the other members of the BitStone Team.  I also want to apologize to anyone that I may have harmed including but not limited to suchmoon and Paul Revere.

Sincerely,
Keith





awwwwww...game over

too bad Sad
2138  Economy / Computer hardware / Re: (3) SMC USB NETWORK ADAPTER - MODEL SMC2208USB $5 EACH on: January 20, 2016, 02:50:33 PM
where are you located ?

edit: sorry i thought these were wifi adapters, these are the USB to Ethernet ones...correct?

thanks!
2139  Economy / Computer hardware / Re: [OPEN AGAIN!] jorjito's computer shop back in biz *UPDATE JANUARY 18* on: January 19, 2016, 02:53:09 AM
looking forward to see if you can fill my initial request when you opened the thread.

thanks!
2140  Economy / Computer hardware / Re: [WTB] Raspberry Pi Zero on: January 19, 2016, 02:51:19 AM
I want to buy a Raspberry Pi Zero.

Offer me a price, it still needs to be sealed.

where do you live?  for shipping?
Pages: « 1 ... 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 127 128 129 130 131 132 133 134 135 136 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!