Bitcoin Forum
May 07, 2024, 07:14:59 PM *
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 »  All
  Print  
Author Topic: ► DARKBIT ◄► GooglePlay ◄► DB ◄► DarkRoad ◄► XMap ◄ ➋➋➊➋➍  (Read 13377 times)
vegasguy
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
May 18, 2015, 10:31:22 PM
 #61

Thank you. I plan on being the absolute source for everything important in crypto. Im retired so all I do is monitor the threads here and pick out about 1% of the information and put that on my site in a clean easy to read format. Youll NEVER find trolling or wasteful information there.

Thanks again, and tell your friends!
Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
1715109299
Hero Member
*
Offline Offline

Posts: 1715109299

View Profile Personal Message (Offline)

Ignore
1715109299
Reply with quote  #2

1715109299
Report to moderator
1715109299
Hero Member
*
Offline Offline

Posts: 1715109299

View Profile Personal Message (Offline)

Ignore
1715109299
Reply with quote  #2

1715109299
Report to moderator
1715109299
Hero Member
*
Offline Offline

Posts: 1715109299

View Profile Personal Message (Offline)

Ignore
1715109299
Reply with quote  #2

1715109299
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715109299
Hero Member
*
Offline Offline

Posts: 1715109299

View Profile Personal Message (Offline)

Ignore
1715109299
Reply with quote  #2

1715109299
Report to moderator
1715109299
Hero Member
*
Offline Offline

Posts: 1715109299

View Profile Personal Message (Offline)

Ignore
1715109299
Reply with quote  #2

1715109299
Report to moderator
1715109299
Hero Member
*
Offline Offline

Posts: 1715109299

View Profile Personal Message (Offline)

Ignore
1715109299
Reply with quote  #2

1715109299
Report to moderator
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
May 18, 2015, 10:33:25 PM
 #62

Im retired so all I do is monitor the threads

yeah i can imagine from your avatar pic Cheesy

andrepierre
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
May 18, 2015, 10:34:08 PM
 #63

Thank you. I plan on being the absolute source for everything important in crypto. Im retired so all I do is monitor the threads here and pick out about 1% of the information and put that on my site in a clean easy to read format. Youll NEVER find trolling or wasteful information there.

Thanks again, and tell your friends!
Vegas

Really like your website and very useful, will make use of it.
vegasguy
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
May 18, 2015, 10:34:58 PM
Last edit: May 18, 2015, 10:50:02 PM by vegasguy
 #64

Ya..thats my sha farm. Just finishing my 2GHS scrypt farm now. All KNC miner titans batch 2.





Ive just finished putting it together. Didnt want to zip tie/cleanup all the wires yet until I know its 100% functional. Ill post some good pics after its all cleaned up and tied down.

Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
kubuminer
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250


View Profile
May 18, 2015, 10:42:43 PM
 #65

Guys need help wit compille wallet

key.cpp: In member function ‘bool CKey::Load(CPrivKey&, CPubKey&, bool)’:
key.cpp:568:61: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     if (!secp256k1_ec_privkey_import(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &privkey[0], privkey.size()))
                                                             ^
key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector<unsigned char>&) const’:
key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable]
     bool fComp = IsCompressed();
          ^
key.cpp: In member function ‘bool CPubKey::IsFullyValid() const’:
key.cpp:654:60: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     if (!secp256k1_ec_pubkey_verify(instance_of_csecp256k1.ctx, begin(), size()))
                                                            ^
key.cpp: In member function ‘bool CPubKey::Decompress()’:
key.cpp:669:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     int ret = secp256k1_ec_pubkey_decompress(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &clen);
                                                                     ^
key.cpp: In member function ‘bool CKey::Derive(CKey&, unsigned char*, unsigned int, const unsigned char*) const’:
key.cpp:711:70: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_privkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)keyChild.begin(), out);
                                                                      ^
key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’:
key.cpp:730:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_pubkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)pubkeyChild.begin(), pubkeyChild.size(), out);
                                                                     ^
make: *** [obj/key.o] Error 1
ntfl
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
May 18, 2015, 10:48:08 PM
 #66

Guys need help wit compille wallet

key.cpp: In member function ‘bool CKey::Load(CPrivKey&, CPubKey&, bool)’:
key.cpp:568:61: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     if (!secp256k1_ec_privkey_import(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &privkey[0], privkey.size()))
                                                             ^
key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector<unsigned char>&) const’:
key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable]
     bool fComp = IsCompressed();
          ^
key.cpp: In member function ‘bool CPubKey::IsFullyValid() const’:
key.cpp:654:60: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     if (!secp256k1_ec_pubkey_verify(instance_of_csecp256k1.ctx, begin(), size()))
                                                            ^
key.cpp: In member function ‘bool CPubKey::Decompress()’:
key.cpp:669:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     int ret = secp256k1_ec_pubkey_decompress(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &clen);
                                                                     ^
key.cpp: In member function ‘bool CKey::Derive(CKey&, unsigned char*, unsigned int, const unsigned char*) const’:
key.cpp:711:70: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_privkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)keyChild.begin(), out);
                                                                      ^
key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’:
key.cpp:730:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_pubkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)pubkeyChild.begin(), pubkeyChild.size(), out);
                                                                     ^
make: *** [obj/key.o] Error 1


https://github.com/bitcoin/secp256k1#build-steps

 Wink
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
May 18, 2015, 10:49:11 PM
 #67

any news about masternode, anyone is setting it up or any option fr group masternodes

Inagame
Full Member
***
Offline Offline

Activity: 434
Merit: 124


View Profile
May 18, 2015, 10:50:16 PM
 #68

still have 1 connection on my wallet and i have added the node
Olegcho
Sr. Member
****
Offline Offline

Activity: 459
Merit: 250


View Profile
May 18, 2015, 10:53:14 PM
 #69

Ya..thats my sha farm. Just finishing my 2GHS scrypt farm now. All KNC miner titans batch 2.





Ive just finished putting it together. Didnt want to zip tie/cleanup all the wires yet until I know its 100% functional. Ill post some good pics after its all cleaned up and tied down.

Vegas

nice fans! can you tell me please what's the room's temp and the dc/dc high temp?

edit: when you start it Smiley
edit2: read your PMs Smiley
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
May 18, 2015, 10:54:58 PM
 #70

Ya..thats my sha farm. Just finishing my 2GHS scrypt farm now. All KNC miner titans batch 2.





Ive just finished putting it together. Didnt want to zip tie/cleanup all the wires yet until I know its 100% functional. Ill post some good pics after its all cleaned up and tied down.

Vegas

great showcase, why nt come to this thread https://bitcointalk.org/index.php?topic=7216.0 to discuss more about your setup since we are going of topic in this thread and dont wana get blame of spamming Wink

vegasguy
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
May 18, 2015, 10:57:21 PM
 #71

ya..I dont want to go off topic sorry. Real quick , last word: they need to run outside. We meassured the temp in a large room 20X20 after 24 hrs 135F. PM me for more info.

Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
TemonL
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
May 18, 2015, 11:00:14 PM
 #72

How many total coin?
Inagame
Full Member
***
Offline Offline

Activity: 434
Merit: 124


View Profile
May 18, 2015, 11:05:31 PM
 #73

Ya..thats my sha farm. Just finishing my 2GHS scrypt farm now. All KNC miner titans batch 2.





Ive just finished putting it together. Didnt want to zip tie/cleanup all the wires yet until I know its 100% functional. Ill post some good pics after its all cleaned up and tied down.

Vegas

nice fans! can you tell me please what's the room's temp and the dc/dc high temp?

edit: when you start it Smiley
edit2: read your PMs Smiley
very nice!!but u gonna cry when u'll see the electricity bill  Cry
kahir
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
May 18, 2015, 11:07:53 PM
 #74

i like the wallet looking forward seeing more good staff
Olegcho
Sr. Member
****
Offline Offline

Activity: 459
Merit: 250


View Profile
May 18, 2015, 11:09:01 PM
 #75

very nice!!but u gonna cry when u'll see the electricity bill  Cry

Smiley i'm running my farm since february around 85% of the mined coins goes for it Smiley with the rest 15% i should pay rent of the place i put them and with the other 0% i make huge ROI
stackoverflow
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
May 18, 2015, 11:14:23 PM
 #76

very nice!!but u gonna cry when u'll see the electricity bill  Cry

Smiley i'm running my farm since february around 85% of the mined coins goes for it Smiley with the rest 15% i should pay rent of the place i put them and with the other 0% i make huge ROI

wow 85% for electricity that's huge, have you tried alternative generators that work with fuel, or solar energy, or maybe car batteries Smiley
cakir
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


★ BitClave ICO: 15/09/17 ★


View Profile WWW
May 18, 2015, 11:27:22 PM
 #77

staking like a bos Cool Cool
Ps: I withdrew my coins automatically when they hit 100 coins.
Why I did that? I explained it here: https://bitcointalk.org/index.php?topic=1051415.0





                  ,'#██+:                 
              ,█████████████'             
            +██████████████████           
          ;██████████████████████         
         ███████:         .███████`       
        ██████               ;█████'      
      `█████                   #████#     
      ████+                     `████+    
     ████:                        ████,   
    ████:    .#              █     ████   
   ;███+     ██             ███     ████  
   ████     ███'            ███.    '███, 
  +███     #████           ,████     ████ 
  ████     █████ .+██████: █████+    `███.
 ,███     ███████████████████████     ████
 ████     ███████████████████████'    :███
 ███:    +████████████████████████     ███`
 ███     █████████████████████████`    ███+
,███     ██████████████████████████    #███
'███    '██████████████████████████    ;███
#███    ███████████████████████████    ,███
████    ███████████████████████████.   .███
████    ███████████████████████████'   .███
+███    ███████████████████████████+   :███
:███    ███████████████████████████'   +███
 ███    ███████████████████████████.   ███#
 ███.   #██████████████████████████    ███,
 ████    █████████████████████████+   `███
 '███    '████████████████████████    ████
  ███;    ███████████████████████     ███;
  ████     #████████████████████     ████ 
   ███#     .██████████████████     `███+ 
   ████`      ;██████████████       ████  
    ████         '███████#.        ████.  
    .████                         █████   
     '████                       █████    
      #████'                    █████     
       +█████`                ██████      
        ,██████:           `███████       
          ████████#;,..:+████████.        
           ,███████████████████+          
             .███████████████;            
                `+███████#,               
ltcrstrbrt
Legendary
*
Offline Offline

Activity: 1568
Merit: 1057



View Profile
May 18, 2015, 11:31:36 PM
 #78

staking like a bos Cool Cool
Ps: I withdrew my coins automatically when they hit 100 coins.
Why I did that? I explained it here: https://bitcointalk.org/index.php?topic=1051415.0




15k for a masternode?
Inagame
Full Member
***
Offline Offline

Activity: 434
Merit: 124


View Profile
May 18, 2015, 11:33:57 PM
 #79

staking like a bos Cool Cool
Ps: I withdrew my coins automatically when they hit 100 coins.
Why I did that? I explained it here: https://bitcointalk.org/index.php?topic=1051415.0




how many connection do u have?
cakir
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


★ BitClave ICO: 15/09/17 ★


View Profile WWW
May 18, 2015, 11:35:53 PM
 #80

staking like a bos Cool Cool
Ps: I withdrew my coins automatically when they hit 100 coins.
Why I did that? I explained it here: https://bitcointalk.org/index.php?topic=1051415.0

https://i.imgur.com/EXrxjqw.png


15k for a masternode?
Yes it's 15k for a masternode. But I'm not running a masternode, I'm just staking.
That's better I guess. Why?
Now: there're 4 MN's and they're getting 69% of the 200 so 138 coins but, each of them gets 44.5
 but I'm getting 31% of the value (it's: 62 DB).

I think I'm the only one or two to staking right now Smiley

@ Inagame : I've 2 connections, and I don't use a conf file.


                  ,'#██+:                 
              ,█████████████'             
            +██████████████████           
          ;██████████████████████         
         ███████:         .███████`       
        ██████               ;█████'      
      `█████                   #████#     
      ████+                     `████+    
     ████:                        ████,   
    ████:    .#              █     ████   
   ;███+     ██             ███     ████  
   ████     ███'            ███.    '███, 
  +███     #████           ,████     ████ 
  ████     █████ .+██████: █████+    `███.
 ,███     ███████████████████████     ████
 ████     ███████████████████████'    :███
 ███:    +████████████████████████     ███`
 ███     █████████████████████████`    ███+
,███     ██████████████████████████    #███
'███    '██████████████████████████    ;███
#███    ███████████████████████████    ,███
████    ███████████████████████████.   .███
████    ███████████████████████████'   .███
+███    ███████████████████████████+   :███
:███    ███████████████████████████'   +███
 ███    ███████████████████████████.   ███#
 ███.   #██████████████████████████    ███,
 ████    █████████████████████████+   `███
 '███    '████████████████████████    ████
  ███;    ███████████████████████     ███;
  ████     #████████████████████     ████ 
   ███#     .██████████████████     `███+ 
   ████`      ;██████████████       ████  
    ████         '███████#.        ████.  
    .████                         █████   
     '████                       █████    
      #████'                    █████     
       +█████`                ██████      
        ,██████:           `███████       
          ████████#;,..:+████████.        
           ,███████████████████+          
             .███████████████;            
                `+███████#,               
Pages: « 1 2 3 [4] 5 6 7 8 9 10 »  All
  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!