Bitcoin Forum
May 23, 2024, 11:22:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 7 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - soon in alcurEX exchange on: April 23, 2014, 08:27:00 AM
people decided to put 10btc wall for 2sat right before the big thing. wierd
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - soon in alcurEX exchange on: April 23, 2014, 01:22:55 AM
Wenseday!

Melanie Thornton – Wonderful Dream

Chorus:
A wonderful dream of love and peace for everyone
Of living our lives in perfect harmony
A wonderful dream of joy and fun for everyone
To celebrate a life where all are free

Choirs:
AlcurEx is coming
AlcurEx is coming....
Celebrate a life where dreams come true
AlcurEx is the reason it's always the real thing
Watch out - look around
43  Alternate cryptocurrencies / Altcoin Discussion / Re: Big microCoin settings thread on: April 22, 2014, 08:43:39 PM
this one is also useful
Hello Guys,

I can share some mining configs with you.

First you have to download Yacminer - https://github.com/Thirtybird/YACMiner/releases/download/3.5.0-yac2/yacminer-3.5.0-yac2-x86.zip
These configs works on systems with more than 4GB RAM.

Config for 290x - yacminer --scrypt-chacha --nfmin 4 --nfmax 30 --starttime 1389028879 --worksize 128 -g 1 --lookup-gap 3 --buffer-size 3532 -R 10496
Config for 290 - yacminer --scrypt-chacha --nfmin 4 --nfmax 30 --starttime 1389028879 --worksize 128 -g 1 --lookup-gap 3 --buffer-size 3420 -X 32
Config for 280x - yacminer --scrypt-chacha --nfmin 4 --nfmax 30 --starttime 1389028879 --worksize 128 -g 1 --lookup-gap 3 --buffer-size 2590 -R 7680
Config for 280 - yacminer --scrypt-chacha --nfmin 4 --nfmax 30 --starttime 1389028879 --worksize 128 -g 1 --lookup-gap 3 --buffer-size 2394 -X 32
Config for 270x - yacminer --scrypt-chacha --nfmin 4 --nfmax 30 --starttime 1389028879 --worksize 128 -g 1 --lookup-gap 3 --buffer-size 1648 -R 4864
Config for 7950 - yacminer --scrypt-chacha --nfmin 4 --nfmax 30 --starttime 1389028879 --worksize 128 -g 1 --lookup-gap 3 --buffer-size 2394 -X 32
Config for 7970 - yacminer --scrypt-chacha --nfmin 4 --nfmax 30 --starttime 1389028879 --worksize 128 -g 1 --lookup-gap 3 --buffer-size 2590 -R 7680

Tips on tuning your GPU to mine Microcoin
--buffer-size XXXX (-B XXXX):
This setting sets the size of the OpenCL buffer to allocate to each thread. This option overrides --thread-concurrency, and should be used instead of it if your miner supports it. This value should be based on the amount of available memory on your GPU. This setting is NOT affected by lookup-gap meaning that other tuning parameters that you want to test will not force you to recalculate your buffer-size. The only setting that will make you want to change this is the --gpu-threads (-g) setting. As buffer-size is the amount of memory to allocate per thread, if you increase the number of threads you are launching, you will want to decrease the buffer-size of each thread to ensure all of the memory resides in Dedicated GPU memory instead of rolling over to Dynamic.
As the NFactor for Microcoin increases, the amount of memory that is needed to perform a single calculation rises. The more memory that can be allocated per thread, the better the performance that typically can be achieved.
SUMMARY: adjust this value first - Run GPUz of HWInfo to monitor the amount of dedicated memory used on the card until it moves into the dynamic column, then reduce it back down. YACMiner will tell you at the start how much memory has been allocated per thread

--lookup-gap X:
This tunes a compromise between ram usage and performance. Performance peaks at a gap of 2, but increasing the gap may allow you to run at a higher rate as more shaders in the card get utilized. Setting lookup gap overrides the default of 4.
SUMMARY: Start at 2, and try 4 through 8. Adjust your intensity setting (-R/-X/-I) to higher values as the lookup-gap increases.

--worksize XXX (-w 256):
Has a minor effect, should be a multiple of 32 up to 256 maximum. This sets the smallest size of work being sent to the GPU, and on older cards and/or drivers affects the values allowed in Raw Intensity.
SUMMARY: Higher values are better for cards with higher shader counts and 7XXX series cards and newer. Lower values for older cards give finer ranges of Raw Intensity to maximize performance.

--rawintensity XXXX (-R XXXX) This setting allows for a much more preceise intensity setting and can recognize significant gains when mining Microcoin
Note: make sure to use much lower raw-intensity values when you increase cpu threads (-g).
The original Intensity setting is currently used to spawn GPU threads as a simple 2^value setting.

  I:8  =     128 threads
  I:8  =     256 threads
  I:9  =     512 threads
  I:10 =    1024 threads
  I:11 =    2048 threads
  I:12 =    4096 threads
  I:13 =    8192 threads

Notice how the higher settings increase thread count tremendously.
It's now much easier to control thread intensity specifically and it potentially allows for a uniform way of setting the intensity on your system.

Valid values for raw-intensity are safest to be set as a multiple of --worksize. Newer drivers and/or cards may allow for adjustment in smaller increments - in some cases, this can be adjusted in in increments of 1.

--xintensity XX (-X XX)
When you have enough GPU memory allocated to fully utilize all shaders on your GPU, use this for intensity control as it will spawn threads as a multiple of how many shaders are on your GPU. This setting will be best starting at 4, and increases can be had by going up to 32 or as high as 128. Very large values for this may cause instability or driver crashes for very little gain - consider 128 to be the max.
Optional parameters for tuning:
--gpu-threads X (-g X):
Some people who have systems where the GPUs have large amounts of memory and low amounts of system memory will need to run multiple CPU threads so that all of the GPU memory can be allocated. This is because the OpenCL buffer is built in system memory and passed to the GPU. This defaults to 1, however values of 1, 2, 3 & 4 can all produce similar results.
SUMMARY: Run 1 unless your card has more than 2GB of memory and you cannot allocate all of that memory with just 1 thread.
Other available parameters that have better alternatives:
--thread-concurrency XXXXX:
This option may be depreciated in your mining software depreciated. It is still available for those people who like to do math on really high numbers that have to change when any other parameter needs to change. I strongly recommend utilizing the --buffer-size option instead. This setting adjusts the size of the OpenCL buffer to allocate to each thread. This value should be based on the amount of available memory on your GPU. This setting is affected by lookup-gap as well, utilizing the following formula for lookup-gaps of 1,2 & 4

MB per thread = thread-concurrency * 128 / (1024 * lookup-gap)
A good example of this: lookup-gap of 2, thread-concurrency of 8192 = 512 MB

As the NFactor for a Microcoin increases, the amount of memory that is needed to perform a single calculation rises. The more memory that can be allocated per thread, the better the performance that typically can be achieved.
SUMMARY: Use --buffer-size instead

--intensity XX (-I XX)
Just like in bitcoin mining, Microcoin mining takes an intensity, however the scale goes from 0 to 20 to mimic the "Aggression" used in mtrlt's reaper. The reason this is crucial is that too high an intensity can actually be disastrous with Microcoin because it can run out of memory and you will receive HW errors. High intensities start writing over the same ram and it is highly dependent on the GPU, but they can start actually DECREASING your hashrate, or even worse, start producing garbage with HW errors skyrocketing.
SUMMARY: Setting this for reasonable hashrates is mandatory. This setting is not recommended for Microcoin - use --raw-intensity

All the info is from Ultracoin forum.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - soon in alcurEX exchange on: April 22, 2014, 07:36:30 PM
in the meantime all of us forgot about this one Smiley vote now if you didn't do that Smiley
www.cryptsy.com/coinvotes/
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AUR][MANDATORY UPDATE] Auroracoin - a cryptocurrency for Iceland on: April 21, 2014, 09:34:13 PM
I wonder how those who bought aur for 0,1btc feel right now.. I don't know why, but I'll buy some aur even though it may be jumping on a sinking ship. there were too big volumes for the coin to be abandoned
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]BTCtalkcoin [BCC] Legal Airdrop - 4 Exchanges - Launching April 24! on: April 21, 2014, 06:14:57 PM
Russian translation is ready Smiley
https://bitcointalk.org/index.php?topic=579186.msg6326322#msg6326322
btw, when do you send bounties? after the launch?
47  Local / Альтернативные криптовалюты / [ANN]BTCtalkcoin [BCC] Раздача - 4 Биржи - Запуск 24 апреля! on: April 21, 2014, 06:13:00 PM
Wallet Password: e9/C69MJ:89v51H,7d

Про BTCtalkcoin (BCC)
BCC - это монета, которая сделана для того, чтобы вознаградить членов форума bitcointalk, которые зарегистрировались до запуска этой монеты.
0.5% использованы на 3 стадии IPO. Детали смотрите ниже.
0.5% будут использованы разрабами на вознаграждения, продвижение монеты и тд.


The Airdrop
Мы не рассылаем монеты жителям какой-либо страны. Мы верим в то, что криптовалюта должна быть для всех и каждого, и ни одна страна не должна быть в приоритете. Исходя из этого, мы будем распространять 49% монет членам bitcointalk.com, форума, который имеет самое разнообразное сообщество, состоящее из людей со всего мира. Еще одно достоинство этой раздачи - стопроцентная легальность. Не будет никаких проблем с правительствами государств.

У нас есть список всех членов bitcointalk.com, и мы распространим монеты через ЛС. Раздача начнется через 20 дней после запуска монеты.

Мы будем распространять монеты активным членам форума, которые пошлют нам свои  адреса в течение 20 дней после начала раздачи. После этого, монеты будут разосланы в течение 20 дней, чтобы избежать дампинга.

Биржи
https://www.allcrypt.com/market?id=669 (BCC/BTC)
https://www.allcrypt.com/market?id=670 (BCC/LTC)
https://www.allcrypt.com/market?id=671 (BCC/DOGE)
https://coinaccel.com/#market/124 (BCC/BTC)
https://coinaccel.com/#market/125 (BCC/LTC)
Poloniex will add us on launch! (Post #244)
bit126.com will add us on launch! (Chinese)
Swaphole.com will add us on launch!

Пулы
http://bcc.pool.mn/
http://bcc.dedicatedpool.com/
http://bcc.sumpool.com
http://bcc.nmgpool.com/ (Chinese)
http://bcc.quebec-pool.com/
http://coins.hashfaster.com/ (No registration required)
http://bcc.coinsinfo.net/
http://bcc.cryptopool.eu/
https://talk.suprnova.cc
http://www.itk.cn (Chinese)
http://bcc.dgbpool.com/  (Has some scam accussations)


BCC спецификация

Алгоритм: POW+POS (Scrypt)
Максимум BCC: 63,561,840
Время на блок: 60 секунд
Блок 2 - 200 награда: 1 BCC (чтобы избежать инстамайна)
Награда за блок: 20 BCC
Изменение сложности: каждые 10 блоков
Уполовинивание награды: каждые 6 мсяцев
POS: 15%
Раздача: 49%
IPO: 0.5%
Премайн: 0.5%

Wallets Password: e9/C69MJ:89v51H,7d
Windows: http://www.mediafire.com/download/scb3mxu198jaev8/BTCtalkcoin-win_v1.4.0.zip
Linux: http://www.mediafire.com/download/t00k8vqhtrulut2/BTCtalkcoin-linux+v1.4.0.zip
MacOSX: http://www.mediafire.com/download/yjjkw4pq68dmnnc/BTCtalkcoin-MacOSX_v1.4.0.zip

Source Code
https://github.com/BCCproject/BTCtalkcoin

Config (BTCtalkcoin.conf): http://www.mediafire.com/view/qtema5sokad8uu5/BTCtalkcoin.conf
Code:
server=1
listen=1
rpcuser=user
rpcpassword=pass
rpcport=50554
addnode=108.61.103.155

RPC Port: 50554
P2P Port: 50555
Testnet : 50556

Награды
Block explorer: 50 BCC
Блоги и Новостные статьи: в зависимости от качества и охвата аудитории
Android кошелек: 100 BCC
Первые 3 пула: 30 BCC
Перевод на основные языки: 10 BCC (Требуется обновление каждые 8 часов)

Block Explorers
CryptoBlox

Faucets
http://www.getcoin2.com

Детали IPO

Стадия 1: Закрыта. Объем вложений - 0.55402399 BTC

Stage 2: Закрыта. Объем вложений - 0.218401 BTC

Stage 3: Закрыта. Объем вложений - 0.025 BTC

Возврат возможен, если по какой-то причине запуск не произойдет, или если более 20 инвесторов потребуют возврат. Монеты будут высланы инвесторам через 24 часа после запуска.

Другие важные ссылки
Официальный сайт: скоро открытие
Страница Facebook: https://www.facebook.com/pages/BTCtalkcoin/811927328836687
Наш Twitter: https://twitter.com/BTCtalkcoin
Блоги: http://bitbillions.net/2014/04/20/alt-currencies-introducing-bitcointalk-coin/
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]BTCtalkcoin [BCC] Legal Airdrop - 4 Exchanges - Launching April 24! on: April 21, 2014, 05:38:28 PM
Hello, I can translate the announcement into Russian Smiley Do you guys need it?
49  Local / Альтернативные криптовалюты / Re: [PRE-ANN][VMC] VIRTUAL MINING COIN | COIN WITH REAL VALUE | TRUSTED ESCROW IPO on: April 21, 2014, 05:29:45 PM
ох и косой же перевод
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN]★★ Yellow Coin (YC) ★★PoW/PoS★★ 1 Day To Launch! on: April 21, 2014, 05:19:13 PM
that will be hard for this coin to attract a lot of miners now. look at the asiacoin, it is just huge and everyone is waiting for the coin similar to it.
good luck anyway Smiley
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - soon in alcurEX exchange on: April 21, 2014, 04:09:51 PM
isn't that fun that people create "ecological coin" which is mined using scrypt? Grin
they can also organise a motor rally and fur clothes giveaway to promote respect for the mother nature) and then nuke everyone who is not ready to join their ecological society Grin
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - soon in alcurEX exchange on: April 21, 2014, 03:28:22 PM
why today even small exchanges with horrible translations introduce voting system?..
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - soon in alcurEX exchange on: April 21, 2014, 01:56:44 PM
btw, are we going to make a page with the settings for the most popular GPUs?
54  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com on: April 21, 2014, 01:01:54 PM
why ltc profitability dropped from 200%+ (few days ago) to 168% right now ?
is going to go down more ?
it was 98% a week ago Cheesy
btw, guys what coins does this multipool mine? don't know whether to mine doge or join you
Terk doesn't identify which coins are being mined.  If you want to mine DOGE, you can, but I just came from doing so and the profitability for DOGE isn't nearly what this pool is currently returning--not even with a 10% mining bonus from Ypool.

then I think after 2 months of mining microcoin I'm joining you guys Smiley
Is that true that profitability in the first 2-3 days is rather low?
55  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com on: April 21, 2014, 11:26:55 AM
why ltc profitability dropped from 200%+ (few days ago) to 168% right now ?
is going to go down more ?
it was 98% a week ago Cheesy
btw, guys what coins does this multipool mine? don't know whether to mine doge or join you
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - soon in alcurEX exchange on: April 20, 2014, 03:05:52 PM
+1 And it's good that they aren't rushing with the ex. Proper testing is really important for security.
oh yes, security systems fu**ed up several times on poloniex and other exchanges not long ago. hope the devs will take special care about it.
someone give Halibit a hand with that moving to help him launch beta testing faster Smiley
57  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] alcurEX Cryptocurrency Exchange on: April 20, 2014, 02:03:39 PM
Hi there.
Now it seems like we have all ready for test.
But please, after passover.
Because on Tuesday I'm busy (moving), so...

beta launch on Wednesday.
We will testing the exchange all day and collect all test results.

I will inform beta site path on Wednesday.
If you want to join in beta testing, log in here:
http://alcurex.info/developers-forum/


I am sorry but this is a bit unprofessional, isn't it.
You have offered public shares. You have people investing in your idea and your product.
You are late with 20 days after an already present delay.
Now you ask to postpone, because you are moving your personal house ?

I don't think this is very serious.

In my country people are often legally bound to move house on a certain date (if someone else is moving into it) - if this is the case then it's pretty much unavoidable. One day isn't the end of the world after such a delay.

I should point out that Halibit is also just a (large) shareholder who has become more involved in the project over time. I feel that MRC himself has been unprofessional in not even posting here about his absence but Halibit has done a sterling job given the circumstances.
let them be unprofessoinals, but as you said Halibit is a big shareholder and he must be very very interested in making the coin expensive Smiley
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - soon in alcurEX exchange on: April 20, 2014, 10:33:52 AM
300 sat.. that is called "I have a dream"  Smiley
hopefully, this dream will come true
and right now there is a gap between 1 and 3 sat, noone wants to sell too cheap. I think everyone is waiting for some news about the exchange
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - soon in alcurEX exchange on: April 20, 2014, 05:04:19 AM
some news from halibit
https://bitcointalk.org/index.php?topic=458732.msg6302392#msg6302392
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - soon in alcurEX exchange on: April 18, 2014, 04:01:47 PM
Some coins at 2 satoshi left: https://poloniex.com/exchange/btc_mrc
gone already)
I didn't even know that poloniex brought btc/mrc back
Pages: « 1 2 [3] 4 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!