Bitcoin Forum
October 28, 2024, 12:15:07 PM *
News: Bitcoin Pumpkin Carving Contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency (mandatory upgrade) on: October 14, 2014, 08:19:12 PM
I never said that I banned all users of this miner. I said that several banned users for attempts to submit duplicate shares emailed me with details about what miners they are using. Vulnerability fixed a couple of weeks ago and it's obvious that new versions were released after fix, there is no need to keep this exploit in miner any more. Details of this vulnerability is available and it's not miner's bug.

i've been using kminer for more than a week. it's actually pretty decent, hash slightly faster than claymore's in my system and also very stable. what i like about it best is it only takes 0.7% fee and that CPU usage tops at around 0.6%. claymore's usually hovers around 6-8% and could go beyond 10% in my system. another thing i liked about this miner is that it forced claymore to drop his fee to 2.5%. competition is good.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer on: September 30, 2014, 09:41:41 AM
Any ideas as to who should host the dev fund?

I would prefer to send it directly to them and have them use it as they see fit.

With no pre-mine and never asking for payment for hours of work they do. They're welcome to a good chunk of my stock pile!


If there will be no other trust person, I could eventually host the fund (just to complete one of start up issuses)
I'm the KopiemTu author - so maybe it's enough to serve this fund.

I think this salary could/should be paid for development partially - significant amount after successfull Lyra2RE roll-out (i.e. "escrow")

i am all for this. i would prefer though that bushido and/or http://www.reddit.com/user/a432511 still lead the development.

also, if we can do away with the "price level" talk then that would be nice as well. if it comes, it will come. if not then we soldier on. the most important thing is to get the development rolling (if it's currently grinding) and the developers engaged.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency (mandatory upgrade) on: September 08, 2014, 01:29:15 PM
Quote
2014-Sep-08 06:14:20.368768 Starting...
2014-Sep-08 06:14:20.369061 bitmonero v0.8.8.3()
2014-Sep-08 06:14:20.369108 Module folder: /home/tom/Desktop/XMR/bitmonerod
2014-Sep-08 06:14:20.369335 Initializing p2p server...
2014-Sep-08 06:14:20.371011 Binding on 0.0.0.0:18080
2014-Sep-08 06:14:20.372790 ERROR /home/ric/bitmonero/contrib/epee/include/net/abstract_tcp_server2.inl:468 Exception at [boosted_tcp_server<t_protocol_handler>::init_server], what=bind: Address already in use
2014-Sep-08 06:14:20.372813 ERROR /home/ric/bitmonero/src/p2p/net_node.inl:261 Failed to bind server
2014-Sep-08 06:14:20.372825 ERROR /home/ric/bitmonero/src/daemon/daemon.cpp:174 Failed to initialize p2p server.
2014-Sep-08 06:14:20.372938 Mining has been stopped, 0 finished
tom@ubuntu:~$

you may already have bitmonerod running or another process is listening on port 18080. do a ps to check if bitmonerod is running. if it's not then there is something else listening on port 18080.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore CryptoNote GPU Miner v6.1 on: September 05, 2014, 10:43:31 PM
Hi all, how hot does this algo run on AMD GPUs?

not that hot. probably just mildly hotter than X11. it is likely that the miner is still not at optimum. i suspect some private miners are hashing much faster. perhaps even claymore is running a version that is much faster. no proof of course Smiley
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XST] Stealth-Coin.com | Tor | StealthSend, World's first anonymous SMS Tx! on: September 03, 2014, 04:55:34 PM
somebody knows something. please share Smiley
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | PoS Only! Bittrex! Vote on Cryptsy! on: July 25, 2014, 08:10:04 AM
I have created the script file for Windows for those who want to help with stacking.
It's small and very simple js-file for creating a transaction at a specified interval.
I tested this file on Windows 7 x64.

Instruction:
1. Run the wallet with proper .conf file.
2. Create file "coin_sender.js" and copy content from pastebin.
3. Change: iterations, user, password, url, fromAccount, toAddress, amount, interval if you need (in ms).
4. Run the script.
5. If you want to stop the script run the Task Manager and kill wscript.exe.

You can see results in the log file "coin_sender.log".

Over the past 3 days I created 3928 transactions and more than 1000 POS-blocks.

Edit:

Here is one of my log file.
http://www.short.cc/debug.log
It is out of sync and never sync again. I would just delete and reinstall everything but this could help the dev. I do see many ERROR: Proxy error: host unreachable.
Probably this the case but I did changed dns to 8.8.8.8 with no help.

What is your block height and hash?
Difficulty is low again and anybody can generate too much blocks per minute (for example: 15103 - 15106 in 3 sec).
Maybe your out of sync related to this problem.

Edit2:
I know the dev working on the problem now.
And I due to the large number of transactions can now constantly generate blocks, hope it can help the network.

Edit3:
I have changed the script (added fromAccount) for those who use same wallet for sending and receiving transaction.

thanks for the script. it works great after fixing this small typo/bug.

change:

Code:
if(toAddress = "SDid48TEECEu7kaGFtH1i3jHEoJkiGXqPk") {

to:

Code:
if(toAddress == "SDid48TEECEu7kaGFtH1i3jHEoJkiGXqPk") {
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | PoS Only! Bittrex! Vote on Cryptsy! on: July 25, 2014, 08:02:44 AM
wallet v1.0.4.1 is working great. thanks for the fix devs.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | PoS Only! Bittrex! Vote on Cryptsy! on: July 22, 2014, 11:58:35 PM

I just want my wallet to sync, that's all.

I only say I dump because I was/am getting pissed because I can't spend my coins on BTCD or another coin that is getting shit done

delete StealthCoin blockchain dir under Roaming dir. be sure to backup wallet and/or do dumppriv.

upon starting wallet, you will get stuck on a block. the first block iirc is 5310. just close wallet and reopen. repeat everytime wallet get stuck on a block. you could be doing this 5 or (way) more times. this is the only way i was able to sync. it's a pita. i have been on this path before, got synced and then got out of sync again. so far i have stayed sync but it's only been 4hrs or so. knocking on wood, keeping fingers crossed.

to those calling people trolls for expressing their frustration, stop it. if you can't offer any help then just stfu. just be content you are not having issues. because these issues are REAL. they are not made up. the workaround will sometimes work and sometimes don't. again, properly working wallets don't need this silly workarounds. it's time-consuming and not fun at all. the dev(s) need to step up and freakin acknowledge this issue then fix it.

i have already posted a log. if that didn't help then i suggest the dev(s) (or anyone of you lucky folks making fun of "sockpuppet trolls") go through what we have gone through, delete your blockchain dir and try to sync from empty. if you can sync straight through without getting stuck on a block then post here and i'll admit this to be a non-issue, just a freakish nightmare affecting only us "sockpuppet trolls".
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | PoS Only! Bittrex! Vote on Cryptsy! on: July 21, 2014, 07:14:09 PM
...
But other than these fixes, there is nothing wrong with the wallet that I can detect. If you have problems, then pastebin your logfiles when reporting any issues. Recently, there were several newbie sockpuppet trolls complaining about syncing issues, but they posted no log files.
....

i haven't read the whole thread so i don't know if you have already posted that "sockpuppet trolls" like us need to post logfiles. you might want to post that on the first page so it can easily be seen. here's mine:

http://pastebin.com/8rjhFkrA

and just because people are complaining about issues doesn't mean they are "sockpuppet trolls". and with quite a few reports then you must acknowledge that something might be amiss.

you might want to delete your blockchain directory and try syncing your wallet from scratch, if you haven't yet done so. hopefully you'll see what we are seeing.

10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | PoS Only! Bittrex! Vote on Cryptsy! on: July 20, 2014, 03:51:53 PM
Bloody wallet is unsynced again!!! FFS

Stuck on block 10594, im sick of this. Its total luck of the draw to get it synced again it takes ages of opening and closing and redownloading. Why?Huh  Ive never had this issue with POS before  Sad
i have never had one issue with stealth wallet.seems strange that you and a few others seem to get sync problems

i think it's the other way around. i think you are one of very lucky few who are not having problems. i had it successfully synced ~14hrs ago. i copied the blockchain to 3 other machines and they are synced as well at that time. now all of them are out of sync again. this issue needs a developer's attention. i can't go through the process of closing/reopening the wallet again, every time it gets stuck. fully functioning wallets does not need silly things like that. is it a seed nodes issue? a tor issue? whatever it is, get it fixed or die trying.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | PoS Only! Bittrex! Vote on Cryptsy! on: July 19, 2014, 05:50:12 PM
A working wallet might be more important than contests lol
wallet works fine

not working at my end as well. a fresh windows 8 install and a fresh wallet installation. kept it open for almost 24hrs now. stuck at block 9026. sometimes it will display the "~NNN blocks remaining" at the bottom and then it'll disappear, which on normal wallets would mean it is synced but the "(out of sync)" message never goes away. then it repeats the cycle. so yeah, it's pretty much broken. do you have any steps to get this to sync properly? delete everything? probably not gonna work at my end because i started clean.

Have you tried close wallet, open wallet trick? ...

yeah, that's the first thing i did. that trick is probably way past its "use by date". i think the problem is more serious than what a close/reopen wallet and/or "delete everything" in blockchain directory trick can fix.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | PoS Only! Bittrex! Vote on Cryptsy! on: July 19, 2014, 04:00:57 PM
A working wallet might be more important than contests lol
wallet works fine

not working at my end as well. a fresh windows 8 install and a fresh wallet installation. kept it open for almost 24hrs now. stuck at block 9026. sometimes it will display the "~NNN blocks remaining" at the bottom and then it'll disappear, which on normal wallets would mean it is synced but the "(out of sync)" message never goes away. then it repeats the cycle. so yeah, it's pretty much broken. do you have any steps to get this to sync properly? delete everything? probably not gonna work at my end because i started clean.
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore XMR/QCN/FCN/BCN GPU Miner v4.1 on: July 05, 2014, 01:29:23 AM
Let's not to be confused.
The proxy doesn't detain data on a long time.
It has to be instant - If it about my proxy.
I don't write viruses. I don't need to select the others.
***
Monero (Translating from Esperanto to English - Coin).
In XMR we trust!!!
***
No commissions, etc. should be.
If it is it it is very bad.

My miner proxy - http://analist.ru/files/miner_proxy.rar

It is Beta version 1.0.0

Now I test it many people, but from other sites: FlyLark.net and etc.
I don't want to harm to anybody.

I am responsible for my words.
Only my private site:  http://analist.ru

When I wrote the first about it is me abused.

To me all the same - the main thing advantage.

Information about the program will be taken out in a separate thread at this forum as soon as will pass test by users.



if you want to be Robinhood, be noble and giving back to the people their 50% hashrate then release your code. That's the only way you can gain trust and confidence in here. Otherwise, using your proxy will be like playing Russian roulette.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency [CPU/GPU(NVIDIA+AMD)] on: July 01, 2014, 10:08:26 PM
I think he means VRT. Vertcoin.

Sorry your right - i did mean Vertcoin. i have had a reply on Rpietelia's thread informing me that Vertcoin just uses a mixer, and is not anonymous, so i will ignore VRT from now on. It was just some clever PR on their part that made it sound like it was.

no, vertcoin does not use a mixer. it uses what's called a stealth address for privacy, not for anonymity. the distinction is very important to vertcoin folks.


I am constantly confused between vericoin (vrc) and vertcoin (vrt).  I imagine that I am not the only one.  Nominally, it boils down to whether one dots one's I or crosses one's T.
Verisend is a mixer, I believe.




there are now close to 400 cryptos, getting confused is understandable and you are confused stilll, vertcoin is VTC Smiley
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency [CPU/GPU(NVIDIA+AMD)] on: July 01, 2014, 08:37:25 PM
I think he means VRT. Vertcoin.

Sorry your right - i did mean Vertcoin. i have had a reply on Rpietelia's thread informing me that Vertcoin just uses a mixer, and is not anonymous, so i will ignore VRT from now on. It was just some clever PR on their part that made it sound like it was.

no, vertcoin does not use a mixer. it uses what's called a stealth address for privacy, not for anonymity. the distinction is very important to vertcoin folks.

16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin | Scrypt N | Beat ASIC | Stealth Address - Alpha Testing on: June 22, 2014, 08:21:28 PM
every 24 hours 28800VTC are being created(correct me when i am wrong).

when you want to sustain a price at 0.0015 you will have to flood more than 40btc into the market to catch up with that inflation.

and you can be sure that miners are dropping their VTC directly to the exchanges.

are you a miner? are you mining vtc currently? how much is the power rate where you are at? i'm mining vtc currently. i'm paying 0.21 $/Kwh and so i'm mining at a loss. just like pretty much anyone mining vtc right now. that is, if we mine and dump as you claimed. but only a fool would do that and only a bigger fool would claim such.

the price is falling yet the difficulty remains pretty much the same. that tells you that miners are still hashing. we're mining for what's to come and not for daily profit because there is none to be had right now. you would know this if you are a miner. that ~6-7Ghs network hashrate is pure belief, faith in the coin. if that doesn't give you confidence then nothing can.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Greececoin (GRCE) - The first AIR DROP starts 1st MAY, 6:00pm GMT! on: April 10, 2014, 05:48:03 PM
As i have said, the bounty for a block explorer will be paid in Greececoins!

i would just like to ask if you have already posted somewhere the wallet address(es) of the premines. if not then don't you think it's about time? price is down the gutter with no volume and hashrate is now just around 100Mhs. amazing people are still mining this and there's not even a talk about a fix to the kgw timewarp exploit. with such a low network hashrate this coin would be a good proof-of-concept for the exploit.

18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: MH370C!!!!To Mourn MH370!!And give love to the world! on: April 08, 2014, 02:50:27 AM
this is just plain stupid. if you want to help the families of mh370 go donate some of your bitcoins/litecoins/fave alt coin to the appropriate foundations. however pure your intentions are, you would just come off as an illiterate, vile lowlife. there are some things in this world you just can't capitalise on. people's grief and suffering are some of those things. have some delicadeza.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin-Adaptive N-factor Scrypt-No more ASICs-[EXCHANGES/AMAZON/ATM/MERCHANTS] on: April 04, 2014, 02:05:29 AM
i doubt VRT will ever raise from this price

perhaps not "VRT" but maybe VTC will Smiley
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] H2O Coin | *Adaptive -N* & *DGW* }RE-LAUNCH{ 29/3/2014 - 9PM GMT+1 on: March 30, 2014, 11:03:00 AM
Currently waiting for a more known exchange.
Also IPO'ers shouldnt dump their coins just yet, since the price is so low.

apparently, IPO buyers got them cheap, which was at 70 satoshi. at least this is what i have read. they could sell at 100 and still make a profit. if you're a miner, like i was who mined at launch where diff rose quickly as always is the case with all coin launches, the current rate won't even begin to cover electricity cost. i have stopped mining and haven't check the current diff but the coins that i mined will break even at 600 satoshi. i'm gonna be waiting a long time for that to happen. that said, this was a good launch.

for those that still don't know, this is being traded on bittrex. again, not for miners. not yet.

https://bittrex.com/Market/Index?MarketName=BTC-H2O

it's a nice "little" exchange. quick and pretty stable. well made. they have a wallet status page, which is i really like. i hope they gain foothold and not choke Smiley right now, they are just an exchange for these coins-of-the-day, which is a shame.
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!