Pages:
Author

Topic: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue - page 7. (Read 26696 times)

sr. member
Activity: 1176
Merit: 252
https://twitter.com/bit_gesell

idk if its official but its the most popular and up-to date
Yeah, maybe because it's their new twitter account, just created last month and giving some updates. thanks for sharing.
copper member
Activity: 155
Merit: 63
Hi dear BGL community!

If you intend to hold and own your BGL, then store your coins in BGL mainnet on cold wallet. This is most secure and reliable way. Bridge, pancakeswap are to provide means of exchange, the main function of wrapped tokens is to provide exchange and liquidity without CEXes.
The BSC blockchain is not fully decentralized (although it has many good points). Remember BTC's old saying, not your keys - not your coins, it stays true.
newbie
Activity: 20
Merit: 2
https://twitter.com/bit_gesell

idk if its official but its the most popular and up-to date
sr. member
Activity: 1176
Merit: 252
Has the Bitgesell Twitter account changed? I discovered that Bitgesel (@Bitgesell) hasn't tweeted in a long time.
Their most recent tweet was in 2021. Is the Bitgesell development team still actife?
newbie
Activity: 20
Merit: 2
If needed, I can also help with translation. I'm fluent in both Romanian and Hebrew.
legendary
Activity: 2744
Merit: 1703
bitgesell.fun & bitgesell.space
Some rules for the future Free Lottery in 8 rounds with a prize pool of $800 🎉

To participate, you need to be the owner of an NFT from the unique Bitgesell Road collection 🆒

The opportunity to place a bet

🎁 1 bid for each COMMON token
💥 3 bids for each SPECIAL token
🤩 5 bids for each RARE token
🐳 7 bids for the LEGENDARY token owner

More tokens in your collection - a greater chance to win 👍 $WBGL prizes!
legendary
Activity: 2744
Merit: 1703
bitgesell.fun & bitgesell.space


How to found Silvio's 🎁 Treasures

💫 collect Bitgesell Road NF tokens
👀 open hidden content
💯 arrange the fragments in the right order
🐳 import Private Keys into your wallet

It's so simple 🚀🚀🚀
legendary
Activity: 2744
Merit: 1703
bitgesell.fun & bitgesell.space
The free distribution of coins starts through the official telegram channel of the project.


Code:
L22UqH2HksTRQGsD2MyA56KTf6v(nine)wsKaQgosrpAYvCk2qvMGRZMs

  • Fix the anti-bot check
    L22UqH2HksTRQGsD2MyA56KTf6v(nine)wsKaQgosrpAYvCk2qvMGRZMs > L22UqH2HksTRQGsD2MyA56KTf6v9wsKaQgosrpAYvCk2qvMGRZMs
  • Use the Console to import the Private Key by running the command for this case
Code:
importprivkey L22UqH2HksTRQGsD2MyA56KTf6v9wsKaQgosrpAYvCk2qvMGRZMs



  • Wait for the blockchain synchronization



  • Using the Inputs client option, transfer ALL coins from the winning address to another one, the Private Key of which is known only to you



Otherwise, anyone who imports the Private Key from the winning address will be able to take advantage of this win!
legendary
Activity: 2744
Merit: 1703
bitgesell.fun & bitgesell.space




A new 🧡 SPECIAL NFT has been added for "Bitgesell Road" collection
4-29-2021 BGL Have Listed On Coinpaprika

#Bitgesell #realstoreofvalue #BGL #crypto

*There is hidden content (fragments of Private Key) in each NFT
legendary
Activity: 3178
Merit: 3440
Nec Recisa Recedit
newbie
Activity: 4
Merit: 1
hey @vanorton

I just watched briefly over the code on my phone.
Since the code iterates over a list and sends multiple transactions with a locally incremented nonce, you might run into the problem, that bsc network has not propagated the pending transaction value, yet, thus the next transaction fails with wrong nonce error or similar.
In that error case, the code misses to decrement the nonce and you might loose track of bsc nonces. What do you think ?

jr. member
Activity: 31
Merit: 14
Hi fellow BGLers!

It looks like less than a day left before the next BGL halvening! Smiley
congrats to all community members and participants!

There are some updates as well:

1. The release 0.1.10 is here, the code is synced with BTC Core up to Jan 2023.
All thanks to our member janus (just check the commits amount merged, several hundreds)!
Everyone is welcome to test the new build, it's for Linux systems, MacOS and Windows would follow very soon.
https://github.com/BitgesellOfficial/bitgesell/releases/tag/0.1.10

2. For the bridge. Yes, I've got reports that the bridge is misbehaving. Now, I think the reason for this is 'burst' requests in the BSC, that break the nonce tracking and outgoing BSC transfers start to fail. Probably this is connected to raise of the popularity of the project in recent days.

2a. I suggest to make things faster to write at [email protected] with link/transaction hash (either in BGL, BSC or Eth) which is transaction YOU did sent to a bridge and that did not got funds trough or returned back.

2b. The bridge code would be stabilized or rewrtitten. The code is open, if you have an idea how to handle nonces in a reliable way easily please feel free to commit or contact. My approach would be to rewrite outgoing txes for Eth/BSC so they would be aligned in the queue and launched one by one, in a separate worker outside of the block scanning ones.

Anyways,
cheers guys!
legendary
Activity: 3178
Merit: 3440
Nec Recisa Recedit
less then 48 hours for halving (1 day - 22 hours)! coinbase will be reduced ... to 25 coins Cool
meanwhile, more than 871000 coins have been burned in tx fee ...
what's your opinion about the upcoming halving? but especially when it will be available on a Centralized Exchange the native BGL coin Roll Eyes ?
newbie
Activity: 29
Merit: 11
can someone post a noob-friendly, complete guide on how to backup BGL Core wallet on an external hdd or usb-stick?
i asked this a year or 2 back i think but i never felt i've completely understood the process.
thank you
How easily backup&restore bitgesell wallet from usb: video course
newbie
Activity: 29
Merit: 11
There is no way to vote for the proposal as native bgl holder, right ?

Good idea for development Wink
Just join to https://dao.bglnode.online and claim the voting NFT "Follower" of the Bitgesell DAO collection.
legendary
Activity: 2744
Merit: 1703
bitgesell.fun & bitgesell.space
can someone post a noob-friendly, complete guide on how to backup BGL Core wallet on an external hdd or usb-stick?
i asked this a year or 2 back i think but i never felt i've completely understood the process.
thank you
Just copy the file wallet.dat from the wallet directory. The client must be turned off during thep copying process. Or you can export and save private keys by running a command in the client console.

Code:
dumpwallet "filename"

For example dumpwallet c:\Keys\MyBGL.txt
newbie
Activity: 20
Merit: 2
can someone post a noob-friendly, complete guide on how to backup BGL Core wallet on an external hdd or usb-stick?
i asked this a year or 2 back i think but i never felt i've completely understood the process.
thank you
legendary
Activity: 2744
Merit: 1703
bitgesell.fun & bitgesell.space
NFT owners of the unique Bitgesell Road collection get the following features:

🎁 Fragments of Private Keys from Silvio's Treasures
📣 Extra votes for DAO voting
🎲 Opportunity to participate in 8 rounds of free raffle with prizes $100 for each round (coming soon)
🎮 Advantages in a game of the mining strategy genre (coming soon)
newbie
Activity: 4
Merit: 1
There is no way to vote for the proposal as native bgl holder, right ?
newbie
Activity: 29
Merit: 11
The community can use the DAO to vote on proposal related to the bridge: https://dao.bglnode.online/#/bgldao.eth/proposal/0xf9d26cb1dbd87e3641cfce6687f43f9533ee72ed3daf564af7b5d790a47e4c3f

Users can also vote on the proposal as holder NFTs of the Bitgesell Road or Bitgesell DAO collections.
Pages:
Jump to: