Bitcoin Forum
May 03, 2024, 11:22:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Local / Pazar Alanı / Re: Chia Mining Farm on: October 04, 2021, 09:10:01 PM
Merhaba hocam.Güzel temiz bir sistem yapmışsınız elinize sağlık.Sormak istediğim hiç bu kapasitede SOLO denemeniz oldu mu ? Oldu ise nasıl bir sonuç aldınız , iyi forumlar.
2  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: December 29, 2020, 08:32:32 PM
i just want to ask , if it possible to add such a feature to this script :

if x amount of red comes in a row return the scripts to beginning.
Yes... the "streak" of losses will be stored in "currentstreak" as a negative number... which is what the script is currently checking for while doing the preroll.

"if currentstreak < -preroll"... it checks to see if the losing streak is more than 5 losses in a row... then it starts multiplying.

You can add a "maxlosses" variable... and check that, if exceeded then return to default settings:

Code:
chance     = 49.50
multiplier = 2
base       = 0.00000001
preroll    = 5
prebet     = 0.00000001
nextbet    = 0.00000001

maxlosses = 15

function dobet()
 if win then
  nextbet=base
 else
  if currentstreak== -preroll then
   nextbet=base
  end
  if currentstreak < -preroll then
   nextbet=previousbet*multiplier
  end
  if currentstreak < -maxlosses then
   nextbet=base
   currentstreak = 0
  end
 end
end

WARNING: I haven't extensively tested this code... use at your own risk Tongue

Just tested and works like a charm <3

I just wanted to limit max. looses so it wont be betting in the dark Smiley

Thanks a bunch mate you make my day !

Happy new year everyone.
3  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: December 29, 2020, 05:38:15 PM
chance     = 49.50
multiplier = 2
base       = 0.00000001
preroll    = 5
prebet     = 0.00000001
nextbet    = 0.00000001
function dobet()
 if win then
  nextbet=base
 else
  if currentstreak== -preroll then
   nextbet=base
  end
  if currentstreak < -preroll then
   nextbet=previousbet*multiplier
  end
 end
end

hey ,

i am using default preroll script and doing well so far.

i just want to ask , if it possible to add such a feature to this script :

if x amount of red comes in a row return the scripts to beginning.

i appreciate any help , cheers and happt x-mas.
4  Local / Pazar Alanı / Re: 6 Adet Safir Rx 570 8GB Nitro Plus SIFIR KUTUSUNDA / satildi kapatilabilir on: December 09, 2020, 11:17:09 AM
Hala satılık mı?

Satildi hocam alan kisi coktan kazima baslamistir bile Smiley
5  Local / Pazar Alanı / 6 Adet Safir Rx 570 8GB Nitro Plus SIFIR KUTUSUNDA on: November 05, 2020, 09:20:51 PM
Kartlar 2018 yılında alındı kutularından hiç çıkarılmadı.

Tek almak istenler için fiyatı 1750 TL

Hepsini veya 3 adet üzeri alacaklar 1600 TL

İstanbul'dayım gelip görüp alabilirsiniz veya kargo yaparım.
6  Local / Pazar Alanı / Re: RX 5600 XT, RX 5700 XT Ekran Kartları İçin ETH Mining Bios Hazırlanır... on: November 05, 2020, 07:44:28 PM
Hocam 5700 XT herkes almak istiyor ama malum fiyatları çok uçtu bana göre bu fiyatlarda almak yatırımı büyük riske atar.

Bu kartın gölgesinde kalan 5500 XT ve 5600 XT de nedir sizin bios modu ile yakalayabildiğiniz en iyi değerler ? Ona göre bu kartları alma durumum olabilir lakin şu ana kadar mining kartları ile devam ettim ama bir kısım oyuncu kartları da eklemek istiyorum riglerim arasına , iyi çalışmalar.
7  Local / Pazar Alanı / Re: Satilik 12 Adet P106-100 6GB ile kurulu rig on: November 02, 2020, 10:14:44 AM
ekran kartlarının ram markası ve son olur fiyat nedir...Huh?

Hocam kartlar palit marka 13500 tl son fiyatidir.

Roi acisindan p106 lar benim nazarimda ilk sirada.

Gonul ister rx 5700 xt ler ile ilermemek ama ciddi anlamda riskli bu fiyatlardan alip kurmak.benim bu riglerdeki mantigim dusuk fiyat ve risk ile yol alabilmek oldu.
8  Local / Pazar Alanı / Satilik 12 Adet P106-100 6GB ile kurulu rig on: October 31, 2020, 12:14:39 PM
12 Adet Palit P106-100 6gb GPU
2x Evga 750Watt Gold plus PSU
Esonic Gladiator 12+1 Gpu destekli Anakart
G3930 CPU
8gb  Corsair Vengenence Ddr4 Ram
Ozel Tasarım 12 li aluminyum rig kasasi

Toplam 265-275 mh/s veriyor stabil olarak.
Sistemle beraber 1100-1150 watt arasi cekiyor.

Kart başı stok 21.5 veriyor oc ile 22.5-23.5 arasi 90watt cekiyor prizden.

Ilgilenenler buradan veya ozelden yazabilir rig istanbul da

9  Local / Pazar Alanı / Alinik Kripto Madencilik Ekipmanlari on: October 07, 2020, 09:16:02 PM
Mining icin kullanilacak her turlu ekipman aliniktir.

Ekran karti olarak tercih p104,p106 ve 8gb rx 570/580 ve 5700xt  lerdir.
Riser , psu , anakart , ram ayrica aliniktir.

Olucu degilim ama toplu alma derdindeyim degeri ne ise onu veririm urunlerin durumuna gore.

10  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: November 15, 2019, 07:26:41 PM
Okay this is a great bot and help me a lot for the things that i was trying to do manually.As a newb i play around a bit with programmer mode so far i could do something with my capability but i stuck now Smiley I am looking to get an help from you guys with script.Here what i want to do ;

Let's say my dices goes  for  max. 30x red so instead of prerolls i want to have it like ;
for the first 10 red i want to use xx of my balance for martingale.
If dice still gives me a red for the next 10 (starts with 11th red) it should use xx of my balance again. (amount which covers all lost from previous 10 red )
If still no greed goes to last passage and for last 10 red it again uses xx of my balance. (amount which covers all lost from first 20 reds and gives me profit for the next 10)
If still no green it shouldnt go for 31th bet instead starts over.

If I understand correctly you're trying to limit your exposure by only using X amount of your bank roll for each 10 rolls, but for the 2nd and 3rd blocks of 10... the only way cover all the loses from the previous 10 rolls is to continue on the same martingale betting pattern (or higher!).

In other words, it's just a straight 30 rolls with increasing martingale bets and you either hit green or you don't... it's the only way to do it and break even when you hit the green. (Unless you are wanting to actually increase the bets above the minimum required to break even in each block?)  

For instance... say your first 10 reds at 2x payout, are the following bet amounts:
1-2-4-8-16-32-64-128-256-512...

The only way to cover those first 10 losses are to continue the same betting pattern in the second block:
1024-2048-4096-8192...524288

or something higher like:
2000-4000-8000-16000...1024000

You'd then have to do the same in the 3rd block... same betting pattern or higher.

In that case, you just need to figure out what the max loss you want over 30 bets is... then calculate what the starting bet should be so that you don't exceed that value over 30 consecutive losses. This is probably easiest to actually just create a spreadsheet that does the math for you... and you can modify the start bet and/or the payout multiplier and then have it calculate projected losses for X number of bets and you can simply adjust the values to see what you want it to be.

Here is a simple one that is only useful for a 2x payout (should be around a chance of ~49.5 for most dice sites): https://docs.google.com/spreadsheets/d/10cC_ODRYde8nuWRMb4b5uQkI_-8uY37ktN5tjsf-CzM/edit?usp=sharing

As you can see... starting with a bet of just 0.00000001, you'd need a starting balance of 10.73741823 to be able to make 30 bets at 2x multiplier... and would make a profit of just 0.00000001 when you hit green! Shocked Shocked Shocked

NOTE: If you want to do other chance/payout values, you'd probably need to do a bit of editing to make the bet increases relate to the multiplier/payout properly.


So, I guess the real question, is what are you actually wanting to achieve by splitting into three different blocks of betting? Huh

Thanks for spending time and trying to understand what i am asking.

Reason i want to increase bets for each 10 red is , i aim to get actual high profit from reds  starts after 11 because you get reds untill 10-15 constantly but if you keep your start bet high for reds between that you would risk to loose your bankroll for reds coming after 15 and so on.I mean i can increase my bet amount after lets say 15 because i know it wont go for long and i will get some good profit after a few reds that covers everything lost and plus.As i currently use pre-rolls for reds between 1 and 10 and as it comes constantly it effects my overall profit a lot because it works 24h a day.Hope i could have sucess with telling my concern hopefully.Thanks again for your time <3
11  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: November 14, 2019, 11:22:37 AM
Okay this is a great bot and help me a lot for the things that i was trying to do manually.As a newb i play around a bit with programmer mode so far i could do something with my capability but i stuck now Smiley I am looking to get an help from you guys with script.Here what i want to do ;

Let's say my dices goes  for  max. 30x red so instead of prerolls i want to have it like ;

for the first 10 red i want to use xx of my balance for martingale.

If dice still gives me a red for the next 10 (starts with 11th red) it should use xx of my balance again. (amount which covers all lost from previous 10 red )

If still no greed goes to last passage and for last 10 red it again uses xx of my balance. (amount which covers all lost from first 20 reds and gives me profit for the next 10)

If still no green it shouldnt go for 31th bet instead starts over.


I know how to use  this  ==>   nextbet=balance*(percentage/100.0)  for part of my current script but this one needs lots more to do i guess.

i am sure this is possible to do but almost impossible for a beginner.I will be glad if anyone helps me with that , cheers!
12  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: November 12, 2019, 01:28:05 PM
Hey mate! Thanks for great program i just discovered it.I am using your streched prebet script but i am getting following error :

Starting Dicebot 3.4.5
Please set starting bet using nextbet = x.xxxxxxxx


Actually it worked on my 1st try and after i stop and try with another currency i am getting that error.Even thought i get back the 1st currency that i  try for the first time still getting this Sad
13  Local / Pazar Alanı / Re: Satılık Madenci Ekipmanları (Anakart , Güç Kaynakları ve İşlemciler on: October 24, 2019, 11:16:40 PM
Satılanların üzerini çizdim.Madencilerde iş yok ölücü bile kalmamış Smiley Neyse ki normal kasa toplayanlar oyuncular var iyi malı ucuza görünce es geçmiyorlar.
14  Local / Pazar Alanı / Satılık Madenci Ekipmanları (Anakart , Güç Kaynakları ve İşlemciler on: October 15, 2019, 07:26:27 PM
Selamlar.Riglerimdeki kartları tek tek satmamdan dolayı ekran kartları dışında kalan malzemeleri ayırmıştım duruma göre tekrar rig kurarım diye düşünerek ancak  o düşünceye artık sahip değilim.Aşağıdaki malzemeleri satıyorum ilgisi olanlar özel mesaj veya buradan irtibata geçebilirler.

Anakart+ işlemciler:

Tb250 BTC 6 Slot mining anakart + G4400 işlemci => Anakart : 300 İşlemci : 250TL

TB250 BTC PRO 12 Slot Mining Anakart+G4400 İşlemci => Anakart: 450 TL İşlemci : 250 TL

Gigabyte Ga-H110-D3A 6 Slot Anakart+G3930 İşlemci => Anakart : 300 TL İşlemci: 170 TL

G3900 İŞlemci ==> 170 TL

Güç Kaynakları:

Evga Supernova 750 P2 Platinum ==> 750 TL (Jelatini dahil hiç açılmamış)

Evga Supernova 750 P2 Platinum ==> 600 TL

Evga Supernova 750 G2 Gold ==> 500 TL

Corsair Platinum Hx1000 ==> 600 TL

Corsair Platinum Hx1200 ==> 750 TL

FPS Aurum PT-1200FM ==> 750 TL

Thermaltake Smart DPS G750W Gold+ 400 TL

Coolermaster V750 80+ Gold => 400 TL

Everest Eps-1650 => 350 TL

Hepsi test edilmis ve calisir durumdadir.Garanti durumlari urune gore farklilik gostermektedir.
Yerim İstanbul - Bayrampaşa tarafindadir ancak heryere kargo yapabilirim.
15  Alternate cryptocurrencies / Mining (Altcoins) / Mining with a datacenter , need experts here :) on: September 14, 2019, 09:20:38 PM
Hey guys ,

One of the big datacenter (HPC) that i am in a contact with wants to use all their source for mining if it is profitable.I just want to know if it really worths it.

These are the equipments that we have :

Compute Nodes:

256 RH2288H V2
2 Intel Xeon E5-2660 V2

Total Computing Capability : 90.1 TFlops

GPGPU Nodes:

10 GPGPU Nodes with 4 K20x
Total Computing Capability :  56.8  TFlops

Storage System :

Total Storage Capacity : 256TB

Computing Network :

40GE


Total we have 5120 Cpus mentioned above.

So , with all these equipments could we have a deciaded mining center with a profitability?

Thanks for the help already!

16  Local / Pazar Alanı / Re: Güç kaynakları --- ATX ve Sunucu Tipi on: April 22, 2018, 11:30:59 PM
Hocam bu server güç kaynakları neden ucuz diğer güç kaynaklarına göre ? Kendi kendime sordum acaba enayimiyiz acaba 1200 + TL gibi rakamlar vererek.Üstelik Platinum olduğunu berlitmişsiniz nedir acaba bunların farkı ? Smiley
17  Local / Pazar Alanı / Re: 186 Mh Inno3D Mining P106-106 8 Ekran Kartlı Mining Rig Hazır Sistem on: April 10, 2018, 07:08:16 PM
Eskiden gelirler yuksekken cok goze batmiyordu ancak su an rigin elektrik tuketimi ve bu tuketimine gore verdigi hash orani cok onemli bir konu haline geldi.bence rig satislarinda saticilar mutlaka bunu net bir sekilde belirtmeli iyi satislar.
18  Local / Pazar Alanı / Re: 5 adet EVGA 1070 + 1 adet EVGA 1060 toplam 183MH on: April 08, 2018, 08:07:57 PM
Sırf bir tane de Nvidia Rigim olsun diye arayışım var.6. Kart da 1070 olsaymış tadından yenmezmiş Smiley Yine de eğer satılmadıysa istanbul içi elden 10000TL  riginiz için teklif ediyorum , umarım istediğiniz rakamdan gider.
19  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: March 26, 2018, 10:56:55 AM
@tytanick could you please take your time and help me out with my questions.I am so tempted to start using SMos after having so much troubles with Windows 10 but i have almost zero to none information about SMos.I am planning to expand my rig farm from 22 to around 50 but finding right software is pretty crucial so please help me out thanks Smiley
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: March 26, 2018, 09:59:20 AM
Today i will be preparing Raven x16r miners for AMD and Nvidia.


I got 2 main questions for this system.

1- I got 22 Rigs and i want to use SM for all of them.Do i need to copy USB stick for each of them one by one or i can create one and is there a way to clone them fast? I tested only one with Etcher program worked fine but for all 21 rigs it would a while to do it.

2- I use Rx 580 cards for my rigs from different brands but the one i tested was Saphire Rx 580.I get 22 Hashrate from them without setting overclock on SM and even i change values it remains same and even some of them goes lower to 19.All my cards are on default they are not modded.Do i need to mod them on windows in order to use with SM @ hasrates around 29-32 ? They said SM does overlock auto but i couldnt see any boost.

Also , if i want to start all 22 rigs can i use 3 days trial for all of them or i need to deposit right after i started to use it ? One more question , is it possible to pay monthly fees from my ETC or ETH balance ?


Thanks much for the help.

Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!