Bitcoin Forum
June 22, 2024, 02:43:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1TCASH - New Cryptocurrency on: October 01, 2018, 06:20:42 PM
Hi,

Important security release. All B1TCASH users are strongly recommended to update ASAP.

The new update is available at: https://github.com/b1tcash/b1tcash

This update is related a bug described in: https://getmonero.org/2018/09/25/a-post-mortum-of-the-burning-bug.html

This update is based on Aeon's release: https://github.com/aeonix/aeon/releases/tag/v0.12.6.0-aeon
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1TCASH - New Cryptocurrency on: September 21, 2018, 01:48:44 AM
Hi,

I've updated the new website/wiki with information about B1tcash, at: http://b1tcash.org

3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1TCASH - New Cryptocurrency on: September 19, 2018, 09:22:33 PM
Hi everyone,

This will be the new website/wiki for information about B1tcash: http://b1tcash.org
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1TCASH - New Cryptocurrency on: September 18, 2018, 02:11:50 PM
Hi,

B1tcash source code has been built for ubuntu and compressed in a zip file.

Here are instructions to install it on ubuntu:

- Upload the zip file on: https://megaupload.nz/U73fDah7b2/b1tcash_zip

- Open the command line terminal and install the B1tcash dependencies running the following command:
sudo apt update && sudo apt install build-essential cmake git libpcsclite-dev pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libminiupnpc-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpcsclite-dev

Unzip the file, and execute on your command line terminal the following command: b1t/build/release/bin/b1tcashd

Let me know if it works!

5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1TCASH - New Cryptocurrency on: September 17, 2018, 01:41:23 PM
Thank you for answering but no luck with the solution.... I'll try to find something googleing later.....


Hi,

In ubuntu, try deleting the /root/.b1tcash directory (sudo rm -rf /root/.b1tcash), and then run ./b1tcashd.


Nop, not working, I'll compile it on an other machine and I'll see.
But why you can not just compile the GUI version for windows and post it here to download?

Hi, I've built the b1tcash source code on ubuntu and compressed it in a zip file. You can upload this zip file through this link:

https://send.firefox.com/download/4647df00c7/#BjqWgIuyDgXzKGsxE4Yrgg

This link will expire in 24hours.

Unzip this file, and execute b1t/build/release/bin/b1tcashd

I'm also assuming that you have already installed the dependencies on ubuntu:
sudo apt update && sudo apt install build-essential cmake git libpcsclite-dev pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libminiupnpc-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpcsclite-dev

Let me know if it works!
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1TCASH - New Cryptocurrency on: September 15, 2018, 10:21:09 AM
Thank you for answering but no luck with the solution.... I'll try to find something googleing later.....


Hi,

In ubuntu, try deleting the /root/.b1tcash directory (sudo rm -rf /root/.b1tcash), and then run ./b1tcashd.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1TCASH - New Cryptocurrency on: September 15, 2018, 04:42:44 AM
Hi B1tes,

I've tried to build the cli version for windows but didn't go anywhere, so I complied the one found here "https://github.com/b1tcash/b1t" in ubuntu with no problem, but when I start the deamon I get this error:

*******************************************************
2018-09-14 19:58:26.753     7f3f83431180        INFO    global  src/daemon/main.cpp:279 Aeon 'Sophia' (v0.12.1.1-master-3800942)
2018-09-14 19:58:26.755     7f3f83431180        INFO    global  src/daemon/protocol.h:53        Initializing cryptonote protocol...
2018-09-14 19:58:26.755     7f3f83431180        INFO    global  src/daemon/protocol.h:58        Cryptonote protocol initialized OK
2018-09-14 19:58:26.761     7f3f83431180        INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2018-09-14 19:58:30.769     7f3f83431180        INFO    global  src/daemon/p2p.h:68     p2p server initialized OK
2018-09-14 19:58:30.773     7f3f83431180        INFO    global  src/daemon/rpc.h:63     Initializing core RPC server...
2018-09-14 19:58:30.774     7f3f83431180        INFO    global  contrib/epee/include/net/http_server_impl_base.h:76     Binding on 127.0.0.1:50904
2018-09-14 19:58:30.774     7f3f83431180        INFO    global  src/daemon/rpc.h:69     core RPC server initialized OK on port: 50904
2018-09-14 19:58:30.775     7f3f83431180        INFO    global  src/daemon/core.h:86    Initializing core...
2018-09-14 19:58:30.777     7f3f83431180        INFO    global  src/cryptonote_core/cryptonote_core.cpp:427     Loading blockchain from folder /home/beppe/.b1tcash/lmdb ...
2018-09-14 19:58:30.796     7f3f83431180        WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:75   Error attempting to retrieve a hard fork version at height 0 from the db: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-09-14 19:58:30.807     7f3f83431180        FATAL   daemon  src/daemon/daemon.cpp:194       Uncaught exception! Error adding hard fork version to db transaction: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2018-09-14 19:58:30.808     7f3f83431180        INFO    global  src/daemon/rpc.h:96     Deinitializing core RPC server...
2018-09-14 19:58:30.810     7f3f83431180        INFO    global  src/daemon/p2p.h:90     Deinitializing p2p...
2018-09-14 19:58:34.816     7f3f83431180        INFO    global  src/daemon/core.h:103   Deinitializing core...
*******************************************************

What should I do?




Hi Galapagos,

Please read this: https://monero.stackexchange.com/a/4463

The post mentions a similar error "MDB_BAD_TXN: Transaction must abort, has a child, or is invalid".

Also, you could try running b1tcashd as administrator.

Let me know if it works.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1TCASH - New Cryptocurrency on: September 14, 2018, 03:34:11 PM
Hi everyone,

The current network difficulty of 36140 is so low that any cpu is now able to mine B1tcash.

Check the B1tcash Blockchain Explorer at b1t.cash to get current info about the network.

9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1TCASH - New Cryptocurrency on: September 14, 2018, 01:17:01 AM
Hi everyone,

A GUI wallet was released on July 26, 2018. And you can mine B1tcash through the GUI wallet.

For installation instructions, access the B1tcash's GUI wallet github: https://github.com/b1tcash/b1tcash-gui
10  Alternate cryptocurrencies / Bounties (Altcoins) / [BOUNTY] 5,000 B1tcash - Build B1tcash GUI binary for 64-bit Windows on: August 04, 2018, 03:55:30 PM
Hi,

I'm offering a 5,000 B1tcash bounty to anyone who builds B1tcash GUI binary for 64-bit Windows.

Instructions:

- Access the B1tcash GUI source code: https://github.com/b1tcash/b1tcash-gui
- Read the instructions on how to compile the B1tcash GUI from source for Windows
- After successfully building the B1tcash GUI binary, upload the executable on your Github account
- I'll test the executable. And if it works, I'll make a copy of it and I'll upload it to B1tcash's Github account, so users can use it.
- Send me a private message with your B1tcash wallet address and I'll transfer 5,000 B1tcash to your wallet
11  Alternate cryptocurrencies / Bounties (Altcoins) / 5,000 B1tcash bounty to anyone who builds B1tcash GUI binary for 64-bit Windows on: August 04, 2018, 03:04:15 PM
Hi,

I'm offering a 5,000 B1tcash bounty to anyone who builds B1tcash GUI binary for 64-bit Windows.

Instructions:

- Access the B1tcash GUI source code: https://github.com/b1tcash/b1tcash-gui
- Read the instructions on how to compile the B1tcash GUI from source for Windows
- After successfully building the B1tcash GUI binary, upload the executable on your Github account
- I'll test the executable. And if it works, I'll make a copy of it and I'll upload it to B1tcash's Github account, so users can use it.
- Send me a private message with your B1tcash wallet address and I'll transfer 5,000 B1tcash to your wallet
12  Alternate cryptocurrencies / Marketplace (Altcoins) / 5,000 B1tcash bounty to anyone who builds B1tcash GUI binary for 64-bit Windows on: August 04, 2018, 02:50:48 PM
Hi,

I'm offering a 5,000 B1tcash bounty to anyone who builds B1tcash GUI binary for 64-bit Windows.

Instructions:

- Access the B1tcash GUI source code: https://github.com/b1tcash/b1tcash-gui
- Read the instructions on how to compile the B1tcash GUI from source for Windows
- After successfully building the B1tcash GUI binary, upload the executable on your Github account
- I'll test the executable. And if it works, I'll make a copy of it and I'll upload it to B1tcash's Github account, so users can use it.
- Send me a private message with your B1tcash wallet address and I'll transfer 5,000 B1tcash to your wallet
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1tes - New Cryptocurrency on: August 04, 2018, 04:14:49 AM
Hi,

I'm offering a 5,000 B1tcash bounty to anyone who builds B1tcash GUI binary for 64-bit Windows.

Instructions:

- Access the B1tcash GUI source code: https://github.com/b1tcash/b1tcash-gui
- Read the instructions on how to compile the B1tcash GUI from source for Windows
- After successfully building the B1tcash GUI binary, upload the executable on your Github account
- I'll test the executable. And if it works, I'll make a copy of it and I'll upload it to B1tcash's Github account, so users can use it.
- Send me a private message with your B1tcash wallet address and I'll transfer 5,000 B1tcash to your wallet








14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1tes - New Cryptocurrency on: July 28, 2018, 01:17:18 PM
Only CPU?
cn-litev7?

It’s CryptoNight-Lite-variant1.  Now only cpu, since there is no mining pool setup to mine B1tcash, which is great. Yesterday I noticed that some users were cpu mining.

It’s a good time to mine B1tcash with your cpu. It consumes less electricity, not as loud as gpu mining.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1tes - New Cryptocurrency on: July 26, 2018, 05:15:07 PM
could you help me to information of project ?

In this current version, block times, block rewards, transaction fee, and blockchain database format have changed.

Launch date: September 18th, 2017
Premine: 9365 blocks
POW/POS: Proof-of-Work (POW)
Block times: changed from 240 to 540 seconds
Currency ticker: B1T
Block rewards: changed from ~15 B1T to ~100 BIT
Algorithm: CryptoNight-Lite - hash-based Proof-of-Work (PoW) algorithm
Max supply: ~18.4 million B1T
Difficulty: retargets at every block
Transaction fee: changed from 0.000001 to 0.01
Seed nodes: 138.68.115.86; 159.65.213.51
P2P port = 50805;
RPC port = 50904;

The blockchain database format has been changed from raw memory to LMDB.

Link to Bitcash GUI's source code and instructions on how to build B1tcash GUI on Linux, Windows and IOS: https://github.com/b1tcash/b1tcash-gui

Link to Bitcash source code and with instructions on how to build B1tcash on Linux, Windows and IOS: https://github.com/b1tcash/b1t

Link to B1tcash's Blockchain explorer: http://b1t.cash

Additionally, below are specifications of changes that have been adopted from Monero in this current version. These specifications can also be accessed at: https://github.com/aeonix/aeon/releases/tag/v0.12.0.0

    The following changes have been adopted:

    Per-kb fees: PR-184
    Allow miners to claim less money than allowed: PR-410
    Claim a quantized reward in coinbase & all outputs must be decomposed: PR-425
    Require miner tx to have well behaved outs: PR-763
    Reject invalid pubkeys: PR-1386
    Use new block filling algorithm: PR-1902
    Forbid duplicate ring members: PR-2188
    Checks for top block hard fork version: PR-2269
    Reject unsorted ins and outs: PR-2440
    CryptoNight variant 1: PR-3253
    This is adapted to CryptoNight-Lite, making it CryptoNight-Lite-variant1
    
    The following are Aeon's own changes deviating from Monero:

    Transactions of ring size 1 (i.e. with no decoy outputs, called non-private txes henceforth) are allowed to occupy up to ~10% of all transactions in each block. Specifically, for a block containing N txes (excluding coinbase), M non-private txes are allowed to exist as long as 10*(M-1) does not exceed N.
        The implication of non-private txes is the same as before: you can use them wisely to make transactions smaller and thus save in fees, but if you do so when there's a backlog of non-private txes in the transaction pool, your non-private txes will likely take very long time to confirm. You're advised to use normal transactions if you want timely confirmation.
    Normal transactions must have at least ring size 3. In other words, transactions with ring size 2 are entirely forbidden.
    Multisig is disabled (but will be enabled again once Aeon adopts RingCT with Bulletproofs).


 
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1tes - New Cryptocurrency on: July 26, 2018, 04:53:11 PM
Hi Mr B1tes,
long time no see Wink that's a nice news!
Is the old wallet.dat (b1tes) still valid or we can throw everything away?

Hi Galapagos,

You can throw away the wallet used before September 4h, 2017, when the B1tes blockchain network was stopped on Blockchain Height 8943 due to a bug in cryptonote's source code described in an article titled "Disclosure of a Major Bug in CryptoNote Based Currencies" posted on getmonero.org, here is the link: https://getmonero.org/2017/05/17/disclosure-of-a-major-bug-in-cryptonote-based-currencies.html

But keep the wallet created after September 18th, 2017, when the New B1tes blockchain was launched, which can be used with this current version.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1tes - New Cryptocurrency on: July 26, 2018, 03:48:31 AM
Hi everyone,

A new version of B1tes has been launched. It's based on Aeon's rebase to Monero code.

B1tes has been renamed to B1tcash.

Source code: https://github.com/b1tcash/b1t

GUI wallet souce code: https://github.com/b1tcash/b1tcash-gui

Blockchain explorer: http://b1t.cash


18  Alternate cryptocurrencies / Mining (Altcoins) / Add B1tes to Your Mining Pool on: April 16, 2018, 07:04:04 PM
Hi,

I would like to know if there is a mining pool that would be interested in adding B1tes.

For more information about B1tes, please read the post on this link: https://bitcointalk.org/index.php?topic=2092537.msg20905435#msg20905435
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1tes - New Cryptocurrency on: April 16, 2018, 07:00:24 PM
can you provide all information in more detail?
 


Hi,

Please read the information provided in this post: https://bitcointalk.org/index.php?topic=2092537.msg20905435#msg20905435
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] B1tes - New Cryptocurrency on: April 13, 2018, 05:59:40 PM
Hi everyone,

The seed nodes for the B1tes blockchain have been updated.

- 138.68.115.86
- 174.138.127.35
- 23.94.223.107

Pages: [1] 2 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!