Author

Topic: [LTCD] LitecoinDark.com ★ Scrypt ★ Difficulty Shield ★ Multipool ★ Fast - page 219. (Read 368565 times)

sr. member
Activity: 462
Merit: 250
Indeed.

I will buy the price upward taking out bots on the way. But I will not buy user sell orders that try to sneak sells into my buys. I'm willing to help the community by attempting to drive the price up where it should be by eliminating malicious bots, but I will not subsidize greedy bastards.

yes.i tried it too.but you cant win if people are going WITH the bot instead of against it. as soon as the price rises a lil bit peeps throw in there coins under the bots order just to get that lil extra.HOLD YOUR COINS!!

I wil try to rise it too today or tomorrow. I will go both on Cryptsy and Bittrex and start buying higher bids step by step
full member
Activity: 168
Merit: 100
Function over form.  We're way ahead of ourselves here.  I make it work, someone else will likely help make it "pretty".  Keep in mind, we still don't even have an official logo, so trying to design the wallet in anything other than a "strictly functional" fashion is a waste of time.
sr. member
Activity: 686
Merit: 320
Actually, while I'm on the topic, the final wallet design will probably look more similar to Multibit than what I'm showing here, only when you create your wallet you have the option to create it as a "savings/staking" wallet where the funds cannot be spent directly but must first be moved into an active "spending" wallet.  More similar to a bank account.

I'll just post this here for you to think about (and hopefully "inspire" you) while you're coding it. Cause really, multibit is pretty lame and is reminiscent of programs I wrote 20 years ago lol


full member
Activity: 196
Merit: 100
WARNING: I say "F*CK". A Lot.
THIS!

Thank you.

So those who want PoS (piece of sh**) can have it, while people like myself who hate it can simply NOT have it and instead have a PoW (plain old wallet)?

Actually, while I'm on the topic, the final wallet design will probably look more similar to Multibit than what I'm showing here, only when you create your wallet you have the option to create it as a "savings/staking" wallet where the funds cannot be spent directly but must first be moved into an active "spending" wallet.  More similar to a bank account.
sr. member
Activity: 350
Merit: 250
We've made some "small solution" to our miners, thanks to TrollByFire!
He send us coins equal to 6 blocks.
Those coins will be distributed as follows:
4 blocks will be paid based on % of shares of total invalid blocks mined by past few hours.
other 2+50% of our valid pool fee will also be distributed on the same scheme as a bonus.

We realise that it's not much but in this scenario is the best we can do.

Please keep in mind, this will be done by hand and will take at least few hours.

Thanks again to TrollByFire!


At last we've finished processing of the whole 1100+ invalid blocks ... It was a little hell !
All people who mined at our pool LTCD.HASHLINK.EU during the invalid fork, please check this link and update your wallet address: https://docs.google.com/spreadsheets/d/1nE39FCpb1NG0ALJVcAAiWfbdJ5SyUKVq6fJimrOE-RY/edit?pli=1#gid=0
If you have any questions or find any inconsistent, please let us know at [email protected].

If everything is OK, we'll start to send coins after 12 hours.

Best Regards,
Hashlink.EU Team

The address on the pool website is up to date. Is this all required of us? Will the coins be credited to our balance on the pool for withdrawal?

Coins are sent from our pool's wallet directly to your wallet address.
We've send coins to 50% of our users, other 50% will be send in next few hours.
On the sheet we've added "Transaction ID" column, so you can see your transactions in official block explorer.
Users with missing TXID, have empty walled address.
I'll post an update after we finish last payouts.

Best Regards,
Hashlink.EU Team
full member
Activity: 168
Merit: 100
Ugly and far from finished (barely started) teaser of the first decoupled component.

Well.... It's a start... lol

I haven't looked at a ton of wallets, but most are all pretty much the same.  The one I have that's a bit different is PandaCoin. Has more of a "bank account" type feel to it the way they list all your addresses, you can do quick transfers and stuff.  You should check it out.

Trying to get it functional first, then I'll make it look nice.  Keep in mind, this is a completely from scratch component that does not originate from the current codebase and does not depend on QT.  This was really to show that I am still working, even though I've been a bit more scarce than usual around here.

I hear ya.  But really, you need to figure out features before coding or you'll end up rewriting.  Something I just realized about the PandaCoin "bank" as they call it.  I think there's actually only 1 wallet but you can store multiple addresses in it which is pretty nice.

Well the decoupling kind-of helps to prevent the rewriting due to the fully OO nature of my development process.  Each of the core components lie outside of the wallet within shared libraries, and there is also the IPC mechanism to run internally and alongside the RPC.  I have some things in store, and they're not all from-scratch as my 2nd gen coin's sources have been semi-stable for quite some time now and I'm borrowing heavily from its design. Wink


Actually, while I'm on the topic, the final wallet design will probably look more similar to Multibit than what I'm showing here, only when you create your wallet you have the option to create it as a "savings/staking" wallet where the funds cannot be spent directly but must first be moved into an active "spending" wallet.  More similar to a bank account.
sr. member
Activity: 686
Merit: 320
Ugly and far from finished (barely started) teaser of the first decoupled component.

Well.... It's a start... lol

I haven't looked at a ton of wallets, but most are all pretty much the same.  The one I have that's a bit different is PandaCoin. Has more of a "bank account" type feel to it the way they list all your addresses, you can do quick transfers and stuff.  You should check it out.

Trying to get it functional first, then I'll make it look nice.  Keep in mind, this is a completely from scratch component that does not originate from the current codebase and does not depend on QT.  This was really to show that I am still working, even though I've been a bit more scarce than usual around here.

I hear ya.  But really, you need to figure out features before coding or you'll end up rewriting.  Something I just realized about the PandaCoin "bank" as they call it.  I think there's actually only 1 wallet but you can store multiple addresses in it which is pretty nice.
full member
Activity: 168
Merit: 100
Ugly and far from finished (barely started) teaser of the first decoupled component.

Well.... It's a start... lol

I haven't looked at a ton of wallets, but most are all pretty much the same.  The one I have that's a bit different is PandaCoin. Has more of a "bank account" type feel to it the way they list all your addresses, you can do quick transfers and stuff.  You should check it out.

Trying to get it functional first, then I'll make it look nice.  Keep in mind, this is a completely from scratch component that does not originate from the current codebase and does not depend on QT.  This was really to show that I am still working, even though I've been a bit more scarce than usual around here.
sr. member
Activity: 686
Merit: 320
Ugly and far from finished (barely started) teaser of the first decoupled component.

Well.... It's a start... lol

I haven't looked at a ton of wallets, but most are all pretty much the same.  The one I have that's a bit different is PandaCoin. Has more of a "bank account" type feel to it the way they list all your addresses, you can do quick transfers and stuff.  You should check it out.
full member
Activity: 168
Merit: 100
Ugly and far from finished (barely started) teaser of the first decoupled component.





No more QT.
legendary
Activity: 938
Merit: 1000
No need to be rude to one another, we're all in this together. The coin will be halving soon and it should help the price of the coin. Just hold on to what you have. Together as a group we stand, fighting among each other and dividing us, then we going to fall. I know the price keeps dropping up and down, but someone is buying these coins. And miner are dumping and the coin is still holding, the only time u see the price crash is on a panic sell, when someone has giving up. Be supported and encourage each other, We are a Community!
Well said. Well said.
I have some feature ideas for the wallet,  but have to talk to troll if its possible,  but since the code is written outside it should mean we would be able to make the wallet more mainstream and more adaptable.
sr. member
Activity: 350
Merit: 251
No need to be rude to one another, we're all in this together. The coin will be halving soon and it should help the price of the coin. Just hold on to what you have. Together as a group we stand, fighting among each other and dividing us, then we going to fall. I know the price keeps dropping up and down, but someone is buying these coins. And miner are dumping and the coin is still holding, the only time u see the price crash is on a panic sell, when someone has giving up. Be supported and encourage each other, We are a Community!
hero member
Activity: 714
Merit: 500
@Sally how many LTCD do you own ill take them off your hands now for btc. pm me offer stands till mid day today uk time. if you dont unload them to me stfu
full member
Activity: 196
Merit: 100
WARNING: I say "F*CK". A Lot.
Complete change of direction:

Since there's a logo for the wallet, can we have a theme song for the forum?

I would like to submit ------> http://www.youtube.com/watch?v=a_RjFp4Wqqs&list=UURhuELD1OvPVNv5YwVifuNg

Obviously not my work, but hey it just sounds so right.
full member
Activity: 168
Merit: 100
@TrollByFire.

i'm sure you're aware, but the icon for the wallet in the system tray is the Litecoin icon. Anyway I can file this as an issue on GitHub or do you think it's too trivial?

I am aware.  This was an oversight on my part when I scrapped the 1.0 code and reforked litecoin.  I plan to have it fixed in the next revision, but yes, by all means -- file a bug report.  That way I won't forget it.
hero member
Activity: 591
Merit: 500
Why oh why Didnt i take the blue pill ?!?!
Yep. Looks like the one on Bittex is having a lunch break or it left entirely. It was there the last time I looked, a little while ago.

The one on Cryptsy hasn't respawned in the past several minutes either.

Perhaps Sally87 sold out like Xircom suggested, and doesn't need her bot anymore because she stopped buying?

i dont see the bot right now on bittrex.. but have feeling that isnt gonna last to long.. or might it be...Huh

funny i was thinking the same. and it was there half an hour ago. sally now he says nothing is there so peoplle throw in there coins and he WILL turn it on again later. are we in the ballpark sally? hope im wrong tho  Grin
full member
Activity: 196
Merit: 100
WARNING: I say "F*CK". A Lot.
I believe that one is actually somebody mining with their autopayout set to send directly to their exchange wallet. It doesn't quite act like a bot.

(edit)
maybe I'm wrong. I don't see an autosell feature in my Bittrex account. there is such a thing on cryptsy, I use it personally.

i dont see the bot right now on bittrex.. but have feeling that isnt gonna last to long.. or might it be...Huh

It's the one making the 100 LTCD sell orders. No human ever sells like that (unless they're not right in the head)
hero member
Activity: 591
Merit: 500
Why oh why Didnt i take the blue pill ?!?!
i dont see the bot right now on bittrex.. but have feeling that isnt gonna last to long.. or might it be...Huh

It's the one making the 100 LTCD sell orders. No human ever sells like that (unless they're not right in the head)

yes thats the smaller on.. i think also with 80 and 81's .. but the big one isnt there now
full member
Activity: 196
Merit: 100
WARNING: I say "F*CK". A Lot.
Yep. Looks like the one on Bittex is having a lunch break or it left entirely. It was there the last time I looked, a little while ago.

The one on Cryptsy hasn't respawned in the past several minutes either.

Perhaps Sally87 sold out like Xircom suggested, and doesn't need her bot anymore because she stopped buying?

i dont see the bot right now on bittrex.. but have feeling that isnt gonna last to long.. or might it be...Huh
member
Activity: 210
Merit: 10
i dont see the bot right now on bittrex.. but have feeling that isnt gonna last to long.. or might it be...Huh

It's the one making the 100 LTCD sell orders. No human ever sells like that (unless they're not right in the head)
Jump to: