Bitcoin Forum
June 03, 2024, 12:21:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: March 10, 2014, 07:53:44 AM
Good hope cryptsy gets their wallet updated soon as well.  Cool

I'm all synced up now on the right chain.

Had one small problem though. I did get stuck at block 1119999. With the new client.

So i ran the old client with the edited "start.bat" file. I then synced from 1119999>1121075.

I then ran the new client with the edited "start.bat" file.

Now everything is good, with correct chain nodes.  Grin

Good luck everyone. Wink
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: March 10, 2014, 06:49:46 AM
How to get on the right chain (winwallet):

1. Go to your appdata folder and find Krugercoin folder, go into the Krugercoin folder.
2. Start notepad
3. Write the following:

listen=1
daemon=1
server=1
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=8772

Choose save as krugercoin.conf (not krugercoin.conf.txt)

Or if you already have a krugercoin.conf file, edit it to only contain the lines above.

4. Delete the following files in the Krugercoin folder

blk0001.dat
blkindex.dat
peers.dat

5. Now go to your krugercoin-qt folder and find start.bat, open it in notepad
6. Delete this line:

krugercoin-qt.exe -addnode=192.186.133.74 -addnode=84.22.96.60 -addnode=117.27.250.149

and replace with the following line

krugercoin-qt.exe -connect=84.104.23.68 -connect=94.181.11.189 -connect=krugercoin.miners-pool.eu

7. Save the file
8. Start your wallet and let it sync, may take awhile.
9. Done  Grin


Haha, thanks.

But don't forget, you have to run "start.bat" not just the wallet directly. Or it will sync using wrong chain nodes via UPNP.  Smiley
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: March 10, 2014, 03:08:45 AM
paladin281978

Just use your usual .conf file without the addnodes for now. Once everybody is on the right chain, we can go back to adding other nodes. 
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: March 10, 2014, 02:28:18 AM
I just restarted my Krugercoin client and noted peers with plausible heights (all connected within about a minute of each

other)

212.83.191.197 - 1121301
78.42.83.245 - 1119999
84.104.23.68 - 1127091
94.181.11.189 - 1127091
178.149.224.172 - 1121336
82.111.88.34 - 1121287

So besides the one peer stuck at 1119999 there seem to be at least 4 different chains.


Yeah, there are multiple chains going on here.

Guys stop adding all the nodes people are posting here. They are mostly no good. It's causing chain forks.

I think i may have a solution to the sync problem. Just follow these instructions.

The main chain is on krugercoin.miners-pool.eu, since 99% of the hash rate is coming from there.

So the first thing to do is delete all the addnodes in your .conf file.

Then delete blk0001.dat, blkindex.dat & peers.dat.

Then go to your "kruger-kgw" folder, where your krugercoin-qt is located, and edit the "start.bat" file to look like this.

Code:
rem *************************************
rem *** Start Krugercoin with nodes   ***
rem *** This will start krugercoin    ***
rem *** with some base nodes to start ***
rem *** pulling the KGC chain in.     ***
rem *************************************

krugercoin-qt.exe -connect=84.104.23.68 -connect=94.181.11.189 -connect=krugercoin.miners-pool.eu


Then run the "start.bat" file to start your wallet. It should sync to the right chain. And will not connect to any other nodes that are on the wrong chain with the "-connect=".

These 3 nodes are on the right chain as of right now. Plus as i said, krugercoin.miners-pool.eu basically is the whole chain.

Have fun, hope this fixes peoples problems.  Smiley


my "start.bat" file contains that:

rem *************************************
rem *** Start Krugercoin with nodes   ***
rem *** This will start krugercoin    ***
rem *** with some base nodes to start ***
rem *** pulling the KGC chain in.     ***
rem *************************************

krugercoin-qt.exe -addnode=192.186.133.74 -addnode=84.22.96.60 -addnode=117.27.250.149

and I added addnode=212.83.191.197    ( = krugercoin.miners-pool.eu)

and chain coincides with krugercoin.miners-pool.eu

Why node in file "start.bat" different?


Some nodes are on the wrong chain. So only using nodes with the correct block height, by forcing the client to only sync with nodes on the correct chain with "-connect=" instead of  "-addnode=" will hopefully alleviate these problems.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [KGC] The future is krugercoin and the future is now! [Official Launch] on: March 10, 2014, 01:31:19 AM
I just restarted my Krugercoin client and noted peers with plausible heights (all connected within about a minute of each

other)

212.83.191.197 - 1121301
78.42.83.245 - 1119999
84.104.23.68 - 1127091
94.181.11.189 - 1127091
178.149.224.172 - 1121336
82.111.88.34 - 1121287

So besides the one peer stuck at 1119999 there seem to be at least 4 different chains.


Yeah, there are multiple chains going on here.

Guys stop adding all the nodes people are posting here. They are mostly no good. It's causing chain forks.

I think i may have a solution to the sync problem. Just follow these instructions.

The main chain is on krugercoin.miners-pool.eu, since 99% of the hash rate is coming from there.

So the first thing to do is delete all the addnodes in your .conf file.

Then delete blk0001.dat, blkindex.dat & peers.dat.

Then go to your "kruger-kgw" folder, where your krugercoin-qt is located, and edit the "start.bat" file to look like this.

Code:
rem *************************************
rem *** Start Krugercoin with nodes   ***
rem *** This will start krugercoin    ***
rem *** with some base nodes to start ***
rem *** pulling the KGC chain in.     ***
rem *************************************

krugercoin-qt.exe -connect=84.104.23.68 -connect=94.181.11.189 -connect=krugercoin.miners-pool.eu


Then run the "start.bat" file to start your wallet. It should sync to the right chain. And will not connect to any other nodes that are on the wrong chain with the "-connect=".

These 3 nodes are on the right chain as of right now. Plus as i said, krugercoin.miners-pool.eu basically is the whole chain.

Have fun, hope this fixes peoples problems.  Smiley
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC) | on exchanges | scrypt | PoS | No premine on: February 28, 2014, 03:40:11 PM
Is my stake balance spendable?
 - Not sure yet, has to be confirmed by either dev or community


This is the one thing I'm curious about. I see the ability to "reserve" a balance, but if I don't have a huge balance and want to potentially spend some I'd like to maybe move some from staking. By the time I get home today a lot of my balance may be put into the Stake balance, so it's something I'd like to know.

If it's not spendable, perhaps it needs to simply be moved back over to the regular balance (requiring 8 hours maturity... again?).


Or just put whatever you don't want to stake as a "reserve". Check my last post.
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC) | on exchanges | scrypt | PoS | No premine on: February 28, 2014, 03:08:13 PM
This downward price manipulation is probably Cryptsy trying to buy up a bunch of cheap coins before they add it to their exchange.  Grin

Nice prices!

Buy! Buy! Buy!  Wink
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC) | Launched | scrypt | PoS | No premine on: February 28, 2014, 02:48:17 AM
How does PoS work?

PoS can only be done by an unlocked wallet. In the client it is called 'Staked Mining'. As soon as you unlock your wallet (there is a difference between encrypted & locked) the stake miner will start. You will start to see coins being moved from your balance to your 'Stake' balance. Coins will not be lost. After a while you will start receiving transactions with your earned interest.

How to unlock:

Go to your Debug Window and then open the Console. Type in:
Code:
walletpassphrase -yourpassword- -secondstokeepwalletopen- true

An example would be:
Code:
walletpassphrase Ex4mpl3P4ssW0rd 3600 true

In this way you'll unlock your wallet for one hour.

How to lock:

Go to your Debug Window and then open the Console. Type in:
Code:
walletlock

Now your wallet is locked and you'll stop PoS mining.

Is my stake balance spendable?
 - Not sure yet, has to be confirmed by either dev or community


This is the information I have managed to gather so far, If you have any other questions, please leave them here so I can try to answer them!


Also if people would like to reserve a certain amount of coins that they would not like to be staked, try this.  Wink

reservebalance true AMOUNT

example: reservebalance true 500000
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 21, 2014, 01:07:44 PM
Sev

https://bitcointalk.org/index.php?topic=460037.msg5276530#msg5276530


                                         ^^THIS^^


Stop sidetracking and do the right thing.

Johnny, i agree with you. But its a difficult decision to make to just PULL the thread bceause believe it or not, there is sitll a community with and whilst i naturally dont want to be seen to be associated with wolong or encouraging people to put their faith and money in him, i also have to respect the fact that there is still a group of people who want to mine the coin. I am all open to suggestions to clear up the front page, I removed the blurb wolong asked us to paste on his behalf there that discussed all the stuff about gaining trust etc, and the second i removed it i got flamed for removing it. Its just a case of being damned if i do and damned if i dont act in certain ways on this.

I am not the project lead, and whilst i hate wolong and thinks hes a total bitch, i cannot disrespect jacob and artis's hard work by just yanking the thread.



All you have to do is delete/lock the thread, and have someone else that would like to be associated with Wolong make another thread.

All of this is not about the coins you sold. 20M is nothing. It's about you being associated with all of this, just by being here. IMO.

You need to show people that you do not want to be associated and that you are not guilty with actions not words.  Wink
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 21, 2014, 12:51:12 PM
Sev

https://bitcointalk.org/index.php?topic=460037.msg5276530#msg5276530


                                         ^^THIS^^


Stop sidetracking and do the right thing.
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 21, 2014, 07:32:24 AM
Sev trying to sidetrack the whole conversation with whether or not he should have sold his coins or not, or whether or not he is in on what woolong is doing.

But the real issue is that as long as he keeps the original post up, or at least un-edited telling people about this scam woolong is doing, he risks other people coming and mining/buying into this scam.

As long as Sev does not do anything about this problem, he is helping woolong complete his scam. Which makes him an accomplice. Which places him in the same boat as woolong. A scammer.

Sev should delete his original post and lock this thread.

He says he doesn't have the right to do this because it is not his coin.

I say, who cares. It is you that made this thread, with your name in the original post. If you want to detach yourself from this scam, you should do what i have mentioned above. If woolong wants to make another thread for his scamcoin, so be it! At least you will not be attached to it any longer.

Do the right thing and make an effort to save your own reputation by getting as far away from this scam as possible.

Also, FYI. I have not lost one cent from all of this. I saw scam written all over it from the start. I mined the first day and dumped all my coins and made a nice $1200.  Grin
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 20, 2014, 03:09:27 PM
Everyone give sev a negative trust rating if he doesn't edit the OP.  Cheesy
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 20, 2014, 11:37:26 AM
FYI, Guys

The adaptive N-Factor in Vertcoin/PandaCoin is not new, it was actually started long ago with Yacoin.

https://bitcointalk.org/index.php?topic=196196.msg2039427#msg2039427

 Wink
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 20, 2014, 05:43:49 AM
Seems gatra was working on his prime finding POW since before XPM was even released.

https://bitcointalk.org/index.php?topic=245953.msg2628489#msg2628489

So it seems Sunny & gatra were thinking about the same thing at the same time. No clone here.
35  Alternate cryptocurrencies / Altcoin Discussion / You Can Now Trade Litecoin For CAD On Cavirtex!! :D on: February 20, 2014, 01:41:01 AM
https://bitcointalk.org/index.php?topic=475612.new

 Grin
36  Alternate cryptocurrencies / Altcoin Discussion / Re: Are we a legion ??? on: February 17, 2014, 10:33:01 AM
We don't need rules.

The real problem is the exchanges adding coins too easily. And not removing old one easy enough. It's the exchanges that make this all happen. If they didn't add coins so easily, people wouldn't mine them, simple as that.

No exchanges. No buyers. No incentive to make coins. No miners to mine those potential coins (unless innovative).
37  Alternate cryptocurrencies / Altcoin Discussion / Re: Altcoins or jokecoins? on: February 17, 2014, 09:09:24 AM
I agree with OP, there are way too many alt coins going around these days!  Tongue

What happens is, there is just so much market share to go around, and there just isn't enough to be shared around with ALL the alts that are going around...

Some people say "the market will sort them out". But that just doesn't seem to be happening! Some of these fail joke coins have been around for up to a year! Still taking market share. Take BBQcoin for example, or Stablecoin, Grandcoin, Globalcoin, Goldcoin etc..

It's time the exchanges do a major "pruning" and get rid of say maybe 50% at least!

One year in the crypto world is a very long time! I really don't think the market is going to "sort them out" any time soon.

We don't need all these coins! They are just killing off all the coins together. Making the alt coin scene look like the land of ponzi schemes, and pump and dumps.

Things were way better before exchanges started to add all these useless alt coins. All of the market share was concentrated in a few alt coins, which was keeping the alt coin market healthy and giving it a good reputation.

People were literally coming on the forum begging to have their coin added to Cryptsy. Which most of the time didn't happen.

Now things have recently taken a turn for the worst with the recent addition of a few new alt coin exchanges, that add pretty much any coin.

In my honest opinion, this kind of activity needs to stop. All of this greed will kill off all of these coins by ruining the credibility of our community and soon we will have nothing! We as a community need to work together to make this all work.

This is not "free market" this is greed.

Please, guys this needs to stop!

If not the end is near for us all!

Just my 0.02BTC  Tongue
38  Alternate cryptocurrencies / Altcoin Discussion / Re: WARNING - Cryptsy loses your Coins!! on: December 22, 2013, 12:46:54 AM
 Grin
39  Other / Archival / Re: deleted by request on: December 15, 2013, 11:09:23 PM
 Grin
40  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][Pool][Profit-Switch][Optional Auto-Exchange per Coin][Vardiff] ~ Hashcows on: September 21, 2013, 02:06:12 AM
@aTriz

I've been mining at the pool for 3 days. I've noticed that my BTC earnings are about 30%-40% below what i should be getting. Today i decided to stop mining at the pool.. To my surprise only then did my earnings increase at the normal rate as rounds started to confirm, rather than the -30%-40% loss i've been getting while actually mining at the pool. I then decided to start mining again.. I then watched my earnings fall each round at the exact percentage of stales produced per round!  I think there may be a bug somewhere in your stale detection system! Please check that out.  Wink

~JohnnyCrypto~

Are you referring to the 'My Est.Earnings' in the stats table per round, or your 'Est. Daily BTC Earnings' value?  (the latter is the more important)

EDIT: Sorry actually it was indeed the "Est. Daily BTC Earnings" value.  Wink

This is likely just coincidence.  That number is updated at somewhat random intervals throughout the day.  In addition, today has been a bit of an 'off' day in terms of consistency of trades, mostly due to one of the exchanges having some major delays and other problems.  It caused a lot of our coins to be 'stuck' in transit, as well as some trades taking much longer than they otherwise would have.  Also note that your round stats are calculated at the time the round ends, whereas that 'Est. Daily BTC Earnings' value is only ever affected once trades have been made.  In short, there is no direct link between the round ending (which is when we'd calculate your share % among other miners), and that number changing.

I'd suggest for now just take note of your payout tonight. If it doesn't seem to line up with expectations, pm me your username and I can dig into your details further.


Alright, will do.  Smiley

On a side note, i have to say, i love the way your pool functions! I truly believe it will come out on top once you have it going at 100%. Thanks. Keep up the excellent work!  Cool
Pages: « 1 [2] 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!