Pages:
Author

Topic: [ANN][QBC] Quebecoin - X11 DGW - Forked! New Mac/Win/Linux Wallets! - page 23. (Read 79575 times)

sr. member
Activity: 377
Merit: 250
I just picked up 1072 QBC, doubling my holdings to just over 2000.  I used my daily 0.01 BTC mining earnings for the exchange on bittrex.
legendary
Activity: 924
Merit: 1000
Just to let everyone know, there's now a big bid for QBC on Bittrex @ 700 satoshis exactly. Looks like the bidder either wants a lot of QBC or wants to wake the volume up. If the entire order goes through, it'll mean close to 0.5 BTC volume.

That person ups it to keep it in priority.

I noticed that there was a lot of dumping last week and a lot of low ball order setting. As I have been doing for the past month, I buy all under 500 and I have sold a considerable amount of high-value coins to do that.

The last big order I bought was 10K QBC at 200sat. And I felt kind of bad for the person who gave that up given the upcoming fork but I am going to give away these QBC at some point as bounty or in the faucet.

There should be very little QBCs available at a low price after that 65K order is filled.

Marie-Lynn

Hi, Marie-Lynn,

First of all, a confession. "That person [who] ups it to keep it in priority" is me. I didn't identify myself at the time because I wanted to stay anonymous.

But after I posted my notification here, a strange thing has happened. Every now and then, I have gotten conceited enough to imagine I could wake up a thinly-traded vehicle with thin order book and wide spread by placing a big order at the low ask and even the second-low ask. I was hoping to "paint the tape" by showing a nice jump that would wake the vehicle up.

It never worked! My buy always turned into a blip, after which the vehicle fell back to its listlessness and lower price. So I gave up on that vanity, learning the hard way that it was nothing more than a sucker's fancy.

With this in mind, I placed my 0.5 BTC bid well above the high bid but below the low ask. Just enough to narrow the spread. I was counting on the miners who point their mining equipment at their Bittrex deposit addresses to fill my order in small chunks - at 700 satoshis.

But after I did so and called attention to it here, an odd thing happened - really odd, given my prior "teachable moments." I found myself in a footrace, raising my bid in mostly small increments again and again as my bid sunk in the bidstack. I held off upping my bid for a time, hoping QBC would fall back, but it didn't. At least it didn't fall enough for me to pick up more at my price.

I have picked up some overall, but mostly at a higher price than the 700 I was set on. Right now, I have an outstanding bid at 803 satoshis for 50,000 QBC. None of it has been filled and the low ask is 874. The low ask at the time I started was actually well below my bid now, and the ask has little volume.

Given my prior experience, this is odd for me. I'm not even cheering. Instead, I'm scratching my head. I did buy to average down from the bagholder's IPO price I paid, but I also placed that big bid to see what would happen. And right now, what's happening strikes me as more odd than cheery (even though, objectively, I should be heartened.)   
newbie
Activity: 34
Merit: 0
They are fine, but do update your wallet.

hello i have a question
i have 572 QBC in my old wallet, that mean there are dead??

thanks
member
Activity: 103
Merit: 10
hello i have a question
i have 572 QBC in my old wallet, that mean there are dead??

thanks

no they are fine.
hero member
Activity: 854
Merit: 539
hello i have a question
i have 572 QBC in my old wallet, that mean there are dead??

thanks
newbie
Activity: 34
Merit: 0
Yop, did that,  but the BuildCheckpoints is supposed to work,  and it does for darkcoinj.   So I am thinking there is a problem somewhere.

member
Activity: 103
Merit: 10

https://github.com/morinpa/limecoinj/tree/quebecoinj

Seems to be close to working, but I am stuck.  I though maybe somebody could take a crack at it.

Library compiles, but the BuildChecpoints test fails.

[WARNING]
java.lang.ExceptionInInitializerError
   at com.google.bitcoin.core.NetworkParameters.createGenesis(NetworkParameters.java:110)
   at com.google.bitcoin.core.NetworkParameters.(NetworkParameters.java:96)
   at com.google.bitcoin.params.MainNetParams.(MainNetParams.java:31)
   at com.google.bitcoin.params.MainNetParams.get(MainNetParams.java:61)
   at com.google.bitcoin.tools.BuildCheckpoints.(BuildCheckpoints.java:29)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:622)
   at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:293)
   at java.lang.Thread.run(Thread.java:701)
Caused by: java.lang.IllegalStateException: eb9c3c01fb6732965ca3be0593ea96bcc4e7aa2b98d6acae33b3a11e39adbc18
   at com.google.common.base.Preconditions.checkState(Preconditions.java:149)
   at com.google.bitcoin.params.MainNetParams.(MainNetParams.java:49)
   at com.google.bitcoin.params.MainNetParams.get(MainNetParams.java:61)
   at com.google.bitcoin.script.Script.(Script.java:148)
   ... 11 more

Can you skip tests ?



mvn -Dmaven.test.skip=true install

Yesterday, If I remember, I read that tests are not implemented
newbie
Activity: 34
Merit: 0

https://github.com/morinpa/limecoinj/tree/quebecoinj

Seems to be close to working, but I am stuck.  I though maybe somebody could take a crack at it.

Library compiles, but the BuildChecpoints test fails.

[WARNING]
java.lang.ExceptionInInitializerError
   at com.google.bitcoin.core.NetworkParameters.createGenesis(NetworkParameters.java:110)
   at com.google.bitcoin.core.NetworkParameters.(NetworkParameters.java:96)
   at com.google.bitcoin.params.MainNetParams.(MainNetParams.java:31)
   at com.google.bitcoin.params.MainNetParams.get(MainNetParams.java:61)
   at com.google.bitcoin.tools.BuildCheckpoints.(BuildCheckpoints.java:29)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:622)
   at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:293)
   at java.lang.Thread.run(Thread.java:701)
Caused by: java.lang.IllegalStateException: eb9c3c01fb6732965ca3be0593ea96bcc4e7aa2b98d6acae33b3a11e39adbc18
   at com.google.common.base.Preconditions.checkState(Preconditions.java:149)
   at com.google.bitcoin.params.MainNetParams.(MainNetParams.java:49)
   at com.google.bitcoin.params.MainNetParams.get(MainNetParams.java:61)
   at com.google.bitcoin.script.Script.(Script.java:148)
   ... 11 more
newbie
Activity: 34
Merit: 0

Hi Hashhot,

would it be possible to also update the information related to Quebecoin on the landing page, to point to the new wallets.

hashhot Pool updated
copper member
Activity: 504
Merit: 100
full member
Activity: 168
Merit: 100
hashhot Pool updated
copper member
Activity: 504
Merit: 100
Just to let everyone know, there's now a big bid for QBC on Bittrex @ 700 satoshis exactly. Looks like the bidder either wants a lot of QBC or wants to wake the volume up. If the entire order goes through, it'll mean close to 0.5 BTC volume.

That person ups it to keep it in priority.

I noticed that there was a lot of dumping last week and a lot of low ball order setting. As I have been doing for the past month, I buy all under 500 and I have sold a considerable amount of high-value coins to do that.

The last big order I bought was 10K QBC at 200sat. And I felt kind of bad for the person who gave that up given the upcoming fork but I am going to give away these QBC at some point as bounty or in the faucet.

There should be very little QBCs available at a low price after that 65K order is filled.

Marie-Lynn

There's still 14,000(?) some QBC mined every day as far as I remember. That 7XX Satoshi order brought QBC at the top of the X11 mining profitability coin. We'll likely see the net hash and the difficulty increase as more pool/multi jumps on it, and dump their QBC. Could take a week until that order fills up.

Not a bad thing in it self, but I'm thinking some of our small time miner don't benefit from this big wall.
member
Activity: 87
Merit: 10
Circonference.ca
Just to let everyone know, there's now a big bid for QBC on Bittrex @ 700 satoshis exactly. Looks like the bidder either wants a lot of QBC or wants to wake the volume up. If the entire order goes through, it'll mean close to 0.5 BTC volume.

That person ups it to keep it in priority.

I noticed that there was a lot of dumping last week and a lot of low ball order setting. As I have been doing for the past month, I buy all under 500 and I have sold a considerable amount of high-value coins to do that.

The last big order I bought was 10K QBC at 200sat. And I felt kind of bad for the person who gave that up given the upcoming fork but I am going to give away these QBC at some point as bounty or in the faucet.

There should be very little QBCs available at a low price after that 65K order is filled.

Marie-Lynn
member
Activity: 103
Merit: 10
It seems that http://qbc.hashhot.com/ is updated.

Updated the OP. Thanks ghonyme.

Ho I'm sorry the update was for the 19 april :s:s
legendary
Activity: 924
Merit: 1000
Just to let everyone know, there's now a big bid for QBC on Bittrex @ 700 satoshis exactly. Looks like the bidder either wants a lot of QBC or wants to wake the volume up. If the entire order goes through, it'll mean close to 0.5 BTC volume.
member
Activity: 87
Merit: 10
Circonference.ca
newbie
Activity: 34
Merit: 0
UPDATED WINDOWS WALLET, POSTED APR 19, 2014 AT 23:54   

it's an old update....
member
Activity: 103
Merit: 10
member
Activity: 103
Merit: 10
Hey Ghonyme


The limecoin java library from HashEngineering is probably the one that is the closest to quebecoin.  It's got x11, and dgw2 in there.  But no front end wallet.  It might be a good starting point.



Yes I saw it and looked at android wallet all the day. For sure I have not enough knowledge to do it. My speciality is more it security and c coding. I think it will be better to buy directly the android wallet to hashengineering Sad
newbie
Activity: 34
Merit: 0
Hey Ghonyme


The limecoin java library from HashEngineering is probably the one that is the closest to quebecoin.  It's got x11, and dgw2 in there.  But no front end wallet.  It might be a good starting point.

Pages:
Jump to: