Bitcoin Forum
July 07, 2024, 03:55:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 [61] 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 »
1201  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: February 01, 2017, 07:29:11 PM
Nice to see zpool grow and improve continously!

Your HashTap sounds pretty cool, I like especially the part about no penalties for work restarts.
Do you offer an API to query current prices, query balance, rent hash, adjust maximum price etc. programmatically ?

Cheers - psycodad

Thanks!

All the rental stuff can be found in our API:

http://www.zpool.ca/site/api

You can't create new jobs, but you can start and stop them, change price and hashrates and view the status of all jobs.

Thank you, did miss that page. That seems to have all functionality I need, will definitely give it a whirl.
One thing I still not completely understand is: How do I determine the lowest price that I have to pay to get miners/hash (I am bit fixed to think about it in NH terms where I lookup the lowest order that gets hash).
Or is HashTap from the miner and pool perspective just "another" coin, which gets switched to when the renter offers a better profit than all other coins at that moment?
1202  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FailCommunity's FailCoin | News | Upcoming Hard Fork | PoW/PoS 3.0 on: February 01, 2017, 07:14:37 PM
I'm just wondering about the wallet (v1.1.1.0), it won't find any peer, even with those nodes (from Sample conf) added to FailCoin.conf.
Are there even any more nodes online? Tongue

My node has 13 connections, see below for two current listening nodes that should get you started synching:
Code:
addnode=78.94.32.197:15646
addnode=62.210.206.140:15646

HTH
1203  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: February 01, 2017, 05:47:09 PM
Nice to see zpool grow and improve continously!

Your HashTap sounds pretty cool, I like especially the part about no penalties for work restarts.
Do you offer an API to query current prices, query balance, rent hash, adjust maximum price etc. programmatically ?

Cheers - psycodad
1204  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♘ Bellacoin - Rename - Belacoin on: February 01, 2017, 01:12:01 AM
Yes, our latest GitHub is here: https://github.com/gjhiggins/bellacoin/tree/rebrand
The most recent update was made around on December 15th, 2016.

Thank you, that worked fine and the update went along smoothly.
It would be nice and help propagate the new wallet if the OP had a link to it.

1205  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♘ Bellacoin - Rename - Belacoin on: January 31, 2017, 10:59:31 PM
We do not have a timeframe on when the Belacoin market will be unfrozen on Poloniex. The moderators of Poloniex have confirmed that the market is frozen for Belacoin's wallet maintenance (we released new wallets and updated the GitHub code in December).

Could you kindly point me to the right github repo, it seems I missed this update. The repo linked from the OP says:
Latest commit d631061 on 8 Apr 2014 and I couldn't find any other repo mentioned recently in this thread.

TIA

1206  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] piWallet - Opensource Online Altcoin Wallet on: January 29, 2017, 07:31:15 PM
Very nice project, thank you for your time and work.

Since I prefer my websites not to include any files from 3rd party sites I changed the QR Code encoding to this lib:
http://phpqrcode.sourceforge.net/



1207  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Slimcoin thread | First Proof of Burn currency | Help to test v0.4.1 on: January 29, 2017, 03:22:06 PM
@cryptovore: I run slimcoind since a few weeks and I see it staking on a regular base, right now I have:

Code:
{
    "version" : "SLMv0.4.1-alpha-43-g812154a-alpha",
    ...
    "newmint" : 13.74000000,
    "stake" : 22.91152300,
    "blocks" : 884363,
    ...
}

I probably forgot to set reservebalance to zero, will wait a few more days. Also, it might be related to the fact that I don't keep much in those wallets, I burn 90% of the minted amount. I think "stake" refers to what you actually own and currently have in your wallet, not to the amount you burned.

With ~4000 coins I almost always see some staking when I check with getinfo, but that wallet/node is up 24x7.
My uneducated guess is that when you see an amount under "stake" : they have neen elected as candidates for staking but haven't mined a PoS block yet (once they do their weight is reset and they are back available for spending). Then again my understanding of PoS is really weak compared to PoW, if somebody knows more I am more than happy to listen and learn.

From seeing the PoB working (like crazy) in testnet I assume/conclude that PoB blocks/rewards are not shown under stake or newmint in the getinfo output.

Regarding "waiting a few more days": The source says it takes at least 7 days for your coins to be in your wallet before they are allowed to stake and they reach maximum weight after 90days:
https://github.com/slimcoin-project/Slimcoin/blob/slimcoin/src/main.h#L59

@Slimcoin Community: The minimum age to stake would be a nice addition to the ANN/OP.

@gavrillo: I used Grahams instructions in this post earlier in the thread to build the linux version from the master branch. I don't know if there are compiled binaries of this version available and if they make a difference wrt, that is something Graham might be able to answer.

Cheerio - psycodad
1208  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Slimcoin thread | First Proof of Burn currency | Help to test v0.4.1 on: January 28, 2017, 10:31:48 PM
I installed the OP_return branch and mined a few blocks, burnt some coins (2) and immediately received 250, 242 and 249 back  Cheesy
Stopped mining now to not further increase the diff on testnet. Naturally I also notarized the SHA256 of my slimcoin-qt binary to the testnet blockchain but as far as I understand this either not works correctly yet or can't be seen from within the client.

A working testnet is really nice (and I start to love PoB)

I am now off burning my real slimcoins like a pyromaniac Grin

@cryptovore: I run slimcoind since a few weeks and I see it staking on a regular base, right now I have:

Code:
{
    "version" : "SLMv0.4.1-alpha-43-g812154a-alpha",
    ...
    "newmint" : 13.74000000,
    "stake" : 22.91152300,
    "blocks" : 884363,
    ...
}
1209  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] EB3Coin (EB3) on: January 28, 2017, 04:14:15 PM
Miners only need to stick with the EB3 for around 3550600000 hours or 147941666.66 days or 405319.63 years, or more easy to grasp around 4053 centuries et voilà: Miners will have the same amount as the premine the dev holds. That will be in the year 407336 A.D.

Though 4.33 minute block time is pretty innovative for what you could expect from a Saturday Ninja launch without ANN..
1210  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] EB3Coin (EB3) on: January 28, 2017, 02:57:36 PM

COIN SPECS
Algorithm------------Scrypt
Type------------POW
Name------------EB3Coin
Ticker------------EB3

Address Starts with------------e
RPC Port------------32291
P2P Port------------17482


WALLET SOURCE
Github Link :  https://github.com/EB3coin/EB3coin


Premine
820000000 coins

Block reward (https://github.com/EB3coin/EB3coin/blob/master/src/main.cpp#L1090)
1 coin


TFTFY, YW.
1211  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Official [ANN] GuccioneCoin (GCC) | Scrypt POW | 39 Million Coin Cap | + | Adults 18+ on: January 27, 2017, 04:52:36 PM
How much amount real of #GCC?
In GitHub is 3200000 GCC (3,2M) only.
But in Coinmarketcap.com today >> Available Supply: 20,285,537 GCC and Total Supply: 23,775,537
https://coinmarketcap.com/currencies/guccionecoin/
https://github.com/guccionecoin/GCC/blob/master/src/main.h


The MAX_MONEY constant is not used for limiting the real supply of coins. So far the only place I know it is used is in checking the size of a transaction, meaning this is the max. amount a single transaction can have.
The supply over time is solely determined by the GetBlockValue() function in main.cpp:

Code:
int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
{
// normal payout
    int64 nSubsidy = 69 * COIN;

if(nHeight == 1)
{
nSubsidy = 3450000 * COIN; // 3,450,000 Premine
}

    // Subsidy is cut in half every 525,600 blocks, which will occur approximately every year
    nSubsidy >>= (nHeight / 525600);

return nSubsidy + nFees;
}

As the blockexplorer is dead for GCC, I synched a wallet to see that the current blockheight is # 308015. Counting the rewards so far I get (no halving to account for occured yet):
Code:
Blockreward * (Blockcount-premineBlock) + premine
69 × (308015-1) + 3450000 = 24702966

I can't explain the difference between the my figure and coinmarketcaps, except maybe they only update once a day or so. Though it is nowhere near 3.5m and there is no coin limit at all in GCC.

This is all to the best of my knowledge, take it with a salt of grain and do your own research as usual.

HTH
1212  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Slimcoin thread | First Proof of Burn currency | Help to test v0.4.1 on: January 23, 2017, 02:18:55 PM
I'm still struggling a bit with the 0.4 Linux version - once I provide it an advanced blockchain it syncs without problems but it fails to download it from the start - the problems beginning at block 530. It's possible that it's a configuration problem on (both of) my systems (although they are different Linux distributions).

Had the same problems, until Graham explained how to checkout and build the master branch in this post:

https://bitcointalk.org/index.php?topic=1141676.msg17253183#msg17253183

HTH
1213  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FedoraCoin (TiPS) - New Dev team: Fedoracoin Foundation on: January 17, 2017, 03:37:02 PM
Need more plp to mine it.
The profitability seems to be bouncing all around, if it was a bit higher than other coins and more stable I could throw 1GHs at it.

The bouncing is mainly owed to the random block rewards. Though with a few 100MHs you can make nice profits with TIPS currently.
Currently, it's 94% of LTC. It needs to exceed LTC in order to be something which miners will jump onto.

https://www.coinexchange.io/market/TIPS/DOGE
This site can’t be reached
www.coinexchange.io took too long to respond.

Loads perfectly fine here.
1214  Other / Archival / Re:        VirtaCoin - Created for the people, Supported by the People.         on: January 16, 2017, 03:39:58 PM
Also it would be great if there where more miners..

Some time ago I launched an invitation to all miners (both solo miners and pool miners) to gather together in a single place, to talk and to coordinate our activity in order to maintain the proper parameters for vta network.
I do it again now: https://www.facebook.com/groups/VirtacoinMiningTeam/
We really need to talk to each other about each mining activity as long as the network is weak and fragile. There is a major need for coordinated mining activity. So please, let's get together.

I have no facebook and I have no intention joining it. But a lobotomy might probably change my mind.
1215  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAC] EarthCoin - EAC v1.3.2 Now Available! on: January 12, 2017, 11:08:49 PM
I'm actually thinking of changing the algorithm.  Any comments?


What's the reasoning to change the algo?


Scrypt is inefficient and dying out.  Also appears the chinese are mining with asics and dumping at btc38.  If we were to keep it gpu oriented, x11 is more efficient or move on to sha256.



Scrypt is certainly far from dying out and everybody is mining scrypt with asics not just the chinese.
Can you elaborate why you think scrypt is inefficient compared to x11 or sha256?
And and can you explain why x11 or sha256 miners would not dump the same way the scrypt miners do?

Don't get me wrong, I am not objecting your plans, at the end it's the network that decides anyway.
1216  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Slimcoin thread | First Proof of Burn currency | Help to test v0.4.1 on: January 12, 2017, 03:06:25 PM
Basically opens up a mode of social networking in which the community collectively curates its own content. Not Bitcoin-killer but maybe FB-nibbler.

^ Loved the FB-nibbler - I am all in for it  Grin

I like the direction Slimcoin is taking and I want to thank you Graham for your massive efforts, I think all here appreciate your work a lot!
It's great to be part of a thread where  functionality of the network is the main topic and not the prospective fiat or BTC value of the tokens.

Will give the OP_RETURN branch a whirl either today or tomorrow and will post my experience.




1217  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAC] EarthCoin - EAC v1.3.2 Now Available! on: January 12, 2017, 02:08:21 PM
I'm actually thinking of changing the algorithm.  Any comments?


What's the reasoning to change the algo?
1218  Economy / Exchanges / Re: BTC-e.com website not loading for me - but site is up! on: January 12, 2017, 10:08:44 AM
I have had intermittent problems accessing the public API of btc-e.com yesterday, haven't checked today but yesterday they obviously had some sort of problems.
1219  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Newcoin on: January 11, 2017, 09:13:32 PM
What a tragedy, such an innovative and new walletbuilder gem and then the dev is struggling to find an appropriate name properly describing all the awesomness of this amazing project.
Life is just unfair.
1220  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][QTL] Quatloo, A DarkWaveGravity Scrypt Coin Mandatory UPDATE to v1.2.1 on: January 11, 2017, 03:25:53 PM
block speed?

some say 22 min others 2 min

no one cares to address a simple question?

OP says:

Block time : 2.25 minutes

And the source confirms that:
https://github.com/quatloos/quatloo/blob/master/src/main.cpp#L1109
Code:
static const int64 nTargetSpacing = 2.25 * 60; // Litecoin: 2.5 minutes ; Quatloo 2.25 minutes
Pages: « 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 [61] 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!