Bitcoin Forum
May 07, 2024, 06:38:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 »
61  Alternate cryptocurrencies / Pools (Altcoins) / [ANN] Suprnova Pools official Page and Twitter on: July 31, 2014, 03:03:40 PM
Hey folks,

as Pool ads are now forbidden at the forums, here is Suprnova's Main Page with all the Pools:

https://www.suprnova.cc

Most recent pools will always be added on top of that list. Soon we'll be adding Worker/Hash Stats to that page as inspired from Poolerino (Thx!).

If you follow us also on Twitter:
https://twitter.com/SuprnovaPools

You'll always be informed about launches, news etc.

Thanks !

oc
62  Alternate cryptocurrencies / Announcements (Altcoins) / [WARNING] WitchCoin SCAM ALERT -> PREMINE 200 % !!!!! on: July 28, 2014, 11:31:20 AM
Hey folks, once again:


PREMINE ALERT !
SCAM !



Look here at SuprNova WitchCoin Block Explorer:

http://blocks.suprnova.cc:2850/chain/X11PosChain?hi=19&count=20

Block 1 pays out 100 %:

http://blocks.suprnova.cc:2850/block/000007dd115f438d51c52cc8709226407527c07287c8d330571281acaa776086

Block 2 the same, so we end up at 200 % Smiley

http://blocks.suprnova.cc:2850/block/00000f9ef6b8318fb6262b29cd07c8efaa99ffa17e6718e7ba3f7f8635601c2b

lool Smiley
63  Alternate cryptocurrencies / Altcoin Discussion / Technical analysis of the EliteCoin heist on: July 26, 2014, 03:56:23 PM
Hey guys,

since nobody is replying in the Thread concerning my questions, I'm starting a new thread here.

Usually I'm checking coins b4 adding them to suprnova, at least i'm doing some preliminary checks (no virus, "bad" code, no code where the first block is like 500.000 coins while the coinsupply is only 50.000 .. etc). I tried to do that on Elite too, but the "usual" places where moved into other files, so I skipped it and since I saw other "big" pools on it I did not think anything bad as they're also supposed to do checks, don't they ? Smiley (no, i will not do that again, don't worry Smiley)

However, the next morning I saw coinsupply tripled and on bittrex coins were dumped for about 20 BTC which made me look again and its weird..

I've set up an Block Explorer on a old machine as I could not find any online (its hell slow, please bear with me Smiley):
http://blocks.suprnova.cc:2750/

The source is here:
https://github.com/dimecoinco/elitecoin (thx to rikkejohn)

The first block pays out 20.000 to one address:
http://blocks.suprnova.cc:2750/block/00000ef54a645ff81b0d06b5fa10c2e0c4cbfd1af6448cc8747978fae96e6722

But this 20.000 payout is not reflected in the money supply, can someone point me to the place in the code where this is surpressed ?

When we take a closer look at some suspicious blocks, you see this address again:
http://blocks.suprnova.cc:2750/address/dMFkHRK1WRFVQLBvozBeKYAWfaAFQUsy1y

Especially Block 3448 and 4338 (which straaaange numbers Smiley) pay 20.000 AGAIN to the dev's address  .. The source is ALSO the dev's address so this is basically a double spent (or a double generation?):

http://blocks.suprnova.cc:2750/block/000000000025fe115ebd4ca762e1525c9889b3b9dbff29c6bb3c685bf953323a

(I dont know why 1000 coins go to the other address)

At block 4338 these coins get moved (probably to bittrex or so):
http://blocks.suprnova.cc:2750/address/dLvQf3686DgCPZBuHCixK9DBi8CMoeHCDe


Anyone got an idea how actually that worked ?


For that double generation/spend you usually also need a decent pool with large hashrate for this...


Thx !


PS: Oh and stop that shit and fud about bittrex please, you cannot blame the cardealer when you let your car repair by some strange workshop and then your brakes do not work - the only mistake they made - they did add it even though there was no block explorer available, which I hope they won't in the future..
64  Bitcoin / Project Development / RefrigeratorCoin Icecube Exchange Platform on: July 24, 2014, 10:54:57 AM
Hey mates !

As I have currently no time to do it myself I am looking for:


I want to create a homepage where you can send your RefrigeratorCoins and exchange them to Icecubes.

What basically is needed:

1. A Shopping Cart where you can put Icecubes in your basket
2. A Payment Gateway which runs the RefrigeratorCoin Daemon: https://bitcointalk.org/index.php?topic=702476.0
3. When someone orders Cubes, he should instantly send this RefrigeratorCoins to a uniquely created address by the web app
4. When the funds have been received, the web app should send me a E-Mail containing the Info of the order and save this into a mysql database.

This is the rudimentary function of the site, I can provide hosting later on, but you should develop it on your platform.

Let me hear your proposals, I don't think this is worth 5 BTC though and I COULD do it on my own - I just don't have time now so please stay realistic  Smiley
65  Alternate cryptocurrencies / Announcements (Altcoins) / ★ [ANN] RefrigeratorCoin X15 PoW/PoS - BACKED BY REAL ICE ! BETTER THAN URO ! ★ on: July 20, 2014, 05:51:44 PM


Countdown:
LAUNCHED !

RefrigeratorCoin

- X15 PoW/PoS
- A total rip-off of FireCoin - I did not even had time to change the Icons
- 4000 PoW Blocks
- 180 sec Blocktime (I know its long, but I needed that for testing)
- 60 Confirmations until the Blocks mature
- No Premine - we will start from Block 1 with a fresh genesis block !
- The coin is actually backed by ice cubes which my Refrigerator produces ! You can "cash out" in icecubes as long as you pay Shipping :-)
 I'm currently working on a coinswap Homepage for this !



Reward Structure (direct Copy & Paste from Source):

        if(pindexBest->nHeight < 16)
    {
        nSubsidy = 1 * COIN;
    }
                else if(pindexBest->nHeight < 200)
    {
                nSubsidy = 2 * COIN;
    }
                else if(pindexBest->nHeight < 1000)
    {
                nSubsidy = 4 * COIN;
    }
                else if(pindexBest->nHeight < 2500)
    {
                nSubsidy = 16 * COIN;
    }
                else if(pindexBest->nHeight < 4500)
    {
                nSubsidy = 1 * COIN;
    }



The rest was "stolen" from FireCoin:
- PoS Minimal Stake Age: 24 hours
- 1% Annual PoS Interest

Disclaimer: This was my test coin while developing a stratum with speed limit function for RevoCoin (https://bitcointalk.org/index.php?topic=683567.0). This Coin has no goal at all, it is also absolutely nothing worth, you can mine it if you like for fun but don't be sad if it does not work out for you. I'm quite busy with developing pool code and maintaining the pools, so I won't have lots of time for working on this Coin if any problems arise ! You have been warned ! In Short: This is pure bullshit - don't mine it ! ;-)

Download:

Github: https://github.com/ocminer/RefrigeratorCoin.git
Windows Wallet: http://www.suprnova.cc/RefrigeratorCoin-1.1-Win.zip
Mac OSX Wallet (soon, when I get Xcode running correctly)


Pools:
https://fridge.suprnova.cc <- Running now !
https://fridge.swisspool.org <- Running now !
https://fridge.maxminers.net <- Running now !
...

RefrigeratorCoin.conf:


Code:
listen=1
rpcuser=rpcuser
rpcpassword=rpcpassword
server=1
rpcallowip=*
rpcport=123456
daemon=1
gen=0

Block Explorer:
http://fridge.explorer.ssdpool.com:9066/


Ice Cube Webexchange Bounty:
https://bitcointalk.org/index.php?topic=708198.0

66  Alternate cryptocurrencies / Mining (Altcoins) / [BBL] [X15] BitBlock Cloud VPS Mining CPU Cores - mine while Diff is low ! on: June 26, 2014, 11:30:37 AM
Bitblock is a new X15 based cryptocurrency, read more about it here:

https://bitcointalk.org/index.php?topic=665159.0

It is quite easy to mine it currently as diff is quite low:

1. Sign up for a DigitalCloud Account here.

2. Top up your account with PayPal for at least 10 $

3. Choose "Create Droplet" and start a 8 CPU Droplet with Ubuntu 13.10 x64 in Amsterdam (Country does not matter, you can use more CPU's too)

4. Log into your Droplet using SSH and download the Miner from here:

Windows (pre-compiled):
https://www.dropbox.com/s/hnleulsps90opt9/miner.rar

Linux (Source):
https://github.com/bitblockproject/Bitblock-CPUminer

5. Register at https://bbl.suprnova.cc for an account and set up a worker under "My Workers".

6. Start your worker:


For Linux do:

Code:
sudo apt-get install build-essential libcurl4-openssl-dev zip automake screen libjansson-dev
git clone https://github.com/bitblockproject/Bitblock-CPUminer
cd Bitblock-CPUminer
chmod +x autogen.sh
./autogen.sh
./configure CFLAGS="-O3"
make

now enter a "screen" for getting the thread into the background:

Code:
screen

Start your miner:

Code:
./minerd -a bitblock -o stratum+tcp://bbl.suprnova.cc:3663 -u worker.username -p worker.passsword
You can now put this thread into the background by pressing CTRL-A and then "d" (without the "")
 

For Windows:

Open a DOS Box where you've downloaded the CPU Miner and:

Code:
minerd -a bitblock -o stratum+tcp://bbl.suprnova.cc:3663 -u worker.username -p worker.passsword

7. You should now see something like this:

Code:
root@mine1:~/miner# ./minerd -a bitblock -o stratum+tcp://bbl.suprnova.cc:3663 -u suprnova.mine1 -p x
[2014-01-07 17:56:19] Starting Stratum on stratum+tcp://bbl.suprnova.cc:3663
[2014-01-07 17:56:19] Binding thread 0 to cpu 0
[2014-01-07 17:56:19] Binding thread 3 to cpu 3
[2014-01-07 17:56:19] Binding thread 2 to cpu 2
[2014-01-07 17:56:19] Binding thread 6 to cpu 6
[2014-01-07 17:56:19] 8 miner threads started, using 'bitblock' algorithm.
[2014-01-07 17:56:19] Binding thread 4 to cpu 4
[2014-01-07 17:56:19] Binding thread 1 to cpu 1
[2014-01-07 17:56:19] Binding thread 5 to cpu 5
[2014-01-07 17:56:19] Binding thread 7 to cpu 7
[2014-01-07 17:56:20] Stratum detected new block
[2014-01-07 17:57:17] thread 5: 2097152 hashes, 37.03 khash/s
[2014-01-07 17:57:17] thread 6: 2097152 hashes, 37.00 khash/s
[2014-01-07 17:57:18] thread 1: 2097152 hashes, 36.87 khash/s
[2014-01-07 17:57:18] thread 3: 2097152 hashes, 36.60 khash/s
[2014-01-07 17:57:18] thread 4: 2097152 hashes, 36.63 khash/s
[2014-01-07 17:57:18] thread 7: 2097152 hashes, 36.40 khash/s
[2014-01-07 17:57:19] thread 2: 2097152 hashes, 36.17 khash/s
[2014-01-07 17:57:19] thread 0: 2097152 hashes, 36.09 khash/s (yay!!!)

8. Check your hashrate on the pool, it should reflect your minerrate +-50kh/s

You're now mining Bitblock !


Remarks:

There are several BitBlock Pools, I've used Suprnova (https://bbl.suprnova.cc) for testing, at the time of writing there is also HashHarder:
http://www.hashharder.com/x15/bitblock

It sometimes takes quite long for an accepted share (a yay!!!), this is (probably) due to the whirlpool algo in the X15 algo as it is
"hard" to cpu's. Give it some time until you see the first yay!!!
67  Alternate cryptocurrencies / Announcements (Altcoins) / MJCOIN ? Where did you go ? ^^ on: June 25, 2014, 06:02:15 PM
Did I miss anything or was the MJCOIN Topic just removed @ launch ? Smiley
68  Alternate cryptocurrencies / Mining (Altcoins) / [GRS][POOL][STRATUM][VDIFF][0%FEE][SSL] http://GRS.SUPRNOVA.CC [GroestlCoin] on: April 17, 2014, 01:27:50 PM
https://grs.suprnova.cc


Steady and fast Payouts
Heavy Load approved
Stratum+VDiff
Fast US and EU Connections
Promo: 0 % fee - try us !

Safe against fake shares!
69  Alternate cryptocurrencies / Mining (Altcoins) / [CWC POOL][WATER] Stratum Pool https://water.suprnova.cc [EU&US] on: March 30, 2014, 10:19:22 PM
Currently free and just launched:

https://water.suprnova.cc

Free ClearWaterCoin Pool with everything you need, hop in !

70  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][POOL][BLC] Blakecoin Pool | https://blake.suprnova.cc [VDIFF] on: March 29, 2014, 07:39:00 AM
https://blake.suprnova.cc

Latest MPOS Pool with Stratum+Vdiff
Idle Worker Notifs
Payments every 60 sec
Only 1% low fee
Support here in the thread or via PM
71  Alternate cryptocurrencies / Mining (Altcoins) / [HIRO][POOL][STRATUM][VDIFF][0%FEE][SSL] https://HIRO.SUPRNOVA.CC [HIC][X11] on: March 25, 2014, 01:05:04 AM
Suprnova has a Hirocoin Pool running:

https://hiro.suprnova.cc

Currently no fee
Vdiff
Stratum
New frontend
Idle Worker Notifs
2factor Auth
Payouts every 60 sec

Mine now, HIC is climbing !
72  Alternate cryptocurrencies / Mining (Altcoins) / [GRCE][POOL][STRATUM][VDIFF][0%FEE][SSL] https://GRCE.SUPRNOVA.CC [GREECE] on: March 23, 2014, 08:01:37 AM
We are live and mining Greececoin !


Greececoin

0.001 withdrawal fees and currently 0% mining fee.
Stratum + VDiff with EU/US Stratums
DDoS Protected
Heavy Load approved.
Idle Worker Notifs
2-factor Auth
and much more
Suprnova Quality :-)


BIG Bonuses/Block Finder Rewards will start soon !
73  Alternate cryptocurrencies / Mining (Altcoins) / [ROTO][POOL][STRATUM][VDIFF][0%FEE][SSL] https://RT2.SUPRNOVA.CC [RT2][DDoS] on: March 22, 2014, 05:51:49 PM



Suprnova RotoCoin Pool:



0.0001 withdrawal fees and currently 0% mining fee.
Stratum + VDiff with EU/US Stratums
DDoS Protected
Idle Worker Notifs
2-factor Auth
and much more

https://rt2.suprnova.cc
74  Alternate cryptocurrencies / Mining (Altcoins) / [PLN][POOL][STRATUM][VDIFF][0%FEE][SSL] https://PLN.SUPRNOVA.CC on: March 18, 2014, 11:08:15 AM
Hey Guys,

i case you are still looking for a reliable Pool:


https://pln.suprnova.cc just started

Currently 0% Fee
Stratum+VDiff
DDoS Prot
Fresh new design
Idle Worker Notif
Block Notifs
2factor Auth
Payouts every 30 seconds !

Hop in, we've just begun, lets rock Poland Wink


https://pln.suprnova.cc
75  Economy / Reputation / ocminer's Reputation Thread on: March 14, 2014, 12:51:26 PM
Hey !

I'll lend out my Rigs on Leaserig.

They can be switched between Scrypt/Scrypt-N and Keccak at will, please message me if you have any problems.

Currently you can order 11 MH/s on Leaserig, lets see how it goes.

I'm always available via PM here or directly via email at admin at suprnova.cc . All rigs are in a climate controlled room and 24h monitored via Pingdom directly on my phone.
76  Alternate cryptocurrencies / Mining (Altcoins) / POOL LTCBOX.NET looking for a 700.000$ Sponsor for the next 14d [GET FAMOUS!] on: March 14, 2014, 10:08:52 AM
Hey folks,

after there was a biiiig promo announced by one of the LTC Pools, and all of the sudden the hash rate on some (many) ltc pool was more or less halved, I also would like to offer a similar promo on https://www.ltcbox.net

The problem is:

I am not rich and don't have a partner which sponsors me 700.000 $

But as people say you can do everything you want to - if you believe.

If believe strong that someone will gift me 700.000 $ so I can DOUBLE REWARDS on https://www.ltcbox.net for the next 14 Days.

If you feel like you're the person who must do some generous, just send me the LTC (42.170 LTC) to:

LSgpxBVtcKaiCtU5aE14fH8fzoCYmMpMYh

If you'd like to remain anonymous - no problem.
(You can also send the LTC in smaller pieces if 42.170 LTC is too big in one transaction)


I'll start giving out the promo/double rewards as soon as this LTC address has been funded and as long as it lasts.


Thanks !

oc

(EDIT: This is the link to the pool topic: https://bitcointalk.org/index.php?topic=414280.0)
77  Alternate cryptocurrencies / Mining (Altcoins) / [EMC2][POOL][STRATUM][VDIFF][0.5%FEE][SSL] http://EMC2.SUPRNOVA.CC [EINSTEINIUM] on: March 11, 2014, 10:29:30 PM
https://emc2.suprnova.cc


The Day 1 EMC2 Pool
Steady and fast Payouts
Heavy Load approved
Straum+VDiff
Fast US and EU Connections
Over 500MH/s in the Pool
Wallet 1.1 !
Promo: 0 % fee - try us !


Safe against fake shares!
78  Local / Altcoins (Deutsch) / MZC MazaCoin Pool https://mzc.suprnova.cc on: March 06, 2014, 10:20:07 PM
Hi !

Da MZC vermutlich AUR folgt, hier ein Pool dazu:

https://mzc.suprnova.cc

Derzeit noch 0 % fee, Stratum+Vdiff etc.

Ich würde mich sehr freuen, wenn ein paar Leute mal ein paar ASIC's reinhängen könnten um die Performance zu testen, ich hab zwar selbst schon ein paar drin, ich hab aber nicht SO die Power Smiley

Happy mining !
79  Alternate cryptocurrencies / Mining (Altcoins) / [MZC][POOL][STRATUM][VDIFF][0%FEE][SSL] https://MZC.SUPRNOVA.CC [MAZACOIN][MAZA] on: March 06, 2014, 10:10:42 PM
Suprnova added a MZC Pool:

https://mzc.suprnova.cc

Currently 0% Fee, in a secured, DDoS protected environment. A massive server, with lots of power.
Stratum, Vardiff, everything you need for ASIC-Friendly SHA256 hashing.

Get your ASIC's in, lets get those TH's in the MZC Network !

https://mzc.suprnova.cc
80  Alternate cryptocurrencies / Mining (Altcoins) / [ZEIT][POOL][STRATUM][VDIFF][0%FEE][SSL] https://ZEIT.SUPRNOVA.CC on: March 01, 2014, 09:47:30 AM
Hey folks,

we had some requests so we also added a Pool for Zeitcoin, the Server is DDoS Proof @ Staminus in the US but EU nodes should also be able to connect with very low latency:


https://zeit.suprnova.cc


0% Fee, Stratum, VDiff, (real dedicated) DDoS Protection, fully scalable

Check out the pool and let me know if any problems arise (yes we run the latest source)
Pages: « 1 2 3 [4] 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!