Pages:
Author

Topic: [ANN] B1tes - New Cryptocurrency - page 10. (Read 11177 times)

member
Activity: 125
Merit: 10
August 20, 2017, 01:42:53 AM
#40
I was able to compile thr GUI wallet for windows. Only works on 64 bit versions.
http://www.mediafire.com/file/68pz4dqoal8ngb9/b1tesQT64.zip

wallet not working
full member
Activity: 442
Merit: 100
August 20, 2017, 01:24:06 AM
#39
So I have been working on this all day. Im still new to this but I got it working. Payments are working and it seems stable. Then again im only testing on my own. Just so you know this is still new to me so untill further notice this is running in USE AT YOUR OWN RISK MODE. I will do my best effort to make sure that the pool stays up and running and income isnt lost but I can't promise that. Also seems typical of all other pools as well, im just making it very clear from the get go. GL and enjoy.
Here is the pool address
http://b1tes.bpgmr.com
2% fee

Connection Details
 Mining Pool Address: b1tes.bpgmr.com
Mining Ports

 Port: 3333
 Starting Difficulty: 100
 Description: Low end hardware
 Port: 5555
 Starting Difficulty: 2000
 Description: Mid range hardware
 Port: 7777
 Starting Difficulty: 10000
 Description: High end hardware


I have started to mine on your pool. Lets see Smiley
full member
Activity: 311
Merit: 100
August 20, 2017, 01:21:17 AM
#38
How can i keep up with news about this project ...? Because there is no facebook fanspage nor twitter and telegram ...!
member
Activity: 118
Merit: 11
August 20, 2017, 01:18:27 AM
#37
I was able to compile thr GUI wallet for windows. Only works on 64 bit versions.
http://www.mediafire.com/file/68pz4dqoal8ngb9/b1tesQT64.zip

You're  Grin. Great job!!!  Cheesy  


Wallet fails to load....cannot find the QTplatform plugin "windows"
hero member
Activity: 590
Merit: 500
August 20, 2017, 01:07:31 AM
#36
So I have been working on this all day. Im still new to this but I got it working. Payments are working and it seems stable. Then again im only testing on my own. Just so you know this is still new to me so untill further notice this is running in USE AT YOUR OWN RISK MODE. I will do my best effort to make sure that the pool stays up and running and income isnt lost but I can't promise that. Also seems typical of all other pools as well, im just making it very clear from the get go. GL and enjoy.
Here is the pool address
http://b1tes.bpgmr.com
2% fee

Connection Details
 Mining Pool Address: b1tes.bpgmr.com
Mining Ports

 Port: 3333
 Starting Difficulty: 100
 Description: Low end hardware
 Port: 5555
 Starting Difficulty: 2000
 Description: Mid range hardware
 Port: 7777
 Starting Difficulty: 10000
 Description: High end hardware
newbie
Activity: 77
Merit: 0
August 19, 2017, 10:07:34 PM
#35
I was able to compile thr GUI wallet for windows. Only works on 64 bit versions.
http://www.mediafire.com/file/68pz4dqoal8ngb9/b1tesQT64.zip

You're  Grin. Great job!!!  Cheesy  
hero member
Activity: 590
Merit: 500
August 19, 2017, 05:26:09 PM
#34
I was able to compile thr GUI wallet for windows. Only works on 64 bit versions.
http://www.mediafire.com/file/68pz4dqoal8ngb9/b1tesQT64.zip -- if you have issues download the other release

Download this one instead. It should have all dependencies included.
http://www.mediafire.com/file/td4q5tq11948ch3/B1tesQTWindowsRepack.zip
hero member
Activity: 590
Merit: 500
August 19, 2017, 03:46:27 PM
#33
I am currently working on setting up a pool. Everything is set up I am just doing some testing to make sure payments work(have to wait 60 blocks for the first payment to initiate, about 30 more to go, about an hour). Also working on building a windows GUI wallet. I tried setting up an explorer but there are no copy pasta packages available so I will need to set some time asside to see what is available and then start modifying it to work.

Update:
The pool is on hold again. I managed to get my wallet file curropted. And didnt have a backup! So i went ahead and made a new wallet, made a backup and verified it works. I am sure that everything will work now, the only issue is that now I have to wait another 2+ hours before I can go ahead and launch this pool publicly. I want to make sure the payouts work. For reals this time.
newbie
Activity: 77
Merit: 0
August 19, 2017, 03:27:40 PM
#32
Make a pool for mining, wallets, and then launch your coin.

For linux users, instructions on how to:

1. Install B1tes blockchain
2. Create a B1tes wallet and mine B1tes

1. Install B1tes blockchain:
- open your command line terminal
- Execute the following commands to get the dependencies needed in order to setup the environment to run the B1tes blockchain:
          - sudo apt-get install build-essential
          - sudo apt-get install git
          - sudo apt-get install cmake
          - sudo apt-get install libboost-all-dev
- Clone B1tes source code:
          - create a directory called b1tes by running the command:
                    - mkdir b1tes
          - enter the b1tes directory by running the command:
                    - cd b1tes
     - clone B1tes source code by running the command:
                    - git clone https://github.com/b1tes/b1t.git
          - enter the b1t directory by running the command:
                    - cd b1t
          - build b1tes source code by running the command:
                    - make
          - wait until building b1tes source code is 100% complete
          - enter the build directory by running the command:
                    - cd build/release/src/
          - download B1tes blockchain by running the command:
                    - ./b1tesd  
          - leave this terminal command line open, as B1tes blockchain is being downloaded and synchronized to the network.
          - and open a new terminal command line in order to create a B1tes walled and mine B1tes. (You’ll only be able to create a B1tes wallet and mine B1tes if the B1tes blockchain is being downloaded and synchronized to the network on another terminal command line.)

2. Create a B1tes wallet and mine B1tes:
          - complete instructions 1 in order to create a B1tes wallet
          - and open a new terminal command line in order to create a B1tes walled and mine B1tes
          - enter B1tes build directory by running the command:
                    - cd ~your_directory~/b1tes/b1t/build/release/src
          - create a B1tes wallet by running the command:
                    - ./simplewallet
          - follow the instructions in order to Generate a new wallet by giving a wallet file name and password
          - finally, inside simplewallet’s command line program, start mining B1tes by running the following command:
                    - start_mining        
newbie
Activity: 45
Merit: 0
August 18, 2017, 10:36:48 PM
#31
Make a pool for mining, wallets, and then launch your coin.
newbie
Activity: 77
Merit: 0
August 18, 2017, 10:06:56 PM
#30
So no one mined this at all? i started mining it. So yea. GL are the seed nodes even up?

Yes, the nodes are up. And you've mined the first block on B1tes blockchain!
hero member
Activity: 590
Merit: 500
August 18, 2017, 05:43:09 PM
#29
So no one mined this at all? i started mining it. So yea. GL are the seed nodes even up?
sr. member
Activity: 541
Merit: 250
August 18, 2017, 04:47:44 AM
#28
It looks like the coin is still very young, and the developers are experimenting, and maybe more planning later on, but the CryptoNight algorithm is not very popular, ASIC algorithms are more popular and good luck.
full member
Activity: 250
Merit: 100
August 17, 2017, 11:26:23 PM
#27
after you done mine ton, wallet gui ready.
legendary
Activity: 3122
Merit: 1102
Leading Crypto Sports Betting & Casino Platform
August 17, 2017, 09:57:28 PM
#26
this looks like another one of those mine hard and die coins launched lately running on cryptonote chainz!
newbie
Activity: 77
Merit: 0
August 17, 2017, 09:38:36 PM
#25
Could you at least provide precompiled binaries?

                 
No windows wallet available...
                                                             

I'm working on getting the GUI wallet ready. But once it's ready, it will first be available to install only from source code. I'll look into making it available as precompiled binaries for OSX, Linux, and Windows.
hero member
Activity: 1034
Merit: 500
August 17, 2017, 05:40:30 PM
#24
                 
No windows wallet available...
                                                             
full member
Activity: 364
Merit: 100
https://twetch.com/u/42191
August 17, 2017, 03:10:58 PM
#23
go on fast bro. give more info. so we can understand the project or coin.
newbie
Activity: 77
Merit: 0
August 17, 2017, 03:08:28 PM
#22
Premine?
POW/POS?
Block times?
Block rewards?
Algorithm?
ETA launch?

Premine? No premine
POW/POS? Proof-of-Work (POW)
Block times? 120 seconds
Block rewards? 17 B1T
Algorithm?  CryptoNight - hash-based Proof-of-Work (PoW) algorithm
ETA launch?
full member
Activity: 152
Merit: 100
August 17, 2017, 12:08:38 AM
#21
Could you at least provide precompiled binaries?
Pages:
Jump to: