Pages:
Author

Topic: [ANN] Spark | X11 | BTer/Bittrex/C-CEX | PoW/PoS | Exchanges | Roadmap | - page 29. (Read 108612 times)

member
Activity: 70
Merit: 10
★Bitin.io★ - Instant Exchange
this is on my watch list, people spamming like crazy for this thread, btw i messaged you sir  Grin
member
Activity: 112
Merit: 10
Can someone please post their mining config/bat file for this or x11 and what miner they use, I can't for the life of me get it to even start  Huh

ATI or Nvidia Card?

ATI (AMD) 280x

Exotic mining is new to me hahaha

280x - 3.2 Mh\s

GPU_MAX_ALLOC_PERCENT=100
GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k x11mod -o stratum+tcp://spark.suprnova.cc:9205 -u username -p pass --gpu-engine 1080 --failover-only -w 128 --thread-concurrency 8192 --gpu-memclock 1500 --gpu-vddc 1.200 --gpu-powertune 20 --kernel x11mod --intensity 19 --lookup-gap 2 --gpu-threads 4 --auto-fan





setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k x11mod -o stratum+tcp://------------- -u ----------- -p ------- -I 18 -g 2 -w 256 --thread-concurrency 11200 --gpu-fan 100 --gpu-engine 1080 --gpu-memclock 1500 --lookup-gap 2


x11 = 4.2Mhs ASUS R9-280x DC2T
to achieve that u need to install catalyst 14.6-RC2. all other catalysts hash 3.1-3.2Mhs max
sr. member
Activity: 300
Merit: 250
Can someone please post their mining config/bat file for this or x11 and what miner they use, I can't for the life of me get it to even start  Huh

ATI or Nvidia Card?

ATI (AMD) 280x

Exotic mining is new to me hahaha

280x - 3.2 Mh\s

GPU_MAX_ALLOC_PERCENT=100
GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k x11mod -o stratum+tcp://spark.suprnova.cc:9205 -u username -p pass --gpu-engine 1080 --failover-only -w 128 --thread-concurrency 8192 --gpu-memclock 1500 --gpu-vddc 1.200 --gpu-powertune 20 --kernel x11mod --intensity 19 --lookup-gap 2 --gpu-threads 4 --auto-fan


newbie
Activity: 28
Merit: 0
Can someone please post their mining config/bat file for this or x11 and what miner they use, I can't for the life of me get it to even start  Huh

ATI or Nvidia Card?

ATI (AMD) 280x

Exotic mining is new to me hahaha

I would recommend this guide here http://suchpool.pw/docs/gettingstartedX11.pdf that suchpool has created, and will take you step by step on setting up mining X11 on an ATI Card.
legendary
Activity: 1554
Merit: 1001
Can someone please post their mining config/bat file for this or x11 and what miner they use, I can't for the life of me get it to even start  Huh

ATI or Nvidia Card?

ATI (AMD) 280x

Exotic mining is new to me hahaha
newbie
Activity: 28
Merit: 0
Can someone please post their mining config/bat file for this or x11 and what miner they use, I can't for the life of me get it to even start  Huh

ATI or Nvidia Card?
legendary
Activity: 1554
Merit: 1001
Can someone please post their mining config/bat file for this or x11 and what miner they use, I can't for the life of me get it to even start  Huh
newbie
Activity: 28
Merit: 0
PoS Difficulty, and Staking Checkpoints have been fixed in latest github push.

We don't think it would have caused any major problems, but best to update before staking starts (Block 14000).
hero member
Activity: 582
Merit: 500
full member
Activity: 214
Merit: 100
email confirmation to unlock and edit was not received.

user: Dave

Please check your spam email also? If not flick us a PM

Edit:

Payouts should be working from the Official Pool also, cronjobs were frozen from high load. Fixed now.

I'm not receiving the email also. nothing in spam
newbie
Activity: 28
Merit: 0
email confirmation to unlock and edit was not received.

user: Dave

Please check your spam email also? If not flick us a PM

Edit:

Payouts should be working from the Official Pool also, cronjobs were frozen from high load. Fixed now.
legendary
Activity: 1554
Merit: 1001
Faucets mmmmm my favourite  Grin
full member
Activity: 214
Merit: 100
Does anybody know how to dispute a rental rig at MRR? I rented a rig but that shit stop working and owner not repsonding.
member
Activity: 109
Merit: 10
email confirmation to unlock and edit was not received.

user: Dave
legendary
Activity: 1484
Merit: 1000
Manual payout is not happening in official pool, please check that. Tnx.
sr. member
Activity: 336
Merit: 250
Do the thing and you'll have the power.
Do you have a roadmap?

We have a roadmap of sorts, but are in process of hiring/contacting people who are interested in the jobs available so we can all get on same page and make things happen if that makes sense!

We wanted a smooth launch, which we think we have have so far and over the next day or so we will have updates for you all!
You need good developers and creative ideas.
full member
Activity: 214
Merit: 100
Just curious if anyone scan the windows wallet to check for keyloggers or anything? just to be safe
sr. member
Activity: 439
Merit: 250
mmmmmm
sparkcoin https://bitcointalksearch.org/topic/ann-spark-x11-bterbittrexc-cex-powpos-exchanges-roadmap-826767

Heritage: (silk reference, but not related to silkcoin), perfect from shade

Problems:

* MINOR: Stake modifier checkpoints appear to wrongly be using a 64bit number, not a 32 bit number... might lead to a stuck PoS chain
* MODERATE: Somewhat unfair launch. Reports of source being released after binaries, and the official pool before source was released
* MINOR: 2 blocks were premined and undisclosed


Notes:

For some reason, checkpoints.cpp has a ton of weird reformatting

Unknown why this is like this.. seems like it'll probbaly cause random problems

unsigned int GetNextTargetRequired(const CBlockIndex* pindexLast, bool fProofOfStake)
{
    return GetNextTargetRequired_(pindexLast, fProofOfStake);
    bool IS_POW = (pindexLast->nHeight < 10001) || (pindexLast->nHeight > 50000 && pindexLast->nHeight < 60001);

    if (IS_POW) {
        return GetNextTargetRequiredV1(pindexLast, fProofOfStake);
    } else {
        return GetNextTargetRequiredV2(pindexLast, fProofOfStake);
    }
}

fairly recent news event as genesis seed

Seems to be a copypaste error

 static std::map mapStakeModifierCheckpoints =
     boost::assign::map_list_of
-        ( 0, 0xfd11f4e7 )
+        ( 0, 0xbfa1d8e4fd11f4e7 )
     ;
 
 // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)
 static std::map mapStakeModifierCheckpointsTestNet =
     boost::assign::map_list_of
-        ( 0, 0xfd11f4e7 )
+        ( 0, 0xbfa1d8e4fd11f4e7 )

Watermarks: uint64_t, pos, smsg, drm-like
newbie
Activity: 28
Merit: 0
Do you have a roadmap?

We have a roadmap of sorts, but are in process of hiring/contacting people who are interested in the jobs available so we can all get on same page and make things happen if that makes sense!

We wanted a smooth launch, which we think we have have so far and over the next day or so we will have updates for you all!
sr. member
Activity: 336
Merit: 250
Do the thing and you'll have the power.
Do you have a roadmap?
Pages:
Jump to: