Bitcoin Forum
June 27, 2024, 06:51:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 [296] 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 ... 526 »
  Print  
Author Topic: [ANN] Signatum - New Algorithm - Fair Launch - No Premine  (Read 823660 times)
uhro
Full Member
***
Offline Offline

Activity: 209
Merit: 100


Join Cashbery Coin!


View Profile
August 25, 2017, 11:34:28 AM
 #5901

CWI pool is working fine for me - http://pool.chainworksindustries.com/sigt/index.php?page=login

  ●  CASHBERY COIN - TRANSACTION TOOL OF NEW GENERATION!
  ●  ALREADY ON THE EXCHANGE!
  ●  MAIN TOPIC  ●  GO TO SITE  ●  OUR TELEGRAM  ●  BOUNTY
sparker327
Full Member
***
Offline Offline

Activity: 462
Merit: 100


Parachute for sale. Used once. Small red stain.


View Profile
August 25, 2017, 11:53:05 AM
 #5902

is there a working miner yet for older AMD cards like 280x
i still can't get it to work and didn't find a solution
I think there is no solution for 2xx amd. All various miners give too small mh on this cards
thank you, i've been thinking about upgrading my gpu anyway do you know if the 1080 TI
is worth the premium of the normal 1080 hashrate wise?
I guess best buy is 1060 6 gb nvidia. it's optimal solution. Also You can keep 280x for mining etherium at least. But if there is an opportunity to sell 280x you'd better sell this cards and buy newer - there are much reasons to do this
I disagree. From my expirience (I have 1060,1070,1080,108ti), Best buy nvidia card is 1070.

agree, I'm using GTX1070 8GB cards and tweak to about 95-99 watts each still getting high hashes. The 1080s are power hogs, the 1070 is the sweet spot as far as pricing, power and hashes
RSO_
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
August 25, 2017, 12:57:14 PM
 #5903

is there a working miner yet for older AMD cards like 280x
i still can't get it to work and didn't find a solution
I think there is no solution for 2xx amd. All various miners give too small mh on this cards
thank you, i've been thinking about upgrading my gpu anyway do you know if the 1080 TI
is worth the premium of the normal 1080 hashrate wise?
I guess best buy is 1060 6 gb nvidia. it's optimal solution. Also You can keep 280x for mining etherium at least. But if there is an opportunity to sell 280x you'd better sell this cards and buy newer - there are much reasons to do this
I disagree. From my expirience (I have 1060,1070,1080,108ti), Best buy nvidia card is 1070.

agree, I'm using GTX1070 8GB cards and tweak to about 95-99 watts each still getting high hashes. The 1080s are power hogs, the 1070 is the sweet spot as far as pricing, power and hashes

I have 1080 Ti's and a 1070, and am getting higher MH/W with the 1080 Ti's. I run them at about 80% power (on average about 190-195W each) and still get 52MH out of them while getting 30MH out of the 1070. For me the 1070 cards cost about 2/3 of what a 1080 Ti does, so there's little reason for me to get the 1070's right now
Mahiro11
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
August 25, 2017, 03:30:24 PM
 #5904

The difficulty of this coin is so high now. Im hoping the price would go up soon too. I have high hope in this coin. I quit mining this coin already coz of the spiked difficulty though im on hodl patiently hehe
gurumeditation
Full Member
***
Offline Offline

Activity: 280
Merit: 101


View Profile
August 25, 2017, 04:00:56 PM
 #5905

The difficulty of this coin is so high now. Im hoping the price would go up soon too. I have high hope in this coin. I quit mining this coin already coz of the spiked difficulty though im on hodl patiently hehe
Not so high, I am still getting approx. the same profits than equihash mining (nvidia here)

█▀▀▀██▀▀▀█░░░░    ►    * No ICO | Fair Launch | Bounties          ◄    * Discord
█▄▄▄█▄▀░░░░░░    ►    * The first Ethash Masternode crypto     ◄    * Forums
░░░░░░░▀▄█▄▄▄█    ►    * ASIC-Resistant | PoW GPU Mining       ◄    * Twitter
nadrojcote
Full Member
***
Offline Offline

Activity: 234
Merit: 102


View Profile
August 25, 2017, 04:17:10 PM
Last edit: August 25, 2017, 04:41:04 PM by nadrojcote
 #5906

Hey guys, I have a gtx 1060 and an rx 480.

I can get ccminer to work for the 1060, but only get 12 MH/s when others have said they can change the intestity to get higher, but it doesnt make a difference for me.

For the AMD card I can't get the card to hash higher than 1100KH/s with sgminer. Could this be caused by using the AMD beta crypto driver?

Edit I've got 19.5MH/s out of a custom cc miner for Nvidia now, but still no luck with AMD card.
MrRig
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
August 25, 2017, 04:47:53 PM
 #5907

Code:
int64_t nSubsidy = 1 * COIN;

    if(pindexBest->nHeight <= 30000) {
        nSubsidy = 2500 * COIN;
    } else if(pindexBest->nHeight <= 60000) {
        nSubsidy = 1250 * COIN;
    } else if(pindexBest->nHeight <= 100000) {
        nSubsidy = 625 * COIN;
    } else {
        nSubsidy = 1 * COIN;
    }

Currently at block 52965 ==> About 7000 blocks until the next halving. At an approx. blocktime of 2 minutes it will take
2 * 7000 / 60 / 24 = 9.72 days

Better calculate with less time if the hashrate is growing like it did at first halving.

Libre Bazaar - A Decentralized Anonymous MarketplacePre-ICOAnnouncement Thread
Blockchain and Data Storage Network Coupled With P2P Anonymous Networking
User Friendly ▲▼ Anonymous ▲▼ Community Driven
warhawk22
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
August 25, 2017, 05:18:04 PM
 #5908

Code:
int64_t nSubsidy = 1 * COIN;

    if(pindexBest->nHeight <= 30000) {
        nSubsidy = 2500 * COIN;
    } else if(pindexBest->nHeight <= 60000) {
        nSubsidy = 1250 * COIN;
    } else if(pindexBest->nHeight <= 100000) {
        nSubsidy = 625 * COIN;
    } else {
        nSubsidy = 1 * COIN;
    }

Currently at block 52965 ==> About 7000 blocks until the next halving. At an approx. blocktime of 2 minutes it will take
2 * 7000 / 60 / 24 = 9.72 days

Better calculate with less time if the hashrate is growing like it did at first halving.

https://nodes.nullspam.ru/signatum/

Average block time (24h) = 70 sec
Est. time until halving = 5d 16h 30m
Surging Chaos
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
August 25, 2017, 06:25:00 PM
 #5909

Buy walls look very weak and the sell pressure is enormous. Roughly 13.5 BTC worth of buys on Cryptopia right now.
MrSting
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile WWW
August 25, 2017, 06:30:16 PM
 #5910

Whale suck enough water it will spit out. We wait together
gurumeditation
Full Member
***
Offline Offline

Activity: 280
Merit: 101


View Profile
August 25, 2017, 06:43:23 PM
 #5911

Buy walls look very weak and the sell pressure is enormous. Roughly 13.5 BTC worth of buys on Cryptopia right now.
Short mining phase (less than 3 months for 137M coins !) = market flooded with coins : huge sell pressure.
But I think a lot of people are monitoring sigt (proof is the number of pages in this thread...) and maybe waiting the PoS phase to jump in.
Like good wine, this coin needs some time to get its real value and maturity, I think at least 6 months, depending of the devs releases and eventual listing on bigger exchanges. Don't forget this coin is less than 2 months old.

█▀▀▀██▀▀▀█░░░░    ►    * No ICO | Fair Launch | Bounties          ◄    * Discord
█▄▄▄█▄▀░░░░░░    ►    * The first Ethash Masternode crypto     ◄    * Forums
░░░░░░░▀▄█▄▄▄█    ►    * ASIC-Resistant | PoW GPU Mining       ◄    * Twitter
zecon
Full Member
***
Offline Offline

Activity: 364
Merit: 100

spattered throughout the golden ethers


View Profile
August 25, 2017, 06:47:45 PM
 #5912

Buy walls look very weak and the sell pressure is enormous. Roughly 13.5 BTC worth of buys on Cryptopia right now.

Won't sell a single 'T for less than 2600

If you really want to do something, you’ll find a way. If you don’t, you’ll find an excuse.
— Jim Rohn
rastimonac
Sr. Member
****
Offline Offline

Activity: 426
Merit: 250



View Profile
August 25, 2017, 07:05:13 PM
 #5913

My personal opinion for this coin is a nice future for sure,this is just a very short period (18 july - 25 august 312 pages here, so many of us watching this project)... you can't expect big price and crazy things in 1 second, need some time for that and more projects,exchanges,stronger marketplaces,more investitors.... and miners selling it in a moment when he jumps from pool to exchange, because this coin still has a good profitability and they need to pay electricity or some other costs for their rigs... so i think we should just be patient to DEV make something new, it's halving soon on 60k block, POS later, maybe we hit bittrex soon, noone knows, just don't panic and listen guys like : "dead coin" and other shits... they just want cheap coins and they are greedy and angry because they wasn't here when coin worth was 500 sat..  Grin
MrSting
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile WWW
August 25, 2017, 07:14:54 PM
 #5914

Buy walls look very weak and the sell pressure is enormous. Roughly 13.5 BTC worth of buys on Cryptopia right now.

Won't sell a single 'T for less than 2600
seem to be 1 month 3 day Cheesy
ldsanity
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 25, 2017, 07:19:47 PM
 #5915

Crowe is probably somewhere smiling. "Hey look, I destroyed another coin."
MrSting
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile WWW
August 25, 2017, 07:32:27 PM
 #5916

Crowe is probably somewhere smiling. "Hey look, I destroyed another coin."
If it's down 1000 i will buy at 50k Cheesy
Ginzink
Full Member
***
Offline Offline

Activity: 462
Merit: 118


View Profile
August 25, 2017, 08:40:10 PM
 #5917

Pool.mn web site is still down. I can mine though so seems to just be the front page?
mythrill
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 25, 2017, 08:40:54 PM
Last edit: September 01, 2017, 12:06:57 PM by mythrill
 #5918

POST REMOVED
mythrill
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 25, 2017, 08:56:25 PM
Last edit: September 01, 2017, 12:06:21 PM by mythrill
 #5919

POST REMOVED
KurtCobain
Full Member
***
Offline Offline

Activity: 170
Merit: 100


View Profile
August 25, 2017, 10:13:30 PM
 #5920

Bitcoin went up 10% so we're still around 5 cents a coin, we're still doing great.  Nicehash is putting considerable sell pressure on the coin because those miners have to dump, once POW is over those miners will be very sad that they didn't hold.
Pages: « 1 ... 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 [296] 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 ... 526 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!