Bitcoin Forum
May 10, 2024, 10:27:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | First X11 | First DGW | Darksend Is Live! on: September 22, 2014, 02:34:41 PM
drk.altmine.net is updated.

P2pool sourcecode (https://bitbucket.org/dstorm/p2pool-drk) has been updated to support the new version. Please update your pools ASAP.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NEOS]Neoscoin Unique Anon(Arbitrush) Multi-Algo/Multi Exchange Web Wallet! on: September 12, 2014, 01:25:47 PM
I have uploaded my p2pool sourcecode to https://bitbucket.org/dstorm/p2pool-neos. It has support for all algorithms. The SHA256 pool is using the same parameters as infernoman's.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Xuro | X11 | V1.2.1 | PoW/PoS | Mandatory Update | XuroIRC | XuroStealth | on: August 24, 2014, 10:48:46 AM
curious if the p2pool was updated?

Currently no it has not been updated, we have pm'd the person who created it and are awaiting reply as they are offline.
If they pop up again and are willing to share the code id be happy to host a p2pool as well.

You can find sourcecode for all of my pools at https://bitbucket.org/dstorm/
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Xuro | X11 | V1.2.1 | PoW/PoS | NEW | Increased Block Reward | Updated on: August 24, 2014, 10:45:57 AM
xuro.altmine.net is updated.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][USE] UseCoin » FREE COINS | IPO Escrow Phase 1 ends in 40m | LAUNCH in 40m on: August 21, 2014, 07:25:52 PM
Wallets and source have been forwarded to all interested pool operators. Hopefully mining will be able to commence right at launch time Smiley
Did you get my PM?

I may have missed it, can you please re-send? Thanks

I'm still waiting for my p2pool to be added to the list. use.altmine.net
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | DarkSend+ Is Live! on: August 20, 2014, 08:22:05 PM
I have updated p2pool to support sgminer v5. "--no-extranonce" (which didn't work for everyone) is not needed anymore.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][USE] UseCoin » FREE COINS | IPO Phase2 | LAUNCHED! PoW Started! Wallets! on: August 19, 2014, 10:58:56 PM
I have uploaded the p2pool sourcecode to https://bitbucket.org/dstorm/p2pool-use
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][USE] UseCoin » FREE COINS | IPO Escrow Phase 1 ends in 40m | LAUNCH in 40m on: August 19, 2014, 09:58:24 PM
Wallets and source have been forwarded to all interested pool operators. Hopefully mining will be able to commence right at launch time Smiley
Did you get my PM?
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AID] AidBit | Digital-currency redefined | POW/POS | Groestl | Charity on: August 01, 2014, 09:34:25 PM
i haven't mine at p2p pool  , if i need to open my wallet all day?

or only let my wallet address in pool

You don't need to have the wallet open.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ONYX] Onyxcoin : X13 : Long PoW Phase! Fixed Rewards! Ninja LAUNCH! *a new gem* on: July 30, 2014, 05:26:35 PM
onyx.altmine.net p2pool

* Dedicated servers in Europe with 1 Gbit/s connection and DDoS protection.
* No user account required.
* Instant payouts when blocks are found.
* 0.75% fee.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AID] AidBit | Digital-currency redefined | POW/POS | Groestl | Charity on: July 30, 2014, 01:58:16 PM
aid.altmine.net is updated.

Code:
./aidbitd getblockhash 18702
000000000b37e082ab886c715213537a0422d9e63a0f64f088261c4c0e586bc4
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: July 30, 2014, 01:35:18 PM
Hey guys,

i'm working on a pool module in python, if anyone can tell me how this:

Code:
mpz_t bns[7];

    //Take care of zeros and load gmp
    for(int i=0; i < 7; i++){
if(hash[i]==0)
   hash[i] = 1;
mpz_init(bns[i]);
mpz_set_uint512(bns[i],hash[i]);
    }
 
    mpz_t product;
    mpz_init(product);
    mpz_set_ui(product,1);
    for(int i=0; i < 7; i++){
mpz_mul(product,product,bns[i]);
    }

    int bytes = mpz_sizeinbase(product, 256);
    char *data = (char*)malloc(bytes);
    mpz_export(data, NULL, -1, 1, 0, 0, product);

    //Free the memory
    for(int i=0; i < 7; i++){
mpz_clear(bns[i]);
    }
    mpz_clear(product);


Can be translated to normal "C" instead of "c++" i can set it up i a few mins

I have already made a python module. I will upload it soon.

edit: here it is https://bitbucket.org/dstorm/cryptonite-python-module
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [VIA] ★ Viacoin ★ ~ the future of digital currency ~ ★ on: July 29, 2014, 10:22:49 PM
via.altmine.net is updated and on the correct chain.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [FRSH] FreshCoin | FRESH algo! | Slingshield | % fees | *new features!* on: July 28, 2014, 08:35:48 PM
frsh.altmine.net p2pool

* Dedicated servers in Europe with 1 Gbit/s connection and DDoS protection.
* No user account required.
* Instant payouts when blocks are found.
* 0.75% fee.

p2pool sourcecode: https://bitbucket.org/dstorm/p2pool-frsh
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AID] AidBit | Digital-currency redefined | POW/POS | Groestl | Charity on: July 27, 2014, 10:11:55 AM
Looks like the latest wallet update worked. Altmine is still on the same chain as the block explorer.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PoW & PoS][X13] BitLion (BitLionCoin) on: July 26, 2014, 11:11:01 PM
xbl.altmine.net p2pool

* Dedicated servers in Europe with 1 Gbit/s connection and DDoS protection.
* No user account required.
* Instant payouts when blocks are found.
* 0.75% fee.

p2pool sourcecode: https://bitbucket.org/dstorm/p2pool-xbl
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AID] AidBit | Digital-currency redefined | POW/POS | Groestl | Charity on: July 26, 2014, 02:31:16 PM
Forked again Cry
Code:
./aidbitd getblockhash 12272
000000001bd43cca7368e61a9f78d83703d0cae3b8ec49ebb8b6ab2b05288fbe

block explorer
Code:
000000000518f43eed5c3c03e28213f5465b2ab723cd8b74e3d901a6503d5323
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AID] AidBit | Digital-currency redefined | POW/POS | Groestl | Charity on: July 26, 2014, 01:07:58 PM
Is this correct?
Code:
./aidbitd getblockhash 12198
0000000001b84b76b792634839e9dec0d1cadb1bc013610d490c90067b89c239
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AID] AidBit | Digital-currency redefined | POW/POS | Groestl | Charity on: July 26, 2014, 01:07:01 PM
Is this the correct chain?
Code:
./aidbitd getblockhash 12138
00000000b9f9aafa1882bd331f93fb8caae7649efafc21600b69fcb2160cf4e4

No, it forked after the first POS block (12120). You have the old code. Sorry  Undecided

./aidbitd getblockhash 12138
0000000011e73e1aa8c10e14b5d7bb8b48b0994a07a3a92bd694671c395560ec


I'm using the latest git update.

I pushed these two later: Please check again:
https://github.com/AidBit/aidbit/commit/612d49144dfd5cc4969821062e4bb37114bfe3a0

https://github.com/AidBit/aidbit/commit/6f98ae5b0f256e821dae1d9cbd63a917debf894b

Thanks!



Yes I have these commits. I deleted everything in ~/.aidbit and resyncing again.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AID] AidBit | Digital-currency redefined | POW/POS | Groestl | Charity on: July 26, 2014, 12:59:00 PM
Is this the correct chain?
Code:
./aidbitd getblockhash 12138
00000000b9f9aafa1882bd331f93fb8caae7649efafc21600b69fcb2160cf4e4

No, it forked after the first POS block (12120). You have the old code. Sorry  Undecided

./aidbitd getblockhash 12138
0000000011e73e1aa8c10e14b5d7bb8b48b0994a07a3a92bd694671c395560ec


I'm using the latest git update.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!