Bitcoin Forum
June 23, 2017, 07:57:07 PM *
News: Latest stable version of Bitcoin Core: 0.14.2  [Torrent].
 
   Home   Help Search Donate Login Register  
Pages: « 1 ... 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 [701] 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 ... 1271 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 1923256 times)
Vandalay23
Sr. Member
****
Offline Offline

Activity: 328


View Profile
October 23, 2014, 03:29:53 PM
 #14001

People please use your brain before write here Smiley

I do try, however am still having issues in thinking of a scenario where a buy order crashes the price.

Theres always someone smarter around so I thought Id ask

Thanks
I needed a good laugh here....

xizmax - don't be hard with yourself, you're not the dumb here...
1498247827
Hero Member
*
Offline Offline

Posts: 1498247827

View Profile Personal Message (Offline)

Ignore
1498247827
Reply with quote  #2

1498247827
Report to moderator
POLONIEX TRADING SIGNALS
+50% Profit and more via TELEGRAM
ALTCOINTRADER.CO
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
1498247827
Hero Member
*
Offline Offline

Posts: 1498247827

View Profile Personal Message (Offline)

Ignore
1498247827
Reply with quote  #2

1498247827
Report to moderator
fivebells
Sr. Member
****
Offline Offline

Activity: 462


View Profile
October 23, 2014, 04:41:18 PM
 #14002

I'm curious about the overhead people have observed with pool-based mining.  I've tried a few pools out, and was getting 50% less than I do with solo mining.
Blago
Sr. Member
****
Offline Offline

Activity: 416



View Profile
October 23, 2014, 05:04:37 PM
 #14003

[miner]

new update miner-burst -1.141024
https://www.dropbox.com/s/oztvnfjvawzvz8m/miner-burst-1.141024.zip?dl=0

For normal use, the config should be the:
Code:
   "Mode" : "pool",
   "Server" : "pool.burstcoin.io",
   "Port": 80,
   "UpdaterAddr" : "pool.burstcoin.io",
   "UpdaterPort": 80,



added client-server architecture for multiple rig.
Several rig transmit their deadlines proxy server, which selects the best of them.
Best deadline passed pool.
This allows you to not charge a penalty and bans.



if you want get info from local wallet:
Code:
"UpdaterAddr" : "localhost",
"UpdaterPort": 8125,

if you want get info from pool:
Code:
"UpdaterAddr" : "ADDR_POOL_HERE",
"UpdaterPort": 80,

if you want start proxy:
"EnableProxy": true,



Sorry, but maybe the following information will help answer your questions...
На первой ферме запускаем программу с параметрами конфига:
Code:
   "Mode" : "pool",
   "Server" : "pool.burstcoin.io",
   "Port": 80,
   "UpdaterAddr" : "localhost",
   "UpdaterPort": 8125,
   "EnableProxy": true,
Информацию о блоках она тогда берет из кошелька, это уменьшает трафик и тормоза сети. Дедлайны отправляются на пул.
На других фермах в строке адреса сервера прописываем айпишник первой фермы, тогда дедлайны она будет слать на нее. На первой ферме все поступившие дедлайны добавляются в единый список (включая найденные самой фермой), из которого отправляются лучший на текущий момент дедлайн. Порт прокси обязательно должен быть 8126.
Так же поддерживается мультиакк, плоты могут быть от любого аккаунта (кроме первого девовского пула).
Просьба перевести суть на Инглиш, гугл - не помощник в этом  Undecided

Relax, I’m russian!...
BURST-B2LU-SGCZ-NYVS-HZEPK
koko2530
Sr. Member
****
Offline Offline

Activity: 388


View Profile WWW
October 23, 2014, 05:18:58 PM
 #14004

node update
URL US =  burst-us.cryptomining.farm port 80
URL EU =  burst-eu.cryptomining.farm port 80
URL SG =  burst-sg.cryptomining.farm port 80

please restart miner
thanks

fivebells
Sr. Member
****
Offline Offline

Activity: 462


View Profile
October 23, 2014, 05:32:42 PM
 #14005

update node + upgrade hardware on main pool
please change url and restart miner

What did the problem turn out to be?
koko2530
Sr. Member
****
Offline Offline

Activity: 388


View Profile WWW
October 23, 2014, 06:59:45 PM
 #14006

update node + upgrade hardware on main pool
please change url and restart miner

What did the problem turn out to be?
i can upgrade only 1 server
because , 1 server = 6xxusd/month


edit : now , upgrade all server

Prototyp
Sr. Member
****
Offline Offline

Activity: 252


View Profile
October 23, 2014, 07:45:49 PM
 #14007

Burst need a Reward reduction or the price will always continue to fall.
brizio71
Sr. Member
****
Offline Offline

Activity: 429

BURST-MV67-UXZF-DSKX-2G6W4


View Profile
October 23, 2014, 08:06:33 PM
 #14008

Hello,

Im using this command to mine:

java -Xmx1024m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://burstpool.ddns.net:8124"

how I have to change this command line in order to have a solo mining instead using the pool mining ?

Thanks

Fabrizio

Fabrizio
Irontiga
Hero Member
*****
Offline Offline

Activity: 532

BURST. An AWESOME coin.


View Profile WWW
October 23, 2014, 08:13:17 PM
 #14009

Hello,

Im using this command to mine:

java -Xmx1024m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://burstpool.ddns.net:8124"

how I have to change this command line in order to have a solo mining instead using the pool mining ?

Thanks

Fabrizio


You must download the solo miner and mine with that. burstpool.ddns.net died a long time ago, migrated to mine.burstcoin.info. Also, remove the quotes. Lastly, you can't use the java miner on that pool, you must use uray's.

We really need some serious documentation.

brizio71
Sr. Member
****
Offline Offline

Activity: 429

BURST-MV67-UXZF-DSKX-2G6W4


View Profile
October 23, 2014, 08:22:53 PM
 #14010

Hello,

Im using this command to mine:

java -Xmx1024m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "http://burstpool.ddns.net:8124"

how I have to change this command line in order to have a solo mining instead using the pool mining ?

Thanks

Fabrizio


You must download the solo miner and mine with that. burstpool.ddns.net died a long time ago, migrated to mine.burstcoin.info. Also, remove the quotes. Lastly, you can't use the java miner on that pool, you must use uray's.

We really need some serious documentation.

Thanks I wrote the wrong URL I'm using http://cryptomining.farm/

Where I can download the solo miner ?

Thanks

Fabrizio

Fabrizio
mig6r
Sr. Member
****
Offline Offline

Activity: 292


View Profile
October 23, 2014, 08:30:23 PM
 #14011

Hello,
is it possible to access a wallet installed on a pc from another pc?
I tried 192.168.xx: 8125 but the wallet does not respond, you can configure a listen?

Bitcoin accepted here : http://aerodrone-rc.fr
Irontiga
Hero Member
*****
Offline Offline

Activity: 532

BURST. An AWESOME coin.


View Profile WWW
October 23, 2014, 08:32:08 PM
 #14012

Hello,
is it possible to access a wallet installed on a pc from another pc?
I tried 192.168.xx: 8125 but the wallet does not respond, you can configure a listen?

nxt.default.properties

And to the above post, it's in the op.

mig6r
Sr. Member
****
Offline Offline

Activity: 292


View Profile
October 23, 2014, 09:10:28 PM
 #14013

Hello,
is it possible to access a wallet installed on a pc from another pc?
I tried 192.168.xx: 8125 but the wallet does not respond, you can configure a listen?

nxt.default.properties

And to the above post, it's in the op.

It's ok, many thanks !

Bitcoin accepted here : http://aerodrone-rc.fr
yellowduck2
Hero Member
*****
Offline Offline

Activity: 868


View Profile
October 24, 2014, 01:24:32 AM
 #14014

koko2530 , after u upgrade server , I change to the new URL  , my block stay the same and its not mining. I restart my rig and its still the same. Its stuck at block 26290
Irontiga
Hero Member
*****
Offline Offline

Activity: 532

BURST. An AWESOME coin.


View Profile WWW
October 24, 2014, 01:25:35 AM
 #14015

koko2530 , after u upgrade server , I change to the new URL  , my block stay the same and its not mining. I restart my rig and its still the same. Its stuck at block 26290

Easy solution, move to mine.burstcoin.info Wink

Irontiga
Hero Member
*****
Offline Offline

Activity: 532

BURST. An AWESOME coin.


View Profile WWW
October 24, 2014, 01:51:13 AM
 #14016

People, come on over to burstforum.com and #burst-coin -- not #burstcoin, btw Wink

Will do giveaway l8r.

yellowduck2
Hero Member
*****
Offline Offline

Activity: 868


View Profile
October 24, 2014, 01:58:59 AM
 #14017

it looks like my miner suddenly don't get updated block info. It's stuck at the same block even when there is new block. I didnt change any setting on my rig. I am using java miner. Any help ?
crazyearner
Legendary
*
Offline Offline

Activity: 1638



View Profile
October 24, 2014, 01:59:21 AM
 #14018

[miner]

new update miner-burst -1.141024
https://www.dropbox.com/s/oztvnfjvawzvz8m/miner-burst-1.141024.zip?dl=0

For normal use, the config should be the:
Code:
   "Mode" : "pool",
   "Server" : "pool.burstcoin.io",
   "Port": 80,
   "UpdaterAddr" : "pool.burstcoin.io",
   "UpdaterPort": 80,



added client-server architecture for multiple rig.
Several rig transmit their deadlines proxy server, which selects the best of them.
Best deadline passed pool.
This allows you to not charge a penalty and bans.



if you want get info from local wallet:
Code:
"UpdaterAddr" : "localhost",
"UpdaterPort": 8125,

if you want get info from pool:
Code:
"UpdaterAddr" : "ADDR_POOL_HERE",
"UpdaterPort": 80,

if you want start proxy:
"EnableProxy": true,



Sorry, but maybe the following information will help answer your questions...
На первой ферме запускаем программу с параметрами конфига:
Code:
   "Mode" : "pool",
   "Server" : "pool.burstcoin.io",
   "Port": 80,
   "UpdaterAddr" : "localhost",
   "UpdaterPort": 8125,
   "EnableProxy": true,
Информацию о блоках она тогда берет из кошелька, это уменьшает трафик и тормоза сети. Дедлайны отправляются на пул.
На других фермах в строке адреса сервера прописываем айпишник первой фермы, тогда дедлайны она будет слать на нее. На первой ферме все поступившие дедлайны добавляются в единый список (включая найденные самой фермой), из которого отправляются лучший на текущий момент дедлайн. Порт прокси обязательно должен быть 8126.
Так же поддерживается мультиакк, плоты могут быть от любого аккаунта (кроме первого девовского пула).
Просьба перевести суть на Инглиш, гугл - не помощник в этом  Undecided

keep closing and crashing on me and reports no logs of any errors reads a little then closes program and does not want to run

Also http://mine.burstcoin.info/ seems down and dead
yellowduck2
Hero Member
*****
Offline Offline

Activity: 868


View Profile
October 24, 2014, 02:13:10 AM
 #14019

it looks like my miner suddenly don't get updated block info. It's stuck at the same block even when there is new block. I didnt change any setting on my rig. I am using java miner. Any help ?

i try going to a new pool , it get the latest block for the first time but when there is new block my miner wouldn't get the new block and its stuck at the same block.

I was mining fine for many weeks and this happen suddenly. I didnt change any setting on my rig.
Irontiga
Hero Member
*****
Offline Offline

Activity: 532

BURST. An AWESOME coin.


View Profile WWW
October 24, 2014, 02:34:12 AM
 #14020

[miner]

new update miner-burst -1.141024
https://www.dropbox.com/s/oztvnfjvawzvz8m/miner-burst-1.141024.zip?dl=0

For normal use, the config should be the:
Code:
   "Mode" : "pool",
   "Server" : "pool.burstcoin.io",
   "Port": 80,
   "UpdaterAddr" : "pool.burstcoin.io",
   "UpdaterPort": 80,



added client-server architecture for multiple rig.
Several rig transmit their deadlines proxy server, which selects the best of them.
Best deadline passed pool.
This allows you to not charge a penalty and bans.



if you want get info from local wallet:
Code:
"UpdaterAddr" : "localhost",
"UpdaterPort": 8125,

if you want get info from pool:
Code:
"UpdaterAddr" : "ADDR_POOL_HERE",
"UpdaterPort": 80,

if you want start proxy:
"EnableProxy": true,



Sorry, but maybe the following information will help answer your questions...
На первой ферме запускаем программу с параметрами конфига:
Code:
   "Mode" : "pool",
   "Server" : "pool.burstcoin.io",
   "Port": 80,
   "UpdaterAddr" : "localhost",
   "UpdaterPort": 8125,
   "EnableProxy": true,
Информацию о блоках она тогда берет из кошелька, это уменьшает трафик и тормоза сети. Дедлайны отправляются на пул.
На других фермах в строке адреса сервера прописываем айпишник первой фермы, тогда дедлайны она будет слать на нее. На первой ферме все поступившие дедлайны добавляются в единый список (включая найденные самой фермой), из которого отправляются лучший на текущий момент дедлайн. Порт прокси обязательно должен быть 8126.
Так же поддерживается мультиакк, плоты могут быть от любого аккаунта (кроме первого девовского пула).
Просьба перевести суть на Инглиш, гугл - не помощник в этом  Undecided

keep closing and crashing on me and reports no logs of any errors reads a little then closes program and does not want to run

Also http://mine.burstcoin.info/ seems down and dead

nope, it is up. Also, failover is coming,

Pages: « 1 ... 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 [701] 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 ... 1271 »
  Print  
 
Jump to:  

Sponsored by , a Bitcoin-accepting VPN.
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!