Bitcoin Forum
April 23, 2024, 09:55:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Scam Accusations / Scam: dicedice.net on: October 20, 2014, 11:38:14 AM
url: dicedice.net

this site does not pay out as it seems. i didn't wanted to deposit, so i used the faucet to gamble to 0.01 (minimum wd), and tried to withdraw the coins. the transaction process did not finish, and after refreshing the site my balance was 0 again, and no coins have been sent to my wallet.

there were similar problems reported in the chat box, but somehow they are gone now (deleted?). So, I would suggest that you do not deposit coins to this site. most likely you will never see them again.

here's another reference: https://bitcointalk.org/index.php?topic=816620.0
2  Alternate cryptocurrencies / Altcoin Discussion / - on: May 24, 2014, 02:13:06 PM
-
3  Alternate cryptocurrencies / Altcoin Discussion / How to calculate Alt-Coin profit on: May 07, 2014, 04:04:57 PM
Ok,

I wrote my own profit calculator for different alt-coins. But today, I realized that it might not be correct 100%. I checked a lot of alt-coins against public profit calculators, and it wsa always the same result, but one coin is different, and I don't know why. The formula for the calculation is simple:

Code:
diff.f = DIFFICULTY
hps = HASHRATE_IN_HASH_PER_SECOND
blocks.f =  (diff * 2^32) / hps / (24*60*60)
blocksperday.f = 1 / blocks
coinperday.f = blocksperday * BLOCK_REWARD

It's pretty much self explaining, except for the "2^32" which basicly means 1 in 2^32 hashes will result in a share. Now, this formula is taken from bitexchange, but it also works for nearly every alt-coin I tested.
Why nearly? Because as I already wrote it does not work for BitQuark. If you calculate with the current BitQuark values, it will result in a very low coinperday value:

Code:
diff.f = 630.30597469
hps = 14000000
blocks.f =  (diff * 2^32) / hps / (24*60*60)
blocksperday.f = 1 / blocks
coinperday.f = blocksperday * 2.5

This would mean, that I would get 1.1170445699 coins per day with 14MH and a block reward of 2.5 coins per block. But when you check low frequented pools (I found one with 17MH) you can see that they get several blocks per day. So what is wrong with my calculation? The only thing I can image is, that the 2^32 value does not fit all alt-coins (maybe due to block time etc.)

Is anyone here able to explain to me, what's wrong with my calculations?
4  Other / Archival / delete pls on: March 19, 2014, 09:08:09 PM
-
5  Alternate cryptocurrencies / Mining (Altcoins) / Need some advice for my first rig on: February 05, 2014, 01:24:19 AM
hi,

I'm currently planning on buying my first scrypt mining rig, and need some tips with the hardware. so far, I have the following components in mind:

ASRock 970 Extreme4, Mainboard
AMD Sempron 145 AM3
G.Skill DIMM 4 GB DDR3-1600
3 x SAPPHIRE Radeon HD 7950

OS: BAMT from USB stick

alright, and here are my questions:

1. What PSU do I need? would a Xilence Gaming Series 800W PSU be enough for all three cards? Or do I need more? I was also thinking about 2 x 500WATT PSU and use them both with a dual PSU adapter cable.
2. Do I need powered risers? Or can I use normal ones?
3. Does anyone know if I can undervolt those cards with BAMT, and how much?
4. Is 1.8MH/s realistic?

Thanks in advance Smiley
6  Local / Trading und Spekulation / Der VirWox Wahnsinn on: December 28, 2013, 01:55:21 PM
Moin,

ich wollte mir erstmal ein bissel Geld in BTC tauschen, um mal ein Gefühl dafür zu bekommen. Auf meiner Suche anch Möglichkeiten das Ganze mit PayPal abzuwickeln, stiess ich dann auch auf die Seite VirWox.com
Nun klingt das für den unbedarften User ja gar nicht soooo schlecht, aber was letztlich wirklich daraus wird macht mich echt wütend. Hier einfach mal die einzelnen Schritte die nöltig waren, und vor allem, was man dabei alles verliert!

1. 50€ per PayPal aufladen. Es kommen 47.95€ an, der Rest ist Gebühr. Ich kann nicht prüfen was VirWox wirklich an Gebühr bezahlen muss, muss das also erstmal so glauben
2. 47.95€ nach SLL tauschen. Hoppla, gehen plötzlich nur ganze Euro-Beträge. Ergo 47€ werden getauscht in 14.864 SLL. VirWox greift nochmals 495,43 SLL ab!
3. SLL nun nach BTC tauschen. Das tolle: Es werden einfach Nachkommastellen ignoriert beim Kauf. Anstatt komplett im Nachkommabereich handeln zu können gibt es 0,074 BTC für 14.708,03 SLL. Achso, Gebühr wiedermal 463,10 SLL
4. Na, jetzt haben wir endlich unsere Bruchteil-BTC, wollen wir die auch gerne aufm Konto haben. Also rüber mit an unsere Addresse. Aber halt! Was ist das? Es wird gar nicht ausgezahlt! Das dauert bis zu 48h. Und ganz nebenbei kassiert VirWox nochmal 0.002 BTC für diesen großartigen Service!

Was bedeuted das also im Ganzen?

Wir haben 50€ eingezahlt, bekommen dafür (vieleicht irgendwann dann) 0.072 BTC. Auf unserem Konto bleiben Überhänge:

0.95€
~ 150 SLL

Wir bezahlen an Gebühren:

1. 2.05€
2. 958.53 SLL
3. 0.002 BTC

Total verlieren wir also durch die Aktion:

3€, 1108,53 SLL, 0.002 BTC und ne Ganze Menge Zeit! Ganz abgesehen von den Kursen die höchstwahrscheinlich nicht gerade zu meinem Vorteil sind.

Mein Fazit: Sollte ich auf die glorreiche Idee kommen nochmals BTC zu kaufen, gehe ich lieber das Risiko ein von nem Wildfremden verarscht zu werden. Da bekomm ich das Zeug dann wenigstens instant (sofern ich es denn bekomme). Aber ich hab grad echt nen Hals und würd am liebsten alles komplett Rückgängig machen!
7  Bitcoin / Development & Technical Discussion / compiling bitcoin-qt in cubian/weezy on: December 24, 2013, 12:49:31 AM
Hi

I have a CubieBoard2 running cubian here, and I already have litecoind/litecoin-qt and dogecoind/dogecoin-qt installed. Hoewever, today I tried compiling the bitcoind and bitcoin-qt from github, but that didn't work. So I downloaded the tar.gz file, and I was able to compile bitcoind. But I still have problems with bitcoin-qt. After about 15mins of compiling the make process failed, and now I always geht the same errors spammed all over the screen when trying to run make:

Code:
...
build/protocol.o: In function `CMessageHeader::IsValid() const':
protocol.cpp:(.text+0x4cc): undefined reference to `pchMessageStart'
build/txdb.o: In function `CCoinsViewDB::CCoinsViewDB(unsigned int, bool, bool)':
txdb.cpp:(.text+0x13c): undefined reference to `vtable for CCoinsView'
build/txdb.o: In function `CCoinsViewDB::GetBestBlock()':
txdb.cpp:(.text+0x94c): undefined reference to `mapBlockIndex'
txdb.cpp:(.text+0x950): undefined reference to `mapBlockIndex'
build/txdb.o: In function `CBlockTreeDB::LoadBlockIndexGuts()':
txdb.cpp:(.text+0xec2): undefined reference to `InsertBlockIndex(uint256)'
txdb.cpp:(.text+0xed4): undefined reference to `InsertBlockIndex(uint256)'
txdb.cpp:(.text+0xf14): undefined reference to `pindexGenesisBlock'
txdb.cpp:(.text+0xf18): undefined reference to `pindexGenesisBlock'
txdb.cpp:(.text+0xf66): undefined reference to `CheckProofOfWork(uint256, unsigned int)'
txdb.cpp:(.text+0x105e): undefined reference to `pindexGenesisBlock'
txdb.cpp:(.text+0x1062): undefined reference to `pindexGenesisBlock'
txdb.cpp:(.text+0x11c0): undefined reference to `hashGenesisBlock'
build/txdb.o: In function `CCoinsViewDB::~CCoinsViewDB()':
txdb.cpp:(.text._ZN12CCoinsViewDBD2Ev[_ZN12CCoinsViewDBD5Ev]+0x3c): undefined reference to `vtable for CCoinsView'
build/txdb.o: In function `CCoinsViewDB::~CCoinsViewDB()':
txdb.cpp:(.text._ZN12CCoinsViewDBD0Ev[_ZN12CCoinsViewDBD5Ev]+0x44): undefined reference to `vtable for CCoinsView'
build/txdb.o: In function `CCoins::GetSerializeSize(int, int) const':
txdb.cpp:(.text._ZNK6CCoins16GetSerializeSizeEii[CCoins::GetSerializeSize(int, int) const]+0x13a): undefined reference to `CTxOutCompressor::CompressAmount(unsigned long long)'
build/txdb.o: In function `void CCoins::Serialize<CDataStream>(CDataStream&, int, int) const':
txdb.cpp:(.text._ZNK6CCoins9SerializeI11CDataStreamEEvRT_ii[void CCoins::Serialize<CDataStream>(CDataStream&, int, int) const]+0x252): undefined reference to `CTxOutCompressor::CompressAmount(unsigned long long)'
build/txdb.o: In function `void CCoins::Unserialize<CDataStream>(CDataStream&, int, int)':
txdb.cpp:(.text._ZN6CCoins11UnserializeI11CDataStreamEEvRT_ii[void CCoins::Unserialize<CDataStream>(CDataStream&, int, int)]+0x1d0): undefined reference to `CTxOutCompressor::DecompressAmount(unsigned long long)'
build/txdb.o:(.rodata+0x290): undefined reference to `typeinfo for CCoinsView'
build/notificator.o: In function `Notificator::Notificator(QString const&, QSystemTrayIcon*, QWidget*)':
notificator.cpp:(.text+0xe8): undefined reference to `QDBusConnection::sessionBus()'
notificator.cpp:(.text+0x108): undefined reference to `QDBusInterface::QDBusInterface(QString const&, QString const&, QString const&, QDBusConnection const&, QObject*)'
notificator.cpp:(.text+0x112): undefined reference to `QDBusConnection::~QDBusConnection()'
notificator.cpp:(.text+0x15e): undefined reference to `QDBusAbstractInterface::isValid() const'
notificator.cpp:(.text+0x1a4): undefined reference to `QDBusConnection::~QDBusConnection()'
build/notificator.o: In function `operator<<(QDBusArgument&, FreedesktopImage const&)':
notificator.cpp:(.text+0x49a): undefined reference to `QDBusArgument::beginStructure()'
notificator.cpp:(.text+0x4a2): undefined reference to `QDBusArgument::operator<<(int)'
notificator.cpp:(.text+0x4a8): undefined reference to `QDBusArgument::operator<<(int)'
notificator.cpp:(.text+0x4ae): undefined reference to `QDBusArgument::operator<<(int)'
notificator.cpp:(.text+0x4b4): undefined reference to `QDBusArgument::operator<<(bool)'
notificator.cpp:(.text+0x4ba): undefined reference to `QDBusArgument::operator<<(int)'
notificator.cpp:(.text+0x4c0): undefined reference to `QDBusArgument::operator<<(int)'
notificator.cpp:(.text+0x4c8): undefined reference to `QDBusArgument::operator<<(QByteArray const&)'
notificator.cpp:(.text+0x4ce): undefined reference to `QDBusArgument::endStructure()'
build/notificator.o: In function `operator>>(QDBusArgument const&, FreedesktopImage&)':
notificator.cpp:(.text+0x4f6): undefined reference to `QDBusArgument::beginStructure() const'
notificator.cpp:(.text+0x4fe): undefined reference to `QDBusArgument::operator>>(int&) const'
notificator.cpp:(.text+0x504): undefined reference to `QDBusArgument::operator>>(int&) const'
notificator.cpp:(.text+0x50c): undefined reference to `QDBusArgument::operator>>(int&) const'
notificator.cpp:(.text+0x514): undefined reference to `QDBusArgument::operator>>(bool&) const'
notificator.cpp:(.text+0x51c): undefined reference to `QDBusArgument::operator>>(int&) const'
notificator.cpp:(.text+0x524): undefined reference to `QDBusArgument::operator>>(int&) const'
notificator.cpp:(.text+0x52c): undefined reference to `QDBusArgument::operator>>(QByteArray&) const'
notificator.cpp:(.text+0x532): undefined reference to `QDBusArgument::endStructure() const'
build/notificator.o: In function `FreedesktopImage::metaType()':
notificator.cpp:(.text+0x570): undefined reference to `QDBusMetaType::registerMarshallOperators(int, void (*)(QDBusArgument&, void const*), void (*)(QDBusArgument const&, void*))'
build/notificator.o: In function `Notificator::notifyDBus(Notificator::Class, QString const&, QString const&, QIcon const&, int)':
notificator.cpp:(.text+0x954): undefined reference to `QDBusAbstractInterface::callWithArgumentList(QDBus::CallMode, QString const&, QList<QVariant> const&)'
notificator.cpp:(.text+0x95a): undefined reference to `QDBusMessage::~QDBusMessage()'
collect2: ld returned 1 exit status
make: *** [bitcoin-qt] Error 1

I installed all pre-requisites as far as I know. Anyone had the same problem yet? Or any advice? thx a lot.
8  Alternate cryptocurrencies / Altcoin Discussion / [DOGE] such orphan, very no payout on: December 22, 2013, 12:32:25 PM
Hi,

is it just REALLY bad luck or is the doge coin system a bit messed up? Since three days I'm trying to get some coins, but all I get are orphaned blocks. The first pool I joined went down after a few hours, but at least I was able to withdraw my coins. So I switched to another pool. But even after 10h mining not a single coin showed up. All I saw was orphaned blocks and I got nothing.

So again I switched the pool and guess what? There are also a lot of orphaned blocks. My system isn't very good, and I only get around 130kh/s. So it really hurts when you keep getting nothing out of the pools.
Anyone else has such probloms?

Feel free to throw some coins at me, but at this point it seems a bit pointless for me letting my system run 24/7 if there is no reward :/
9  Other / Beginners & Help / cgminer won't work on: December 17, 2013, 12:19:18 AM
Hi,

I tried compiling cgminer 3.5.1 under cubian (based on debian) on my cubieboard2. However, compiling seemed to work, but now I can't start it. Nothing happens at all, I don't even get an error message.
After checking the file with the "file" command, I got the following info:

Code:
cgminer: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=0x86184836c6cb8db8cc9cda04936e542c8da2abe2, not stripped

Anyone knows why it doesn't work? Or maybe someone also already had that problem?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!