Bitcoin Forum
May 27, 2024, 10:49:05 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 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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 1041 »
  Print  
Author Topic: [ANN][Main] Bitcore- BTX - 1:1 Backed BSC Bridge BTX <->SBTX  (Read 729087 times)
Tomorrowman
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
May 14, 2017, 05:19:30 AM
 #621

BitCore neonpool - http://neonpool.sytes.net
Minimum auto payout: 0.1 BTX (No tx fee, payouts every 1 hour)
Pool fee: 1%


Bitcore NeonPool need more hashing power to maintain a stable block generation rate. Miners kindly join and help spread out the hashing power of Bitcore to stabilize the network.


My NVIDIA ccminer showing 84 Mh (6x1070), but only 50 Mh on your pool. Any ideas why so?
Neon~
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250


View Profile
May 14, 2017, 06:16:04 AM
 #622

BitCore neonpool - http://neonpool.sytes.net
Minimum auto payout: 0.1 BTX (No tx fee, payouts every 1 hour)
Pool fee: 1%


Bitcore NeonPool need more hashing power to maintain a stable block generation rate. Miners kindly join and help spread out the hashing power of Bitcore to stabilize the network.


My NVIDIA ccminer showing 84 Mh (6x1070), but only 50 Mh on your pool. Any ideas why so?
I've seen here people mention ccminer and most bitcore pool hash rates display not in sync. If possible can you try the latest ccminer - https://github.com/palginpav/ccminer/releases/tag/2.0-bitcore.v3 which was mentioned in bitcore slack channel? More importantly, its the shares count that matter based on which reward balance is split between miners.
jonald_fyookball
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004


Core dev leaves me neg feedback #abuse #political


View Profile
May 14, 2017, 01:17:34 PM
 #623

BitCore neonpool - http://neonpool.sytes.net
Minimum auto payout: 0.1 BTX (No tx fee, payouts every 1 hour)
Pool fee: 1%


Bitcore NeonPool need more hashing power to maintain a stable block generation rate. Miners kindly join and help spread out the hashing power of Bitcore to stabilize the network.


My NVIDIA ccminer showing 84 Mh (6x1070), but only 50 Mh on your pool. Any ideas why so?
I've seen here people mention ccminer and most bitcore pool hash rates display not in sync. If possible can you try the latest ccminer - https://github.com/palginpav/ccminer/releases/tag/2.0-bitcore.v3 which was mentioned in bitcore slack channel? More importantly, its the shares count that matter based on which reward balance is split between miners.

I'm a total noob when it comes to mining.  What do I have to do to configure this?  I have a .bat and .exe

Neon~
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250


View Profile
May 14, 2017, 02:47:45 PM
 #624

BitCore neonpool - http://neonpool.sytes.net
Minimum auto payout: 0.1 BTX (No tx fee, payouts every 1 hour)
Pool fee: 1%


Bitcore NeonPool need more hashing power to maintain a stable block generation rate. Miners kindly join and help spread out the hashing power of Bitcore to stabilize the network.


My NVIDIA ccminer showing 84 Mh (6x1070), but only 50 Mh on your pool. Any ideas why so?
I've seen here people mention ccminer and most bitcore pool hash rates display not in sync. If possible can you try the latest ccminer - https://github.com/palginpav/ccminer/releases/tag/2.0-bitcore.v3 which was mentioned in bitcore slack channel? More importantly, its the shares count that matter based on which reward balance is split between miners.

I'm a total noob when it comes to mining.  What do I have to do to configure this?  I have a .bat and .exe
In your .bat file you can add one of the the below lines based on your .exe and execute it. Please make sure you update your bitcore wallet address in there.

AMD GPU:
Code:
sgminer.exe --kernel timetravel10 -o stratum+tcp://neonpool.sytes.net:4008 -u <your-wallet-address> -p x
pause

NVIDIA GPU:
Code:
ccminer.exe -a timetravel10 -o stratum+tcp://neonpool.sytes.net:4008 -u <your-wallet-address> -p x
pause
Neon~
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250


View Profile
May 14, 2017, 02:50:09 PM
 #625

BitCore neonpool - http://neonpool.sytes.net
Minimum auto payout: 0.1 BTX (No tx fee, payouts every 1 hour)
Pool fee: 1%


Bitcore NeonPool need more hashing power to maintain a stable block generation rate. Miners kindly join and help spread out the hashing power of Bitcore to stabilize the network.


My NVIDIA ccminer showing 84 Mh (6x1070), but only 50 Mh on your pool. Any ideas why so?
I've seen here people mention ccminer and most bitcore pool hash rates display not in sync. If possible can you try the latest ccminer - https://github.com/palginpav/ccminer/releases/tag/2.0-bitcore.v3 which was mentioned in bitcore slack channel? More importantly, its the shares count that matter based on which reward balance is split between miners.
You can see the hash rate display sync issue details here - https://bitcointalk.org/index.php?topic=1883902.msg18808812#msg18808812
jonald_fyookball
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004


Core dev leaves me neg feedback #abuse #political


View Profile
May 14, 2017, 05:57:50 PM
 #626

BitCore neonpool - http://neonpool.sytes.net
Minimum auto payout: 0.1 BTX (No tx fee, payouts every 1 hour)
Pool fee: 1%


Bitcore NeonPool need more hashing power to maintain a stable block generation rate. Miners kindly join and help spread out the hashing power of Bitcore to stabilize the network.


My NVIDIA ccminer showing 84 Mh (6x1070), but only 50 Mh on your pool. Any ideas why so?
I've seen here people mention ccminer and most bitcore pool hash rates display not in sync. If possible can you try the latest ccminer - https://github.com/palginpav/ccminer/releases/tag/2.0-bitcore.v3 which was mentioned in bitcore slack channel? More importantly, its the shares count that matter based on which reward balance is split between miners.

I'm a total noob when it comes to mining.  What do I have to do to configure this?  I have a .bat and .exe
In your .bat file you can add one of the the below lines based on your .exe and execute it. Please make sure you update your bitcore wallet address in there.

AMD GPU:
Code:
sgminer.exe --kernel timetravel10 -o stratum+tcp://neonpool.sytes.net:4008 -u <your-wallet-address> -p x
pause

NVIDIA GPU:
Code:
ccminer.exe -a timetravel10 -o stratum+tcp://neonpool.sytes.net:4008 -u <your-wallet-address> -p x
pause


it says the system cannot find the file specified.

Neon~
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250


View Profile
May 14, 2017, 06:39:32 PM
 #627

BitCore neonpool - http://neonpool.sytes.net
Minimum auto payout: 0.1 BTX (No tx fee, payouts every 1 hour)
Pool fee: 1%


Bitcore NeonPool need more hashing power to maintain a stable block generation rate. Miners kindly join and help spread out the hashing power of Bitcore to stabilize the network.


My NVIDIA ccminer showing 84 Mh (6x1070), but only 50 Mh on your pool. Any ideas why so?
I've seen here people mention ccminer and most bitcore pool hash rates display not in sync. If possible can you try the latest ccminer - https://github.com/palginpav/ccminer/releases/tag/2.0-bitcore.v3 which was mentioned in bitcore slack channel? More importantly, its the shares count that matter based on which reward balance is split between miners.

I'm a total noob when it comes to mining.  What do I have to do to configure this?  I have a .bat and .exe
In your .bat file you can add one of the the below lines based on your .exe and execute it. Please make sure you update your bitcore wallet address in there.

AMD GPU:
Code:
sgminer.exe --kernel timetravel10 -o stratum+tcp://neonpool.sytes.net:4008 -u <your-wallet-address> -p x
pause

NVIDIA GPU:
Code:
ccminer.exe -a timetravel10 -o stratum+tcp://neonpool.sytes.net:4008 -u <your-wallet-address> -p x
pause


it says the system cannot find the file specified.
You will have to keep the .exe file in the same folder as the .bat file before executing it (here ccminer.exe or sgminer.exe).
jonald_fyookball
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004


Core dev leaves me neg feedback #abuse #political


View Profile
May 14, 2017, 06:59:46 PM
 #628

it is.

Neon~
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250


View Profile
May 14, 2017, 07:10:42 PM
 #629

it is.
That sounds like a problem. Could you point out from where you downloaded the miner files and I am assuming you are using Windows OS?
jonald_fyookball
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004


Core dev leaves me neg feedback #abuse #political


View Profile
May 14, 2017, 07:18:40 PM
 #630

windows 10 and from the github link right there ^

Neon~
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250


View Profile
May 14, 2017, 10:38:42 PM
 #631

windows 10 and from the github link right there ^
Antivirus blocking the .exe? You can maybe try out the miner exes from the link coin dev shared here - http://bitsend.info/forums/index.php?topic=178.msg1298#msg1298
metamorphin
Legendary
*
Offline Offline

Activity: 1106
Merit: 1004


No risk, no fun!


View Profile WWW
May 15, 2017, 01:36:42 AM
 #632

just remembering: the final version from tpruvot CUDA Miner ccminer

https://twitter.com/Bitcore_BTX/status/863929836947087360

https://github.com/tpruvot/ccminer/releases/tag/v2.0-tpruvot

Greetz
Steve
Neon~
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250


View Profile
May 15, 2017, 02:01:55 AM
Last edit: May 15, 2017, 05:32:46 AM by Neon~
 #633

just remembering: the final version from tpruvot CUDA Miner ccminer

https://twitter.com/Bitcore_BTX/status/863929836947087360

https://github.com/tpruvot/ccminer/releases/tag/v2.0-tpruvot

Greetz
Steve
Cool, finally! Thanks for the heads-up. I've updated my pool help page with the new ccminer link - http://neonpool.sytes.net/getting_started

Nvidia Bitcore miners, please try out the new ccminer^^ and let me know if the pool hash rate is in sync with the miner.
Mitja1998
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 15, 2017, 05:23:43 AM
 #634

Don't know about you guys, but taking this time and stocking up on cheap BTX.

BUY THE DIP!

Do you think BTX has some future? I don't really understand what are features of BTX but I am mining it while the difficulty is low.
Limx Dev (OP)
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
May 15, 2017, 01:37:55 PM
Last edit: May 20, 2017, 02:49:55 PM by Limx Dev
 #635

I have today start the first full nodes with Segwit support. -uacomment=UASF-Segwit-BIP148.

Supporting Segwit on BTX by UASF

Info about UASF here http://www.uasf.co/

1. Please download Bitcore Core here: https://github.com/LIMXTEC/BitCore/releases (It isn't a new version)

2. You will be prompted to choose a directory to store the Bitcore blockchain and your wallet. Click OK to use default. And 'Allow access' if windows firewall pops up.

3. Bitcore Core will begin to download the block chain. This step will take some time. (You can stop Bitcore Core at any time by closing it; it will resume from the point where it stopped the next time you start it.)

4. Now, to signal #BIP148 (UASF) on Windows, you need to edit the shortcut properties of Bitcore Core by right clicking the application, going to Properties, and changing the Shortcut Target to:

"C:\Program Files\Bitcore\Bitcore-qt.exe" -uacomment=UASF-Segwit-BIP148
or

Code:
bitcore.conf
uacomment=BIP8
uacomment=UASF-SegWit-BIP149
uacomment=UASF-SegWit-BIP148

https://www.reddit.com/r/Bitcoin/comments/69xkvv/understanding_bip149_redeployment_of_segwit_with/

Also, Port 9333 must be open on your router otherwise your node will not be connected to by peers

Windows: %APPDATA%\Bitcore\
Mac: $HOME/Library/Application Support/Bitcore/
Linux: $HOME/.bitcore/

And append the line: uacomment=UASF-SegWit-BIP148

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
Bombardier
Sr. Member
****
Offline Offline

Activity: 588
Merit: 264



View Profile
May 15, 2017, 02:31:34 PM
 #636

Hi guys,
I`m planning to change my pc. how can i move the wallet to the new pc without losing my balance? just copy and paste the bitcore folder where bitcore-qt is located?
thanks
Mitja1998
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 15, 2017, 03:04:17 PM
 #637

Hi guys,
I`m planning to change my pc. how can i move the wallet to the new pc without losing my balance? just copy and paste the bitcore folder where bitcore-qt is located?
thanks

You need to copy files from the folder where your wallet's data are saved (all transactions and your balance...). Usually it is located in %APPDATA%\Bitcore\ or where you set it to be located. I install my wallet on external hdd and set data folder on external hdd also so it is all together.
Bombardier
Sr. Member
****
Offline Offline

Activity: 588
Merit: 264



View Profile
May 15, 2017, 03:37:01 PM
 #638

Hi guys,
I`m planning to change my pc. how can i move the wallet to the new pc without losing my balance? just copy and paste the bitcore folder where bitcore-qt is located?
thanks

You need to copy files from the folder where your wallet's data are saved (all transactions and your balance...). Usually it is located in %APPDATA%\Bitcore\ or where you set it to be located. I install my wallet on external hdd and set data folder on external hdd also so it is all together.

thanks
Limx Dev (OP)
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
May 15, 2017, 09:08:17 PM
 #639


████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
|
|

                             
        ___████████___       
      _████████████████_     
    _█████████  █  ██████_   
   _██████         ███████_   
  _█████████         ██████_ 
  █████████    ██    █   ███
  █████████          █   ███
  ███████     ███       ████
   █████            █   ███¯
    ██████         █   ███¯   
     ██████ █  ██████████   
      ¯████████████████¯     
        ¯███████████¯¯       
                         
|
|
BitCore - BTXClients |Source
www.bitcore.cc

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

Code:
[center][table][tr]
[td][font=Courier][size=2px][color=black]
████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
[/color][/size][/font][/td]
[td][font=Courier][size=2px][color=#cd00cd]
████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
[/color][/size][/font][/td]
[td][center][url=https://bitcointalk.org/index.php?topic=1883902.0][size=14px][color=#cd00cd][b][color=black]A new playground for BTC User[/color][BR][size=10pt]No ICO - BTC Snapshot[/size][/b][/color][/size][/url][/center][/td]
[td][b][size=16px][color=#921484]|
|[/color][/size][/b][/td]
[td][right][url=https://bitcointalk.org/index.php?topic=1883902.0][color=transparent].[/color][size=14pt][b][font=Trebuchet MS][color=#8A1386]S[/color][color=#861386]E[/color][color=#821387]G[/color][color=#7E1287]W[/color][color=#7A1288]I[/color][color=#761288]T[/color][color=#721189]-[/color] [color=#6A118A]2[/color][color=#66108B]0[/color][color=#62108B]M[/color][color=#5E108C]B[/color][/font][/b][/size][/url][color=transparent].[/color]
[url=http://claim.bitcore.cc/][font=Trebuchet MS][size=11pt][b][color=transparent].[/color][color=black]Claim your BTX[/color][color=transparent].[/color][/b][/size][/font][/url]
[/right][/td]

[td][font=Courier][size=2px][color=#cd00cd]
                             
        ___████████___       
      _████████████████_     
    _█████████  █  ██████_   
   _██████         ███████_   
  _█████████         ██████_ 
  █████████    ██    █   ███
  █████████          █   ███
  ███████     ███       ████
   █████            █   ███¯
    ██████         █   ███¯   
     ██████ █  ██████████   
      ¯████████████████¯     
        ¯███████████¯¯       
                         
[/color][/size][/font][/td]

[td][center][url=https://bitcointalk.org/index.php?topic=1883902.0][size=5pt][color=transparent].[/color][/size][size=14pt][b][font=Trebuchet MS][color=#5A108D]C[/color][color=#5E108C]o[/color][color=#62108B]r[/color][color=#66108B]e[/color][color=#6A118A][/color] [color=#721189]0[/color][color=#771288].[/color][color=#7B1288]14[/color][color=#7F1287].0[/color][/font][/b][color=transparent].[/color][/size][/url][/center]
[left][url=http://claim.bitcore.cc/][font=Trebuchet MS][size=11pt][b][size=8pt][color=transparent].[/color][/size][color=black] complete for free!![/color][color=transparent].[/color][/b][/size][/font][/url]
[/left][/td]
[td][b][size=16px][color=#921484]|
|[/color][/size][/b][/td]
[td][size=14pt][b][url=https://bitcointalk.org/index.php?topic=1883902.0][color=#cd00cd]BitCore - BTX[/color][/url][/b][/size][size=6pt][url=https://github.com/LIMXTEC/BitSend/releases]Clients |[/url][url=https://github.com/LIMXTEC/BitCore/releases]Source[/url][/size][BR][size=14pt][b][url=http://bitcore.cc][color=#cd00cd]www.bitcore.cc[/color][/url][/b][/size][/td]
[td][font=Courier][size=2px][color=black]
████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
[/color][/size][/font][/td]
[td][font=Courier][size=2px][color=#cd00cd]
████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
[/color][/size][/font][/td]
[/tr][/table][/center]

I have made a first signature for BitCore. I hope we can improve it.^^

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
bones261
Legendary
*
Offline Offline

Activity: 1806
Merit: 1827



View Profile
May 15, 2017, 11:51:31 PM
 #640



I have made a first signature for BitCore. I hope we can improve it.^^


Thanks. I'm wearing it now.
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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 1041 »
  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!