Search content
Sort by

Showing 20 of 34 results by kritey
Post
Topic
Board Announcements (Altcoins)
Re: BTCtalkcoin [TALK] Airdrop Details - Starts May 17
by
kritey
on 29/05/2014, 11:26:41 UTC
I received 3.141593 BCC Huh

I've also received pi BCC.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - (BITTREX) - Win/Mac/Linux Wallets - 4 GH/s !
by
kritey
on 23/04/2014, 13:31:00 UTC
We'll be on VoS someday. I call it

If all goes well
what's about VoS ?i googled , didn't find any useful information.

VoS = Vault of Satoshi https://www.vaultofsatoshi.com/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 18:37:44 UTC
JP how long until coins confirm, I can't find that info.

100 Confirms after mining Kreative. Also you can download the new Windows wallet in the OP I just posted. I removed the "é" characters which were causing people trouble with their .conf file and recompiled everything. Finally fixed my compiling environment!







Everyone

You can download a new windows wallet from here and it will fix your .conf file problems. The "é" character was causing some trouble with the path.


https://mega.co.nz/#!3JwXgCZS!7EvPIjC9waj298rvC3dznX28-jnftO5ouZxuAe0WUwY





New wallet syncing ok here without needing munged conf file name or command line conf= option.  

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 18:25:30 UTC

I removed the line, if that is what you meant, but result is the same.
Btw which setting do you have in miner, I mean IP and RPC?

Mine.bat file:
\path\to\sgminer.exe -k darkcoin -d 1 -o 10.x.x.x:56789 -u foo -p bar -I 13 --worksize 256 ..etc

quebecoin.conf:   <--- no rpcconnect= here so it binds to all interfaces
rpcallowip=10.x.x.x
rpcport=56789
rpcuser=foo
rpcpassword=bar
addnode=54.86.39.92
addnode=54.85.54.67
addnode=54.86.58.113
addnode=54.86.60.197
addnode=54.86.60.189
addnode=54.84.203.45
daemon=1
server=1
listen=1


wallet.bat
start quebecoin-qt.exe -conf=c:\users\my-userid\appdata\roaming\quebecoin\quebecoin.conf


This starts the wallet and syncs even if I delete the peers.dat file.  The config file is read and my miner can connect and solo mine.




No, won't work.
I didn't have problem like this until now with other wallets.


Neither did I.  The command line conf option worked fine for me though.   Anyway see the posts above.  You can also try renaming your .conf file to match the compiled in default.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Qu�becoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 18:19:49 UTC
http://i.imgur.com/NrjCyoZ.png
http://i.imgur.com/fyEhNbe.png

So ... traced the wallet ... thats what the wallet expects ...

thats gonna need fixing ...

Code:
qu ? ? becoin.conf
  would be the right name Wink


So rename your config like this

http://pastebin.com/raw.php?i=U064Kx4h

And it will work !


had to do it this way becaus the forum software converts the ascii ...

Wink say thx if you like Cheesy QZLu5TQe5rpZcrxVJ2tTizLzBghXFUg1XU


Yep was pretty sure it was going to be related to the accent.  Good find.  Had a quick look in the debug log earlier but it didn't complain about not finding the config file there.  Also this:

http://stackoverflow.com/questions/15531105/problems-with-accents-in-using-c-and-qt

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 17:57:10 UTC

I removed the line, if that is what you meant, but result is the same.
Btw which setting do you have in miner, I mean IP and RPC?

Mine.bat file:
\path\to\sgminer.exe -k darkcoin -d 1 -o 10.x.x.x:56789 -u foo -p bar -I 13 --worksize 256 ..etc

quebecoin.conf:   <--- no rpcconnect= here so it binds to all interfaces
rpcallowip=10.x.x.x
rpcport=56789
rpcuser=foo
rpcpassword=bar
addnode=54.86.39.92
addnode=54.85.54.67
addnode=54.86.58.113
addnode=54.86.60.197
addnode=54.86.60.189
addnode=54.84.203.45
daemon=1
server=1
listen=1


wallet.bat
start quebecoin-qt.exe -conf=c:\users\my-userid\appdata\roaming\quebecoin\quebecoin.conf


This starts the wallet and syncs even if I delete the peers.dat file.  The config file is read and my miner can connect and solo mine.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 17:35:13 UTC
Anyone have nodes that aren't borked?
Wallet issues on the first day is a REALLY bad sign...

I just answered you, apparently you're one of the few retards who couldn't figure it out. Put the nodes into the debug. The dev will probably remove the é character from the code. The wallet is working fine.


I am probably one of, as you say, "retards" and I don't have problem with putting the nodes manually in debug console. I figured that out by myself, without your help.

How can I do solo mining when wallet cannot load .conf file? Is there any manual method for this issue as well? When I try solo mining I get Pool 0 slow/down or URL or credentials invalid
(apparently wrong rpcpass/rpcusr...etc.)
Since you are so genius I would kindly ask for your help.

I've posted this about 3 times already.  I'm solo mining right now to test it - not that you'd want to with the diff this high.

Start your wallet with a bat file like this:
start quebecoin-qt.exe -conf=c:\users\your-userid\appdata\roaming\quebecoin\quebecoin.conf

When you tell it what config file to use, it actually reads it.  addnode lines, server=1 and all....


I did it exactly as you showed but It doesn't work I get Pool 0 slow/down or URL or credentials invalid. All settigs are the same (rpc,pas,user) in both .conf and miner .bat file.
Conf file is properly configured with all important settings from the first post (nodes,server=1..etc.)
Apparently quebecoin.conf file wasn't read.

In that case, can you paste your .conf file?  Also are you sure all the paths are correct?  This is working fine for me and I had pretty similar problems, including the inability to connect to the rpc port for solo mining.


quebexoin.conf

rpcuser=XXXXXXXXXXXX
rpcpassword=ccxcxcxcxcxcxcxcxcxcxcxcxc
rpcconnect=127.0.0.1
rpcallowip=192.168.1.*
rpcport=56789
addnode=54.86.39.92
addnode=54.85.54.67
addnode=54.86.58.113
addnode=54.86.60.197
addnode=54.86.60.189
addnode=54.84.203.45
daemon=1
server=1
listen=1

Path is good

quebecoin-qt.exe -conf=c:\users\---Me---\appdata\roaming\quebecoin\quebecoin.conf

Lose the rpcconnect line.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 17:32:38 UTC
This coin have IRC???
my Wallet is not synchronized
What method can be solved, I'm Chinese Angry Angry Angry

launch wallet with the -conf= command line option, giving it the full path to your conf file.

Dev - you might want to add this instruction to the OP or you are going to keep getting these questions.


addnode=54.86.39.92
addnode=54.85.54.67
addnode=54.86.58.113
addnode=54.86.60.197
addnode=54.86.60.189
addnode=54.84.203.45
daemon=1
server=1
listen=1
this Node It won't work
name quebecoin.conf and québecoin.conf Will not work


Put this in a .bat file:
start quebecoin-qt.exe -conf=c:\users\your-userid\appdata\roaming\quebecoin\quebecoin.conf


^^ this does not work.

^^ yes it does if your config file is ok and you get your paths right.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 17:25:37 UTC
Anyone have nodes that aren't borked?
Wallet issues on the first day is a REALLY bad sign...

I just answered you, apparently you're one of the few retards who couldn't figure it out. Put the nodes into the debug. The dev will probably remove the é character from the code. The wallet is working fine.


I am probably one of, as you say, "retards" and I don't have problem with putting the nodes manually in debug console. I figured that out by myself, without your help.

How can I do solo mining when wallet cannot load .conf file? Is there any manual method for this issue as well? When I try solo mining I get Pool 0 slow/down or URL or credentials invalid
(apparently wrong rpcpass/rpcusr...etc.)
Since you are so genius I would kindly ask for your help.

I've posted this about 3 times already.  I'm solo mining right now to test it - not that you'd want to with the diff this high.

Start your wallet with a bat file like this:
start quebecoin-qt.exe -conf=c:\users\your-userid\appdata\roaming\quebecoin\quebecoin.conf

When you tell it what config file to use, it actually reads it.  addnode lines, server=1 and all....


I did it exactly as you showed but It doesn't work I get Pool 0 slow/down or URL or credentials invalid. All settigs are the same (rpc,pas,user) in both .conf and miner .bat file.
Conf file is properly configured with all important settings from the first post (nodes,server=1..etc.)
Apparently quebecoin.conf file wasn't read.

In that case, can you paste your .conf file?  Also are you sure all the paths are correct?  This is working fine for me and I had pretty similar problems, including the inability to connect to the rpc port for solo mining.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 17:16:22 UTC
this coin ipo  price  0.00009717 BTC?Huh??
my Hashrate 120000KH/s
one day 280+QBC
280*0.00009717?HuhHuhHuh?
oh my god!!!!!!!! Huh Huh Huh Huh Huh Huh

Let me guess - you're a "glass is half empty" person, right?

qu茅becoin.conf
The wallet to start the synchronization
The name must be so

what is "glass is half empty" ?
Because I want to know the actual price of this coin
I have enough confidence to mining

English is not very good, sorry Smiley

If you use the -conf=/path/to/your/config/file command line option you can start the wallet with the config file named anything you like.


Price of coin = whatever buyers are willing to pay, same as any other coin.  Expect this to vary somewhat.  Enjoy the ride.

X11 is easy to mine.  GPUs run cooler and use less power.  

"Glass is half empty" = too negative.  Cheer up!

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 17:07:14 UTC
this coin ipo  price  0.00009717 BTC?Huh??
my Hashrate 120000KH/s
one day 280+QBC
280*0.00009717?HuhHuhHuh?
oh my god!!!!!!!! Huh Huh Huh Huh Huh Huh

Let me guess - you're a "glass is half empty" person, right?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 16:57:44 UTC
Anyone have nodes that aren't borked?
Wallet issues on the first day is a REALLY bad sign...

I just answered you, apparently you're one of the few retards who couldn't figure it out. Put the nodes into the debug. The dev will probably remove the é character from the code. The wallet is working fine.


I am probably one of, as you say, "retards" and I don't have problem with putting the nodes manually in debug console. I figured that out by myself, without your help.

How can I do solo mining when wallet cannot load .conf file? Is there any manual method for this issue as well? When I try solo mining I get Pool 0 slow/down or URL or credentials invalid
(apparently wrong rpcpass/rpcusr...etc.)
Since you are so genius I would kindly ask for your help.

I've posted this about 3 times already.  I'm solo mining right now to test it - not that you'd want to with the diff this high.

Start your wallet with a bat file like this:
start quebecoin-qt.exe -conf=c:\users\your-userid\appdata\roaming\quebecoin\quebecoin.conf

When you tell it what config file to use, it actually reads it.  addnode lines, server=1 and all....
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 16:44:51 UTC
This coin have IRC???
my Wallet is not synchronized
What method can be solved, I'm Chinese Angry Angry Angry

launch wallet with the -conf= command line option, giving it the full path to your conf file.

Dev - you might want to add this instruction to the OP or you are going to keep getting these questions.


addnode=54.86.39.92
addnode=54.85.54.67
addnode=54.86.58.113
addnode=54.86.60.197
addnode=54.86.60.189
addnode=54.84.203.45
daemon=1
server=1
listen=1
this Node It won't work
name quebecoin.conf and québecoin.conf Will not work


Put this in a .bat file:
start quebecoin-qt.exe -conf=c:\users\your-userid\appdata\roaming\quebecoin\quebecoin.conf


Or not ...
omg..

Why is that so difficult for you?  The wallet isn't reading the config file for some reason - possibly the e with the accent.  So you tell it what config file to use on the command line.  Simple.

If that's too hard, consider trading in your PC for a fisher price activity centre.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 16:37:25 UTC
This coin have IRC???
my Wallet is not synchronized
What method can be solved, I'm Chinese Angry Angry Angry

launch wallet with the -conf= command line option, giving it the full path to your conf file.

Dev - you might want to add this instruction to the OP or you are going to keep getting these questions.


addnode=54.86.39.92
addnode=54.85.54.67
addnode=54.86.58.113
addnode=54.86.60.197
addnode=54.86.60.189
addnode=54.84.203.45
daemon=1
server=1
listen=1
this Node It won't work
name quebecoin.conf and québecoin.conf Will not work


Put this in a .bat file:
start quebecoin-qt.exe -conf=c:\users\your-userid\appdata\roaming\quebecoin\quebecoin.conf
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 16:32:49 UTC
This coin have IRC???
my Wallet is not synchronized
What method can be solved, I'm Chinese Angry Angry Angry

launch wallet with the -conf= command line option, giving it the full path to your conf file.

Dev - you might want to add this instruction to the OP or you are going to keep getting these questions.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 16:27:20 UTC
Anyone have nodes that aren't borked?
Wallet issues on the first day is a REALLY bad sign...

I just answered you, apparently you're one of the few retards who couldn't figure it out. Put the nodes into the debug. The dev will probably remove the é character from the code. The wallet is working fine.

Go easy anonymousxx1503 - "retard" is a bit harsh.  It's pretty unusual for the wallet to not read the config file.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 16:21:59 UTC
wallet works fine , mining is fine too , great work dev , compliments

Thank you, it's great to hear it. The anger runs easily on bitcointalk.




Quite impressed by how stable all of this is going to be honest, you have a crazy amount of hashpower! Took me a while to find an available X11 rig to rent lol.

The coin itself is amazingly stable and responsive, very happy about it, especially with other coins have 2 or 3 failed launches. I think the quality of the product shows itself. Plus the QT client buttons are nice and blue!

It feels alive now, I'm really glad the mining launch started. I have no idea where all that power is coming from though to be honest, maybe people realised this could be huge when they saw mentions on TV and in the papers popping up.

I'm adding a 100 QBC bounty for compiling the Québecoin-QT client for Mac. I had to give back the machine before compiling unfortunately and it was an old macbook pro which wouldn't do anything I told it to.

Next wallet update will need a fix for the .conf/-server option and if possible add a cool background to the wallet Smiley


Workaround to wallet .conf issue:

start it from a .bat file containing something like the following:

start quebecoin-qt.exe -conf=c:\users\your_userid\appdata\roaming\quebecoin\quebecoin.conf

Should fix the -server issue.  I'm solo mining to test it now but won't keep doing it with this diff level.


Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 16:19:03 UTC
isnt OK pool certified shady and steals peoples coins'?

I don't know about that....maybe, but they are often the only pool that can actually get shit done correctly.  

I don't know about other pools, but,

We'll never steal your coins,
never let you down,
never drop your shares and desert you.

http://qbc.cryptoADHD.com


But you will rickroll us!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 15:39:53 UTC
Wallet doesn't load quebecoin.conf or québecoin.conf in any case I think!

I have wallet properly configured with nodes from the first post.
I tried load wallet with -server option and I get error window.
This makes solo mining impossible for me.
Let someone try to start wallet with -server option and see for yourself.

Exactly.  Remove or rename peers.dat and restart the wallet, and you will have to add the nodes manually from the debug console again.  It isn't reading the config file.  Issue with qt lib and accents/internationalisation?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][QBC] Québecoin - X11 - DGW - Launched!!! 3.8 GH/s within 30 minutes!
by
kritey
on 19/04/2014, 14:48:43 UTC
I added the config file in appdata
added:
addnode=54.86.39.92
addnode=54.85.54.67
addnode=54.86.58.113
addnode=54.86.60.197
addnode=54.86.60.189
addnode=54.84.203.45

still no sync.

Try naming the file québecoin.conf



Code:
addnode=54.86.39.92
addnode=54.85.54.67
addnode=54.86.58.113
addnode=54.86.60.197
addnode=54.86.60.189
addnode=54.84.203.45
daemon=1
server=1
listen=1


Yeah definitely name your file québecoin.conf and you should be good to go.

JP - try it without the existing peers.dat and the windows wallet won't sync even with the correct addnode lines.  When you add them manually from the debug console it works because these are saved to peers.dat directly.  The wallet doesn't seem to be reading the config file no matter if it is named with or without the acute accent.