Bitcoin Forum
July 10, 2024, 11:18:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: B1tes  (Read 1817 times)
b1tes (OP)
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
September 19, 2017, 04:07:23 AM
Last edit: December 18, 2017, 12:21:20 PM by b1tes
 #1

Hi,

It's a cryptonote based currency.

The launch of the B1tes project is purely academic. In cryptonote.org, I found a whole set of resources that I can learn from, like starting a coin, creating a GUI wallet, setting up a mining pool, testnet, processing payments, mining, interaction with the blockchain, blocks relaying, getting info about the block, peer list look up, connections look up, transaction pool information and relaying, wallet creation, financial operations, sending, receiving, checking for incoming transfers, etc. Additionally, I'm interested in storing data in the blockchain to write messages, timestamp documents, etc.

I'm the only dev in this project.

Launch date: September 18th, 2017
Premine: 8975 blocks
POW/POS: Proof-of-Work (POW)
Block times: 240 seconds
Currency ticker: B1T
Block rewards: ~17 B1T
Algorithm: CryptoNight-Lite - hash-based Proof-of-Work (PoW) algorithm
Max supply: ~18.4 million B1T
Difficulty: retargets at every block
Transaction fee: 0.000001
b1tes (OP)
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
September 19, 2017, 04:23:32 AM
 #2

Hi everyone,

Users who mined Old B1tes will have access to the New B1tes source code and B1tes mining pools, for a period of 3 months (which starts on September 18th and ends on December 18th, 2017). After this 3 months period, the New B1tes blockchain will be available to all users.

Also I will exchange your Old B1tes for New B1tes.

If you've already submitted your Old B1tes wallet, please, send me a private message informing your New B1tes wallet, so that I can transfer New B1tes to your wallet.

Here are the conditions to have access to the New B1tes source code, B1tes mining pools, and exchange your Old B1tes for New B1tes:

- only transactions timestamped until September 4h, 2017, 12:12:54 a.m. UTC will be accepted.
- only transactions timestamped up to blockchain height 8975 will be accepted.
- send an email to b1tesoldwallet@tuta.io with your OLD B1tes *.wallet file as an attachment, inform your wallet password (if there is one), Bitcoin Forum username, and New B1tes wallet address.
- send me a private message on Bitcoin Forum confirming that you've emailed the wallet file, so I can verify it.
- If the conditions above are met, I will then send you a private message on Bitcoin Forum with details on how to access the New B1tes source code and B1tes mining pools, and I will exchange your Old B1tes for New B1tes.
- As for your OLD B1tes wallet file sent to me, its entire balance will be transferred to another OLD B1tes wallet, that will then be deleted/destroyed.
bspus
Legendary
*
Offline Offline

Activity: 2165
Merit: 1002



View Profile
September 19, 2017, 05:12:41 AM
 #3

I'm confused.
Is this open to new users yet or not?

Is the source code on the OP new or old?

b1tes (OP)
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
September 19, 2017, 05:16:54 AM
 #4

Hi everyone,

The other B1tes announcement post is locked (https://bitcointalk.org/index.php?topic=2092537.0). I keep getting the following message everytime I try post any message there:

An Error Has Occurred!
This topic is locked, you are not allowed to post or modify messages...

So let's use this post to communicate with each other.
silklich
Full Member
***
Offline Offline

Activity: 394
Merit: 100

i like Phore


View Profile
September 19, 2017, 05:23:38 AM
 #5

hi dev!
i am mining now, so now chain has new B1tes coin?
i will get new coin?

b1tes (OP)
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
September 19, 2017, 05:25:34 AM
Last edit: September 20, 2017, 10:18:33 AM by b1tes
 #6

I'm confused.
Is this open to new users yet or not?

Is the source code on the OP new or old?

It's open only to users who mined Old B1tes from Sep. 18 to Dec. 18.
b1tes (OP)
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
September 19, 2017, 12:31:21 PM
Last edit: September 19, 2017, 12:49:29 PM by b1tes
 #7

Old wallet worked?Where is new Windows qt wallet or only simple wallet?

Hi, the old B1tes wallet doesn's work with the new B1tes source code.

There is no Windows QT wallet.

Today I'm working on building a B1tes source code executable for Windows.
saLve88
Full Member
***
Offline Offline

Activity: 266
Merit: 103



View Profile
September 23, 2017, 05:37:15 AM
 #8

what windows QT?
dominguero
Full Member
***
Offline Offline

Activity: 430
Merit: 228


View Profile
September 23, 2017, 02:41:32 PM
 #9

If only a few could premining for 3 months... this ANN have no sense.

Its the most unfair cripto launch i have ever seen.

b1tes (OP)
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
September 23, 2017, 10:25:51 PM
Last edit: September 24, 2017, 09:08:11 AM by b1tes
 #10

Hi everyone,

There is a file called README that gives instructions on how to build B1tes on Windows. it's located on the root of B1tes source code.

But before you follow README's instructions, you must first follow instructions on how to install all dependencies to build B1tes on Windows, which is available at: https://github.com/forknote/cryptonote-generator/blob/master/docs/windows-requirements-install.md

I followed the documents' instructions, and I was successful in executing cmake: cmake -G "Visual Studio 12 Win64" -DBOOST_ROOT="c:\folder\to\boost_1_57_0"
           -DBOOST_LIBRARYDIR="c:\folder\to\boost_1_57_0\lib64-msvc-12.0"

When executing msbuild, I wasn't successful. By running this command "msbuild Project.sln /p:Configuration=Release", this error shows up:

  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.Cpp.Platform.targets
(57,5): error MSB8020: The build tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 bu
ild tools, please install v120 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selec
ting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\Users\LENOVO\Documents\V
isual Studio 2017\b1tes\b1t\ZERO_CHECK.vcxproj]

That is where I couldn't go any further on building B1tes on Windows.

I hope someone will be able to help.
kenchiroo
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
October 23, 2017, 05:56:07 PM
 #11

How to get Wallet on windows? I want to  mine this coin.
kenchiroo
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
October 23, 2017, 06:44:13 PM
 #12

Help me cannot connec pool. 
Myconfig "ccminer -o stratum+tcp://t1b.bpgmr.com:3333 -a cryptonight -u 41ng2zVEYF3CZGUTEk4dUqLVZGWWaCCRX5UXQxTFppzb5RQeCz3isnf6xPUj81i7FTc46bThVyULN2v 1GZgdRvwGSy8qUXF -p x "
Galapagos
Copper Member
Jr. Member
*
Offline Offline

Activity: 129
Merit: 2


View Profile
November 01, 2017, 01:28:20 PM
 #13

Hi Dev,
just checking in, are you still working on this project? Any development?
BitPorium
Hero Member
*****
Offline Offline

Activity: 590
Merit: 500


View Profile
November 07, 2017, 11:03:03 AM
 #14

pools are up. Thats about all i know as far as development.
oper
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
December 06, 2017, 11:13:16 AM
 #15

pool down
BitPorium
Hero Member
*****
Offline Offline

Activity: 590
Merit: 500


View Profile
December 07, 2017, 04:49:22 AM
 #16

pool down
my pools up again.
oper
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
December 08, 2017, 05:15:03 AM
 #17


Have good news ?
After this 3 months period, the New B1tes blockchain will be available to all users.
Can I redeem a new coin?
xiaoxz
Member
**
Offline Offline

Activity: 196
Merit: 10


View Profile
December 08, 2017, 05:32:45 AM
 #18

it is hard for newbie like me to mine a coin, any tutorial manual?thx
saLve88
Full Member
***
Offline Offline

Activity: 266
Merit: 103



View Profile
December 08, 2017, 06:48:55 AM
 #19


Have good news ?
After this 3 months period, the New B1tes blockchain will be available to all users.
Can I redeem a new coin?

your price?)
konthee
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
December 17, 2017, 07:43:19 AM
 #20

Users who mined Old B1tes will have access to the New B1tes source code and B1tes mining pools, for a period of 3 months (which starts on September 18th and ends on December 18th, 2017). After this 3 months period, the New B1tes blockchain will be available to all users.
Pages: [1] 2 »  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!