Bitcoin Forum
June 21, 2024, 11:36:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: [ANN][QB]QuarkBar - 7GHS - Giveaway - Now on exchange  (Read 72952 times)
dukektm
Hero Member
*****
Offline Offline

Activity: 690
Merit: 500


View Profile
April 08, 2014, 10:41:33 AM
 #821

To help everyone get into this wonderfully coin in mintpal

https://www.mintpal.com/voting 19-24    24-29

Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
April 08, 2014, 06:50:02 PM
 #822

To help everyone get into this wonderfully coin in mintpal

https://www.mintpal.com/voting 19-24    24-29

+1

Co-Founder and Managing Partner of Block Bastards
tom14cat14
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500


View Profile
April 08, 2014, 07:17:08 PM
 #823

Any word on getting the source code up? Once the KGW fix is done or changed it will be active again on cryptorush.
switchboard
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 08, 2014, 08:28:51 PM
 #824

We need some users to test this one. You can grab the sources @ https://github.com/QuarkBar/newQuarkBar.git
Please do not put it into production use yet, use the testnet instead.
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
April 08, 2014, 09:08:33 PM
 #825

We need some users to test this one. You can grab the sources @ https://github.com/QuarkBar/newQuarkBar.git
Please do not put it into production use yet, use the testnet instead.

Can you explain to a noob like me, what you need me to do?

Co-Founder and Managing Partner of Block Bastards
switchboard
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 08, 2014, 09:30:39 PM
 #826

We need some users to test this one. You can grab the sources @ https://github.com/QuarkBar/newQuarkBar.git
Please do not put it into production use yet, use the testnet instead.

Can you explain to a noob like me, what you need me to do?

Try the following:

Start the client in testnet mode:

Code:
quarkbar-qt -testnet

Now start mining some coins. It should work. If you see errors then I fucked up.
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
April 08, 2014, 09:54:43 PM
Last edit: August 27, 2014, 08:16:08 AM by Jonesd
 #827

We need some users to test this one. You can grab the sources @ https://github.com/QuarkBar/newQuarkBar.git
Please do not put it into production use yet, use the testnet instead.

Can you explain to a noob like me, what you need me to do?

Try the following:

Start the client in testnet mode:

Code:
quarkbar-qt -testnet

Now start mining some coins. It should work. If you see errors then I fucked up.

I always just use the windows wallet

This is an old thread! The new one can be found here

Co-Founder and Managing Partner of Block Bastards
derrend
Hero Member
*****
Offline Offline

Activity: 707
Merit: 505



View Profile WWW
April 08, 2014, 11:02:18 PM
 #828

I just compiled the headless server using 'makefile-unix' in the 'src' folder,
everything compiled with no errors but for some reason I can't get the executable to run.
'./quarkbard' and './quarkbard -testnet' both return 'bash: ./quarkbard: No such file or directory' which is strange because the quarkbard program is 60M in size and clearly exists.
djslick
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
April 09, 2014, 01:12:36 AM
 #829

So i'm inable to connect to any nodes it seems, the wallet is just stuck on: "No block source available"

I've tried deleting everything but the wallet.dat and redownling the chain, it doesn't work,

I've tried adding a "quarkbar.conf" to the appdata folder and deleting the peers.dat to try and re-sync to an active node, that doesn't work

anyone have a suggestion?

*** STUMP THE TRUMP *** SPURN THE BERN *** VOTE BILLARY! ***
-= www.Billary.rocks | https://bitcointalk.org/index.php?topic=1439754 =-
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
April 09, 2014, 04:44:21 AM
Last edit: August 27, 2014, 08:15:57 AM by Jonesd
 #830

As mentioned earlier, I have a working wallet. I looked into the original quark wallet and it seems people were able to fix things by adding nodes via the debug console (under the help tab).

I used this to check to which nodes my wallet is succesfully connected using the command:
Code:
getpeerinfo

This showed I have successful connections to:
188.226.171.173:31616
205.234.139.125:31616
42.96.195.204:31616
95.182.106.43:31616

You can manually add these nodes by using this command (one at a time):
Code:
addnode 188.226.171.173 add

addnode 205.234.139.125 add

addnode 42.96.195.204 add

addnode 95.182.106.43add



Like this:



I'm not sure, but maybe you don't need the ":31616" part

I hope this will help. Please tell us if it does. Smiley

Try this Smiley

This is an old thread! The new one can be found here

Co-Founder and Managing Partner of Block Bastards
switchboard
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 09, 2014, 09:35:41 PM
 #831

I just compiled the headless server using 'makefile-unix' in the 'src' folder,
everything compiled with no errors but for some reason I can't get the executable to run.
'./quarkbard' and './quarkbard -testnet' both return 'bash: ./quarkbard: No such file or directory' which is strange because the quarkbard program is 60M in size and clearly exists.

Hey guys,

I fucked up. I am terribly sorry for this. The only good thing about the current situation is that no attack is underway currently. This buys us some time. Unfortunately over the course of the next few days a lot of work is waiting for me and I do not want to fuckup again. So if in the meantime someone finds the time to look into it: please do go ahead. A possible fix might be to change the file src/version.h as such:

static const int PROTOCOL_VERSION = 70001;
static const int MIN_PROTO_VERSION = 209;

I cannot test it (@work currently). Can someone else step in please?
derrend
Hero Member
*****
Offline Offline

Activity: 707
Merit: 505



View Profile WWW
April 09, 2014, 10:47:06 PM
 #832

A possible fix might be to change the file src/version.h as such:

static const int PROTOCOL_VERSION = 70001;
static const int MIN_PROTO_VERSION = 209;

I cannot test it (@work currently). Can someone else step in please?

I just tried it but unfortunately was met with the same result I'm afraid Sad
chiznitz
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile WWW
April 13, 2014, 10:32:16 PM
 #833

Too bad I cant withdraw.

In the mean time cryptoaltex seems like a scam.

Why would you make false accusations?  Why are you saying this?  Do you have an issue?  Have you entered a ticket?

I'm pretty sure the people who have actually used the exchange have no issues with us and if they did have an issue, I'm positive that if they entered a ticket it was answered within a few hours if not sooner.


What do you need help with?



Looking for the best exchange? -> https://bittrex.com
chiznitz
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile WWW
April 13, 2014, 10:36:59 PM
 #834

That being said, I am considering delisting QB from CryptoALTeX, we haven't made a sale since March 23rd and there are very few orders.  I'm assuming you are using one of the other exchanges and that, that exchange is providing a good service and therefore having it on our Exchange is bringing no value for the coin.

I like QB but unless we start to see some real volume we will ask all to withdraw coins and halt trading.

Rest assured if you have coins there we will make sure you get to withdraw them before it goes offline.


Looking for the best exchange? -> https://bittrex.com
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
April 13, 2014, 10:47:19 PM
 #835

Too bad I cant withdraw.

In the mean time cryptoaltex seems like a scam.

I hope you don't write like this on your blog.  Would really feel sorry for your readers.


-tb-

tom14cat14
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500


View Profile
April 15, 2014, 12:07:54 AM
 #836

Any update on this coin?
superking123
Full Member
***
Offline Offline

Activity: 179
Merit: 100


View Profile
April 15, 2014, 11:32:17 AM
 #837

Wallet can't sync.
Anyone else got any nodes other than those listed in OP?

1GU7761x1kETD5vB2Pvs99XNWSskm8tKpY
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
April 15, 2014, 12:26:40 PM
Last edit: August 27, 2014, 08:15:45 AM by Jonesd
 #838

We need some users to test this one. You can grab the sources @ https://github.com/QuarkBar/newQuarkBar.git
Please do not put it into production use yet, use the testnet instead.

Can you explain to a noob like me, what you need me to do?

Try the following:

Start the client in testnet mode:

Code:
quarkbar-qt -testnet

Now start mining some coins. It should work. If you see errors then I fucked up.

Any update on the new wallet?

This is an old thread! The new one can be found here

Co-Founder and Managing Partner of Block Bastards
chiznitz
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile WWW
April 15, 2014, 09:26:17 PM
 #839

It is with sadness that i announce that we will be delisting quarkbars from CryptoALTeX.

We have not seen a trade in weeks nor much interest at this time for this coin.  We will keep an eye on this coin and will consider relisting if volume/interest picks up.

If you have coins on CryptoALTeX please withdraw those coins before Friday.  On Friday I will be turning off the daemon and will only turn it on every Friday after until all coins are claimed.  I will also send an email to all users that have trades or balances in our quarkbar markets.

Thanks all,

Chiznitz

Looking for the best exchange? -> https://bittrex.com
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
April 16, 2014, 05:39:17 AM
 #840

It is with sadness that i announce that we will be delisting quarkbars from CryptoALTeX.

We have not seen a trade in weeks nor much interest at this time for this coin.  We will keep an eye on this coin and will consider relisting if volume/interest picks up.

If you have coins on CryptoALTeX please withdraw those coins before Friday.  On Friday I will be turning off the daemon and will only turn it on every Friday after until all coins are claimed.  I will also send an email to all users that have trades or balances in our quarkbar markets.

Thanks all,

Chiznitz

Most trades are on AllCoin at the moment, I think. With cryptorush down, CryptoAltex is the only other market the coin is on. Looking at your exchange it seems a lot of coins have low traffic. Since many exchanges are failing these days, I would keep the slow coins there in case another exchange goes down and it's traders flock toward your exchange. Most exchanges got big by having one coin that suddenly becomes huge and it's the only reliable place to trade. It's how Poloniex did it.


Co-Founder and Managing Partner of Block Bastards
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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!