minkcrypto (OP)
Jr. Member
Offline
Activity: 48
Merit: 28
|
|
March 16, 2020, 03:55:24 PM |
|
anyone know about how long crex24 maintenance cpuchain wallet?
i don't want to register in other exchange.
Wallet maintenance is over on Crex24, now you can deposit / withdraw CPUchain on that exchange. Link: https://crex24.com/exchange/CPU-BTC?refid=16aj90ycl0o7o1yisbcf
|
CPUchain Founder
|
|
|
minkcrypto (OP)
Jr. Member
Offline
Activity: 48
Merit: 28
|
|
March 16, 2020, 03:56:48 PM |
|
Is anybody home? this is ridiculous, where is the community here or the Devs?
Please join our discord community if you couldn't find the support here https://discord.io/cpuchain Thank you!
|
CPUchain Founder
|
|
|
minkcrypto (OP)
Jr. Member
Offline
Activity: 48
Merit: 28
|
|
March 16, 2020, 03:57:13 PM |
|
Is developer still active?
Sure
|
CPUchain Founder
|
|
|
minkcrypto (OP)
Jr. Member
Offline
Activity: 48
Merit: 28
|
|
March 16, 2020, 03:59:06 PM |
|
How do I generate a receive address on the wallet? I installed and let it sync up but the receiving address is blank. v0.18.1 Click Receive tab and click "Request Payment" button, new wallet address will be generated for you
|
CPUchain Founder
|
|
|
minkcrypto (OP)
Jr. Member
Offline
Activity: 48
Merit: 28
|
|
March 16, 2020, 04:00:32 PM |
|
Hello, where can i download the blockchain/bootstrap for the CPUchain Core wallet, it is 31 weeks behind and it is taking forever to download through the wallet.
Please give the wallet some time to sync block headers, since the block headers are composed with yespower, it may be slower than SHA256D algorithm
|
CPUchain Founder
|
|
|
|
miner2251
Jr. Member
Offline
Activity: 34
Merit: 87
|
|
April 17, 2020, 07:50:12 PM Last edit: April 18, 2020, 08:14:10 AM by miner2251 |
|
Please test.... 1. Got "txn-mempool-conflict (code 18)" when sending coins to cpu1qvu8kc6uvncpvwrhmz7vzdxtm5g6c2u7zyv2edg. If someone gets some coins and someone else also wants to get some coins, the second player have to wait as long as the first player's transaction will get at least one confirmation. If it is in mempool for more than five minutes, everyone will have to wait. 2. It is possible to get some coins in a bit shorter time than 5 minutes (transactions ebcaa3ebf49c420427f4bac03aa0d2079fc7574286e20609653b2ed62074b8c3 and 4c56ede5ba9ca883a258690d187970ecbe13bb019962a5352f9ea3b92fb8be2d). It is also possible to get "Coins are not ripe yet" message even if nobody received any coins in the last five minutes (because of transactions stuck in mempool mentioned above). 3. Users are probably identified by IP addresses, cookies or something similar. So it is possible to use Tor, get new circuit for every request, and get coins every five minutes, locking faucet for everyone else. 4. There is no captcha, so it is possible to implement some bot for getting funds and run it over Tor the way I described it above. 5. Distributed amounts are smaller than I can solo mine in the same time. Mining on a virtual machine connected to Tor can give me about one block per day. It means 50 coins per 24 hours, so about 2 coins per hour. Here I can get about 0.001 coins per hour playing honestly or about 10 times more when changing IP and clearing cookies every 5 or 6 minutes. So solo mining is more than 200 times more profitable than using this faucet even if someone is cheating and using it alone. That is why some users may wonder why they should use such faucet when they can just connect to some pool or solo mine much more coins. Also, you are paying 10% transaction fee, which seems quite high. Typical mining pools take something around 1% and now mempool is almost empty, so you can easily pay 1 minktoshi per byte and have your transaction confirmed in the next block. Edit: Donate to the faucet: soon Is it really needed? I sent some of my coins back to the faucet and available amount on your site increased above 500 coins, so it is possible to give donations right now, just by sending coins to the address they came from, in this case cpu1qf4hnx95tp4a5x7ssdxduneymptvvy9vu3wamu5. Edit: Use only bech32 addresses!!! As a tester if some programmer say "please don't" I always want to check "what happens if I do". Here it comes: Fatal error: Uncaught BitWasp\Bitcoin\Exceptions\UnrecognizedAddressException in /home/admin/web/cpu-mining.info/public_html/vendor/faucet/vendor/bitwasp/bitcoin/src/Address/AddressCreator.php:116 Stack trace: #0 /home/admin/web/cpu-mining.info/public_html/cpuchain-faucet/index.php(458): BitWasp\Bitcoin\Address\AddressCreator->fromString('CWfH3BKi9Rktyyf...') #1 {main} thrown in /home/admin/web/cpu-mining.info/public_html/vendor/faucet/vendor/bitwasp/bitcoin/src/Address/AddressCreator.php on line 116 Too much info for the outside world. It can be used to attack this site, because the attacker will now know much more than it should (it does not apply if you want to make it open source, but "copyright - soon" suggest not publishing the code). If you want to handle it correctly, you should display some message like "invalid type of address". Edit: Wow! It is possible to send faucet coins to faucet address, for example in tx 901f5b585440f5a097f6dc04139b8b62f1dd4a36425d5e7230f9c063fc04f5a3. Edit: I do not know is it correct, but "Last tx" field will show any last transaction that is connected to faucet, not only transactions when faucet's address is an input. For example it showed me 84a2d372f154009944159313501dca6a08ab4b697c20567322bce178ec82d99f. Edit: I wondered if this faucet will use coins sent to address it uses for giving them. And it can throw an exception when one of these outputs will contain less than 0.0011 coins (it can be easily triggered by sending coins from faucet to faucet, in this case output will always be less because of fees). Fatal error: Uncaught RuntimeException: Transaction output value cannot be negative in /home/admin/web/cpu-mining.info/public_html/vendor/faucet/vendor/bitwasp/bitcoin/src/Transaction/TransactionOutput.php:34 Stack trace: #0 /home/admin/web/cpu-mining.info/public_html/vendor/faucet/vendor/bitwasp/bitcoin/src/Transaction/Factory/TxBuilder.php(154): BitWasp\Bitcoin\Transaction\TransactionOutput->__construct(-10000, Object(BitWasp\Bitcoin\Script\Script)) #1 /home/admin/web/cpu-mining.info/public_html/vendor/faucet/vendor/bitwasp/bitcoin/src/Transaction/Factory/TxBuilder.php(268): BitWasp\Bitcoin\Transaction\Factory\TxBuilder->output(-10000, Object(BitWasp\Bitcoin\Script\Script)) #2 /home/admin/web/cpu-mining.info/public_html/cpuchain-faucet/index.php(457): BitWasp\Bitcoin\Transaction\Factory\TxBuilder->payToAddress(-10000, Object(BitWasp\Bitcoin\Address\SegwitAddress)) #3 {main} thrown in /home/admin/web/cpu-mining.info/public_html/vendor/faucet/vendor/bitwasp/bitcoin/src/Transaction/TransactionOutput.php on line 34
|
|
|
|
YentenCommunity
Copper Member
Member
Offline
Activity: 231
Merit: 35
|
|
April 20, 2020, 06:50:24 PM |
|
Thanks so much for such a detailed test. 1. Yes. If the transaction was not processed, you will have to wait. 2. We are working on it. Thanks. 3. Faucet - not for income. It is more created for testing, so that everyone who is new to the crypto world can try to get a few coins in the wallet. 4. No captcha. There will be other methods of struggle, this is interesting. We also want to make a distribution of coins per retweets. 5. The transfer fee will be fixed, but the amount of remuneration will automatically increase if there are a lot of coins on the balance. In developing. Is it really needed? I sent some of my coins back to the faucet and available amount on your site increased above 500 coins, so it is possible to give donations right now, just by sending coins to the address they came from, in this case cpu1qf4hnx95tp4a5x7ssdxduneymptvvy9vu3wamu5. You're right. But it broke the script. Now he has become smarter and fewer mistakes. The script is constantly improving. As a tester if some programmer say "please don't" I always want to check "what happens if I do". Here it comes: While the script is in development, errors are displayed. Then they will be written to the logs and a red alert is displayed to people. Edit: Wow! It is possible to send faucet coins to faucet address, for example in tx 901f5b585440f5a097f6dc04139b8b62f1dd4a36425d5e7230f9c063fc04f5a3. Corrected. Otherwise, the script fell into a stupid))) I do not know is it correct, but "Last tx" field will show any last transaction that is connected to faucet, not only transactions when faucet's address is an input. For example it showed me 84a2d372f154009944159313501dca6a08ab4b697c20567322bce178ec82d99f.
I wondered if this faucet will use coins sent to address it uses for giving them. And it can throw an exception when one of these outputs will contain less than 0.0011 coins (it can be easily triggered by sending coins from faucet to faucet, in this case output will always be less because of fees). Now faucet works much better. Thanks for all the comments. It is a pity that there is not enough time for everything.
|
|
|
|
|
miner2251
Jr. Member
Offline
Activity: 34
Merit: 87
|
|
April 20, 2020, 08:39:13 PM |
|
Now faucet works much better. Last tx: 35dc463a765a144141540b2a451dafbe605732af3c5a9f7c1d65f8c667169e0d Fatal error: Uncaught RuntimeException: Transaction output value cannot be negative in /home/admin/web/cpu-mining.info/public_html/vendor/faucet/vendor/bitwasp/bitcoin/src/Transaction/TransactionOutput.php:34 Stack trace: #0 /home/admin/web/cpu-mining.info/public_html/vendor/faucet/vendor/bitwasp/bitcoin/src/Transaction/Factory/TxBuilder.php(154): BitWasp\Bitcoin\Transaction\TransactionOutput->__construct(-454, Object(BitWasp\Bitcoin\Script\Script)) #1 /home/admin/web/cpu-mining.info/public_html/vendor/faucet/vendor/bitwasp/bitcoin/src/Transaction/Factory/TxBuilder.php(268): BitWasp\Bitcoin\Transaction\Factory\TxBuilder->output(-454, Object(BitWasp\Bitcoin\Script\Script)) #2 /home/admin/web/cpu-mining.info/public_html/cpuchain-faucet/index.php(488): BitWasp\Bitcoin\Transaction\Factory\TxBuilder->payToAddress(-454, Object(BitWasp\Bitcoin\Address\SegwitAddress)) #3 {main} thrown in /home/admin/web/cpu-mining.info/public_html/vendor/faucet/vendor/bitwasp/bitcoin/src/Transaction/TransactionOutput.php on line 34 I did some more testing and get similar exception again. Using lower fees is not enough. I can still send some dust amount below 0.00001000 and the faucet will try to use them. Someone can even send 0.00000001 to cpu1qf4hnx95tp4a5x7ssdxduneymptvvy9vu3wamu5 when solo mining, because miners can move amounts below relay fee and create any non-standard transactions they want. The problem exists because the faucet can use some dust coins sent to it.
|
|
|
|
pinpins
|
|
July 27, 2020, 07:12:49 PM |
|
You can mine CPUchain at autoexchange mining pool Zergpool.com at 0.5% fee. Please use following commands for different mining options Option 1 Auto coin switch mining by profitability within algorithm with autoexchange to specified coin wallet(BTC in example below) -o stratum+tcp://cpupower.mine.zergpool.com:4250 -u <YOURBTCWALLET> -p c=BTC Option 2 Direct coin mining with payout to coin wallet -o stratum+tcp://cpupower.mine.zergpool.com:4250 -u <YOURCPUWALLET> -p c=CPU,mc=CPU Option 3 Direct coin mining with autoexchange to specified coin wallet(BTC in example below) -o stratum+tcp://cpupower.mine.zergpool.com:4250 -u <YOURBTCWALLET> -p c=BTC,mc=CPU Please note mc stands for mining coin symbol, c stand for payout coin symbol Autoexchange to BTC, LTC, DASH, BCH, DOGE or any other currency we mine Happy mining, cheers pinpin
|
|
|
|
teno30
Newbie
Offline
Activity: 2
Merit: 0
|
|
August 11, 2020, 03:49:15 PM |
|
|
|
|
|
Blockmunch
|
|
October 27, 2020, 01:47:39 AM |
|
We've added CPUchain to our multi-pool @ http://BlockMasters.co! Only 0.25% Fee's! Choose your payout style. We pay out in this coin, BTC, LTC, and any coin we currently have listed on the pool! Also choose from our USA, Europe, or Asia stratum servers!Example Config is Below for CPUchain Pay: -a cpupower -o stratum+tcp://blockmasters.co:4250 -u -p c=CPU To mine only this coin use mc=CPU. You can also only mine this coin and get paid in another coin by using c=BTC,mc=CPU as your password. -a cpupower -o stratum+tcp://blockmasters.co:4250 -u 1JFx3fE462vMsTeYkNK5yvdWeg2wpmxvBD -p c=CPU,mc=CPU Example Config Below to mine CPUchain & convert into BTC -a cpupower -o stratum+tcp://blockmasters.co:4250 -u 1JFx3fE462vMsTeYkNK5yvdWeg2wpmxvBD -p c=BTC To mine our Europe server use eu.blockmasters.co, to mine our Asia stratum use as.blockmasters.co . We also allow party & solo mining! Please add m=SOLO or m=PARTY.partypassword to your password in your config file! Join our discord at https://discordapp.com/invite/RNnVAB4
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
December 14, 2020, 07:36:50 PM |
|
Is there a blockchain snapshot? Very slow sync. And what's the news on the coin? Is there a roadmap, developers here?
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
December 15, 2020, 01:55:26 PM |
|
2020-12-15T13:47:44Z socket recv error Удaлeнный xocт пpинyдитeльнo paзopвaл cyщecтвyющee пoдключeниe. (10054) 2020-12-15T13:48:05Z ERROR: AcceptBlockHeader: Consensus::CheckBlockHeader: 64d145aa66f69426605763b6946dec0c08a5ebfe5dd1ee44e22b13d70e45b491, high-hash, proof of work failed (code 16) 2020-12-15T13:48:16Z New outbound peer connected: version: 70015, blocks=755590, peer=21 2020-12-15T13:50:04Z ERROR: AcceptBlockHeader: Consensus::CheckBlockHeader: 64d145aa66f69426605763b6946dec0c08a5ebfe5dd1ee44e22b13d70e45b491, high-hash, proof of work failed (code 16) 2020-12-15T13:50:25Z ERROR: AcceptBlockHeader: Consensus::CheckBlockHeader: 64d145aa66f69426605763b6946dec0c08a5ebfe5dd1ee44e22b13d70e45b491, high-hash, proof of work failed (code 16) 2020-12-15T13:50:47Z ERROR: AcceptBlockHeader: Consensus::CheckBlockHeader: 64d145aa66f69426605763b6946dec0c08a5ebfe5dd1ee44e22b13d70e45b491, high-hash, proof of work failed (code 16) 2020-12-15T13:51:12Z ERROR: AcceptBlockHeader: Consensus::CheckBlockHeader: 64d145aa66f69426605763b6946dec0c08a5ebfe5dd1ee44e22b13d70e45b491, high-hash, proof of work failed (code 16) 2020-12-15T13:51:33Z ERROR: AcceptBlockHeader: Consensus::CheckBlockHeader: 64d145aa66f69426605763b6946dec0c08a5ebfe5dd1ee44e22b13d70e45b491, high-hash, proof of work failed (code 16) 2020-12-15T13:51:56Z ERROR: AcceptBlockHeader: Consensus::CheckBlockHeader: 64d145aa66f69426605763b6946dec0c08a5ebfe5dd1ee44e22b13d70e45b491, high-hash, proof of work failed (code 16) 2020-12-15T13:52:18Z ERROR: AcceptBlockHeader: Consensus::CheckBlockHeader: 64d145aa66f69426605763b6946dec0c08a5ebfe5dd1ee44e22b13d70e45b491, high-hash, proof of work failed (code 16) no synchronization, here are the logs. Has the developer left the project?
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
teno30
Newbie
Offline
Activity: 2
Merit: 0
|
|
December 16, 2020, 11:39:37 PM |
|
this link is where you can find the developers, etc. It's best to ask here, they can help you https://discord.io/cpuchain
|
|
|
|
EXCHALTGE
Newbie
Offline
Activity: 4
Merit: 0
|
|
December 21, 2020, 02:19:55 PM |
|
Hi all, I'm pleased to pre-announce my first big project, after 6 months of hard work: exchaltge.com Exchaltge will be an altcoin exchange focused on small cryptocoin communities, and we are offering some faucets, claimable every 12 hours and based on the random number generator of one coin that will be tradeable on the exchange. Markets will be opened on 6th January, and we will offer 10-12 markets. But for the moment, we are finishing the development of the withdraw automated system, and we have already opened the wallet with 3 cryptocurrencies (STLX , SUGAR and CPU) that have a faucet available and a low minimum of withdraw to be able to test the system. You are all invited to register and try the faucets: https://exchaltge.comFor any comment, I'll be here! Best regards!
|
|
|
|
Gaabritorres
Newbie
Offline
Activity: 1
Merit: 0
|
|
January 23, 2021, 08:55:47 AM |
|
|
|
|
|
siegep
Jr. Member
Offline
Activity: 183
Merit: 1
|
|
January 30, 2021, 07:08:04 AM |
|
I'm pleased to pre-announce my first big project, after 6 months of hard work: exchaltge.com
The deposits are stuck !
|
|
|
|
CPUchainFaucet
Newbie
Offline
Activity: 2
Merit: 0
|
|
February 06, 2021, 06:22:07 PM |
|
Hello everyone ! Today I'm happy to present you CPUchain's new faucet ! You can find it at this address : https://www.cpuchainfaucet.xyz/As mentionned on the website you can claim 1 CPU every 2 hours for now. So if you want to get started with CPUchain and/or want to introduce your friends easily to CPUchain try it ! If you have any comment or if you encounter any problem don't hesitate to join the official Discord server and ask for help there : https://discord.io/cpuchainBest Regards
|
|
|
|
|