Bitcoin Forum
June 20, 2024, 07:55:02 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 [116] 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 ... 198 »
2301  Economy / Exchanges / Re: [ANN][Exchange] ALTILLY.COM - CRYPTO EXCHANGE - LOW FEE - WIN A CAR on: October 08, 2018, 08:49:10 AM
ForteCoin (FOTC), Electrumdark (ELD), Regulus Token (RGLS) have been added to the https://altilly.com exchange
2302  Economy / Exchanges / Re: [ANN][Exchange] ALTILLY.COM - CRYPTO EXCHANGE - LOW FEE - WIN A CAR on: October 08, 2018, 06:37:58 AM
Calvary Coin (CVC) Trade Competition
https://www.altilly.com/page/competition?id=3
2303  Alternate cryptocurrencies / Altcoin Discussion / Re: erc20 burn address? on: October 08, 2018, 04:43:38 AM
That seems to be very much correct. Some also use contract development for burning.
So i am of the opinion that the right way to burn erc20 is to create a contract which immediately self destructs and sends to its own address, or just send ether to his deployed contract.
Here is an example of code used:

pragma solidity ^0.4.11;

contract Burner {
    uint256 public totalBurned;

    function Purge() public {
        // the caller of purge action receives 0.01% out of the
        // current balance.
        msg.sender.transfer(this.balance / 1000);
        assembly {
            mstore(0, 0x30ff)
            // transfer all funds to a new contract that will selfdestruct
            // and destroy all ether in the process.
            create(balance(address), 30, 2)
            pop
        }
    }

    function Burn() payable {
        totalBurned += msg.value;
    }
}

Which sends it straight to the contract address.

Think that is what I am looking for ;-)
Have not tried yet.
2304  Alternate cryptocurrencies / Altcoin Discussion / Re: erc20 burn address? on: October 07, 2018, 07:56:03 PM
Thank you for all the answers.
2305  Economy / Collectibles / Re: [PRE-ORDER] Bitcoin Penny™ PLATINUM on: October 07, 2018, 10:31:00 AM
Bitcoinpennies are the first platinum physical crypto coins for me <3

Catch them all like my son say
2306  Economy / Exchanges / Re: [ANN][Exchange] ALTILLY.COM - CRYPTO EXCHANGE - LOW FEE on: October 07, 2018, 01:44:14 AM
WIN A CAR NOW Shocked
https://www.altilly.com/page/competition

2307  Bitcoin / Project Development / Re: Marketing wizard needed on: October 06, 2018, 07:35:09 PM
Maybe look at my profile here
https://bitcointalk.org/index.php?topic=2775826

Tasks I can handle:
Content bounty Manager, Airdrops Manager, Telegram support, Test, community manager, connecting teams and projects.
2308  Economy / Services / Re: CLOSED - Signature campaign for the HODLER Open Source Multi-Asset Wallet on: October 06, 2018, 05:55:48 PM
Thank you for payment and selection for one week more. No had feelings if you don't count my bids on auctions.
I have added the signature. Had a little problem with the formatting but hope it look fine now.

Week 2
Username : janemil
Starting post : 1669
Rank : Member
https://bitcointalk.org/index.php?action=profile;u=1118969
2309  Economy / Services / Re: CLOSED - Signature campaign for the HODLER Open Source Multi-Asset Wallet on: October 06, 2018, 08:42:52 AM
I am interested in the new campaign.

https://bitcointalk.org/index.php?action=profile;u=1118969
2310  Economy / Collectibles / Re: [Charity Auction] Bitcoin Penny Loaded MP + BTCTTF DIY + #7 MN SE CS Wallet Set on: October 06, 2018, 04:46:33 AM
I would LOVE to win but this one could use a few more bids.
2311  Economy / Collectibles / Re: [AUCTION] Giveaway bundle pack #2 ENDED on: October 05, 2018, 09:30:15 PM
Good to hear.
2312  Economy / Exchanges / Re: [ANN][Exchange] ALTILLY.COM - CRYPTO EXCHANGE - LOW FEE on: October 05, 2018, 05:51:07 PM
WIN 10 Million XQR + Nissan 350Z giveaway!
https://qredit.io/trading-competition/
2313  Alternate cryptocurrencies / Altcoin Discussion / Re: erc20 burn address? on: October 05, 2018, 12:26:30 PM
When you send to the address the total supply don't decrease on ethplorer etc.

Is there any way to update that?
2314  Alternate cryptocurrencies / Altcoin Discussion / erc20 burn address? on: October 05, 2018, 11:50:08 AM
Is ths a generel ERC20 burn address?

https://ethplorer.io/address/0x000000000000000000000000000000000000dead

You just send to it and the token is confirmed burned?
2315  Economy / Games and rounds / Re: [DAILY FREE RAFFLE] 120th JUST BECAUSE I AM STILL IN A GOOD MOOD BITCOIN COIN on: October 05, 2018, 10:59:39 AM
f - JanEmil
2316  Alternate cryptocurrencies / Bounties (Altcoins) / Re: ENDED [BOUNTY][ICO] HODLER ULTIMATE HARDWARE WALLET - SIGNATUR CAMPAIGN on: October 04, 2018, 06:15:46 PM
Time to sale?

From Tobiasz Horodko - CEO HODLER TECH
Dear holders of our HDL tokens.
In the near future, we plan to start selling the listing of tokens in our HODLER Wallet. We would like one of the available payment methods to be our HDL token. As you know, all the tokens that we had were destroyed, therefore, we would like to ask you to put out some of your tokens for sale on the Altilly exchange, of course at prices higher than the price of buying them.
The marketplace that supports trading in HODLER.TECH (HDL) tokens - https://www.altilly.com/market/HDL_USDT
We hope that we will be able to get many buyers for the listing in the HODLER wallet, you will sell your tokens at higher prices than the purchase price, despite the bear market you will be pleased that you have managed to store value and even earn.
Thank you for your support.

**

HODLER Open Source Multi-Asset Wallet infrastructure test with $2000 worth of bitcoin for the participants. Read more here: https://bitcointalk.org/index.php?topic=5032817.msg46184177#msg46184177
2317  Alternate cryptocurrencies / Bounties (Altcoins) / Re: ENDED [BOUNTY][ICO] HODLER ULTIMATE HARDWARE WALLET - TWITTER BOUNTY on: October 04, 2018, 06:15:35 PM
Time to sale?

From Tobiasz Horodko - CEO HODLER TECH
Dear holders of our HDL tokens.
In the near future, we plan to start selling the listing of tokens in our HODLER Wallet. We would like one of the available payment methods to be our HDL token. As you know, all the tokens that we had were destroyed, therefore, we would like to ask you to put out some of your tokens for sale on the Altilly exchange, of course at prices higher than the price of buying them.
The marketplace that supports trading in HODLER.TECH (HDL) tokens - https://www.altilly.com/market/HDL_USDT
We hope that we will be able to get many buyers for the listing in the HODLER wallet, you will sell your tokens at higher prices than the purchase price, despite the bear market you will be pleased that you have managed to store value and even earn.
Thank you for your support.

**

HODLER Open Source Multi-Asset Wallet infrastructure test with $2000 worth of bitcoin for the participants. Read more here: https://bitcointalk.org/index.php?topic=5032817.msg46184177#msg46184177
2318  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AIRDROP][HDL] HODLER ULTIMATE HARDWARE WALLET (ICO price 10$) - CLOSED on: October 04, 2018, 06:14:34 PM
Time to sale?

From Tobiasz Horodko - CEO HODLER TECH
Dear holders of our HDL tokens.
In the near future, we plan to start selling the listing of tokens in our HODLER Wallet. We would like one of the available payment methods to be our HDL token. As you know, all the tokens that we had were destroyed, therefore, we would like to ask you to put out some of your tokens for sale on the Altilly exchange, of course at prices higher than the price of buying them.
The marketplace that supports trading in HODLER.TECH (HDL) tokens - https://www.altilly.com/market/HDL_USDT
We hope that we will be able to get many buyers for the listing in the HODLER wallet, you will sell your tokens at higher prices than the purchase price, despite the bear market you will be pleased that you have managed to store value and even earn.
Thank you for your support.

**

HODLER Open Source Multi-Asset Wallet infrastructure test with $2000 worth of bitcoin for the participants. Read more here: https://bitcointalk.org/index.php?topic=5032817.msg46184177#msg46184177
2319  Local / Skandinavisk / Re: [ANN][ICO] HODLER HARDWARE WALLET on: October 04, 2018, 06:14:09 PM
Time to sale?

From Tobiasz Horodko - CEO HODLER TECH
Dear holders of our HDL tokens.
In the near future, we plan to start selling the listing of tokens in our HODLER Wallet. We would like one of the available payment methods to be our HDL token. As you know, all the tokens that we had were destroyed, therefore, we would like to ask you to put out some of your tokens for sale on the Altilly exchange, of course at prices higher than the price of buying them.
The marketplace that supports trading in HODLER.TECH (HDL) tokens - https://www.altilly.com/market/HDL_USDT
We hope that we will be able to get many buyers for the listing in the HODLER wallet, you will sell your tokens at higher prices than the purchase price, despite the bear market you will be pleased that you have managed to store value and even earn.
Thank you for your support.

**

HODLER Open Source Multi-Asset Wallet infrastructure test with $2000 worth of bitcoin for the participants. Read more here: https://bitcointalk.org/index.php?topic=5032817.msg46184177#msg46184177
2320  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY][ICO] HODLER ULTIMATE HARDWARE WALLET - MAKE CONTENT TO EARN - CLOSED on: October 04, 2018, 06:13:28 PM
Time to sale?

From Tobiasz Horodko - CEO HODLER TECH
Dear holders of our HDL tokens.
In the near future, we plan to start selling the listing of tokens in our HODLER Wallet. We would like one of the available payment methods to be our HDL token. As you know, all the tokens that we had were destroyed, therefore, we would like to ask you to put out some of your tokens for sale on the Altilly exchange, of course at prices higher than the price of buying them.
The marketplace that supports trading in HODLER.TECH (HDL) tokens - https://www.altilly.com/market/HDL_USDT
We hope that we will be able to get many buyers for the listing in the HODLER wallet, you will sell your tokens at higher prices than the purchase price, despite the bear market you will be pleased that you have managed to store value and even earn.
Thank you for your support.

**

HODLER Open Source Multi-Asset Wallet infrastructure test with $2000 worth of bitcoin for the participants. Read more here: https://bitcointalk.org/index.php?topic=5032817.msg46184177#msg46184177
Pages: « 1 ... 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 [116] 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 ... 198 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!