Bitcoin Forum
April 19, 2024, 11:16:03 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 ... 167 »
  Print  
Author Topic: [ANN][UBQ] Ubiq - Smart Contracts For An Automated World  (Read 331587 times)
baga105
Sr. Member
****
Offline Offline

Activity: 362
Merit: 250


View Profile
January 29, 2017, 09:53:53 AM
 #301

How can i connect to suprnova? Can someone help me with .bat file?

Ass, Gas or Grass! No one rides for free!
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713568563
Hero Member
*
Offline Offline

Posts: 1713568563

View Profile Personal Message (Offline)

Ignore
1713568563
Reply with quote  #2

1713568563
Report to moderator
1713568563
Hero Member
*
Offline Offline

Posts: 1713568563

View Profile Personal Message (Offline)

Ignore
1713568563
Reply with quote  #2

1713568563
Report to moderator
1713568563
Hero Member
*
Offline Offline

Posts: 1713568563

View Profile Personal Message (Offline)

Ignore
1713568563
Reply with quote  #2

1713568563
Report to moderator
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
January 29, 2017, 10:10:46 AM
 #302

How can i connect to suprnova? Can someone help me with .bat file?

Nicehash miner:
https://github.com/nicehash/cpp-ethereum

.bat:

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
export GPU_SINGLE_ALLOC_PERCENT 100
ethminer.exe -G -S ubiq.suprnova.cc:3030 -O worker.1:x  --cl-local-work 256 --cl-global-work 16384
pause


Maybe you don't need "--cl-local-work 256 --cl-global-work 16384"... try what works best for you and let me know, so I can add this to the pools getting started page.


suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
baga105
Sr. Member
****
Offline Offline

Activity: 362
Merit: 250


View Profile
January 29, 2017, 10:17:18 AM
 #303

How can i connect to suprnova? Can someone help me with .bat file?

Nicehash miner:
https://github.com/nicehash/cpp-ethereum

.bat:

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
export GPU_SINGLE_ALLOC_PERCENT 100
ethminer.exe -G -S ubiq.suprnova.cc:3030 -O worker.1:x  --cl-local-work 256 --cl-global-work 16384
pause


Maybe you don't need "--cl-local-work 256 --cl-global-work 16384"... try what works best for you and let me know, so I can add this to the pools getting started page.




Waiting for work package all the time...  Don't know the problem here.. .)

Ass, Gas or Grass! No one rides for free!
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
January 29, 2017, 10:22:30 AM
 #304

How can i connect to suprnova? Can someone help me with .bat file?

Nicehash miner:
https://github.com/nicehash/cpp-ethereum

.bat:

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
export GPU_SINGLE_ALLOC_PERCENT 100
ethminer.exe -G -S ubiq.suprnova.cc:3030 -O worker.1:x  --cl-local-work 256 --cl-global-work 16384
pause


Maybe you don't need "--cl-local-work 256 --cl-global-work 16384"... try what works best for you and let me know, so I can add this to the pools getting started page.




Waiting for work package all the time...  Don't know the problem here.. .)

Ah, then you're not using the nicehash version.

Try:

ethminer.exe -G -SP 2 -S ubiq.suprnova.cc:3030 -O worker.1:x  --cl-local-work 256 --cl-global-work 16384

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
baga105
Sr. Member
****
Offline Offline

Activity: 362
Merit: 250


View Profile
January 29, 2017, 10:33:28 AM
 #305

How can i connect to suprnova? Can someone help me with .bat file?

Nicehash miner:
https://github.com/nicehash/cpp-ethereum

.bat:

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
export GPU_SINGLE_ALLOC_PERCENT 100
ethminer.exe -G -S ubiq.suprnova.cc:3030 -O worker.1:x  --cl-local-work 256 --cl-global-work 16384
pause


Maybe you don't need "--cl-local-work 256 --cl-global-work 16384"... try what works best for you and let me know, so I can add this to the pools getting started page.




Waiting for work package all the time...  Don't know the problem here.. .)

Ah, then you're not using the nicehash version.

Try:

ethminer.exe -G -SP 2 -S ubiq.suprnova.cc:3030 -O worker.1:x  --cl-local-work 256 --cl-global-work 16384

Thanks man. I owe you a beer at least! It's working now.

Ass, Gas or Grass! No one rides for free!
jambo110
Legendary
*
Offline Offline

Activity: 1311
Merit: 1003



View Profile
January 29, 2017, 10:44:23 AM
 #306


**** JUST BE AWARE  *******

You guys realise that there is already millions to be distributed from jumpbucks  10 ubq for 1 jumpbuck and your all fighting over a block reward of 8,  the reason people are not talking about this and encouraging you to mine, is that they all bought jumpbucks and are trying to get you all sucked in.,    Roll Eyes
jambo110
Legendary
*
Offline Offline

Activity: 1311
Merit: 1003



View Profile
January 29, 2017, 10:50:29 AM
 #307


**** JUST BE AWARE  *******

You guys realise that there is already millions to be distributed from jumpbucks  10 ubq for 1 jumpbuck and your all fighting over a block reward of 8,  the reason people are not talking about this and encouraging you to mine, is that they all bought jumpbucks and are trying to get you all sucked in.,    Roll Eyes
On January 28 at 12:01am PST the Jumbucks market will be closed to facilitate the swap to Ubiq. JBS balances will be swapped at a rate of 1 JBS to 10 UBQ. The Ubiq market will open on Bittrex after at least 3 days of stable network operation
matejbilahora
Sr. Member
****
Offline Offline

Activity: 1414
Merit: 275

Community built, Privacy driven


View Profile
January 29, 2017, 10:53:28 AM
 #308


**** JUST BE AWARE  *******

You guys realise that there is already millions to be distributed from jumpbucks  10 ubq for 1 jumpbuck and your all fighting over a block reward of 8,  the reason people are not talking about this and encouraging you to mine, is that they all bought jumpbucks and are trying to get you all sucked in.,    Roll Eyes
On January 28 at 12:01am PST the Jumbucks market will be closed to facilitate the swap to Ubiq. JBS balances will be swapped at a rate of 1 JBS to 10 UBQ. The Ubiq market will open on Bittrex after at least 3 days of stable network operation
Well if one takes a look on the network hash rate, to get some coins is getting harder more and more. Only could help us is nice trading price.
jambo110
Legendary
*
Offline Offline

Activity: 1311
Merit: 1003



View Profile
January 29, 2017, 10:55:17 AM
 #309


**** JUST BE AWARE  *******

You guys realise that there is already millions to be distributed from jumpbucks  10 ubq for 1 jumpbuck and your all fighting over a block reward of 8,  the reason people are not talking about this and encouraging you to mine, is that they all bought jumpbucks and are trying to get you all sucked in.,    Roll Eyes
On January 28 at 12:01am PST the Jumbucks market will be closed to facilitate the swap to Ubiq. JBS balances will be swapped at a rate of 1 JBS to 10 UBQ. The Ubiq market will open on Bittrex after at least 3 days of stable network operation
Well if one takes a look on the network hash rate, to get some coins is getting harder more and more. Only could help us is nice trading price.
Naah you got no chance dont even try to justify the real facts,
gembitz
Hero Member
*****
Offline Offline

Activity: 1834
Merit: 639


*Brute force will solve any Bitcoin problem*


View Profile
January 29, 2017, 10:56:33 AM
 #310


**** JUST BE AWARE  *******

You guys realise that there is already millions to be distributed from jumpbucks  10 ubq for 1 jumpbuck and your all fighting over a block reward of 8,  the reason people are not talking about this and encouraging you to mine, is that they all bought jumpbucks and are trying to get you all sucked in.,    Roll Eyes


^i know how many are the miners minting this weekend ~ greedy bastards! Shocked

©2021*MY POSTS ARE STRICTLY FOR NOVELTY AND/OR PRESERVATION/COLLECTING PURPOSES ONLY!*It should not be regarded as investment/trading advice.*advocate to promote sharing and free software for the bitcoin community* #EFF #FSF #XTZ ===> START WITH NOTHING AND BUILD IT INTO SOMETHING!
giagge
Legendary
*
Offline Offline

Activity: 1134
Merit: 1001


View Profile
January 29, 2017, 11:03:03 AM
 #311

Very great coin , i think this a very good price on the market .
jambo110
Legendary
*
Offline Offline

Activity: 1311
Merit: 1003



View Profile
January 29, 2017, 11:04:01 AM
 #312


**** JUST BE AWARE  *******

You guys realise that there is already millions to be distributed from jumpbucks  10 ubq for 1 jumpbuck and your all fighting over a block reward of 8,  the reason people are not talking about this and encouraging you to mine, is that they all bought jumpbucks and are trying to get you all sucked in.,    Roll Eyes


^i know how many are the miners minting this weekend ~ greedy bastards! Shocked
Sockpuppets

A sockpuppet is an online identity used for purposes of deception. The term, a reference to the manipulation of a simple hand puppet made from a sock, originally referred to a false identity assumed by a member of an Internet community who spoke to, or about, themselves while pretending to be another person.
Digital_Currency_LTD
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
January 29, 2017, 11:05:52 AM
 #313

So have Ubiq a GUI wallet for windows or not?
jambo110
Legendary
*
Offline Offline

Activity: 1311
Merit: 1003



View Profile
January 29, 2017, 11:10:37 AM
 #314


**** JUST BE AWARE  *******

You guys realise that there is already millions to be distributed from jumpbucks  10 ubq for 1 jumpbuck and your all fighting over a block reward of 8,  the reason people are not talking about this and encouraging you to mine, is that they all bought jumpbucks and are trying to get you all sucked in.,    Roll Eyes
On January 28 at 12:01am PST the Jumbucks market will be closed to facilitate the swap to Ubiq. JBS balances will be swapped at a rate of 1 JBS to 10 UBQ. The Ubiq market will open on Bittrex after at least 3 days of stable network operation
Well if one takes a look on the network hash rate, to get some coins is getting harder more and more. Only could help us is nice trading price.
Naah you got no chance dont even try to justify the real facts,


gembitz
Hero Member
*****
Offline Offline

Activity: 1834
Merit: 639


*Brute force will solve any Bitcoin problem*


View Profile
January 29, 2017, 11:14:39 AM
 #315


**** JUST BE AWARE  *******

You guys realise that there is already millions to be distributed from jumpbucks  10 ubq for 1 jumpbuck and your all fighting over a block reward of 8,  the reason people are not talking about this and encouraging you to mine, is that they all bought jumpbucks and are trying to get you all sucked in.,    Roll Eyes


^i know how many are the miners minting this weekend ~ greedy bastards! Shocked
Sockpuppets

A sockpuppet is an online identity used for purposes of deception. The term, a reference to the manipulation of a simple hand puppet made from a sock, originally referred to a false identity assumed by a member of an Internet community who spoke to, or about, themselves while pretending to be another person.


^may bad bro: i was compelled to doxx the UBQsmartContract() dev ===>







©2021*MY POSTS ARE STRICTLY FOR NOVELTY AND/OR PRESERVATION/COLLECTING PURPOSES ONLY!*It should not be regarded as investment/trading advice.*advocate to promote sharing and free software for the bitcoin community* #EFF #FSF #XTZ ===> START WITH NOTHING AND BUILD IT INTO SOMETHING!
DeanWinchester
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
January 29, 2017, 11:20:58 AM
 #316

Dears, tell me pls, how to use http://ubiqsmart.com/coinswapaddress/#generate-wallet wallet?
I'm dont understand, where is my Ubiq Coin?
https://i.imgur.com/XD4wYQi.jpg
ExEric3
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
January 29, 2017, 11:35:52 AM
 #317

Miner ethminer-0.9.41-genoil-1.1.7, OS 7x64, 8 GB of RAM, the card 7870, a bat-file:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
color 02
ethminer.exe -G -S http://ubiqpool.io:8888 -O 0xE4d60C3281468e018275B7675B69C6f95eC3B997.max1

What is the problem?

You have bad port, domain. Try
Code:
ethminer.exe -S ubq.miners-zone.net:8008 -O <address>.<worker>:x -SP 1 -G 

So in your case
Code:
ethminer.exe -S ubq.miners-zone.net:8008 -O 0xE4d60C3281468e018275B7675B69C6f95eC3B997.max1:x -SP 1 -G 
That pool have lower diff.
Gaglam
Sr. Member
****
Offline Offline

Activity: 390
Merit: 250


View Profile
January 29, 2017, 11:52:33 AM
 #318

Is this worth mining somehow?
matejbilahora
Sr. Member
****
Offline Offline

Activity: 1414
Merit: 275

Community built, Privacy driven


View Profile
January 29, 2017, 12:05:20 PM
 #319

Is this worth mining somehow?
It depends on what will come in near future. Maybe yes, maybe no.
gembitz
Hero Member
*****
Offline Offline

Activity: 1834
Merit: 639


*Brute force will solve any Bitcoin problem*


View Profile
January 29, 2017, 12:21:25 PM
 #320

Is this worth mining somehow?


Zcash 2.0 ... so hmmm * NOTHING GOING ON HERE !! ...lol   Cool

©2021*MY POSTS ARE STRICTLY FOR NOVELTY AND/OR PRESERVATION/COLLECTING PURPOSES ONLY!*It should not be regarded as investment/trading advice.*advocate to promote sharing and free software for the bitcoin community* #EFF #FSF #XTZ ===> START WITH NOTHING AND BUILD IT INTO SOMETHING!
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 ... 167 »
  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!