Darooghe
|
|
December 31, 2016, 07:32:26 PM |
|
scam coin again, price will be 1 satoshi. remember it
how much is premine? 0.03 coins each block reward.
|
|
|
|
sayyedraza
|
|
December 31, 2016, 07:35:15 PM |
|
hi dev, Happy new Year You mean total coin will be 2017 of 2017coin??? what will be the prices of 2017 ?
|
|
|
|
rafajunior99
|
|
December 31, 2016, 07:51:19 PM |
|
scam coin again, price will be 1 satoshi. remember it
hey friend how you know and why you say that. details do you have evidence that this coin would be bad score 2017 please explain so that everyone knows what you mean.
|
|
|
|
blackice2013
|
|
December 31, 2016, 07:56:55 PM |
|
can not sync with any of them. Dev can you share the peer.dat ? Try adding my mining pool adress as a node too: addnode=theminingpool.mine.nu that should work. Yeah your pool's great and works now. Thanks Need some more mining power there to hit some blocks. stratum+tcp://theminingpool.mine.nu:4510 -u YOURWALLETHERE -pHappy mining ! theminingpool.mine.nu
|
|
|
|
FistBump (OP)
Member
Offline
Activity: 98
Merit: 13
|
|
December 31, 2016, 11:28:06 PM |
|
Hey Till, happy new year ! danke & dir auch ein Frohes Neues Jahr, back to Topic https://2017.suprnova.cc/index.php?page=dashboard isnt available. can you fix it ? and by the way do you have some idea why that Client sideweb Viewer doesnt Display the *fistbumpgithub.github.io/2017/* as Website ? . good 2017 coin, good name and happy new year 2017 but is total suply coin is very low i will wait bounty in social media campaign
The Coin Code has 8 Digits behind the dot ... where is the difference between 10000000 and 0.10000000 ?!, expect some psychological ... any exchange dev ?
i love it ^^ since years the same questions. This seems to look good year 2017semoga in your project a success this year and in the future.
Thank You, lets see what happend in the future hi dev, Happy new Year You mean total coin will be 2017 of 2017coin??? what will be the prices of 2017 ?
Thank You, total supply 2017 Coins generated during the next 365 Days
|
|
|
|
BanzaiBTC
Legendary
Offline
Activity: 1526
Merit: 1002
Chipcoin Developer
|
|
December 31, 2016, 11:49:10 PM |
|
Hey Till, happy new year ! danke & dir auch ein Frohes Neues Jahr, back to Topic https://2017.suprnova.cc/index.php?page=dashboard isnt available. can you fix it ? and by the way do you have some idea why that Client sideweb Viewer doesnt Display the *fistbumpgithub.github.io/2017/* as Website ? Try qtwebkit till.. Happy new year Say Hi to Rocco for me .. lmao
|
|
|
|
FistBump (OP)
Member
Offline
Activity: 98
Merit: 13
|
|
January 01, 2017, 12:20:54 AM |
|
Say Hi to Rocco for me .. lmao without some easter egg`s it wouldnt be funny ^^
|
|
|
|
Fuzzbawls
|
|
January 01, 2017, 01:20:03 AM |
|
Interesting subsidy schedule int64_t GetProofOfWorkReward(int64_t nFees) {
int64_t nSubsidy = 0 * COIN; if (pindexBest->nHeight <= 1) { int64_t nSubsidy = 16.57808218 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight <= 400) { int64_t nSubsidy = 0 * COIN; //just to avoid instamining return nSubsidy + nFees; } else if (pindexBest->nHeight <= 52560) { int64_t nSubsidy = 0.03837519 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight <= 999999) // oportunity to move the blockchain on a later date { int64_t nSubsidy = 0 * COIN; return nSubsidy + nFees; } if (fDebug && GetBoolArg("-printcreation")) printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy); return nSubsidy + nFees;
}
// miner's coin stake reward based on coin age spent (coin-days) int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees) { int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);
// Reward ~ Payout is not calculated by % per year acording to the coin age... // Reward is based on a fixed ammount. if(pindexBest->nHeight < 52560) { nSubsidy = 0.03837519 * COIN; return nSubsidy + nFees; }
else if(pindexBest->nHeight < 999999) { nSubsidy = 0 * COIN; return nSubsidy + nFees; }
if (fDebug && GetBoolArg("-printcreation")) printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);
return nSubsidy + nFees; }
Rewards will be zero (plus tx fee) for both PoW and PoS after block 52560
|
|
|
|
Fuzzbawls
|
|
January 01, 2017, 01:27:36 AM |
|
Also, should probably clean up your seed addresses a bit: ___ _ ___ _ _ / __\___ (_)_ __ / __\ |__ ___ ___| | _____ _ __ / / / _ \| | '_ \ / / | '_ \ / _ \/ __| |/ / _ \ '__| / /__| (_) | | | | / /___| | | | __/ (__| < __/ | \____/\___/|_|_| |_\____/|_| |_|\___|\___|_|\_\___|_| v0.0.4 October 2016 | http://www.fuzzbawls.pw
Checking Host OS... WIN Creating temp folder to clone remote repository... Cloning https://github.com/FistBumpGithub/2017.git...
-= Repository Information =- ============================================================ Number of commits: 17 Last commit date: Sat, Dec 31, 2016 6:32:08 AM Days since last commit: .42 Days
-= Build System Information =- ============================================================ Build Type: QMAKE/Makefile Build Version: 1.0.0.0 Qt Bin: 2017-qt Daemon Bin: 2017d
-= Coin Specifications =- ============================================================ Coin Name: 2017 Client Version: 1.0.0.0 Client Name: /Satoshi:1.0.0.0/ Default P2P Port: 12017 Default PRC Port: 22017 Message Start String: 0x5a 0xc3 0x82 0xd3
-= Coin Information Checks =- ============================================================ Matching P2PPORT in init documentation: [OK] Matching RPCPORT in init documentation: [OK] Build & Client Version Match: [OK]
-= Library Version Compliance Checks =- ============================================================ Miniupnpc v1.9 (API 14): [!!] OpenSSL v1.0.1k+ (Strict DER Signatures): [!!] Boost v1.58+ (boost::get): [OK]
-= Security Standards Checks =- ============================================================ Free of IRC related files: [!!] IRC based peer fetching: [!!] Contains signature malleability patch (PPCoin): [!!]
-= Connectivity Checks =- ============================================================ Contains unique ClientName: [!!] Contains DNS seeder addresses: [**] Contains Hex-Encoded seeder addresses: [OK] Has at least ONE default connection method: [**] Number of Hex-Encoded Seeds: 39 Listing Hex-Encoded seed addresses... * 0xdf4bd379 (121.211.75.223) [!!] * 0x7934d29b (155.210.52.121) [!!] * 0x26bc02ad (173.2.188.38) [!!] * 0x7ab743ad (173.67.183.122) [!!] * 0x0ab3a7bc (188.167.179.10) [!!] * 0x375ab5bc (188.181.90.55) [!!] * 0xc90b1617 (23.22.11.201) [!!] * 0x5352fd17 (23.253.82.83) [!!] * 0x5efc6c18 (24.108.252.94) [!!] * 0xccdc7d18 (24.125.220.204) [!!] * 0x443d9118 (24.145.61.68) [!!] * 0x84031b18 (24.27.3.132) [!!] * 0x347c1e18 (24.30.124.52) [!!] * 0x86512418 (24.36.81.134) [!!] * 0xfcfe9031 (49.144.254.252) [!!] * 0xdb5eb936 (54.185.94.219) [!!] * 0xef8d2e3a (58.46.141.239) [!!] * 0xcf51f23c (60.242.81.207) [!!] * 0x18ab663e (62.102.171.24) [!!] * 0x36e0df40 (64.223.224.54) [!!] * 0xde48b641 (65.182.72.222) [!!] * 0xad3e4e41 (65.78.62.173) [!!] * 0xd0f32b44 (68.43.243.208) [!!] * 0x09733b44 (68.59.115.9) [!!] * 0x6a51f545 (69.245.81.106) [!!] * 0xe593ef48 (72.239.147.229) [!!] * 0xc5f5ef48 (72.239.245.197) [!!] * 0x96f4f148 (72.241.244.150) [!!] * 0xd354d34a (74.211.84.211) [!!] * 0x36206f4c (76.111.32.54) [!!] * 0xceefe953 (83.233.239.206) [!!] * 0x50468c55 (85.140.70.80) [!!] * 0x89d38d55 (85.141.211.137) [!!] * 0x65e61a5a (90.26.230.101) [!!] * 0x16b1b95d (93.185.177.22) [!!] * 0x702b135e (94.19.43.112) [!!] * 0x0f57245e (94.36.87.15) [!!] * 0xdaab5f5f (95.95.171.218) [!!] * 0xba15ef63 (99.239.21.186) [!!] Number of DNS Seeds: 3 Listing DNS Seed addresses... * 2017-coin.ddns.net 178.202.44.96 [OK] * 178.202.44.96 [OK] * 71.87.238.84 [!!]
-= OS Specific Checks =- ============================================================ Mac OS X Native Notification Support: [!!] Mac OS X Deployment Script: [OK] Mac OS X Application Icon: [OK] Mac OS X Dock Icon Menu (Qt5): [!!] Windows Installer Script: [**] Windows Installer Header Image: [!!] Windows Installer Logo Image: [!!] Windows Installer Icon: [!!]
============================================================ * At least one DNS seeder addresses is improperly formatted. * DNS Seeders should be full hostnames and not IP addresses.
* IRC based peer fetching has long since been depreciated! * Developer should remove it and use DNS Seeding instead.
* Windows deployment script is using an incorrect name! * Deployment build won't have the correct metadata!
* Windows deployment sript is using an incorrect version! * Deployment build won't have the correct metadata!
Results should be manually verified and you should NOT rely on any automated scripts (including this one) before running or compiling any crypto wallet. ============================================================ Removing temp directory...
|
|
|
|
FistBump (OP)
Member
Offline
Activity: 98
Merit: 13
|
|
January 01, 2017, 01:53:21 PM |
|
Interesting subsidy schedule Rewards will be zero (plus tx fee) for both PoW and PoS after block 52560
ty. yep, on that way you can easy avoid the Situation that someday no user have enough stakeable Inputs to move the blockchain. acording to the idea behind pos / pow to move the blockchain // confirm Transactions and not exist to give someone any rewards .. :-) similar like on PoS ... it was build as energy efficient solution to confirm Transactions and secure the Network ... and not as main idea to pay someone Interest Rate on his coins :-) it isnt something big, to re-enable pow mining after the last pow Block was found. but why shouldnt i safe my time, even if it takes max. 15 Minutes
|
|
|
|
juyeoul69
Member
Offline
Activity: 95
Merit: 10
|
|
January 01, 2017, 01:56:26 PM |
|
Cool project, what does the coin do and why should I buy it?
|
|
|
|
DanWalker
|
|
January 01, 2017, 02:46:02 PM |
|
ill give it a go
|
|
|
|
john1010
|
|
January 01, 2017, 03:19:33 PM |
|
Any suggestion, what miner is best for x13 algo?
|
|
|
|
Lafu
Legendary
Online
Activity: 3164
Merit: 3284
|
|
January 01, 2017, 03:27:59 PM |
|
Happy new year Til ! bist gut reingerutscht ? Viel glück und erfolg mit 2017 ! eventuell kannst dir das ja mal anschauen und die coin wird bei uns gelisted https://www.cryptopia.co.nz/Paytopia bzw kannst du sie selber listen wenn alles passt Gruss Lafu ! Good Luck 2017
|
|
|
|
blackice2013
|
|
January 01, 2017, 11:37:03 PM |
|
Any suggestion, what miner is best for x13 algo?
I'm using sgminer for X13 Remember you can mine 2017 at our pool: theminingpool.mine.nu
example config for 2017 mining: sgminer.exe -k x13mod -o stratum+tcp://theminingpool.mine.nu:4510 -u YOURWALLETHERE -p x Happy Mining!
|
|
|
|
john1010
|
|
January 02, 2017, 02:00:36 AM Last edit: January 02, 2017, 02:26:02 AM by john1010 |
|
Any suggestion, what miner is best for x13 algo?
I'm using sgminer for X13 Remember you can mine 2017 at our pool: theminingpool.mine.nu
example config for 2017 mining: sgminer.exe -k x13mod -o stratum+tcp://theminingpool.mine.nu:4510 -u YOURWALLETHERE -p x Happy Mining! Thanks man! But i pointed my miner using 3 RX 480 all night but nothing happened.. There is no accepted share recorded.. Is this coin is hard to mine? or is my rig is capable to mine 2017 coin? I tried to disconnected it and connect again this morning, but look, nothing happend.. Is there a problem with my config? sgminer.exe -k x13mod -o stratum+tcp://theminingpool.mine.nu:4510 -u 2b9TAo4XizYzzevfF4eUQM9YeAHbCffSoT -p x my sgminer config file { "pools" : [ { "url" : "stratum+tcp://theminingpool.mine.nu:4510", "user" : "2b9TAo4XizYzzevfF4eUQM9YeAHbCffSoT", "pass" : "x" } ] , "intensity" : "21", "worksize" : "256", "kernel" : "x13mod", "lookup-gap" : "2", "thread-concurrency" : "8193", "shaders" : "0", "gpu-threads" : "2", "gpu-engine" : "0-0", "gpu-fan" : "73", "gpu-memclock" : "0", "gpu-memdiff" : "0", "gpu-powertune" : "0", "gpu-vddc" : "0.000", "temp-cutoff" : "95", "temp-overheat" : "85", "temp-target" : "75", "api-mcast-port" : "4028", "api-port" : "4028", "expiry" : "28", "failover-switch-delay" : "60", "gpu-dyninterval" : "7", "gpu-platform" : "0", "log" : "5", "no-pool-disable" : true, "queue" : "1", "scan-time" : "7", "tcp-keepalive" : "30", "temp-hysteresis" : "3", "shares" : "0", "kernel-path" : "/usr/local/bin" }
|
|
|
|
Articlepro
|
|
January 02, 2017, 02:40:55 AM |
|
What's the percentage of the premine?
|
|
|
|
mia_houston
|
|
January 02, 2017, 03:00:34 AM |
|
looks cool 2017 total supply
|
|
|
|
blackice2013
|
|
January 02, 2017, 06:03:44 AM |
|
Any suggestion, what miner is best for x13 algo?
I'm using sgminer for X13 Remember you can mine 2017 at our pool: theminingpool.mine.nu
example config for 2017 mining: sgminer.exe -k x13mod -o stratum+tcp://theminingpool.mine.nu:4510 -u YOURWALLETHERE -p x Happy Mining! Thanks man! But i pointed my miner using 3 RX 480 all night but nothing happened.. There is no accepted share recorded.. Is this coin is hard to mine? or is my rig is capable to mine 2017 coin? I tried to disconnected it and connect again this morning, but look, nothing happend.. Is there a problem with my config? sgminer.exe -k x13mod -o stratum+tcp://theminingpool.mine.nu:4510 -u 2b9TAo4XizYzzevfF4eUQM9YeAHbCffSoT -p x my sgminer config file { "pools" : [ { "url" : "stratum+tcp://theminingpool.mine.nu:4510", "user" : "2b9TAo4XizYzzevfF4eUQM9YeAHbCffSoT", "pass" : "x" } ] , "intensity" : "21", "worksize" : "256", "kernel" : "x13mod", "lookup-gap" : "2", "thread-concurrency" : "8193", "shaders" : "0", "gpu-threads" : "2", "gpu-engine" : "0-0", "gpu-fan" : "73", "gpu-memclock" : "0", "gpu-memdiff" : "0", "gpu-powertune" : "0", "gpu-vddc" : "0.000", "temp-cutoff" : "95", "temp-overheat" : "85", "temp-target" : "75", "api-mcast-port" : "4028", "api-port" : "4028", "expiry" : "28", "failover-switch-delay" : "60", "gpu-dyninterval" : "7", "gpu-platform" : "0", "log" : "5", "no-pool-disable" : true, "queue" : "1", "scan-time" : "7", "tcp-keepalive" : "30", "temp-hysteresis" : "3", "shares" : "0", "kernel-path" : "/usr/local/bin" }
Ahh!! yes! But thats becouse of the 2017 coin! Look at coin specs: "Premine is 33 Coins, which result into 1,66 % based on 2017 Coins total Supply. BlockReward is static during Mining Period on both, PoW & PoS, 0,03837519 Per Block. First 400 Blocks contains no Reward, to avoid Instamining acording to the long BlockTime and Difficulty Retarget." We are now at block 354!! so still no rewards ! Keep mining for 45 blocks more and we will start having rewards Also, rewards per block will be 0.03837519 coins ^^ ^So YESSS very difficult to mine!
|
|
|
|
Simperson
Newbie
Offline
Activity: 12
Merit: 0
|
|
January 02, 2017, 06:20:46 AM |
|
The new coin was born in the new year of 2017 and it has the name: 2017. Any bounty or air drops are shouting out, Dev?
|
|
|
|
|