Bitcoin Forum
May 04, 2024, 12:38:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
  Print  
Author Topic: [ANN] Spark | X11 | BTer/Bittrex/C-CEX | PoW/PoS | Exchanges | Roadmap |  (Read 108562 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
sly5am
Hero Member
*****
Offline Offline

Activity: 582
Merit: 500


View Profile
October 18, 2014, 04:10:34 AM
 #101

sparkcoin https://bitcointalk.org/index.php?topic=826767.0

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<int, unsigned int> mapStakeModifierCheckpoints =
     boost::assign::map_list_of
-        ( 0, 0xfd11f4e7 )
+        ( 0, 0xbfa1d8e4fd11f4e7 )
     ;
 
 // Hard checkpoints of stake modifiers to ensure they are deterministic (testNet)
 static std::map<int, unsigned int> mapStakeModifierCheckpointsTestNet =
     boost::assign::map_list_of
-        ( 0, 0xfd11f4e7 )
+        ( 0, 0xbfa1d8e4fd11f4e7 )

Watermarks: uint64_t, pos, smsg, drm-like

Good Job Earl. this you can trust.

1714783132
Hero Member
*
Offline Offline

Posts: 1714783132

View Profile Personal Message (Offline)

Ignore
1714783132
Reply with quote  #2

1714783132
Report to moderator
1714783132
Hero Member
*
Offline Offline

Posts: 1714783132

View Profile Personal Message (Offline)

Ignore
1714783132
Reply with quote  #2

1714783132
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
getSpark (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 18, 2014, 04:13:00 AM
 #102

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).
Nthused
Legendary
*
Offline Offline

Activity: 1554
Merit: 1001



View Profile
October 18, 2014, 04:22:18 AM
 #103

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
getSpark (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 18, 2014, 04:23:04 AM
 #104

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?
Nthused
Legendary
*
Offline Offline

Activity: 1554
Merit: 1001



View Profile
October 18, 2014, 04:23:48 AM
 #105

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
getSpark (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 18, 2014, 04:25:49 AM
 #106

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.
syrota
Sr. Member
****
Offline Offline

Activity: 300
Merit: 250



View Profile
October 18, 2014, 04:29:25 AM
 #107

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


r3morph3d
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
October 18, 2014, 04:45:04 AM
 #108

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
erwin45
Member
**
Offline Offline

Activity: 70
Merit: 10

★Bitin.io★ - Instant Exchange


View Profile
October 18, 2014, 04:45:39 AM
 #109

this is on my watch list, people spamming like crazy for this thread, btw i messaged you sir  Grin

Nthused
Legendary
*
Offline Offline

Activity: 1554
Merit: 1001



View Profile
October 18, 2014, 04:52:59 AM
 #110

Still can't get it to work... I'm using sgminer recent download and this setting -k x11mod -o stratum+tcp://getsparkcoin.com:3333 -u Username -p password -I 18 -g 2 -w 256 --thread-concurrency 11200 --gpu-fan 100 --gpu-engine 1080 --gpu-memclock 1500 --lookup-gap 2

I open cmd, drag sgminer over to it, press space then paste this into it, just like scrypt mining but it says invalid parameter to set kernel
getSpark (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 18, 2014, 04:56:19 AM
 #111

Still can't get it to work... I'm using sgminer recent download and this setting -k x11mod -o stratum+tcp://getsparkcoin.com:3333 -u Username -p password -I 18 -g 2 -w 256 --thread-concurrency 11200 --gpu-fan 100 --gpu-engine 1080 --gpu-memclock 1500 --lookup-gap 2

I open cmd, drag sgminer over to it, press space then paste this into it, just like scrypt mining but it says invalid parameter to set kernel

Try using --kernel x11mod or --kernel darkcoin and let us know
Nthused
Legendary
*
Offline Offline

Activity: 1554
Merit: 1001



View Profile
October 18, 2014, 05:10:08 AM
 #112

--kernel darkcoin -o stratum+tcp://pool.ipominer.com:3335 -u Username.1 -p password -I 18

That works, thanks Smiley
getSpark (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 18, 2014, 05:59:33 AM
 #113

--kernel darkcoin -o stratum+tcp://pool.ipominer.com:3335 -u Username.1 -p password -I 18

That works, thanks Smiley

No problem, if you have any other problems let us know and we will try get you sorted!
degenorate
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
October 18, 2014, 06:05:55 AM
 #114




We would like to welcome the Spark community to VaultEX. We are a newly launched exchange but we take our exchange very seriously. You can now trade SPARK on Vaultex.io

https://www.vaultex.io/market/26


For more information about VaultEX please see our ANN thread - https://bitcointalk.org/index.php?topic=827094.msg9241119#msg9241119

Also please support us by following @vaultex_io and joining #vaultex in the Freenode IRC.



* If you have any issues please open a support ticket at https://support.vaultex.io for the fastest response.
guozhuliu
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
October 18, 2014, 08:19:20 AM
 #115

Hashhot Pool is UP

Hashhot Pool: http://www.hashhot.com 
Next-level Cryptocurrency Professional Mining Pool
getSpark (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
October 18, 2014, 10:31:07 AM
 #116

Hashhot Pool is UP

Thanks for jumping on board! Have added to the main post!
Wasda
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500

Smile if you're not wearing any underwear


View Profile
October 18, 2014, 12:57:53 PM
 #117

i've been waiting for the email confirmation to edit the official pool but email never received also check my spam not there. any idea ?

.
.
.
▬◇
▬◇▬◆
▬◇▬◇▬◆
.
.







███
███░░░███
███░░░░░░░░░███
███░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███
██████░░░░░░░░░░░░░░░░░░░░░░░░░░░██████
██░░░░███░░░░░░░░░░░░░░░░░░░░░███░██░░░
██░░░░█░░███░░░░░░░░░░░░░░░███░░░███░░░
███░░░░░░░░░███░░░░░░░░░███░░░░░░░░░███
██████░░░░░░░░░███░░░███░░░░░░░░░██████
██░░░░███░░░░░░░░░███░░░░░░░░░███░░░░██
███░░░░░░███░░░░░░░░░░░░░░░███░░█░░░░██
███░░░░░░░░░███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░███░░░███░░░░░░░░░███
███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░░░░░░░███
███░░░░░░░░░███
███░░░███
███
.
.
.
◇▬
◆▬◇▬
◆▬◇▬◇▬
.
.
devrilz
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
October 18, 2014, 01:00:02 PM
 #118

i've been waiting for the email confirmation to edit the official pool but email never received also check my spam not there. any idea ?

me too  Undecided
kcanup
Legendary
*
Offline Offline

Activity: 1484
Merit: 1000


View Profile
October 18, 2014, 01:40:26 PM
 #119

i've been waiting for the email confirmation to edit the official pool but email never received also check my spam not there. any idea ?

me too  Undecided
Dev will fix it when he's online guys, dont worry. Smiley
freeworm
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250


View Profile
October 18, 2014, 01:58:24 PM
 #120

Spark is added to BTER.com 's BTC market at

https://bter.com/trade/SPARK_BTC

Deposit at:

https://bter.com/myaccount/deposit/SPARK
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
  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!