Bitcoin Forum
August 31, 2024, 05:52:15 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW] BSHA3: SHA3d unleashed on: November 10, 2018, 09:02:06 PM
Hello guys.

First of all I have to highlight another project that I think is very interesting.


However as I like the idea of ​​cpu miner. With this I wanted to know it is possible to mine this coin with win10 and 4 cores?

And when I try to search my address in the http://explorer.bsha3.com/address I have this output:



/home/ubuntu/bsha3-rpc-explorer/views/address.pug:173 171| div(class="summary-split-table-label") Balance 172| div(class="summary-split-table-content monospace") > 173| - var currencyValue = balance.result.confirmed / coinConfig.baseCurrencyUnit.multiplier; 174| include includes/value-display.pug 175| 176| if (balance.unconfirmed) Cannot read property 'confirmed' of null

TypeError: /home/ubuntu/bsha3-rpc-explorer/views/address.pug:173
    171|                                     div(class="summary-split-table-label") Balance
    172|                                     div(class="summary-split-table-content monospace")
  > 173|                                        - var currencyValue = balance.result.confirmed / coinConfig.baseCurrencyUnit.multiplier;
    174|                                        include includes/value-display.pug
    175|
    176|                                  if (balance.unconfirmed)

Cannot read property 'confirmed' of null
    at eval (eval at wrap (/home/ubuntu/bsha3-rpc-explorer/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:930:36)
    at template (eval at wrap (/home/ubuntu/bsha3-rpc-explorer/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:3729:72)
    at Object.exports.renderFile (/home/ubuntu/bsha3-rpc-explorer/node_modules/pug/lib/index.js:427:38)
    at Object.exports.renderFile (/home/ubuntu/bsha3-rpc-explorer/node_modules/pug/lib/index.js:417:21)
    at exports.__express (/home/ubuntu/bsha3-rpc-explorer/node_modules/pug/lib/index.js:464:11)
    at View.app.engine (/home/ubuntu/bsha3-rpc-explorer/app.js:40:23)
    at View.render (/home/ubuntu/bsha3-rpc-explorer/node_modules/express/lib/view.js:135:Cool
    at tryRender (/home/ubuntu/bsha3-rpc-explorer/node_modules/express/lib/application.js:640:10)
    at Function.render (/home/ubuntu/bsha3-rpc-explorer/node_modules/express/lib/application.js:592:3)
    at ServerResponse.render (/home/ubuntu/bsha3-rpc-explorer/node_modules/express/lib/response.js:1008:7)
    at /home/ubuntu/bsha3-rpc-explorer/routes/baseActionsRouter.js:728:9
    at exports.PNG.<anonymous> (/home/ubuntu/bsha3-rpc-explorer/node_modules/qrcode/lib/renderer/png.js:37:5)
    at exports.PNG.emit (events.js:182:13)
    at module.exports.emit (events.js:182:13)
    at module.exports.<anonymous> (/home/ubuntu/bsha3-rpc-explorer/node_modules/pngjs/lib/packer-async.js:41:10)
    at Deflate.emit (events.js:187:15)


Thanks
MG
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 25, 2018, 08:57:04 AM
Hello everyone. What is the best pool for RVN?

I use minepool for two days, but I'm not sure if I'm undermining well.

I have these values ​​right now.

Summary   Miners   Shares   Hashrate*   Reject*
x16r   1   0.0002%   257.7 kh/s   

Details   Extra   Algo   Diff   ES**   Hashrate*   Reject*
cpuminer-multi/1.3.3   c=RVN   x16r   0.5      257.7 kh/s

Thank you all.

Try Coinblockers.. Its a small pool

Thanks for the advice Smiley
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 25, 2018, 07:14:25 AM
Hello everyone. What is the best pool for RVN?

I use minepool for two days, but I'm not sure if I'm undermining well.

I have these values ​​right now.

Summary   Miners   Shares   Hashrate*   Reject*
x16r   1   0.0002%   257.7 kh/s   

Details   Extra   Algo   Diff   ES**   Hashrate*   Reject*
cpuminer-multi/1.3.3   c=RVN   x16r   0.5      257.7 kh/s

Thank you all.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution on: February 17, 2018, 01:28:26 PM
problem solved.
but i have this.
any idea to solve it?

Awesome! Thread HashMasher affined! CPU ID 2 Process Thread ID 22836
Awesome! Thread HashMasher-2 affined! CPU ID 1 Process Thread ID 22838
Not a problem, but thread HashMasher-3 could not immediately reserve a core, it may experience decayed performance.
Not a problem, but thread HashMasher-4 could not immediately reserve a core, as there are no more cores to assign to. If performance is degraded, attempt with fewer hashers.
Detected thread HashMasher-4 death due to error: Cannot allocate 536870912 bytes
java.lang.OutOfMemoryError: Cannot allocate 536870912 bytes
   at com.sun.jna.Memory.<init>(Memory.java:115)
   at com.programmerdan.arionum.arionum_miner.MappedHasher.getScratch(MappedHasher.java:69)
   at com.programmerdan.arionum.arionum_miner.MappedHasher.go(MappedHasher.java:185)
   at com.programmerdan.arionum.arionum_miner.Hasher.run(Hasher.java:45)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   at com.programmerdan.arionum.arionum_miner.AggressiveAffinityThreadFactory$1.run(AggressiveAffinityThreadFactory.java:94)
   at java.lang.Thread.run(Thread.java:748)


This is probably fatal, so exiting now.


I think that is a function that needs to be rebuilt in the binaries. Or else a memory leak...
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution on: February 17, 2018, 01:01:07 PM
Pool just died  Huh

Hi, we are aware and trying to sort it out as soon as we possibly can.

Thanks in advance for your patience


Good opportunity to rest the computer  Wink


Here we wait for corrections.

Good job.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution on: February 17, 2018, 12:50:09 PM
PHP is a terribly insecure language to code in, Go or Ruby would be much better. But if nothing else, have you all ran the code through a vulnerability scanner yet?

A quick scan using RIPS bug scanner yielded quite a few things to look at. Lots of additional validation and security hardening needed.



Lots of stuff found in peer.php too:


Code:
Userinput is passed through function parameters.
149: ⇑ _log ("$x['id'] - Invalid signature");  // transaction.inc.php
117: ⇓ function check($x, $height = 0)
requires:
149: if(!$acc->check_signature ($info, $x['signature'], $x['public_key']))

Userinput is passed through function parameters.
82: ⇑ $trx->check ($data) // schema.inc.php
80: $data['id'] = san ($data['id']);  // schema.inc.php
31: $data = json_decode(trim($_POST['data']), true);  // schema.inc.phpif(!empty($_POST)),
requires:
71: elseif($q == "submitTransaction")

Suggest the devs download the scanner and check on the issues themselves to improve security of the code since these servers are wide open for attack on the Internet per the README file.

RIPS info:
https://sourceforge.net/projects/rips-scanner/

https://superb-sea2.dl.sourceforge.net/project/rips-scanner/rips-0.55.zip



I think this is a great job to help the dev team to correct these situations.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution on: February 16, 2018, 09:52:41 PM
]

Ok, every time you install the wallet GUI, a new wallet.aro file will be produced, overwriting your original. What you need to do is copy the wallet.aro file that has your ARO on, and move that out of the install directory for the GUI wallet. If you need to reinstall the wallet, after installation, copy the ARO wallet.aro file back into the GUI install directory.

I hope this makes sense

Thanks for advice.


I will back up both wallet.aro files and reinstall the wallet GUI.

But is it also valid to use the start wallet for transactions right?

Eh, sorry there as "dummys" issues.


I know that there is still no concept of "exchange", but it is even to learn later to move the currencies of the current portfolio to an exchange that works with the ARO coin.

Thanks.

Yes, the GUI wallet is perfectly fine to use to send or receive ARO, even though there is currently no exchange, however, you can join our Discord channel and there is a dedicated trading channel that you can access from there - https://arionum.info/discord/

Thank you very much for the advice.

Just rename the first wallet that I don't have the keys and put the good wallet in the same diretory location Smiley

At this moment I open the wallet with no problem.

Ok, I'm already in https://arionum.info/discord/

Thank for all...

MM
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution on: February 16, 2018, 05:26:42 PM
]

Ok, every time you install the wallet GUI, a new wallet.aro file will be produced, overwriting your original. What you need to do is copy the wallet.aro file that has your ARO on, and move that out of the install directory for the GUI wallet. If you need to reinstall the wallet, after installation, copy the ARO wallet.aro file back into the GUI install directory.

I hope this makes sense

Thanks for advice.


I will back up both wallet.aro files and reinstall the wallet GUI.

But is it also valid to use the start wallet for transactions right?

Eh, sorry there as "dummys" issues.


I know that there is still no concept of "exchange", but it is even to learn later to move the currencies of the current portfolio to an exchange that works with the ARO coin.

Thanks.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution on: February 16, 2018, 04:19:52 PM
Hi,

can someone guide me how to load a wallet on GUI light wallet? Got wallet.aro, public and private key. Thanks

well, this should be pretty easy, open your GUI wallet, hit "Import" button, search for wallet.aro in your system and that's it

I have two wallet.aro.


Unfortunately I installed the wallet GUI first and I do not see the encripted key.


So I created a new wallet and that's when I get the coins and I have all the keys to access.

My question is that when I uninstall and re-install the wallet GUI, it seems to be taking over the old wallet. Is there no way to choose the wallet to open in the GUI?

Or do I have to choose to install the GUI wallet on another computer and restore the correct wallet.aro?

For example, when the currency ARO is in an exchange, how can I send the transaction from my wallet via the command line?

Thanks.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution on: February 13, 2018, 08:24:37 PM
Hello.

Well, I have a Win10 with a Intel I5 and the performance was great.

I have a simple doubt:

If i have some ARO, it is unnecesary to join this link?

 https://arionum.info/faucet

Greetings to the masters of this project. It was a pleasure to help and Invest in this challenge.

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