Search content
Sort by

Showing 20 of 23 results by coon056
Post
Topic
Board Announcements (Altcoins)
Re: ♻️♻️♻️ [ANN] FUTURE ENERGY MINING THAT BENEFITS THE ENVIRONMENT ♻️♻️♻️
by
coon056
on 24/09/2018, 08:21:05 UTC
Is there a free online video on your operating mine?
Post
Topic
Board Announcements (Altcoins)
Re: ♻️♻️♻️ [ANN] FUTURE ENERGY MINING THAT BENEFITS THE ENVIRONMENT ♻️♻️♻️
by
coon056
on 23/09/2018, 15:42:25 UTC
How will you cope with 1000 s9. How will you monitor the performance of each C9?
Post
Topic
Board Announcements (Altcoins)
Re: ♻️♻️♻️ [ANN] FUTURE ENERGY MINING THAT BENEFITS THE ENVIRONMENT ♻️♻️♻️
by
coon056
on 23/09/2018, 09:20:26 UTC
How much do you plan to place the equipment on your site, what is the capacity of the facility?

We are planning to install equipment for 1.5MW of electric power which allows us to set up approximately 1000 ASIC S9 Antminers. You can find more info on page 11 of our White Paper.
http://icoenergy.org/docs/WP_eng.pdf

Thank you
Post
Topic
Board Announcements (Altcoins)
Re: ♻️♻️♻️ [ANN] FUTURE ENERGY MINING THAT BENEFITS THE ENVIRONMENT ♻️♻️♻️
by
coon056
on 22/09/2018, 14:39:20 UTC
How much do you plan to place the equipment on your site, what is the capacity of the facility?
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 25/10/2017, 05:32:40 UTC
If anyone's considering setting up multiple mns on a system in the future I HIGHLY recommend using Ubuntu 16.04 Server, rather than Desktop. Huge resources are conserved this route. On my system I was only able to run 6 instances of 8bitd through ubuntu desktop, and even then one or more mn would drop out every couple days. With ubuntu server I am now up to 8 mns, I think I could get one or 2 more going even, and I only have 8gb ram installed right now, plenty of resources left over to do other stuff. It is running 100x more stable than with ubuntu desktop, it feels like, I'd feel comfortable not checking this for weeks at a time. I'll check back in in a few days.

I can recommend a service for monitoring MN
https://uptimerobot.com/
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 24/10/2017, 06:44:15 UTC
Ok I have spent some time trying to enable "coin control" for the qt. I just can not figure it out, anyone? 8-bit party said it was one of the options... I can not find/see ANY options section to click on, anywhere...?

I have an interface in Russian, but I'm sure you'll figure out where to put the parameter
http://s018.radikal.ru/i512/1710/0a/d3919e806389.png
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 23/10/2017, 07:57:52 UTC
Hi guys !! can someone tell me the procedure to have more than one MN in ubuntu with the same machine ??

Is there a way to point 8bitd or the gui to a different .8bit folder ? do i use the same .8bit folder for everything ??

thanks in advance !

Run with parameter -datadir=
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 14/10/2017, 07:28:43 UTC
Although after a few days the GUI crashes on linux as well (segmentation core dump)
I expect that there is not enough computer resources, or errors in reading / writing from the disk.
I GUI works with an uptime of more than 1 month

Well its a pretty old computer. P4 with 2GB of ram.
Its only job is the 8bit wallet....so i dunno.

Although I was running 20 copies of the wallet, but I'm using a server:
2 CPUs Xeon E5645 2.40GHz / RAM 28GB / SWAP 28GB

This server was purchased specifically for MN 8bit. Thanks to the wall on the exchange at the level of 7000 satosh, I managed to recoup all costs for 1.5 months.

Thank you, the unknown, keeping the course on the same level.
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 13/10/2017, 09:10:38 UTC
Although after a few days the GUI crashes on linux as well (segmentation core dump)
I expect that there is not enough computer resources, or errors in reading / writing from the disk.
I GUI works with an uptime of more than 1 month

[The last step, on Wallet create(2. Installing 8bit-qt) doesn't work, it show the message: "destination path '8bit' already exists and is not an empty directory."

Code:
cd ~/8bit
qmake
make
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 27/09/2017, 12:36:20 UTC
How to fix high cpu load of 8bit-qt wallet?
Top: process 8bit-qt 180 - 200 %   Shocked

My system: Ubuntu server 16, lxde
Manual: https://bitcointalk.org/index.php?topic=1028119.msg21714221#msg21714221

A lot of resources are used during synchronization, after it the work comes back to normal.

Simultaneous work of 10 wallets
https://ibb.co/mZqvr5
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 22/09/2017, 13:35:54 UTC

CActiveMasternode::ManageStatus() - Could not find suitable coins!


Try to create a new address in your wallet and send 112 coins to it, wait for 16 confirmations, reload the wallet.
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 22/09/2017, 12:11:52 UTC
masternode still needs 112 coins ??

cause everytime i try to start the masternode its says "not capable masternode: Could not connect to xxx.xxx.xxx.xxx:port"

but port is open and forwarded and ip address (public) is correct

It looks like you have a problem with the router. When the MN starts, it tries to address itself using an external address.

Try to pick up another network interface:

Code:
sudo ip link add dummy0 type dummy

sudo ip addr add xxx.xxx.xxx.xxx/32 dev dummy0

sudo ip link set dummy0 up
xxx.xxx.xxx.xxx - your external IP

I do not speak good English, so I apologize for the possible non-exact phrases.
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 06/09/2017, 13:23:20 UTC
Have a look at

rpcrawtransaction.cpp
and search for this line

const CScriptID& hash = boost::get(address);

It should work after changed to

const CScriptID& hash = boost::get(address);

Maybe this post will help you.
https://bitcointalk.org/index.php?topic=1028119.msg19946996#msg19946996
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 06/09/2017, 12:35:32 UTC
can someone give instruction on how to install wallet in ubuntu ??

i followed this http://8bitcoin.netspecto.com/download.php#linux

and i get errors after this command: make -f makefile.unix -j2

thanks in advance !
What are your mistakes?
What version of your Linux?

there is no mistake till this command, following the guide from the website.
I'm using ubuntu 16.04 LTS x64

make command return with some errors (internal compiler error) as seen below:
https://i.imgur.com/ZBf0C4C.png
Let me assume that Linux does not have enough resources to compile.
Lack of a swap, may be the reason.
Show, please, the output of the command
Code:
free -h
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 06/09/2017, 11:06:17 UTC
can someone give instruction on how to install wallet in ubuntu ??

i followed this http://8bitcoin.netspecto.com/download.php#linux

and i get errors after this command: make -f makefile.unix -j2

thanks in advance !
What are your mistakes?
What version of your Linux?
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 06/09/2017, 06:30:17 UTC
Use Linux.
unfortunately it's not a solution Sad. i use linux wallet and i have absolutely same problems with orphans.
I use Linux Debian 9.1 / Mint 18.1 / Raspbian jessie on three different machines, but I do not experience any problems.
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 25/08/2017, 07:47:37 UTC
Hello all,
Is there any working wallet for windows right now?
Are we going for swap?
Also is that true that the masternode needed coins will be 1024 8bits?


Read this post
https://bitcointalk.org/index.php?topic=1028119.msg21136785#msg21136785
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 24/08/2017, 14:42:01 UTC
Hey guys I am interested in this coin and have few questions-

1) Can we run masternode on Ubuntu 16.04? If yes, is there a step by step guide?
2) What is an average earning per day from masternode for 8bit?
3) I learnt that we need 122 8BIT coin to start a masternode. is that correct?
4) Can someone suggest some cheap and best VPS provider?

Thanks....


Hey.
1. Ubuntu 16.04 will do.  I collected a wallet with this instruction:
https://bitcointalk.org/index.php?topic=1028119.msg19946996;topicseen#msg19946996
2. Different, an average of about 1 or 2 coins.
3. To start you need a deposit of 112 coins.
4. I do not have the experience of the VPS for these purposes.
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 22/08/2017, 11:51:09 UTC
Is there any reason why two wallets would receive different lists of active mns when calling "8bitd -cli masternode list"?

Both of the wallets are synced to the same current block. One wallet brings up about 50 MNs in the list, the other wallet only brings up 3.

Also, when I try to start one of my MNs I receive the message "Masternode started remotely", why does it say this as opposed to "Masternode started successfully"? What is the difference?

The same thing happens to me with my 20 masternodes, I have a question if it implements the increase of currencies for the MN, that will happen with the nodes that are now implemented?

Same thing with my MN, I raised this issue in the slack #linuxwallet, but did not receive any answers.
Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
coon056
on 08/07/2017, 13:29:00 UTC
The wallet broke.
Hang a transaction
78f7649a49509e772c9d9b15a6399286f342adb0d07819b7ec3e09b4b61e6f91
Posted on 06/26/17 20:09
There is no confirmation.
Sent with 8Fydcaq2TKo2qBTaRYGG3JSysZAVQVVpgE on 8VDGiRrB9faTfYWzznBEMDg8xjTBCSuUfH.
8bit.conf
Code:
rpcallowip=127.0.0.1
rpcuser=8bitparty
rpcpassword=XXXXXXXXXXXXXXXX
rpcport=9228
server=1
daemon=1
listen=1
staking=0
connect=node00.8-bit.ga
connect=node01.8-bit.ga
connect=node02.8-bit.ga
connect=node03.8-bit.ga
connect=node04.8-bit.ga
connect=node05.8-bit.ga
I downloaded a fresh blocks.tgz  ( http://www.8-bit.ga/STATIC-ASSETS/blocks.tgz ),unzip ~/.8bit , run 8bit-qt -rescan

The problem did not resolve.
Tell me what to do next?

Now in the console like this:
Code:
checkwallet
{
"mismatched spent coins" : 2,
"amount in question" : 112.50480046
}
repairwallet
{
"mismatched spent coins" : 2,
"amount affected by repair" : 112.50480046
}