Search content
Sort by

Showing 20 of 41 results by sirandrei
Post
Topic
Board Speculation (Altcoins)
Re: Will ETH can reach 1500 in this year??
by
sirandrei
on 06/09/2018, 17:25:20 UTC
More chances will be to reach $40 untill the end of the year. I own ETH, but I don't belevie it will recover any soon... if will ever recover.
Post
Topic
Board Beginners & Help
Re: Cryptonote Starter Help
by
sirandrei
on 06/09/2018, 15:37:50 UTC
Did you succed ?
Post
Topic
Board Service Announcements (Altcoins)
Re: [SUPPORT] Create your own PoW/PoS altcoin | 0.05 BTC | WalletBuilders
by
sirandrei
on 06/09/2018, 15:33:38 UTC
Is the code source of the coins genuine, or is litecoin clone ?
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] Forknote - create your own Cryptonote network
by
sirandrei
on 02/09/2018, 23:55:24 UTC
Hi,
Is the latest version of forknote corrected the Bug Allowed Creation of Unlimited Number of Coins ?

Is there a way to custom build forknote, in a way that file.config won't be nedeed ? Instead of creating an independent config file, i'd rather make the customizations and config in the source code, like the original cryptonote.
Thanks!
Post
Topic
Board Exchanges
Re: SpectroCoin Bitcoin debit card (0% loading and 0.5% unload fee) + Giveaway
by
sirandrei
on 01/09/2017, 12:16:34 UTC
Hi,
Please send me a voucher for USD, virtual card. I would like to use it. Thanks!
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] Forknote - create your own Cryptonote network
by
sirandrei
on 25/06/2017, 00:24:27 UTC
I think I managed to create it.
I have 2 seeding nodes.
I run ./forknoted --config-file configs/one.conf on both of them
This is the config file which is on both of the nodes
Quote
seed-node=13.78.180.70:38584
seed-node=52.161.22.53:22241
EMISSION_SPEED_FACTOR=18
DIFFICULTY_TARGET=120
CRYPTONOTE_DISPLAY_DECIMAL_POINT=6
MONEY_SUPPLY=1844674407370955
GENESIS_BLOCK_REWARD=0
DEFAULT_DUST_THRESHOLD=100
MINIMUM_FEE=100
CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW=10
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=100000
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=55
p2p-bind-port=38584
rpc-bind-port=38585
BYTECOIN_NETWORK=0bf5a860-c4bb-97e1-2b5a-c29af5727377
CRYPTONOTE_NAME=one
GENESIS_COINBASE_TX_HEX=010a01ff0001b1ddb89b1a029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd088071210184a550f80905e24c3deea73f83aba94717846eff32973ca64e03ff79c6079789
MAX_BLOCK_SIZE_INITIAL=100000
UPGRADE_HEIGHT_V2=1
UPGRADE_HEIGHT_V3=2

This is the result
http://i.imgur.com/VlnhNOg.png

Is it Ok so far?
I created a wallet file
http://i.imgur.com/iGjtleB.png

What is next? How do I start mining? I used this command but nothing is happen
http://i.imgur.com/X3vdaP7.png
Post
Topic
Board Announcements (Altcoins)
Re: [ANNOUNCE] paccoin a new SHA256D coin is being introduced
by
sirandrei
on 24/06/2017, 14:53:57 UTC
How to do that ?
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] Forknote - create your own Cryptonote network
by
sirandrei
on 24/06/2017, 12:04:11 UTC
slb thanks. I am willing to create a help (and youtube video tutorial) but first I have to figure out for myself Smiley
So please, tell me:
1. Is mandatory to have 2 seeding nodes? If YES, the config file should contain both seeding nodes IPs?
2. Genesis coinbase transaction hex. When creating config file using the form from your website, I see that a genesis hex is generated. If I later run ./forknoted --config-file configs/imaginary_blockchain.conf --print-genesis-tx, a new genesis hex will be generated. Should I replace it in the config file? Or can I leave the genesis hex genereted before (by your website form) ?

I wrote a small tutorial file with I belive is nedeed to create own coin. The tutorial is here https://pastebin.com/TRsDzy2u

I am not sure if it is correct. Thanks!
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] Forknote - create your own Cryptonote network
by
sirandrei
on 23/06/2017, 14:13:52 UTC
Thanks for your previous and acurate answer. I have just created a testing coin. I guess I am at the last step - sync with network.
When running ./forknoted --config-file configs/my.conf i get this:

Sync data returned unknown top block: 227650 -> 1294061 [1066411 blocks (1481 days) behind]

Why the sync is so behind for a new coin? Is there a faster way to sync?
Post
Topic
Board Service Announcements (Altcoins)
Re: [SUPPORT] Create your own PoW/PoS altcoin | 0.05 BTC | WalletBuilders
by
sirandrei
on 23/06/2017, 13:06:17 UTC
Mine your first PoW block
Quote
First open your wallet, and make sure you are connected to another wallet.
You are connected if you see the icon Wallet Connections in the lower right corner of your wallet.

The message "No block source available" will disappear once you mine your first block.

Please follow the FAQ instructions under My coin is out of sync if you don't see this icon.

Go to Help.
Click Debug Window.
This is the console where you will execute all commands.

Type this command to start mining your first block:

setgenerate true -1
If you want to use a specific number of CPU cores, instead of -1, type the number of cores.

You can then type the following to see the status of generation.

getmininginfo
It will take about +/- 10 minutes to mine your first block, depending on your computer hardware.


Mine your first PoW/PoS block
Quote
Open your wallet, and make sure you are connected to another wallet.
You are connected if you see the icon Wallet Connections in the lower right corner of your wallet.

The message "No block source available" will disappear once you mine your first block.

Close your wallet and create the file Yourcoin.conf in the folder "%APPDATA%\Yourcoin\". (replace "Yourcoin" with the name of your coin)

Paste the following text into yourcoin.conf and save the file.

rpcuser=rpc_user
rpcpassword=cca332523222d3e1e3d15744f
rpcallowip=127.0.0.1
rpcport=4210
listen=1
server=1
addnode=node.walletbuilders.com
Download the latest version of cpuminer from here and extract the zip file.

Create a .bat file named mine.bat and paste the following text into mine.bat.

minerd --url=http://127.0.0.1:4210 --userpass=rpc_user:cca332523222d3e1e3d15744f
Save the file inside the extracted cpuminer folder.

Open your wallet and execute mine.bat to start mining your first coins.
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] Forknote - create your own Cryptonote network
by
sirandrei
on 22/06/2017, 21:26:08 UTC
slb,
What is the difference between your coin and cryptonote from here https://cryptonotestarter.org/inner.html ?
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - BETA UPGRADE 2-7% performance boost
by
sirandrei
on 22/02/2017, 10:28:23 UTC
I have a R 1012 did't use for a long time. Now, it is back online but I see there is a new version. How to update? As I remember the rig was auto updating in the past.
Post
Topic
Board Mining (Altcoins)
Re: 6 GPU RIG.6 GPU DETECTED.ONLY 3 WORKING. OTHER 3 DRIVERS HAVING "CODE 12" ISSUES
by
sirandrei
on 12/11/2016, 17:01:50 UTC
I fix it. It was a bad riser for me.
Post
Topic
Board Mining (Altcoins)
Re: 6 GPU RIG.6 GPU DETECTED.ONLY 3 WORKING. OTHER 3 DRIVERS HAVING "CODE 12" ISSUES
by
sirandrei
on 27/10/2016, 12:51:01 UTC
I have Asrock H81 Pro BTC, chipset Intel H81, and only 3 GPU and the same error.
The sistem work with 2 GPU, but CODE 12 error with 3 GPU.

http://i.imgur.com/7wiGECO.png


http://i.imgur.com/NbpYMjH.png

It did work sometimes after several restarts.
I tried on Ubuntu 14 and the same. The system see only 2 GPU, so I belive it has something with the BIOS.
Post
Topic
Board Digital goods
Re: [FREE] .NET DOMAIN TRICK -- ENDS 13TH OCT -- FREE FOR ALL -- READ INSIDE
by
sirandrei
on 12/10/2016, 01:02:02 UTC
nice that you give for free!
Post
Topic
Board Digital goods
Re: [WTS] Virtual Credit Cards | Amazon Prime VCC | PayPal verification [AUTOBUY]
by
sirandrei
on 09/10/2016, 12:34:17 UTC
What fees do you charge ?
Monthly fee?
Deposit fee?
Pay with other currency fee?

Thanks!
Post
Topic
Board Digital goods
Re: [WTS] Netflix accounts 100% Satisfaction Guaranteed
by
sirandrei
on 07/10/2016, 18:57:33 UTC
How can It be lifetime? Netflix is only selling monthly packs.

£5 UK for an account that will last how long ?
It's a Lifetime account! Smiley
Post
Topic
Board Digital goods
Re: Need a european number that can receive SMS text for Coinimal
by
sirandrei
on 03/10/2016, 20:45:41 UTC
Post
Topic
Board Digital goods
Topic OP
[WTS] Tribalwars.net - World 86 - account - 30 Villages
by
sirandrei
on 02/10/2016, 19:17:42 UTC
I will send my personal Tribalwars.net Account. (not premium)
I have 30 villages, 15 nobles. I am the fonder of a Tribe
Number of members:   7
Points of the best 50 players   476.482
Total points:   476.482
Average points:   68.069
Rank:   21

Price is 25$. Payment in BTC or ETH.

Send me PM.
Post
Topic
Board Invites & Accounts
Re: 🚀 💵 🚀 WINDOWS 7, 8, 10, OFFICE 2016/13/11/10, MSDN ADMINS AND MORE 🚀 💵 🚀
by
sirandrei
on 02/10/2016, 19:06:55 UTC
I will take a Win 10 vouch key. I do not have green trust, because I am only a buyer, but I will assure you that I will post a review here and let you trust feedback.