Search content
Sort by

Showing 20 of 53 results by solvent
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SYN] SynCoin | [NO PRE-M][Auto Reward, Anti-ASIC]
by
solvent
on 19/02/2014, 06:22:32 UTC
Is this a joke? No source. Windows isn't the only operating system you know.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [PCC] PolishCoin - NEW Polish Cryptocurrency!
by
solvent
on 15/02/2014, 13:50:11 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MAX] MaxCoin - Alive and Kickin'
by
solvent
on 14/02/2014, 11:07:51 UTC
maxpool.1gh.com won't show stats but accepting shares. WTF?

works fine for me, everything is shown and paid, by faaaar the best pool ever  Grin

One of the worst pools imo. I have the same issue. 23min w/o stats, but accepted chares.
Also max.rocketpool.co.uk won't connect now. Other pools/coins work though.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014
by
solvent
on 11/02/2014, 21:22:26 UTC
Getting this error when compiling on ubuntu:

alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
 #include

Anyone?


Seems like you don't have boost-libs installed. I'm on Arch. I think it is something like 'sudo apt-get install lib-boost-all-dev' on ubuntu.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014
by
solvent
on 11/02/2014, 20:28:44 UTC
Code:
riecoind: main.cpp:2895: bool InitBlockIndex(): Assertion `block.hashMerkleRoot == uint256("0xb8fcc5eedac458fe02b8797ceff6c7ba4c05f749ff464b6ebf775e0eab0afa6c")' failed.

The final source is probably not released yet? Have compiled 3 times now.
Post
Topic
Board Announcements (Altcoins)
Re: Core dumped running riecoind
by
solvent
on 10/02/2014, 20:15:11 UTC
Hey,

i got following message after compilation and running riecoind on an x86_64 Archlinux os:

Code:
riecoind: main.cpp:2738: bool InitBlockIndex(): Assertion `block.hashMerkleRoot == uint256("0xb8fcc5eedac458fe02b8797ceff6c7ba4c05f749ff464b6ebf775e0eab0afa6c")' failed.
Aborted (core dumped)

~/.riecoin/debug.log shows:
Code:
2014-02-10 12:45:38 riecoin version v0.8.6-4-g9caaa5e-beta (2014-02-07 00:51:34 -0300)
2014-02-10 12:45:38 Using OpenSSL version OpenSSL 1.0.1e 11 Feb 2013
2014-02-10 12:45:38 Default data directory /home/chief/.riecoin
2014-02-10 12:45:38 Using data directory /home/chief/.riecoin
2014-02-10 12:45:38 Using at most 125 connections (1024 file descriptors available)
2014-02-10 12:45:38 Using 4 threads for script verification
2014-02-10 12:45:38 init message: Verifying wallet...
2014-02-10 12:45:38 dbenv.open LogDir=/home/chief/.riecoin/database ErrorFile=/home/chief/.riecoin/db.log
2014-02-10 12:45:38 Bound to [::]:28333
2014-02-10 12:45:38 Bound to 0.0.0.0:28333
2014-02-10 12:45:38 init message: Loading block index...
2014-02-10 12:45:38 Opening LevelDB in /home/chief/.riecoin/blocks/index
2014-02-10 12:45:38 Opened LevelDB successfully
2014-02-10 12:45:38 Opening LevelDB in /home/chief/.riecoin/chainstate
2014-02-10 12:45:38 Opened LevelDB successfully
2014-02-10 12:45:38 LoadBlockIndexDB(): last block file = 0
2014-02-10 12:45:38 LoadBlockIndexDB(): transaction index disabled
2014-02-10 2014-02-10 12:45:38 15e0a1dafd6ccb844a25f9e47bda83b888498c3f416e937ea8b6630e03a7f37b
2014-02-10 12:45:38 f93cd1f3344da4a12219a6d2c4cd714ba277b6c3bf4ed62a561e21105f0cf04c
2014-02-10 12:45:38 c50286add8c871ee94deb5e03af03401e99481de327049afcec0271268b9e3cd
2014-02-10 12:45:38 forPoW: b667efd1a2a99bea0e202b62e7508ec66561eb6d10318db16162a423b831de23
2014-02-10 12:45:38 CBlock(hash=15e0a1dafd6ccb844a25f9e47bda83b888498c3f416e937ea8b6630e03a7f37b, ver=1, hashPrevBlock=0000000000000000000000000000000000000000000000000000000000000000, hashMerkleRoot=c50286add8c871ee94deb5e03af03401e99481de327049afcec0271268b9e3cd, nTime=1375382507, nBitsCompact=0x02013000, nOffset=0000000000000000000000000000000000000000000000000000000000000000, vtx=1)
2014-02-10 12:45:38   CTransaction(hash=c50286add8c871ee94deb5e03af03401e99481de327049afcec0271268b9e3cd, ver=1, vin.size=1, vout.size=1, nLockTime=0)
    CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase 04ffff001d01041d746573746e65742120746869732077696c6c2062652075706461746564)
    CTxOut(nValue=0.00000000, scriptPubKey=04ff3c7ec6f2ed535b6d0d373aaff2)
  vMerkleTree: c50286add8 12:45:38 Initializing databases...

main.cpp:2738
Code:
assert(block.hashMerkleRoot == uint256("0xb8fcc5eedac458fe02b8797ceff6c7ba4c05f749ff464b6ebf775e0eab0afa6c"));

is this just a failur because the coin hasn't started yet?

I have the same on Arch and I don't believe it is meant to work now because of the stubs in the code.

In before, about the miner not compiling, is because it is missing a file on purpose until launch. ( I have asked Gatra about this )

edit: I saw now Gatra has answered your question. I'll leave my reply as info about the miner.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] PND THE Panda Coin
by
solvent
on 10/02/2014, 19:44:29 UTC
Is there some reference to chinese gold panda bullion?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
solvent
on 09/02/2014, 20:57:24 UTC
I got an error in last build attempt.
Code:
maxcoin.cpp: In function ‘int scanhash_keccak(int, uint32_t*, const uint32_t*, uint32_t, timeval*, timeval*, long unsigned int*)’:
maxcoin.cpp:90:42: error: ‘min’ was not declared in this scope
   pdata[19] = min(max_nonce, n-throughput); // CB: don't report values bigger max_nonce

Pff.2 very crazy days and nights. I came here after christians post on the nvidia cuda forum. I went through 100 pages until finally managed to compile cudaminer and the wallet, just to find that it is too late. Anyway I tried the latest version and I get the same error as in the quote. The previous version I have is from 7th  I think.


This maxcoin is madness, I am doing some solo mining and some in the pools. In both cases I have no ideea if the work is accepted all, or just 10 %. The solo miner reports no errors, just new work. The pool minin at https://max.mining4all.eu gives lot so Yys and ver few Boos, ut I have no ideea if it works or not. So far very small returns 0.3 maxcoinf for 6 hours. The VTC seems more profitable as I seen so far.

Cristian

*Offtopic

You are not alone to be too late. I was in this cudaminer thread before it got crazy, hoping there would be something for maxcoin. When I found there was a leaked miner in another part of internet and posted here, Christian already had found another source =)
I had it compiled and ready the night before launch, thanks to Christian.
I set up everything to be ready to mine in a few minutes after launch. The launch of maxcoin fucked all up for me. I am on Arch and the binaries didn't work, as expected on Arch. Tried the source. The qt and daemon didn't compile. Well well, I had a pool as backup plan. Their official one announced on their webpage just to be sure. That one went down at launch, and didn't come up until next day. Ok, lets fix the source... no luck, plenty of missing and ugly code. Let's try wine, no luck there either, I couldn't connect to the wallet with my miner (same issue with other wallets, something with wine probably). Back to the source code... Which I gave up after 3hrs. I gave up on that shitty coin. 24 hrs later some of the source code was fixed so I could compile the qt, but not the daemon. I have an empty wallet now, and I am pissed of at Max, because he call the launch "minor issues".
mQpEys7WfUenKKyWCT3Z75KqAAzpLQ3rBi

edit:
*Ontopic
The cudaminer source now compiles. Thanks again for all Christian. YOU ROCK!
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
solvent
on 09/02/2014, 19:24:53 UTC
I got an error in last build attempt.
Code:
maxcoin.cpp: In function ‘int scanhash_keccak(int, uint32_t*, const uint32_t*, uint32_t, timeval*, timeval*, long unsigned int*)’:
maxcoin.cpp:90:42: error: ‘min’ was not declared in this scope
   pdata[19] = min(max_nonce, n-throughput); // CB: don't report values bigger max_nonce
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [USDe] Unitary Status Dollar eCoin WEEK #3 +Growth +1000 Community!
by
solvent
on 09/02/2014, 14:10:04 UTC
Why all this panic about price in this thread?
Stop being so anxious. The coin is really good to mine and have a good working transaction time. It just feels very solid compared to many/most other coins.
When it starts trading more on exchanges it will go up in value, but what is really the point here? To sell? Well, a few yes, for the newcomers who don't mine. But dump? No. There is no point. Why dump one of the best coins?
Calm down dudes. The value is in the coin, not the fiat.

My 2 cents.
// One who just take advantage of your anxiety who dumps at this price.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RapidCoin - Just Launched! [UPDATED] [POOLS] [BOUNTIES]
by
solvent
on 09/02/2014, 12:54:32 UTC
All pools had wallet given to them all at the same time, was just one rouge pool that got too greedy.

As we have stated a couple of pages ago, we are willing to reimburse anyone that had lost coins because of them (will take some investigation, so not everyone message us trying to get free coins)

Thanks for continuing to reply, and persisting through the shit and hyperbole so far. Some of us believe you have good intentions. Good release. Don't worry it didn't go perfectly.

No problem at all, we are here to help everyone in anyway!

We tried to aim for a flawless launch, its not something us devs wan't to do again!

Thanks everyone for all your support so far though! Remember this is just the beginning Smiley

Good morning. Been following you on twitter and asked you feb 5th if you could test the code on other distros than ubuntu. Well, that didn't happen did it? I had to debug it, which took me 1-2 hours before I got my wallet up. Anyway, it was better code than maxcoin which I couldn't fix at all.
I have mined 3 RPD over night now, and a nice fella has donated 10 to me (Thank you whoever you are). But this is way much lower than if the code had been working from the beginning. Anyway, I think this is a good coin, and I wish it, and you guys good luck.
RGUE22pJqyGWfQnYA9D7dGMwP45RMUmfbm
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RapidCoin [FORUMS] [UPDATED] Bounties - Launched!
by
solvent
on 09/02/2014, 03:00:02 UTC
Stayed up late and had everything ready. Pool, miner, asked dev to check source yesterday.
Took 1 hour to get wallet up. Had to fix a lot of bugs in the source.

RGUE22pJqyGWfQnYA9D7dGMwP45RMUmfbm
0.0000 balance
booohoooo. whine whine, yelp yelp.
Going to bed now, hoping someone has donated til morning.

Night folks. I hope it gets better for you.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RapidCoin [FORUMS] [UPDATED] Bounties - Launched!
by
solvent
on 09/02/2014, 02:31:19 UTC
Fixed your broken source code. Took me an hour. Thanks for nothing, lousy developers.

LOL... ANd jsut how did you fix the source code?

Compiling libmemenv.a from another source for example. Some other stuff before that. Hard links removed etc.

There has been a LOT of bad code last week. leveldb is one of the problems.

I fixed takeicoin also now, it had a bit less problems.

But maxcoin just couldn't compile. They "fixed" code for 12 hrs after release, and it didnt compile. I gave up after 3hrs. Worst source ever, and I heard there were problem with windows client too.
There is almost no point to release source if it only compile on "ubuntu?"
Well, I'm getting better at debugging every day. But NO coins to me. LOL
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RapidCoin [FORUMS] [UPDATED] Bounties - Launched!
by
solvent
on 09/02/2014, 02:03:00 UTC
Fixed your broken source code. Took me an hour. Thanks for nothing, lousy developers.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RapidCoin [FORUMS] [UPDATED] Bounties - Launched!
by
solvent
on 09/02/2014, 00:24:37 UTC
net.cpp:18:22: fatal error: miniwget.h: No such file or directory
 #include

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RapidCoin [FORUMS] [UPDATED] Bounties - Launched!
by
solvent
on 09/02/2014, 00:04:25 UTC

I asked you if you would try compile on other linux distros 2 days ago
IT DOESN'T BUILD
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MET] Metacoin - launched
by
solvent
on 08/02/2014, 07:18:49 UTC
Well.
Here is the patch for the source

http://sprunge.us/MNGO
Save as
Code:
Makefile.patch
and put it in metacoin-master directory and run from there

Code:
patch < Makefile.patch


Feel free to donate:
94T7piqJuuZNwAmCpr8yciF7ST6bqamyck

I lost 800 in the fork.

Well, I know you have at least 20 in your wallet now.  Grin

Yay! Thanks.
metacoind getbalance
20.00000000
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MET] Metacoin - launched
by
solvent
on 08/02/2014, 06:58:45 UTC
Well.
Here is the patch for the source

http://sprunge.us/MNGO
Save as
Code:
Makefile.patch
and put it in metacoin-master directory and run the following line from there

Code:
patch < Makefile.patch


then compile as usual.

Feel free to donate:
94T7piqJuuZNwAmCpr8yciF7ST6bqamyck

I lost 800 in the fork.

edit: it's for the Linux source to be able to compile the Metacoin-qt. (I got questions from windows users with running wallets)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MET] Metacoin - launched
by
solvent
on 08/02/2014, 06:38:41 UTC
wtf,who can tell me what happened.

I lost all coins.

this block sudently change from 600+ to 1700+

The devs didnt post working nodes. And the other nodes we added made a fork. Now suddenly the devs nodes reconnected and BOOM, fork gone. Blame the devs.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MET] Metacoin - launched
by
solvent
on 08/02/2014, 06:34:17 UTC
Damn forking shit. Lost all 800 and diff skyrocketed.

I fixed a patch for your source, but you can forget it now.