Bitcoin Forum
May 04, 2024, 12:32:36 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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 ... 81 »
481  Alternate cryptocurrencies / Altcoin Discussion / Re: [QCN] QuazarCoin | Full anonymity | Privacy&Data protection | CPU only on: July 02, 2014, 12:40:38 PM

I created QuazarCoin Mining Guide draft.


Great initiative as always, I see what I can add.

Folks, this man owns the HashInvest pool.
482  Alternate cryptocurrencies / Altcoin Discussion / Re: [QCN] QuazarCoin | Full anonymity | Privacy&Data protection | CPU only on: July 02, 2014, 12:39:46 PM
Here's new link to Blockchain.bin for Win 64
483  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: July 02, 2014, 12:38:00 PM

I created QuazarCoin Mining Guide draft.


Great initiative as always, I see what I can add.

Folks, this man owns the HashInvest pool.
484  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: July 02, 2014, 12:27:49 PM
@Dev

could you upload another Blockchain.bin for Windows, because I'm not compatible with mega. always stuck at 97%


Here's new link to Blockchain.bin for Win 64
485  Alternate cryptocurrencies / Altcoin Discussion / Re: [QCN] QuazarCoin | Full anonymity | Privacy&Data protection | CPU only on: July 01, 2014, 06:06:34 PM
Check out that new luck feature http://qcn.extremepool.org under Pool Blocks

Extreme Pool

http://www.extremepool.org

We offer a Pool for every Cryptonote Coin
Features:
•Fast Payouts directly to your private wallet.
•Address Validation
•Latest pool code from Zone117x
•Variable Difficulty based on your individual CPU performance
•Verified Secure
•Servers hosted in our own Data Center, not hosted by an online 3rd party provider
•Servers secured with enterprise firewalls

Come mine with us!
We have the most popular BCN and DuckNote pools available!

http://www.extremepool.org
http://qcn.extremepool.org

I can safely recommend this pool and this dev.
486  Alternate cryptocurrencies / Altcoin Discussion / Re: [QCN] QuazarCoin | Full anonymity | Privacy&Data protection | CPU only on: July 01, 2014, 06:05:20 PM
Hey guys!

Welcome to our pool Minergate.com. We support mining of Quazarcoin and offer two reward models - PPS and PPLNS (you can choose suitable method for each currency individually).
Moreover, we have the lowest fees on the market (2% PPS, 1.5% PPLNS).
Enjoy the most profitable on our pool!

Regards,
Minergate.com
Enjoy the most profitable mining on our pool



Good news
487  Alternate cryptocurrencies / Altcoin Discussion / Re: [QCN] QuazarCoin | Full anonymity | Privacy&Data protection | CPU only on: July 01, 2014, 06:03:55 PM
So if you have a bunch of small transactions and want to combine those into a larger single block, the general idea is that you send your own address a transaction (more or less of maximum size), right? And you repeat this until you have your coins more or less combined into a larger block that can be transmitted? I'm trying to do this but running into problems. I did the following:
Code:
transfer 0 [my address] [amount]
The initial amounts I tried resulted in a transaction that was too large, so I had to try again (and again) until eventually I managed to send a transaction of 1.4 QCN. Woohoo! I then continued sending another small transactions every few minutes until I reached the point where my balance of QCN was exhausted. But then I discovered that all that work was apparently for naught -- most of the transactions failed to get written to the block chain. What's going on!?

Best guess: my transactions are being ignored by the block finders because they are large and small -- meaning, maximum size but minimal value in coins. Is this reasonable? I had this happen once already when I tried to transfer coins to Poloniex -- only one of seven transactions actually showed up. I had to delete wallet.bin and then resync the wallet, at which point all of the "lost" coins reappeared in my wallet. Then I did the above sending coins to myself to try and group them into larger units, so I could send a single transaction to Poloniex, and of the transactions I sent yesterday it seems only one of those went through.

Has anyone else experienced this? Is there a solution/workaround that I'm not doing properly? It looks like my initial mining of QCN generated 2781 transactions totaling just 10.4 QCN (give or take), and you can only have about 100 inputs into a transaction before it becomes too large. So I wanted to send myself 28 transactions, basically, and then I could send myself one "big" transaction, and then I would be done. But it's not working that way. :-(

Also, I'm now getting the following after "resyncing" with the chain:
Code:
2014-Jun-26 18:30:28.370301 [RPC1]ERROR ..\..\src\cryptonote_core\tx_pool.cpp:62 Transaction with id= <d27babecc9557afef79f440f5ab140a7fd2340f9849c703aeda1aec22c4f7e3a> used already spent key images
2014-Jun-26 18:30:28.379307 [RPC1]Transaction verification failed: <d27babecc9557afef79f440f5ab140a7fd2340f9849c703aeda1aec22c4f7e3a>
So it looks like maybe I need to delete the blockchain.bin as well and resync that again. This is seriously a pain in the butt! The wallet needs some help if QCN (and other CryptoNote coins that are similar) want a chance to succeed!
So if you have a bunch of small transactions and want to combine those into a larger single block, the general idea is that you send your own address a transaction (more or less of maximum size), right? And you repeat this until you have your coins more or less combined into a larger block that can be transmitted? I'm trying to do this but running into problems. I did the following:
Code:
transfer 0 [my address] [amount]
The initial amounts I tried resulted in a transaction that was too large, so I had to try again (and again) until eventually I managed to send a transaction of 1.4 QCN. Woohoo! I then continued sending another small transactions every few minutes until I reached the point where my balance of QCN was exhausted. But then I discovered that all that work was apparently for naught -- most of the transactions failed to get written to the block chain. What's going on!?

Best guess: my transactions are being ignored by the block finders because they are large and small -- meaning, maximum size but minimal value in coins. Is this reasonable? I had this happen once already when I tried to transfer coins to Poloniex -- only one of seven transactions actually showed up. I had to delete wallet.bin and then resync the wallet, at which point all of the "lost" coins reappeared in my wallet. Then I did the above sending coins to myself to try and group them into larger units, so I could send a single transaction to Poloniex, and of the transactions I sent yesterday it seems only one of those went through.

Has anyone else experienced this? Is there a solution/workaround that I'm not doing properly? It looks like my initial mining of QCN generated 2781 transactions totaling just 10.4 QCN (give or take), and you can only have about 100 inputs into a transaction before it becomes too large. So I wanted to send myself 28 transactions, basically, and then I could send myself one "big" transaction, and then I would be done. But it's not working that way. :-(

Also, I'm now getting the following after "resyncing" with the chain:
Code:
2014-Jun-26 18:30:28.370301 [RPC1]ERROR ..\..\src\cryptonote_core\tx_pool.cpp:62 Transaction with id= <d27babecc9557afef79f440f5ab140a7fd2340f9849c703aeda1aec22c4f7e3a> used already spent key images
2014-Jun-26 18:30:28.379307 [RPC1]Transaction verification failed: <d27babecc9557afef79f440f5ab140a7fd2340f9849c703aeda1aec22c4f7e3a>
So it looks like maybe I need to delete the blockchain.bin as well and resync that again. This is seriously a pain in the butt! The wallet needs some help if QCN (and other CryptoNote coins that are similar) want a chance to succeed!

You was absolutely right when sent transaction for yourself. I recommend to have at least 2 wallet: for small transfers & pool payments and for large transactions.

After this your transactions got into the tx pool. It means the network see it, and you can't spend these quazarcoins but hash wasn't found in block explorer. You need to wait a while. If after 24 hours the transaction didn't deliver, QCN back in your wallet.
488  Alternate cryptocurrencies / Altcoin Discussion / Re: [QCN] QuazarCoin | Full anonymity | Privacy&Data protection | CPU only on: July 01, 2014, 04:57:58 PM
There have been several updates to othr CN coins is Quazar planning on implementing any of them? 

As a pool OP the one I am specifically looking for is the update Monero did to the wallet for when the daemon auto saves the wallet times out?

https://github.com/zone117x/bitmonero/commit/b87577f4441fd53d513ecf64a905104db3db20e2

Course, I periodically check other CN GitHubs. The BCN devs have uploaded an updated high-level API and now I'm carrying out research. It has some hardcore things and this makes it so interesting.

Also I prepare a big update and probably will use some ready-made solutions.
489  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 30, 2014, 04:40:10 PM
Can anyone explain how the hell can I spend these fucking coins mined at Minergate?



Every time I send them somewhere I got them back one minute later.

It seem to me that you send QCN to yourself Wink Check QCN address of exchange.
490  Alternate cryptocurrencies / Altcoin Discussion / Re: [QCN] QuazarCoin | Full anonymity | Privacy&Data protection | CPU only on: June 30, 2014, 02:05:44 PM
And as this is a separate discussion, it would be great if we had additional checkpointing going on. It looks like there's a checkpoint at around block 14500, give or take, but that's the last one. So when you resync the wallet, it's really fast up to block 14K, and then it takes much longer to finish the second half of the block chain sync.

Checkpoints don't affect the simplewallet work.
491  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 30, 2014, 12:11:07 PM
Hi folks,

mailed mintpal some days ago and we are now able to vote there Smiley

https://www.mintpal.com/voting#QCN

greetings


Hi,

i'm missing Quazar Coin [QCN]

please add it Smiley

ANN : https://bitcointalk.org/index.php?topic=600658.0
Main-thread: https://bitcointalk.org/index.php?topic=615732

thank you

Thanks!
492  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 30, 2014, 11:23:02 AM
Running newest 64 bit windows daemon and wallet (as linked in the first post).

Removed wallet.bin and restarted again. Plenty of time allowed for sync.

Still failing, daemon output:

Code:
014-Jun-30 11:47:59.995676 [RPC0]ERROR ..\..\src\cryptonote_core\tx_pool.cpp:62
Transaction with id= <d4dd0c699cdb3eb63137f8d1a5156e2e396be69edc0061cfc7eaa6f8a
883b15> used already spent key images
014-Jun-30 11:48:00.010676 [RPC0]Transaction verification failed: <d4dd0c699cdb
eb63137f8d1a5156e2e396be69edc0061cfc7eaa6f8a1883b15>
014-Jun-30 11:48:00.020676 [RPC0][on_send_raw_tx]: Failed to process tx
014-Jun-30 11:48:46.790742 [RPC0]ERROR ..\..\src\cryptonote_core\tx_pool.cpp:62
Transaction with id= <e6615f700a7ae8dacd2fd8e82b2b4ae5b719c6eecb229f5d95b7d1acc
3c16e7> used already spent key images
014-Jun-30 11:48:46.800742 [RPC0]Transaction verification failed: <e6615f700a7a
8dacd2fd8e82b2b4ae5b719c6eecb229f5d95b7d1acc63c16e7>
014-Jun-30 11:48:46.805742 [RPC0][on_send_raw_tx]: Failed to process tx

corresponds to wallet output:

Code:
[wallet 1NpViU]: transfer 0 1VQpANF1pcKHPRAsZpeyG4jLDd1kbPn32YMeXkr9n8jNFvf8aaJd
ecB3FyAvo7X1DWJDQt3nii9eUTP5kJSfRpL5AwT72FM 1 168cde666984e0f1902a4f20056a70d15a
07337800865601e2d2d71cea18bacd
Error: transaction <d4dd0c699cdb3eb63137f8d1a5156e2e396be69edc0061cfc7eaa6f8a188
3b15> was rejected by daemon with status "Failed"
[wallet 1NpViU]: transfer 0 1VQpANF1pcKHPRAsZpeyG4jLDd1kbPn32YMeXkr9n8jNFvf8aaJd
ecB3FyAvo7X1DWJDQt3nii9eUTP5kJSfRpL5AwT72FM 1 42429ab2a25651492d6d83a408b192e603
4162b78ec3c24565df0eca2c0d2dde
Error: transaction <e6615f700a7ae8dacd2fd8e82b2b4ae5b719c6eecb229f5d95b7d1acc63c
16e7> was rejected by daemon with status "Failed"
[wallet 1NpViU]:

I tried using a new transaction ID, but error is still the same.

I've seen the 'used already spent key images' message before I'm sure.

Are you sure that the daemon was synchronized? Did you see a green notice 'Synchronize OK?
493  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 30, 2014, 11:18:31 AM
can someone pls tell me which files are necessary and is there some way to retrieve the coins?

Only *.keys file is necessary. It's your private keys, backup it. I posted a lot of times. Wallet.bin is just a cache and it will be recreated again if you run simplewallet --wallet-file wallet.bin again from wallet.bin.keys.

That is what I have done 10 times+ so far.

The problem persits.

I can resync the wallet but the wallet is unuseable, it closes itself after it resyncd. (meanwhile I cant type any commands)

The cache file is named QCN instead of QCN.bin.

My wallet is named, QCN wallet.bin
but only a QCN (file without fileformat) is created.

my keys are:
QCN.keys
shouldnt it be named QCN wallet.bin.keys
Huh



So my files after the resync of the wallet are:

QCN
QCN.keys

while it should be:

QCN wallet.bin
QCN wallet.bin.keys

shouldnt it?


This is the batfile with which i created the wallet 10 days+ ago:
simplewallet --generate-new-wallet=QCN wallet.bin --pass=blabla

This is the batfile to access the wallet:
simplewallet --wallet-file=QCN wallet.bin --pass=blablabla


It worked flawlessly for a week besides the common dust problem.



As stated later the very first deamon and simplewallet works with my files.
However I am unable to send any coins anywhere.
WITH ANY NEW RELEASE MY SIMPLEWALLET CLOSES ITSELF EVERYTIME.
Yes I deleted the .bin files and the whole %appdata% quazarcoin folder and resynced everything and dozen times.
BUT ONLY THE VERY FIRST REALEASE LETS ME USE MY SIMPLEWALLET.

The wallet has atm ~ 180 qcn in it which I would like to transfer to a new wallet.
But this seems like an impossible task.

@ Dev, can I send you my .keys file and can you look into it?


As a side note: I have set up 2 new wallets with the newest client files which work just fine.

If you've not resolved this problem, PM me please.
494  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 27, 2014, 03:11:27 PM
Here's the good news from QCN on the CryptoNote site
495  Alternate cryptocurrencies / Altcoin Discussion / Re: [QCN] QuazarCoin | Full anonymity | Privacy&Data protection | CPU only on: June 27, 2014, 03:11:15 PM
Here's the good news from QCN on the CryptoNote site
496  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 27, 2014, 02:30:18 PM
I just added Desktop Notifications to HashInvest QuazarCoin pool, if you wanna be notified when new block is found on pool, enable desktop notifications for *.hashinvest.net.



Point your miners to http://qcn.hashinvest.net & Happy mining!


Great! The pool devs are very active lately.
497  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 27, 2014, 02:26:01 PM
My pool fixed error. Now please send me your amount missing and adress . I'm Payment all.
please put on my pool theard
https://bitcointalk.org/index.php?topic=623854.0

Good news
498  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 27, 2014, 02:25:23 PM
Wanted GUI-wallet dev & C++ coder

The main concern of QuazarCoin is usability optimization.

Now QCN needs a GUI-wallet. A reward for GUI-wallet is 1000 QCN.

QCN has the GUI-wallet for Mac OS X 10.9 and needs the GUI-wallet for Win&Linux.

Also we're looking for C++ coders.

https://bitcointalk.org/index.php?topic=665783

nice! holding to every single Quazar like there is no tomorrow, thank you for sticking around dev!

I checked top performing cryptonotes and unless you have serious cloud/rig CPU farm.. difficulty is just so high.. and it doesn't stop every mined coin is like gold

Thanks
499  Alternate cryptocurrencies / Altcoin Discussion / Re: [QCN] QuazarCoin | Full anonymity | Privacy&Data protection | CPU only on: June 27, 2014, 02:22:50 PM
Dev, write to http://whatmine.com I see the wrong logo

I wrote. And I must say yesterday I & sammy007 found that the formula on this site isn't quite correct.
500  Alternate cryptocurrencies / Altcoin Discussion / Re: [QCN] QuazarCoin | Full anonymity | Privacy&Data protection | CPU only on: June 27, 2014, 02:18:08 PM

Hi there, I added simple estimated coins per day calculator to QCN HashInvest pool.

Results are different than on http://whatmine.com. Thanks, dev, for formula. Poke me a better formula if you are good in alchemy.



Good job, thanks. I added this link to services.

Usually I check it here - http://whatmine.com/ Wink



Nice profitability Smiley
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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 ... 81 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!