Bitcoin Forum
May 24, 2024, 04:02:13 AM *
News: Latest Bitcoin Core release: 27.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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1 on: October 16, 2014, 01:24:56 AM
I just pulled my wallet.dat file and launched the wallet so far 14 active connections stuck on ~6849 blocks remaining until sync. Sad
102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1 on: October 14, 2014, 02:04:44 AM
Those steps have worked for me in the past, I always get it to work somehow. I just shut my wallet down and restarted, I will report back.
103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1 on: October 13, 2014, 04:31:11 PM
This happens to me every month, the reason is if the wallet is producing stake and it goes out of sync it gets jammed up. Solution is a bitch because you have to re- download the entire blockchain without your wallet.dat file in the user/app/data folder. Back up the wallet.dat file and keep the config file.

Shut the wallet down delete all files but the config file in the user/app/data folder after you have backed up the wallet.dat file. Launch the wallet and let it sync, this will take a while depending on the speed of your computer. After/ if the wallet syncs shut down the wallet and add your wallet.dat file and launch the wallet.
104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1 on: September 25, 2014, 07:56:00 AM
Your welcome, glad it helped.
105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TEK] TEKcoin Mandatory Update! High % variable rate SuperStake in 30+ days on: September 22, 2014, 02:53:41 AM
AVware   Trojan.Win32.Generic!BT   20140908
Fortinet   W32/IRCBot.ECI!tr   20140908
Ikarus   Trojan.Win32.IRCBot   20140908
Kaspersky   Trojan.Win32.IRCbot.eci   20140908
McAfee   Artemis!0A4555953561   20140908
McAfee-GW-Edition   Artemis   20140908
Qihoo-360   Win32/Trojan.BO.17c   20140908
VBA32   Trojan.IRCbot   20140908
VIPRE   Trojan.Win32.Generic!BT


All false positives.

https://www.virustotal.com/en/file/1fbace802455f4efb1f18932ec82a8566c4c045b40637de97fe515039cdd9f96/analysis/


Also how would an AV software keep the funds you had at Liberty Exchange safe?
106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TEK] TEKcoin Mandatory Update! High % variable rate SuperStake in 30+ days on: September 21, 2014, 11:44:15 PM
pos diff 0.001574 less than 5%, waited 30 days for this , is there easy way to get pos difff , without open wallet to check , im on windows have to disable AV do clean install than can open wallet , but after i turn my AV on , it deletes tek , tek is very not user friendly to windows user

Get rid of the AV software, they are useless. Or you could add the TEK.exe file to the ignore list in the AV settings. The TEK wallet works like any other wallet, how is it not Windows user friendly?
107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1 on: September 21, 2014, 11:35:33 PM
Back up your wallet.dat file and delete everything in the user/appdata folder. Then restart the growthcoin wallet and wait for it to fully sync. After it syncs all the blocks shut it down and add your wallet.dat file from your backup and restart. Its a pain in the ass but it is the only way that would fix my wallet not syncing.

My config file

listen=1
daemon=1
server=1
rpcuser=Yourusername
rpcpassword=Yourpassword
rpcport=17178
rpcconnect=127.0.0.1
addnode=59.40.251.8
addnode=182.130.178.239
addnode=106.187.49.158
addnode=178.141.36.75
addnode=223.197.12.178
addnode=155.210.52.121
addnode=108.61.18.94
addnode=128.199.191.230
addnode=67.211.45.68
addnode=54.193.113.180
addnode=24.85.126.229
addnode=195.91.216.170
addnode=92.236.214.33
addnode=104.7.216.71
addnode=98.236.102.116
addnode=74.193.43.53
addnode=213.87.133.82
addnode=188.226.155.94
addnode=93.77.109.122
108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DigitalCoin.Co | Secure. Established. Active Development | v2.0 Released! on: September 21, 2014, 05:49:49 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


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 ??


The code check was for me, not you, it proves to me that mrbodi is Ahmed and thereby I can say that mrbodi is Ahmed.

If you do not know me or my reputation, so be it.

Ahmed, here is another way for you to prove yourself over here:

Create a public git on your github (https://github.com/ahmedbodi) named something appropriate like:

I_am_the_real_ahmed_ coinbuzz

or maybe something more colorful like:

Coinbuzz you are a  <add your own descriptor>  Grin



Dreamwatcher is trustworthy. If he said that mrbodi is Ahmed I do believe him.

This is true, I have known Ahmed for a while, well on the internet that is. He used the chat handle Ahmedbodi back in the MCXnow days.
109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Digitalcoin V3.0 | Multi-algorithm, Improved Blockchain Storage | Coming Soon on: September 21, 2014, 05:38:39 PM
I highly suggest DGC to morph into PoW/ PoS.  Tongue
110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1 on: September 21, 2014, 05:24:35 PM
Long live Growthcoin. I started mining Growth when the 1.0v was birthed and later on the dev went MIA. I am glad I never deleted my wallet.dat as I always hoped for its resurrection. Thanks to all the peeps or peep that resurrected GRW. S!


I just noticed Activity: 420, puff!
111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TEK] TEKcoin Mandatory Update! High % variable rate SuperStake in 30+ days on: September 21, 2014, 05:15:29 PM
Could someone recommend a good TEK pool please.
112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TEK] TEKcoin Mandatory Update! High % variable rate SuperStake in 30+ days on: September 19, 2014, 10:29:24 PM
Woohoo! I bought my first 32 TEK today.  Tongue
113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ϟ The Tesla ϟ..OFFICIAL NOW ADDED TO COINWARZ! on: September 18, 2014, 04:14:48 AM
I added the nodes you posted, we will see. The wallet has been up all day and not even one block has tried to sync, so there is no bar to hover the mouse over.
114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 1.5 Beta Release 2 - Full S4C on: September 18, 2014, 12:24:16 AM
All aboard

Crazy, but that's how it goes
Millions of people living as foes
Maybe it's not too late
To learn how to love
And forget how to hate

Mental wounds not healing
life's a bitter shame
I'm going off the rails on a crazy train

I've listened to preachers
I've listened to fools
I've watched all the drop outs
Who make their own rules
One person conditioned to rule and control
The media sells it and you live the role

Mental wounds still screaming
Driving me insane
I'm going off the rails on a crazy train

I know that things are going wrong for me
You gotta listen to my words
Yeah

Heirs of a cold war
That's what we've become
Inheriting troubles I'm mentally numb
Crazy, I just can not bare
I'm living with something that just isn't fair

Mental wounds not healing
Who and what's to blame
I'm going off the rails on a crazy train

- Ozzy Osbourne
115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ϟ The Tesla ϟ..OFFICIAL NOW ADDED TO COINWARZ! on: September 18, 2014, 12:18:49 AM
My wallet will not sync? It wont even try.

Let me know if it work well!  Wink

I deleted everything and backed up my wallet.dat file but it just sits there with active connection and will not even try and sync one block from the blockchain.

Are these nodes still valid?

addnode=teslacoinpool.com
addnode=192.241.153.16
addnode=108.208.35.108
addnode=50.188.30.128
addnode=162.243.248.129
addnode=192.168.1.204
116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1 on: September 17, 2014, 11:19:16 PM
Did you encrypt the wallet or it was syncing unencrypted? Never

Why do I have to end up deleting the entire blockchain and downloading it from scratch every 2 weeks? I have had to do this a bunch of times.  Roll Eyes
117  Alternate cryptocurrencies / Altcoin Discussion / Re: CrazyLoaf's CrazySteak(TM) High PoS Investment Journal on: September 17, 2014, 05:43:41 PM
^ Is that you Blundertoe?
118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1 on: September 17, 2014, 05:34:57 PM
The wallet has only one active connection and is not even showing any blocks syncing. The wallet has been running all night and the last block received was 4 days ago.
119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ϟ The Tesla ϟ..OFFICIAL NOW ADDED TO COINWARZ! on: September 17, 2014, 05:29:00 PM
My wallet will not sync? It wont even try.
120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1 on: September 17, 2014, 08:02:32 AM
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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!