Bitcoin Forum
October 01, 2025, 08:54:20 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
1  Bitcoin / Hardware / Re: GekkoScience has a new stickminer that does 300+GH on: May 10, 2023, 01:32:07 AM
Is it possible to run this USB Miner without a usb hub? I want to connect it directly to my USB3 port. I meant with its stock frequency.

It is possible, but the frequency at which can be run will depend on the specific USB port you are using. Note that you can even use a USB2 port, the main thing that matters is the power delivery of the port, not the data part of it.

If you run it slow, you can plug it in basically anywhere. The higher you run it, the least USB ports will work, and eventually you'll need a fan as well unless you want some melted components.

I've got USB 3.1 Gen 1. From my search it seems like it provides up to 900mA current
2  Bitcoin / Hardware / Re: GekkoScience has a new stickminer that does 300+GH on: May 10, 2023, 12:06:43 AM
Is it possible to run this USB Miner without a usb hub? I want to connect it directly to my USB3 port. I meant with its stock frequency.
3  Bitcoin / Project Development / Re: Have you ever heard about such a BTC system we need? on: July 03, 2017, 09:41:18 AM
Well,
If you are to take big steps and provider 100% uptime and gold features, you need to spend big time to build it. Of course full bitcoin node is good enough that gives you full access and on top of it you can build your system.
But you need to make sure about the security of the system, where you store your files, security of the OS and etc.
4  Other / Beginners & Help / Re: Making a space for People who just want to find out what Bitcoin is & new miners on: July 03, 2017, 09:36:47 AM
I would say the best for newbies is to get access to some very tiny amount of bitcoin and then they can see how transfer and the whole system works.
5  Other / Beginners & Help / Re: Noob looking for information on: June 05, 2017, 08:51:32 AM
If you are completely newbie, I would suggest to start with some of the faucets and get some bitcoins as you can understand how bitcoin works.
6  Economy / Service Discussion / Re: Zarfund.com Is Paying ?? on: June 05, 2017, 08:49:40 AM
Looks like a ponzi scheme to me.  Sad
7  Other / Meta / Re: How do i insert a GIF in the bitcointalk post? on: June 05, 2017, 08:48:06 AM
bitcointalk doesn't support image embedding. You can post it to some Image upload sites (such as tinypic or imagebb) and then paste the mark-down link of it here.
8  Economy / Micro Earnings / Re: Any site still giving away bitcoins? on: May 30, 2017, 09:44:06 PM
Faucets are still a good way of getting some bitcoins.
You can take a look at my signature.
9  Other / Beginners & Help / Re: How to start investing bitcoin on: May 27, 2017, 02:32:47 PM
I am new member, I don't know how to start with the bitcoin. It very difficult with me. Excuse me! But Everybody can help me by show me, how to buy one coin and advertise it and Make my coin a name. Thanks you very much.
The best part about bitcoin is you don’t have to start investing money right away, watch some youtube videos install a wallet read the forum and very rapidly you will get the hang of it.

That's true. But then in order to get some bitcoin, that's where the real struggle starts.
10  Other / MultiBit / Re: Where has My Wallet Gone .... on: May 27, 2017, 02:20:52 PM
Go to your Users > your-username > AppData > Roaming > MultiBit folder.

You should be able to find your wallet file there
11  Bitcoin / Mining speculation / Re: Where TO Buy Bitcoin Miner ? on: May 27, 2017, 02:19:04 PM
Or you can start earning your bit coins from faucets .. little but worthy
12  Bitcoin / Bitcoin Discussion / Re: Bitcoin as a source of income? on: May 27, 2017, 02:16:10 PM
Bitcoin is meant to be a currency not a job!

The only job that can come out of bitcoin can be mining which is not feasible these days for ordinary people.
13  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Do you see alts have chances against Bitcoins? on: May 27, 2017, 02:01:29 PM
Well,
I personally believe Bitcoin journey hasn't been started yet! These things are just the introduction of it to the world.

Once it gets started, the only issue could be the transaction confirmation time, I would say.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NEM (XEM) Official Thread -100% Original Codebase - Over 70 Active Team Members on: May 30, 2015, 09:48:52 PM
anybody can help me to understand more about vested balance vs. normal balance?  Huh  Huh  Huh
15  Alternate cryptocurrencies / Altcoin Discussion / Re: Most undervalued coin? on: May 26, 2015, 03:43:14 PM
I believe NXT will rise in long run
16  Alternate cryptocurrencies / Altcoin Discussion / Re: The Best Coin To Purchase For a 1+ year hold? on: May 26, 2015, 03:39:39 PM
personally I believe in NXT in long run
17  Alternate cryptocurrencies / Altcoin Discussion / Re: Which altcoin should i invest in? on: May 19, 2015, 07:07:17 AM
Whatever coin you like to invest, don't invest much! Wink
18  Alternate cryptocurrencies / Altcoin Discussion / Re: Top 3 Favorite coins and why? on: May 19, 2015, 07:04:51 AM
I think we should stick to the most famous ones, like Bitcoin and NXT
19  Alternate cryptocurrencies / Altcoin Discussion / Re: Why none of pos coin successful? on: May 19, 2015, 07:00:56 AM
Do you know any POW coin that is successful ?
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DigitalCoin.Co | Secure. Established. Active Development | v2.0 Released! on: September 17, 2014, 07:41:56 AM
my main account is banned you can come on irc and confirm

No, its not. "ahmed_bodi" is not ban !

OK , that's it, I can settle this once and for all. Ahmed is a business partner in one of my businesses.

Ahmed, please go into the new exchange git (Which is a private git only Ahmed and myself have access to) and post the get_market function in trade.py from the forum handle you are using here now.

If the handle posts this correctly, I can verify that it is indeed Ahmed.


Hey dreamwatcher.
Code is as follows:
Code:
def get_market(curr,master_curr):
try:
sell = query_multi('SELECT rate, SUM(amount),SUM(m_total) FROM %s WHERE sell_order = 1 and m_currency = %%s GROUP BY rate ORDER BY rate ASC LIMIT 100' %curr,(master_curr))
buy = query_multi('SELECT rate, SUM(amount), SUM(m_total) FROM %s WHERE sell_order = 0 and m_currency = %%s GROUP BY rate ORDER BY rate DESC LIMIT 100' %curr,(master_curr))
return {'sell':sell,'buy':buy}
except Exception as e:
error_log(e,inspect.stack()[0][3])
return {'sell':[('N/A','N/A','N/A')],'buy':[('N/A','N/A','N/A')]}

Ahmed


OK, this is settled, the above code is correct. Ahmed has also told me in a private IRC chat that we keep up, that mrbodi is his new handle and that ahmed_bodi has been banned.

If his handles continue to get banned, I can use the same verification as I can add arbitrary code to the git.



That's a private git between you and mrbodi !

How can be sure about this code thing !?

how about make something with the real "ahmed_bodi" account somewhere ??
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!