Bitcoin Forum
April 26, 2024, 04:45:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Digitalcoin V3.0 | Multi-algorithm, Improved Blockchain Storage | Coming Soon on: September 24, 2014, 03:34:10 PM
Update on the status of Nathalie's wallet:

Using JackJack's PyWallet i have dumped the wallet and i now know the following:

a) its encrypted so either
a1) Nathalie doesnt have the password
a2) He/She is just fucking around trying to waste my time

b) The wallet isnt a DGC Wallet
When viewing the wallet's JSON Dump it shows the transactions that have been in and out of the wallet. Following just the first transaction on a number of block explorer's for different coins lead me to this:
https://dogechain.info/tx/b78dcf46401154257fe5ceb0f3479054a357a33eefb3ac9b831f39d5ba4db80a

This means that the wallet is a Dogecoin wallet and Nathalie20 is a scammer and should be marked as such
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Digitalcoin V3.0 | Multi-algorithm, Improved Blockchain Storage | Coming Soon on: September 24, 2014, 02:38:05 PM
correct max supply should be cut
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Androids Tokens v2.0 [Proof of Stake] HARDFORK at block 100,000 ! on: September 24, 2014, 11:47:09 AM
ive got HBN 1/2 patched up. Ive not yet had chance to compile and test it to see if it works and syncs up okay though
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Digitalcoin V3.0 | Multi-algorithm, Improved Blockchain Storage | Coming Soon on: September 24, 2014, 11:44:49 AM
I Have recieved the file which i will examine when i get home. My personal belief is that the coins recieved were coins mined and recieved on a forked blockchain as the above user did not even know that DGC was well past the v0.1 update
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DigitalCoin.Co | Secure. Established. Active Development | v2.0 Released! on: September 22, 2014, 07:42:42 PM
Email me the wallet.dat to ahmedbodi@crypto-expert.com. If it is legitimate i will fix it, if not then you could just be a scammer.

Ahmed
6  Economy / Service Discussion / Re: Genesis-Mining Review on: September 20, 2014, 07:28:17 PM
well talk about that for a twist!

7  Bitcoin / Pools / Re: [12 TH] CKPool (www.kano.is) from the cgminer devs [0.9% PPLNS] on: September 20, 2014, 04:31:44 PM
ahh i see. thanks anyways
8  Bitcoin / Pools / Re: [12 TH] CKPool (www.kano.is) from the cgminer devs [0.9% PPLNS] on: September 20, 2014, 03:36:56 PM
Is there any chance of adding merged-mining to this?
9  Economy / Service Discussion / Re: Genesis-Mining Review on: September 20, 2014, 03:07:40 PM
Anyone find out about what would happen if the mining wasnt profitable one day and the fees we're higher than the btc earned?

Ahmed
10  Alternate cryptocurrencies / Altcoin Discussion / Re: Ixcoin TODO on: September 17, 2014, 08:43:50 PM
The IXC source is just BTC with the mm patches added. I removed all the DVC changes in there (which wernt relevent
11  Economy / Service Discussion / Re: Genesis-Mining Review on: September 17, 2014, 10:35:15 AM
agreed. keep us updated this is getting even more interesting Smiley

Ahmed
12  Economy / Service Discussion / Re: Genesis-Mining Review on: September 17, 2014, 10:09:59 AM
Wow thats surprising. Especially on the SHA rig. Scrypt GM beats the waffle hashlet by a mile but the difference between GM and Zen doesnt seem too different yet. Maybe it might end up equal over time, who knows

Ahmed
13  Economy / Service Discussion / Re: Genesis-Mining Review on: September 16, 2014, 10:13:33 PM
Its all good. keep us in the loop thanks man

Ahmed
14  Bitcoin / Mining speculation / Does anyone know about GM's Rumoured Project X? on: September 16, 2014, 04:57:30 PM
Someone called 3xploit on reddit posted about GM talking about project X but it seems even he doesnt know what it is. does anyone here have any ideas?

Reddit Link: www.reddit.com/r/litecoinmining/comments/2fddnz/project_x_from_genesis_mining/

Ahmed
15  Economy / Service Discussion / Re: Genesis-Mining Review on: September 16, 2014, 04:42:51 PM
Posting with my new account. What payout did you get from genesis mining? Its good to have a comparison of genesis and zencloud so i appreciate your video review, Thanks Ian

Ahmed
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Androids Tokens v2.0 [Proof of Stake] HARDFORK at block 100,000 ! on: September 15, 2014, 10:33:03 PM
was my first day of uni today so i need a bit of rest but ill start on it tomorrow
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Androids Tokens v2.0 [Proof of Stake] HARDFORK at block 100,000 ! on: September 15, 2014, 10:03:34 PM
@Crestington

HBN seems like a big difference but i can take a shot as it shouldnt need a hard fork

Ahmed
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1 on: September 15, 2014, 09:17:41 PM
I cant close it anymore. my main account has been banned and someone has been working on getting all of my alt's banned

AHmed
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DigitalCoin.Co | Secure. Established. Active Development | v2.0 Released! on: September 15, 2014, 08:36:57 PM
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
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DigitalCoin.Co | Secure. Established. Active Development | v2.0 Released! on: September 14, 2014, 07:09:40 PM
my main account is banned you can come on irc and confirm
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!