You don't have to buy BCO, but you do need to have a small amount of BTS (Bitshares) to pay for transaction fees, since every action you perform on the exchange happens on the BTS blockchain. I believe you receive some from a faucet when you create a new account and they can be purchased for very cheap on the exchange ($1 worth of BTS can last for months).
Excellent.
So Bitshares to trade, BCO to get a stake in their company.
It's great how far decentralized exchanges have come.
I made a few trades there and used up the free BTS I had in my account but still had a few trades I wanted to make. It just took the fee out of the coin I was using to trade. So you don't really need BTS, apparently.
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN] Zettelkasten - ZETTEL, coin with new hashalgo - CPU-mineable (for a while)
There's a blocks folder chainState folder database folder then there's .lock folder DB folder debug folder peers.dat And my wallet. Dat I'm not sure which one of these you want me to open just let me know please
Just delete everything except for your wallet.dat file, then restart the client.
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN] Zettelkasten - ZETTEL, coin with new hashalgo - CPU-mineable (for a while)
4 1080 GTX Ti running at +120 core, 80% PL and 21 intensity. All running around 52.3 MH/s.
Whereas all the other miners I've run have the power limit and core clock constantly bouncing around, this one remains steady. Overall, very impressed with it. Thanks.
Post
Topic
BoardAnnouncements (Altcoins)
Re: [RE-ANN] Galaxycoin Revival! KGW, POS/POW hybrid [TRADING ON CRYPTSY]
Awesome, I'm up to date now! Thanks for the addresses.
Still a no go for me. Only syncs up to block 18924. Still hoping for the blockchain to get re-uploaded or for chriskoeber.com to come back online.
Post
Topic
BoardAnnouncements (Altcoins)
Re: [RE-ANN] Galaxycoin Revival! KGW, POS/POW hybrid [TRADING ON CRYPTSY]
by
cannonfodder
on 31/03/2014, 13:43:24 UTC
Any chance someone could re-upload the blockchain somewhere since the link posted here isn't working? I'm unable to sync past block 18924 using the addnodes posted here. Thanks.
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN] [GRS] GroestlCoin, (PoW), new hash aglo, CPU/GPU mining
Still can't connect to network. Though add the list: addnode=172.245.221.171 addnode=94.102.53.183 addnode=76.10.203.44 addnode=61.156.57.71 addnode=172.246.113.106 addnode=117.27.110.138 addnode=54.186.44.85 addnode=125.79.96.236 addnode=198.52.200.43 addnode=node01.heavycoin.cc
So I went to protect my wallet with a passphrase and it told me that minting was suspended because of a locked wallet... So will I never receive POS distributions because of the passphrase? I also went to remove the passphrase and that option is greyed out, so I'm in a bit of a bind here...
Simplest way without having to go to the debug console whenever you restart your client:
Create a .bat file in your mintcoin folder which should also have the daemon in it (mintcoind.exe)
Inside the bat file put this:
Quote
@echo off @echo Enter password... SET /P variable=Password : mintcoind walletpassphrase %variable% 9999999 true
After starting your wallet, open the bat file, enter your password and you're done until you restart the client again.
Yes, I know. I've used the original miner and the updated one. Works perfectly fine on my desktop with a 7850, but my 7950s do nothing but throw out hardware errors. I cannot figure out what the problem is.
I didn't give up. I didn't think it would be a driver issue. I had installed the 13.11 beta drivers mentioned earlier and got nowhere with them. I just tried 13.12 for the heck of it and now all is working well on the 7950s. Thanks for all the suggestions everyone, I do appreciate the help.
And for those of you having trouble mining, are you using the miners from the front page, or the one recently posted? It's not scrypt, you must use a darkcoin miner
Yes, I know. I've used the original miner and the updated one. Works perfectly fine on my desktop with a 7850, but my 7950s do nothing but throw out hardware errors. I cannot figure out what the problem is.
My 7850 in my desktop can mine no problem using it's standard values used for scrypt mining, but the 7950s only return HW errors. I've been trying for two days. I've tried no parameters at all in the BAT file, multiple TCs and multiple values of every other variable imaginable. I've also tried underclocking, limiting it to just one GPU to see if I could get something working, upgrading drivers, downgrading drivers, etc. etc. Am I missing something? If someone can help, I'll tip you something. Probably in LTC since I don't have any DRK. Feel free to PM me if you'd like.
-try setting the shader count in case it is misdetecting them (?) with --shaders XXXX (numbers of shaders on your card)
-try tc value of 1, then 2, then 4, 8, 16, 32 etc (I know it sounds funny but try it),
-reduce intensity from 13 to something less.
-try one gpu at a time
-delete the .bin files
.bin files have been getting deleted each time I try something new. Ran with just the shaders option (1792) and intensity 8 (giving only 50kh/s), lowered tc to 1......nothing works for whatever reason. Redownloaded the miner and started from scratch. Copied the miner from my working computer, still nothing but hw errors.