Bitcoin Forum
June 25, 2024, 02:53:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 »
1  Other / Off-topic / Re: [ARCHIVE] Bitcoin challenge discusion on: October 26, 2019, 02:00:38 PM
@ItaCraft

RTX 2080 is running smoothly at 875-885 MKey/s with the parameters: -b 46 -t 512 -p 1000

Thank you for the info, I'm running with -b 192 -t 256 -p 1024
It added + 20Mkey/s when running with 2M keys


for my Tesla K80

-b 13 -t 256 - p 1200  (basic settings)  ==> 55MKey/s
-b 26 -t 256 - p 1200 (double SM) ==> 99Mkey/s
-b 39 -t 256 - p 1200 (triple SM) ==> 108Mkey/s
-b 52 -t 256 - p 1200 (quad SM) ==> 117Mkey/s

-b 13 -t 512 - p 1000  (basic settings) ==> 99MKey/s
-b 26 -t 512 - p 1000 (double SM) ==> 125Mkey/s
-b 39 -t 512 - p 1000 (triple SM) ===> alloc error and get 110Mkey
-b 52 -t 512 - p 1000 (quad SM) == alloc error and get 110Mkey

Here are my results, thanks for you support



Oh sorry now I see my mistake, Tesla K80 is running at 105 Mkey/s no matter how many keys, I made an confusion because I also tested Tesla T4 that gave me 250Mkey/s but only 100 Mkey/s when using my 2M keys list
2  Other / Off-topic / Re: [ARCHIVE] Bitcoin challenge discusion on: October 26, 2019, 03:32:34 AM
Table update with bitcrack key/rate per sec:

Code:
1. RTX 2080ti      1,200-1,300 Mkey/sec  (price $1,200-1,500)
2. RTX 2080        810 Mkey/s | 300 Mkey/s (2M addresses)
3. GTX 2070ti      805 Mkey/sec
4. RTX 2060        620 Mkey/sec
5. GTX 1080ti      345 Mkey/sec          (price $700-1,000)
6. Tesla K80       250 Mkey/sec | 100 Mkes/s (2M addresses)
7. GTX 1080        130 Mkey/sec          (price $500)
8. GTX 1070ti      100 Mkey/sec
9. GTX 1070        80-90 Mkey/sec        (price $450-550)
10. GTX 1060       69 Mkey/sec
11. GTX 1050ti     64 Mkey/sec           (price $150-200)
12. GTX 980        70-80 Mkey/sec
13. GTX 770(2Gb)   120 MKey/sec
14. GTX 680        109 Mkey/sec          (price $150)
15. GT 640         9 Mkey/sec      
16. RX 480         107 Mkey/sec          (price $130-150)
17. RX 470         105 Mkey/sec          (price $150-300)
18. RX 580         89 Mkey/sec           (price $200-250)
19. RX 560         50 Mkey/sec           (price $100-150)
20. R9 280/290x    20 Mkey/sec           (price $50)

Added RTX 2080 and Tesla K80
3  Economy / Services / [ANN] Brothers Creation - Blockchain coding (Forks, Patchs...) and Design on: February 25, 2019, 05:01:36 PM

Brothers Creation




Brothers Creation is the newest service that you can use for your own Blockchain!

We do offer almost everything that you dream of, which is including:

• Design
• Blockchain Creation
• Coin support (Code changes)
• Features Implementations on Current chains
• ANN, Logo, and general Design
• New Algorithm with cpuminer and pool support
• And everything more, please ask!


5% of every profit will be going to AeriumX funds
We are currently working in a referral project, but you ask, how it will work?
It's simple, everyone that invites or be invited will win!

If you invite your friend, and your friend contract our services, you will recieve a 10% discount, and if the pricing exceeds 0.1 BTC, you will recieve 5% of the pricing too, everyone wins on it

Discord Link: https://discord.gg/McgDFUz

Our LinkedIn

Ita: https://www.linkedin.com/in/itamar-carvalho-pinto-salom%C3%A3o-793881166/
Luvinha: https://www.linkedin.com/in/gabriel-mateus-40063b163/











4  Alternate cryptocurrencies / Altcoin Discussion / Re: Where is hashing algorithm code? on: February 15, 2019, 09:01:59 PM
According to the bitcoin source code, the hash for the block header can be seen from the file src/primitives/block.cpp under
Code:
uint256 CBlockHeader::GetHash() const
{
    return SerializeHash(*this);
}

https://github.com/bitcoin/bitcoin/blob/master/src/primitives/block.cpp#L13

Which return the value of SerializeHash(*this), That is declared on the file hash.h

Code:
/** Compute the 256-bit hash of an object's serialization. */
template<typename T>
uint256 SerializeHash(const T& obj, int nType=SER_GETHASH, int nVersion=PROTOCOL_VERSION)
{
    CHashWriter ss(nType, nVersion);
    ss << obj;
    return ss.GetHash();
}

And according to the comment above it,
 /** Compute the 256-bit hash of an object's serialization. */

The SerializeHash will call CHashWriter and return the value of GetHash which is a simple sha256d hashing algorithm result


(Please, let me know if I'm wrong, I'm still studying bitcoin code)
5  Economy / Services / Premium Altcoin Creation Service (We can Create a new CPU algo!) on: August 30, 2018, 11:16:31 AM
Professional Coin Creation Service
















We offer you the best and premium quality coin creation service. Are you willing to have a coin and having an awesome community behind your back but don't have the advanced knowledge to create it? Don't worry, our team can do all the hard work for you and your idea can be released on the market in a few days!







What we offer:


    • Own Blockchain
    • (Almost) Any algorithm (Even a new one!)
    • Full support
    • Windows 32/64 bits wallets and setups, Mac wallet and setups, Linux and ARM wallets
    • Source Code
    • PoW / PoS / MN
    • Explorer*
    • Seed nodes*
    • Pool*
    • Logo*
    • Name*
    • ANN Design*
    • Help at launching*



* Optional

Please be free to contact us!

(We are also able to find and fix problems on a running blockchain, please contact us with further info)


Discord: Ita#5871 (ID: 202537248267304960)
Telegram: https://t.me/itrami
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: July 07, 2018, 02:15:08 AM
I think the devs or team members sold at cheap prices the premined or swapping other ways AEX coins when listed on CB. No one can have in a short time 30-40K AEX coins by mining or swapping from Aerium.
No big miners care this coin to mine like big amount. And before the swap its price was at least 75 sat. on CB. they swapped 1:121 by old coins.
So by a simple math 75 sa. x 121 = 9K
But we saw some ppl sold them on CB (and still trying to sell) at 2-3K. If  you have Aerium old coins at 9K how can you sell them as soon as when it listed on an exchange ?

if you accuse someone please show proofs

Nope, some users had their coin swapped manually after I receiving coins from the bot due a problem on the wallet involving passwords with space, not possible to unlock it
The last 500 one is being used for the airdrop




Checkup:
AVStR4zTjyMcSXLUZgNb9E8MHbCSRDkR3k
AcEmqBCkAu13EFocwaAMfXBTT7v3Dtzce1
https://chainmapper.com/aex


7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 28, 2018, 06:39:49 PM
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 23, 2018, 12:39:43 PM
I am trying to exploit through my AMD 6 card rig. Difficulty is quite high.
I was about to accumulate 1000 AEX for MN, hoping to run MN will give better profit.
Also, I am somewhat distrustful because AEX has no total supply, it is infinite supply?
So how can you guarantee value for AEX?

Nobody can guarantee value but the inflation is quite low for AEX so max supply isnt really an issue.

Plus there is a soft-cap included on the coin, every transaction fee is burned from the network.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 21, 2018, 12:45:52 PM
Exchange listing as yet ?

cryptobridge was paid last month day 27

I have download nvidia miner,everything is ok
Then,install NVIDIA CUDA9.0 failed,windows 10 64-bit,Visual Studio 2017,latest version of the display drivers [385.69]
Is the computer incompatible with cuda version?
How to solve these problems?I'm a rookie Huh Huh

Please contact our nvidia miner developer on discord @Enemy#7770
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 20, 2018, 11:40:21 AM
Trying to use sgminer-kl-1.0.5_fix-windows_x64 with AMD 280X GPU and get an error:

Code:
Error -11: Building Program (clBuildProgram)
c:\Users\User43\AppData\Local\Temp\OCL10880T5.cl", line 158: error:
          variable with automatic storage duration cannot be stored in the
          named address space
    __local uint AES0[256];
c:\Users\User43\AppData\Local\Temp\OCL10880T5.cl", line 160: error:
          identifier "AES0" is undefined
      AES0[i] = AES0_C[i];

This miner doesn't work with such old GPU?

I don't think so, anyway you can still contact the miner developer through discord KL0nLutiy#0434

Will there be any bountys in the near future? Smiley

Yes!
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 18, 2018, 04:47:55 PM
Is this wallet safe to use?
https://www.virustotal.com/#/file/768108f944ceb1f0dd48dbed0f1915bbf10e98b2625db1bf86959aa7bc3b9f05/detection
Trojan.Downloader and Trojan.WisdomEyes is absolutely no good...

This .Zip doesn't look like the one from the github...
I downloaded this .Zip from the header of this thread )))

https://github.com/aeriumcoin/AeriumX/releases/

You can also contact me on discord and I will assist you to compile for yourself if you want too.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 18, 2018, 10:29:09 AM
I have used the easy masternode set up for 20 aex, just have a couple of questions about it:

1. Will the bot notify me when the month is up and ask me to send another 20 coins?
2. Will the cost to run it be reduced as the value of AEX increases?

thanks in advance.

1 - Yes
2 - The price will be attached to a 8$ monthly fee, the price will the catch from cryptobridge when we get listed on it
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 16, 2018, 06:53:46 PM
Is this wallet safe to use?
https://www.virustotal.com/#/file/768108f944ceb1f0dd48dbed0f1915bbf10e98b2625db1bf86959aa7bc3b9f05/detection
Trojan.Downloader and Trojan.WisdomEyes is absolutely no good...

This .Zip doesn't look like the one from the github...
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 13, 2018, 11:37:31 PM
I need some devs help I think...

I sent aerium (AERN) to my aeriumx (AEX) qt wallet not realizing it was meant to go through an exchange address to be converted from AERN to AEX at 120:1 rate.  (You get x120 less...)

Im searching for help either reverting the transaction to AEX or relocating it to the original wallet, as its inaccessible on the AEX wallet in AERN form.

TXID: http://185.223.31.170:3001/tx/21925008739b3e334d2a7914697b9b1d1bc2a691cd404c09f6735182c0a17337

Any help is appreciated.

Thanks

(PS I successfully converted ~400 AERN to ~3.5 AEX...)

Contact me (developer) on discord, I'm able to recover your coins if are still lost
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 13, 2018, 12:27:11 PM
You guys probably want to investigate the previous coin to this.

The predecessor coin, Aerium, was a skunkhash algo coin but more importantly it had hyperinflation properties (500%, 12500% APR on some block ranges and is probably sitting at 1000% APR ... think B3 coin)

Sooo what I'm saying is that before you decide to invest in this coin, consider the previous coin and it's effect on this coin. I feel that it's very skewed towards original Aerium holders

Since February inflation was 10%.  With this new reward structure AeriumX, there is no hyperinflation at all. Previous devs run away, and this project was 100% overtaken by community in order to make it great again.

There was a team of four on the development team back on start, it went to only one and I'm still here.

Yes, I'm the same dev that launched Aerium and I'm not going to abandon my project.

Are you planning to recruit a few more people if you can find some? It's a tough job to do it completely on your own, isn't it?

Yes, I am

Hey, what's next on AeriumX roadmap? What now do you have in plans?


Focus on marketing by this moment, we are currently planning to get listed on MNO right after being listed on CB.
Don't forget that we already paid the listing fee day 27 last month.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 09, 2018, 11:24:13 AM
You guys probably want to investigate the previous coin to this.

The predecessor coin, Aerium, was a skunkhash algo coin but more importantly it had hyperinflation properties (500%, 12500% APR on some block ranges and is probably sitting at 1000% APR ... think B3 coin)

Sooo what I'm saying is that before you decide to invest in this coin, consider the previous coin and it's effect on this coin. I feel that it's very skewed towards original Aerium holders

Since February inflation was 10%.  With this new reward structure AeriumX, there is no hyperinflation at all. Previous devs run away, and this project was 100% overtaken by community in order to make it great again.

There was a team of four on the development team back on start, it went to only one and I'm still here.

Yes, I'm the same dev that launched Aerium and I'm not going to abandon my project.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 08, 2018, 12:28:17 PM
This Aerium coin is only for mining? Very interesting and promising project, but very little information about this platform and it's opportunity....  Very fast exchange,  but the pool is down, any comments?

Mining and Masternodes, on the future it will be PoS/zPoS and Masternodes

Pool aren't down
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 08, 2018, 10:58:59 AM
For pools:

Yiimp pull request for adding the algo is done, take a look
https://github.com/tpruvot/yiimp/pull/274
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN on: June 07, 2018, 02:16:52 AM
Can't swap. After entering my new receiving address the bot doesn't reply.

The bot was under maintenance for a moment for improving the way that he handles transactions, everyone that had stuck transactions by the last 24 hours should receive it, currently the bot is running flawless and if you have any problem just come to discord and PM me (Dev)
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔥 [PRE-ANN] AeriumX | SWAP | PoW | PoS | MN | NEW GPU ALGO | ZEROCOIN 🔥 on: May 31, 2018, 01:52:38 AM
Hey,

I've taken my Aerium coins back from the staking pool and now I've got them in my wallet.

How will the fork work? How will I get the new coins?

Thanks

You will need to use our bot, he will ask your AeriumX address and after it show you a Aerium address, send your coins to this aerium address and you should recieve your AeriumX coins on the respective address

Any info about on which OS the MN will be running?

Windows will support both AMD and NVIDIA, linux only NVIDIA
how to mine this coin? what mining software to use?

Official miners were made by third-party know developers, There will be a devfee for their work (1% both Miners, AMD and Nvidia)

Hey,

I've taken my Aerium coins back from the staking pool and now I've got them in my wallet.

How will the fork work ? How will I get the new coins ?

Thanks

You will need to use our bot, he will ask your AeriumX address and after it show you a Aerium address, send your coins to this aerium address and you should recieve your AeriumX coins on the respective address

Any info about on which OS the MN will be running?

Windows will support both AMD and NVIDIA, linux only NVIDIA

Telegram bot? Or what bot?



Telegram Bot, A automated masternode solution will be included there
Pages: [1] 2 3 4 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!